Skip to content

Commit

Permalink
Merge pull request #74 from refinedmods/fix/GH-69/mixin-data
Browse files Browse the repository at this point in the history
fix: mixin support for datagen
  • Loading branch information
raoulvdberge authored Oct 31, 2023
2 parents ee77a8c + 88ee0e4 commit 560fa1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Mixin support for data generation on Forge.

## [0.9.0] - 2023-09-02

### Added
Expand Down
2 changes: 2 additions & 0 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ allprojects {
args '--mod', modId, '--all', '--output', destinationProject.file('src/generated/resources'), "--existing", existingProject.file('src/main/resources')
ideaModule "${rootProject.name}.${project.name}.main"
taskName 'Data'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
}
}
}
Expand Down

0 comments on commit 560fa1e

Please sign in to comment.