[CHORE] Backport from 1.20.3

This commit is contained in:
2024-01-02 00:38:06 +02:00
parent ee80626bf7
commit d97e6df36e
16 changed files with 29 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[44,)"
loaderVersion = "[43,)"
license = "MIT"
issueTrackerURL = "https://github.com/firstdarkdev/craterLib/issues"
@@ -19,13 +19,13 @@ displayTest = "MATCH_VERSION"
[[dependencies.${mod_id}]]
modId = "forge"
mandatory = true
versionRange = "[44,)"
versionRange = "[43,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.${mod_id}]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.3,1.20)"
versionRange = "[1.19.2,1.19.3)"
ordering = "NONE"
side = "BOTH"