Skip to content

Commit

Permalink
Require Minecraft 1.21.3 exactly and break with Sodium <0.6.0-beta.5
Browse files Browse the repository at this point in the history
- Due to changes in 1.21.4, it is known that the code for Continuity 1.21.3 will definitely not work on 1.21.4.
- Sodium versions older than 0.6.0-beta.5 crash when an item is rendered through FRAPI.
  • Loading branch information
PepperCode1 committed Dec 1, 2024
1 parent fb26afd commit acad3ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
],

"depends": {
"minecraft": ">=1.21.3",
"minecraft": "1.21.3",
"fabricloader": ">=0.15.0",
"fabric-api": ">=0.100.1"
},
"breaks": {
"sodium": "<0.6.0-beta.5"
},

"custom": {
"modmenu": {
Expand Down

0 comments on commit acad3ea

Please sign in to comment.