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

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