Skip to content

Commit

Permalink
Update Fabric/Forge dependency files (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object authored Jun 14, 2024
2 parents d89fd91 + 4e76a30 commit 1aa53ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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 @@ -60,7 +60,8 @@
"patchouli": ">=1.20.1-80"
},
"suggests": {
"pehkui": "3.7.6"
"pehkui": ">=3.7.6",
"modmenu": ">=7.0.1"
},
"custom": {
"cardinal-components": [
Expand Down
9 changes: 8 additions & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "kotlinforforge"
loaderVersion = "[3,)"
loaderVersion = "[4,)"
license = "MIT"

issueTrackerURL = "https://github.com/gamma-delta/HexMod/issues"
Expand Down Expand Up @@ -41,3 +41,10 @@ mandatory = true
versionRange = "[1.20.1-80,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.hexcasting]]
modId = "caelus"
mandatory = true
versionRange = "[3.1.0+1.20,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit 1aa53ca

Please sign in to comment.