Fixes the compatibility issue between MrCrayfish's Obfuscate by automatically setting required to false in obfuscate.mixins.json.
Physics Mod causes Obfuscate's Mixin injection to fail. Because Obfuscate has "required": true in its Mixin config, this failure is treated as fatal and crashes the game.
This mod runs at the earliest stage of game startup (via ITransformationService) and patches obfuscate.mixins.json inside the Obfuscate jar before it is read by the Mixin framework. A backup of the original jar is saved as obfuscate-xxx.jar.bak in your mods folder the first time the patch is applied.
- Minecraft 1.16.1 – 1.16.5
- Forge 32+
- Obfuscate
- Physics Mod (Optional)
- Install Obfuscate as usual.
- Drop this mod's jar into your
modsfolder. - Launch the game — the patch is applied automatically.
If you want to revert Obfuscate to its original state, rename obfuscate-xxx.jar.bak back to obfuscate-xxx.jar in your mods folder.
This mod is licensed under the MIT License. See LICENSE for details.