Closed Entropy159 closed 1 month ago
In each of your runs in your build.gradle
, add the below code and then regen your runs.
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
I've opened an issue on the CGM page, but it seems to stem from this mod (and that issue has been inactive for over a year), so I'll try it here. I am trying to make an addon for CGM, but when I try and test it in IntelliJ (and previously Eclipse) I get a crash:
It seems to me that the mixins are not deobfuscated in the dev environment. Is there a way to fix this?