Skip to content

Commit

Permalink
Update mod manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Dec 3, 2024
1 parent a858eba commit f31c803
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -71,7 +71,7 @@
"sodium-fabric.mixins.json"
],
"depends" : {
"fabricloader" : ">=0.12.0",
"fabricloader" : ">=0.16.0",
"fabric-block-view-api-v2" : "*",
"fabric-renderer-api-v1" : "*",
"fabric-rendering-data-attachment-v1" : "*",
Expand All @@ -92,7 +92,7 @@
"custom_hud" : "<3.4.2",
"farsight" : "<=1.21-4.3",
"iceberg" : "<1.2.4",
"iris" : "<=1.7.3",
"iris" : "<=1.8.0",
"movingelevators" : "<=1.4.7",
"notenoughcrashes" : "<4.4.8",
"noxesium" : "<2.1.4",
Expand Down
11 changes: 9 additions & 2 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "*"
loaderVersion = "[4,)"
license = "Polyform-Shield-1.0.0"

[[mods]]
Expand All @@ -26,7 +26,14 @@ provides = ["indium"]
[[dependencies.sodium]]
modId = "minecraft"
type = "required"
versionRange = "[1.21.2,)"
versionRange = "1.21.3"
ordering = "NONE"
side = "CLIENT"

[[dependencies.sodium]]
modId = "neoforge"
type = "required"
versionRange = "[21.1.82,)"
ordering = "NONE"
side = "CLIENT"

Expand Down

0 comments on commit f31c803

Please sign in to comment.