Fixed Minimum Required Versions

This commit is contained in:
2022-09-18 22:13:09 +02:00
parent 3cd00ba8a0
commit 28e649f4e4
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
"depends": {
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.19.1",
"minecraft": "1.19.2",
"java": ">=17"
}
}

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[42,)"
loaderVersion = "[43,)"
license = "MIT"
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/"
@@ -19,13 +19,13 @@ A library mod used by HypherionSA's Mods
[[dependencies.craterlib]]
modId = "forge"
mandatory = true
versionRange = "[42,)"
versionRange = "[43,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.craterlib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.1,1.20)"
versionRange = "[1.19.2,1.20)"
ordering = "NONE"
side = "BOTH"