Skip to content

Commit acad3ea

Browse files
committed
Require Minecraft 1.21.3 exactly and break with Sodium <0.6.0-beta.5
- 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.
1 parent fb26afd commit acad3ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@
3131
],
3232

3333
"depends": {
34-
"minecraft": ">=1.21.3",
34+
"minecraft": "1.21.3",
3535
"fabricloader": ">=0.15.0",
3636
"fabric-api": ">=0.100.1"
3737
},
38+
"breaks": {
39+
"sodium": "<0.6.0-beta.5"
40+
},
3841

3942
"custom": {
4043
"modmenu": {

0 commit comments

Comments
 (0)