Skip to content

Commit 29c78c2

Browse files
committed
Break with Sodium <0.6.2
Sodium versions before 0.6.2 for Minecraft 1.21.3 had a critical FRAPI item rendering bug where translucent items would be rendered using the cutout layer instead
1 parent acad3ea commit 29c78c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"fabric-api": ">=0.100.1"
3737
},
3838
"breaks": {
39-
"sodium": "<0.6.0-beta.5"
39+
"sodium": "<0.6.2"
4040
},
4141

4242
"custom": {

0 commit comments

Comments
 (0)