mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 14:15:10 +01:00
Stop game from launching with old Sodium versions
This commit is contained in:
@@ -26,8 +26,11 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabric-resource-loader-v0": "*",
|
"midnightlib": "*",
|
||||||
"minecraft": ">=1.16"
|
"minecraft": ">=1.19.3"
|
||||||
|
},
|
||||||
|
"breaks": {
|
||||||
|
"sodium": "<0.4.9"
|
||||||
},
|
},
|
||||||
|
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|||||||
@@ -38,6 +38,12 @@
|
|||||||
"version": "*"
|
"version": "*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"breaks": [
|
||||||
|
{
|
||||||
|
"id": "sodium",
|
||||||
|
"versions": "<0.4.9"
|
||||||
|
}
|
||||||
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "Cull Leaves (Quilt)",
|
"name": "Cull Leaves (Quilt)",
|
||||||
"description": "Adds culling to leaf blocks, providing a huge performance boost over vanilla.",
|
"description": "Adds culling to leaf blocks, providing a huge performance boost over vanilla.",
|
||||||
|
|||||||
Reference in New Issue
Block a user