Forge is back. Testing starting

This commit is contained in:
2023-06-08 19:13:41 +02:00
parent cf68a5038b
commit 34eb975b3a
21 changed files with 88 additions and 68 deletions

View File

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

View File

@@ -0,0 +1 @@
com.hypherionmc.craterlib.client.ForgeClientHelper

View File

@@ -0,0 +1 @@
com.hypherionmc.craterlib.common.ForgeCommonHelper

View File

@@ -0,0 +1 @@
com.hypherionmc.craterlib.common.ForgeFluidHelper

View File

@@ -0,0 +1 @@
com.hypherionmc.craterlib.common.ForgeLoaderHelper

View File

@@ -1 +0,0 @@
com.hypherionmc.craterlib.common.ForgeLoaderHelper

View File

@@ -1 +0,0 @@
com.hypherionmc.craterlib.client.ForgeClientHelper

View File

@@ -1 +0,0 @@
com.hypherionmc.craterlib.common.ForgeCommonHelper

View File

@@ -1 +0,0 @@
com.hypherionmc.craterlib.common.ForgeFluidHelper