mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 22:25:09 +01:00
release: CullLeaves v4.1.0
This commit is contained in:
@@ -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]
|
||||
|
||||
40
versions/1.20.1-fabric/src/main/resources/fabric.mod.json
Normal file
40
versions/1.20.1-fabric/src/main/resources/fabric.mod.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user