Skip to content

Commit

Permalink
Update compatible Minecraft versions (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmangohands authored Aug 18, 2024
1 parent 2d2ee7a commit 9085a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"sodium-fabric.mixins.json"
],
"depends" : {
"minecraft" : ["1.21", "1.21.1"],
"fabricloader" : ">=0.12.0",
"fabric-block-view-api-v2" : "*",
"fabric-renderer-api-v1" : "*",
Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provides = ["indium"]
[[dependencies.sodium]]
modId = "minecraft"
type = "required"
versionRange = "[1.20.4,1.21.1)"
versionRange = "[1.21,1.21.1]"
ordering = "NONE"
side = "CLIENT"

Expand Down

0 comments on commit 9085a12

Please sign in to comment.