mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 14:15:08 +01:00
- Port to 1.21.11 (Mounts of Mayhem) - Add support for Sodium 0.8.0 - Update to MidnightLib 1.9.2
40 lines
849 B
JSON
40 lines
849 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "cullleaves",
|
|
"version": "${version}",
|
|
|
|
"name": "Cull Leaves",
|
|
"description": "Adds culling to leaf blocks, providing a huge performance boost over vanilla.",
|
|
"authors": [
|
|
"Motschen",
|
|
"TeamMidnightDust"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.midnightdust.eu/",
|
|
"sources": "https://github.com/TeamMidnightDust/CullLeaves",
|
|
"issues": "https://github.com/TeamMidnightDust/CullLeaves/issues"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/cullleaves/icon.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.midnightdust.cullleaves.CullLeavesClient"
|
|
]
|
|
},
|
|
|
|
"depends": {
|
|
"midnightlib": "*",
|
|
"minecraft": "${minecraft}"
|
|
},
|
|
"breaks": {
|
|
"sodium": "<0.6.0"
|
|
},
|
|
|
|
"mixins": [
|
|
"cullleaves.mixins.json",
|
|
"cullleaves-fabric.mixins.json"
|
|
]
|
|
} |