mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 14:15:08 +01:00
- Fix mixin apply error on NeoForge - Only reload world renderer when actually in a world
13 lines
276 B
JSON
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
|
|
}
|
|
} |