Forgot to update minimum versions in META files

This commit is contained in:
2022-07-31 20:50:23 +02:00
parent ecb8394a50
commit 5f32672dae
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.19.x",
"minecraft": "1.19.1",
"java": ">=17"
}
}

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[41,)"
loaderVersion = "[42,)"
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 = "[41,)"
versionRange = "[42,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.craterlib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19,1.20)"
versionRange = "[1.19.1,1.20)"
ordering = "NONE"
side = "BOTH"