Skip to content

Commit

Permalink
add NF mixin configs to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jan 13, 2024
1 parent 4026982 commit 96b7500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ minecraft {
configureEach {
property 'forge.logging.markers', 'REGISTRIES'
property 'forge.logging.console.level', 'debug'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
args "-mixin.config=${mod_id}.mixins.json", "-mixin.config=${mod_id}.forge.mixins.json"
}
client {
workingDirectory project.file('run')
Expand Down

0 comments on commit 96b7500

Please sign in to comment.