mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 14:15:08 +01:00
- Support Sodium 0.6+ - Allow resourcepacks to force culling and hide fully-encircled leaf blocks - Force leaf culling when the smart leaves pack is enabled - Reload world when the config changes - Only apply Sodium mixins when Sodium is actually installed (Removes log spam)
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.cullleaves.mixin",
|
|
"plugin": "eu.midnightdust.cullleaves.CullLeavesMixinPlugin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"minVersion": "0.8",
|
|
"client": [
|
|
"MixinBlockModelRenderer",
|
|
"MixinLeavesBlock",
|
|
"MixinMangroveRootsBlock"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |