release: CullLeaves v4.1.0

This commit is contained in:
Martin Prokoph
2025-11-23 15:07:48 +01:00
parent 8d1dec071b
commit d50656d2af
16 changed files with 92 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
mod.mc_dep_fabric==1.20.1
mod.mc_dep_fabric=>=1.20 <=1.20.1
mod.mc_dep_forgelike=[1.20, 1.20.1]
mod.mc_title=1.20.1
mod.mc_targets=1.20.1
mod.mc_targets=1.20 1.20.1
deps.forge_loader=47.3.0
deps.neoforge_loader=[UNSUPPORTED]

View File

@@ -0,0 +1,40 @@
{
"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"
]
}