Skip to content

Commit

Permalink
Update dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Dec 3, 2024
1 parent 11c727f commit ce03ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"depends": {
"fabricloader": ">=0.16.9",
"fabric-api": ">=0.110.0",
"minecraft": ">=1.21.4- <1.21.5"
"minecraft": ">=1.21.4 <1.21.5"
},
"custom": {
"loom:injected_interfaces": {
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 @@ -27,13 +27,13 @@ file = "META-INF/accesstransformer.cfg"
[[dependencies.bingo]]
modId="neoforge"
type="required"
versionRange="21.4.0-beta" # TODO
versionRange="[21.4.0-beta,)"
ordering="NONE"
side="BOTH"

[[dependencies.bingo]]
modId="minecraft"
type="required"
versionRange="1.21.4" # TODO
versionRange="[1.21.4,1.21.5)"
ordering="NONE"
side="BOTH"

0 comments on commit ce03ae2

Please sign in to comment.