Skip to content

Commit

Permalink
Merge branch '1.21/dev' into 1.21/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Dec 4, 2024
2 parents 3c70431 + 87e4ed5 commit 352a972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
],
"depends": {
"fabricloader": ">=0.16",
"sodium": ">=0.6.0",
"minecraft": ">=1.21.2"
"sodium": ">=0.6.2",
"minecraft": ">=1.21.4"
},
"breaks": {
"iris": "<1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Features that shouldn't be in Sodium.
[[dependencies.sodium_extra]]
modId = "minecraft"
type = "required"
versionRange = "[1.21.1,)"
versionRange = "[1.21.4,)"
ordering = "NONE"
side = "CLIENT"

[[dependencies.sodium_extra]]
modId = "sodium"
type = "required"
versionRange = "[0.6.0,)"
versionRange = "[0.6.2,)"
ordering = "NONE"
side = "CLIENT"

Expand Down

0 comments on commit 352a972

Please sign in to comment.