fix: attempt to fix issue with grid not loading items when loading

This commit is contained in:
raoulvdberge
2023-11-05 00:21:26 +01:00
parent e46046418f
commit 327c97b58d
7 changed files with 23 additions and 7 deletions

View File

@@ -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"
}
}
}