mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 22:15:08 +01:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"quilt_loader": {
|
|
"group": "${group}",
|
|
"id": "cullleaves",
|
|
"version": "${version}",
|
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
|
"entrypoints": {
|
|
"client_init": [
|
|
"eu.midnightdust.cullleaves.quilt.CullLeavesClientQuilt"
|
|
]
|
|
},
|
|
"depends": [
|
|
{
|
|
"id": "quilt_loader",
|
|
"version": "*"
|
|
},
|
|
{
|
|
"id": "quilt_base",
|
|
"version": "*"
|
|
},
|
|
{
|
|
"id": "midnightlib",
|
|
"version": "*"
|
|
}
|
|
],
|
|
"breaks": [
|
|
{
|
|
"id": "sodium",
|
|
"versions": "<0.4.9"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"name": "Cull Leaves (Quilt)",
|
|
"description": "Adds culling to leaf blocks, providing a huge performance boost over vanilla.",
|
|
"contributors": {
|
|
"Motschen": "Author",
|
|
"TeamMidnightDust": "Mascot"
|
|
},
|
|
"environment": "client",
|
|
"contact": {
|
|
"email": "mail@midnightdust.eu",
|
|
"homepage": "https://modrinth.com/mod/cullleaves",
|
|
"issues": "https://github.com/TeamMidnightDust/CullLeaves/issues",
|
|
"sources": "https://github.com/TeamMidnightDust/CullLeaves"
|
|
},
|
|
"icon": "assets/cullleaves/icon.png"
|
|
}
|
|
},
|
|
"mixin": [
|
|
"cullleaves.mixins.json"
|
|
]
|
|
} |