Stop game from launching with old Sodium versions

This commit is contained in:
Motschen
2023-02-11 17:23:36 +01:00
parent a979e760c7
commit 4f70a32bee
2 changed files with 11 additions and 2 deletions

View File

@@ -26,8 +26,11 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": ">=1.16"
"midnightlib": "*",
"minecraft": ">=1.19.3"
},
"breaks": {
"sodium": "<0.4.9"
},
"mixins": [

View File

@@ -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.",