Skip to content

Commit f1fc815

Browse files
committed
Merge branch '1.21/dev' into 1.21/stable
2 parents eda9d95 + cf0a6f8 commit f1fc815

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"sodium-extra.mixins.json"
5050
],
5151
"depends": {
52-
"fabricloader": ">=0.16",
53-
"sodium": ">=0.6.11",
54-
"minecraft": ">=1.21.5"
52+
"fabricloader": ">=0.16.14",
53+
"sodium": ">=0.6.13",
54+
"minecraft": ">=1.21.6"
5555
},
5656
"breaks": {
5757
"iris": "<1.7.0",

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Features that shouldn't be in Sodium.
1919
[[dependencies.sodium_extra]]
2020
modId = "minecraft"
2121
type = "required"
22-
versionRange = "[1.21.5,)"
22+
versionRange = "[1.21.6,)"
2323
ordering = "NONE"
2424
side = "CLIENT"
2525

2626
[[dependencies.sodium_extra]]
2727
modId = "sodium"
2828
type = "required"
29-
versionRange = "[0.6.11,)"
29+
versionRange = "[0.6.13,)"
3030
ordering = "NONE"
3131
side = "CLIENT"
3232

0 commit comments

Comments
 (0)