farmerscontracts-1.0.2-forge-1.20.1.jar
Curse Maven Snippet
What's new
Patch release: fixes a critical crash on real (non-dev) Forge 1.20.1 installs - #1.
Fixed (Forge 1.20.1 build only):
farmerscontracts.mixins.jsonwas missing therefmapkey pointing at the generatedfarmerscontracts.refmap.json, so Mixin never loaded it and fell back to matching injection targets by literal (unobfuscated) method name against real Forge's SRG-obfuscated runtime classes. This made every genuine Forge 1.20.1 install crash at bootstrap withInvalidInjectionException: ...could not find any targets matching 'brainProvider'- the mod never actually loaded. NeoForge 1.20.1/1.21.1 were unaffected (no SRG obfuscation at runtime, so no refmap is needed there).
This mod has no additional files