Skip to content

Commit

Permalink
FIX versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed Oct 31, 2024
1 parent af34307 commit dddb64d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platforms/fabric-1.21.3/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depends": {
"fabric-resource-loader-v0": "*",
"fabricloader": ">=0.15.11",
"minecraft": ">=1.22.3 <1.22",
"minecraft": ">=1.21.3 <1.22",
"fabric-language-kotlin": ">=1.11.0+kotlin.2.0.0",
"libipn": ">=@LIBIPN_VERSION@ <6.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Take controll over you inventory
[[dependencies.inventoryprofilesnext]]
modId="minecraft"
mandatory=true
versionRange="[1.22.3,1.23)"
versionRange="[1.21.3,1.23)"
ordering="NONE"
side="CLIENT"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ side="CLIENT"
[[dependencies.inventoryprofilesnext]]
modId="minecraft"
mandatory=true
versionRange="[1.21,1.21.3)"
versionRange="[1.21, 1.21.2)"
ordering="NONE"
side="CLIENT"

Expand Down

0 comments on commit dddb64d

Please sign in to comment.