mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 14:15:08 +01:00
Stop game from launching with old Sodium versions
This commit is contained in:
@@ -26,8 +26,11 @@
|
||||
},
|
||||
|
||||
"depends": {
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"minecraft": ">=1.16"
|
||||
"midnightlib": "*",
|
||||
"minecraft": ">=1.19.3"
|
||||
},
|
||||
"breaks": {
|
||||
"sodium": "<0.4.9"
|
||||
},
|
||||
|
||||
"mixins": [
|
||||
|
||||
@@ -38,6 +38,12 @@
|
||||
"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.",
|
||||
|
||||
Reference in New Issue
Block a user