Fix supported MC versions

This commit is contained in:
2023-03-19 13:10:52 +02:00
parent 5dd457e032
commit e733d80a53
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.19.3",
"minecraft": ">=1.19.4",
"java": ">=17"
}
}

View File

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