[CHORE] Port to 1.20.3/4

This commit is contained in:
2023-12-07 21:33:19 +02:00
parent 19852fbecd
commit 8aa8c3b62c
14 changed files with 33 additions and 54 deletions

View File

@@ -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"

View File

@@ -1 +1 @@
com.hypherionmc.craterlib.client.NeoForgeClientHelper
com.hypherionmc.craterlib.client.ForgeClientHelper

View File

@@ -1 +1 @@
com.hypherionmc.craterlib.common.NeoForgeCommonHelper
com.hypherionmc.craterlib.common.ForgeCommonHelper

View File

@@ -1 +1 @@
com.hypherionmc.craterlib.common.NeoForgeFluidHelper
com.hypherionmc.craterlib.common.ForgeFluidHelper

View File

@@ -1 +1 @@
com.hypherionmc.craterlib.common.NeoForgeLoaderHelper
com.hypherionmc.craterlib.common.ForgeLoaderHelper