Fixed Minimum Required Versions
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.19.1",
|
||||
"minecraft": "1.19.2",
|
||||
"java": ">=17"
|
||||
}
|
||||
}
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user