[CHORE] Port to 1.20.3/4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "[46,)"
|
||||
loaderVersion = "[49,)"
|
||||
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 = "[49,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.${mod_id}]]
|
||||
modId = "minecraft"
|
||||
mandatory = true
|
||||
versionRange = "[1.20.2,1.21)"
|
||||
versionRange = "[1.20.3,1.21)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
@@ -1 +1 @@
|
||||
com.hypherionmc.craterlib.client.NeoForgeClientHelper
|
||||
com.hypherionmc.craterlib.client.ForgeClientHelper
|
@@ -1 +1 @@
|
||||
com.hypherionmc.craterlib.common.NeoForgeCommonHelper
|
||||
com.hypherionmc.craterlib.common.ForgeCommonHelper
|
@@ -1 +1 @@
|
||||
com.hypherionmc.craterlib.common.NeoForgeFluidHelper
|
||||
com.hypherionmc.craterlib.common.ForgeFluidHelper
|
@@ -1 +1 @@
|
||||
com.hypherionmc.craterlib.common.NeoForgeLoaderHelper
|
||||
com.hypherionmc.craterlib.common.ForgeLoaderHelper
|
Reference in New Issue
Block a user