diff --git a/RebornCore/src/main/resources/fabric.mod.json b/RebornCore/src/main/resources/fabric.mod.json index 454ec0af4..0186fa235 100644 --- a/RebornCore/src/main/resources/fabric.mod.json +++ b/RebornCore/src/main/resources/fabric.mod.json @@ -28,8 +28,8 @@ } ], "depends": { - "fabricloader": ">=0.14.15", - "fabric-api": ">=0.75.0", + "fabricloader": ">=0.14.17", + "fabric-api": ">=0.75.3", "team_reborn_energy": ">=2.3.0", "fabric-biome-api-v1": ">=3.0.0", "minecraft": ">=1.19.4- <1.19.5-" diff --git a/build.gradle b/build.gradle index ed28ee969..3c3e04aef 100644 --- a/build.gradle +++ b/build.gradle @@ -197,8 +197,8 @@ dependencies { optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}", false) // Use groovy for datagen/gametest, if you are copying this you prob dont want it. - gametestImplementation 'org.apache.groovy:groovy:4.0.6' - datagenImplementation 'org.apache.groovy:groovy:4.0.6' + gametestImplementation 'org.apache.groovy:groovy:4.0.10' + datagenImplementation 'org.apache.groovy:groovy:4.0.10' gametestImplementation ("com.google.truth:truth:1.1.3") { exclude module: "guava" diff --git a/gradle.properties b/gradle.properties index 862b02735..01467eda9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G fabric.loom.multiProjectOptimisation=true # Mod properties -mod_version=5.5.0 +mod_version=5.6.0 # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19.4-pre1 -yarn_version=1.19.4-pre1+build.1 -loader_version=0.14.15 -fapi_version=0.75.0+1.19.4 +minecraft_version=1.19.4 +yarn_version=1.19.4+build.1 +loader_version=0.14.17 +fapi_version=0.75.3+1.19.4 # Dependencies energy_version=2.3.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 77a02f6b6..2f2676942 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,8 +30,8 @@ ] }, "depends": { - "fabricloader": ">=0.14.15", - "fabric-api": ">=0.75.0", + "fabricloader": ">=0.14.17", + "fabric-api": ">=0.75.3", "reborncore": "*", "team_reborn_energy": ">=2.3.0", "fabric-biome-api-v1": ">=3.0.0",