Skip to content

Commit

Permalink
chore: haybale dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
t2pellet committed Jun 24, 2024
1 parent 622f923 commit 9ee9649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"fabric": "*",
"minecraft": "1.19.2",
"java": ">=17",
"geckolib3": "*"
"geckolib3": "*",
"haybale": ">=0.4.2"
},
"suggests": {
"modmenu": "*",
Expand Down
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ versionRange = "[1.19,1.19.2)"
ordering = "NONE"
side = "BOTH"
[[dependencies.strawgolem]]
modId = "tlib"
modId = "haybale"
mandatory = true
versionRange = "*"
versionRange = "[0.4.2,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.strawgolem]]
Expand Down

0 comments on commit 9ee9649

Please sign in to comment.