Fix refmap oopsie
This commit is contained in:
parent
cbfa2b4294
commit
5986d57526
@ -50,6 +50,12 @@ dependencies {
|
|||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
loom {
|
||||||
|
mixin {
|
||||||
|
defaultRefmapName = "templates.refmap.json" //see templates.mixins.json. I just like to always specify the name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
inputs.property "version", project.version
|
inputs.property "version", project.version
|
||||||
filesMatching("**/fabric.mod.json") {
|
filesMatching("**/fabric.mod.json") {
|
||||||
|
@ -16,5 +16,5 @@
|
|||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
},
|
},
|
||||||
"refmap": "packages.refmap.json"
|
"refmap": "templates.refmap.json"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user