Files
CullLeaves/neoforge/src/main/resources/cullleaves-neoforge.mixins.json
Martin Prokoph 766693070a Some fixes
- Fix mixin apply error on NeoForge
- Only reload world renderer when actually in a world
2024-12-24 14:57:16 +01:00

13 lines
276 B
JSON

{
"required": true,
"package": "eu.midnightdust.cullleaves.neoforge.mixin",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
"sodium.MixinBlockRenderer",
"sodium.MixinSodiumGameOptionPages"
],
"injectors": {
"defaultRequire": 1
}
}