fix: attempt to fix issue with grid not loading items when loading
This commit is contained in:
@@ -43,3 +43,12 @@ dependencies {
|
||||
// can't depend on API due to Javadoc build error (CuriosApi imports stuff from common)
|
||||
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:5.2.0-beta.3+1.20.1")
|
||||
}
|
||||
|
||||
minecraft {
|
||||
runs {
|
||||
client {
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user