Skip to content

Commit

Permalink
add correct dependency constraints for 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LCLPYT committed Dec 16, 2024
1 parent 73704ab commit 86c6aee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ translations4j_version=2.11.0

# subproject versions
kibu-fabric-hooks-version=0.5.1
kibu-hooks-version=0.54.1
kibu-hooks-version=0.54.2
kibu-command-api-version=0.9.0
kibu-scheduler-api-version=0.9.0
kibu-hook-api-version=1.4.0
Expand Down
2 changes: 1 addition & 1 deletion kibu-hooks/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"depends": {
"fabricloader": ">=${loader_version}",
"minecraft": "~1.21.2",
"minecraft": "~1.21.4",
"java": ">=21",
"fabric-api": "*",
"kibu-hook-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mixins": [],
"depends": {
"fabricloader": ">=${loader_version}",
"minecraft": "~1.21.2",
"minecraft": "~1.21.4",
"java": ">=21",
"fabric-api": "*"
},
Expand Down

0 comments on commit 86c6aee

Please sign in to comment.