[CHORE] Backport from 1.20.3

This commit is contained in:
2024-01-02 00:23:00 +02:00
parent 556dd63c8f
commit ee80626bf7
18 changed files with 47 additions and 48 deletions

View File

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