Skip to content

Commit

Permalink
build: updated changelog, fabric.mod.json & mods.toml
Browse files Browse the repository at this point in the history
Requires FTB Library < 2001.2.0 (the UI overhaul version)
  • Loading branch information
desht committed Mar 11, 2024
1 parent 4b442ff commit 7822875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"minecraft": "~1.20",
"architectury": ">=${archversion}",
"ftblibrary": ">=${ftblibraryversion}"
},
"breaks": {
"ftblibrary": ">=2001.2.0"
}
}
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ side = "BOTH"
[[dependencies.ftbteams]]
modId = "ftblibrary"
mandatory = true
versionRange = "[${ftblibraryversion},)"
versionRange = "[${ftblibraryversion},2001.2.0)"
ordering = "AFTER"
side = "BOTH"

0 comments on commit 7822875

Please sign in to comment.