diff --git a/RebornCore/src/main/resources/fabric.mod.json b/RebornCore/src/main/resources/fabric.mod.json index 9d916a848..0b35becb1 100644 --- a/RebornCore/src/main/resources/fabric.mod.json +++ b/RebornCore/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ ], "depends": { "fabricloader": ">=0.14.8", - "fabric-api": ">=0.59.0", + "fabric-api": ">=0.60.0", "team_reborn_energy": ">=2.2.0", "fabric-biome-api-v1": ">=3.0.0", "minecraft": "~1.19.2" diff --git a/build.gradle b/build.gradle index e1e5de3ac..cb9a1fbc5 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'eclipse' id 'maven-publish' id "org.cadixdev.licenser" version "0.6.1" - id "fabric-loom" version "0.13-SNAPSHOT" + id "fabric-loom" version "1.0-SNAPSHOT" id "com.matthewprenger.cursegradle" version "1.4.0" id "de.undercouch.download" version "4.1.1" } @@ -180,7 +180,8 @@ dependencies { include project(":RebornCore") - optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}", false) + optionalClientDependency("dev.architectury:architectury-fabric:${project.arch_version}") + optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}") // Use groovy for datagen/gametest, if you are copying this you prob dont want it. gametestImplementation 'org.apache.groovy:groovy:4.0.4' diff --git a/gradle.properties b/gradle.properties index 8555c191c..841c6042a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,11 +7,11 @@ mod_version=5.3.4 # Fabric Properties # check these on https://modmuss50.me/fabric.html minecraft_version=1.19.2 -yarn_version=1.19.1+build.1 +yarn_version=1.19.2+build.10 loader_version=0.14.9 -fapi_version=0.59.0+1.19.2 +fapi_version=0.60.0+1.19.2 # Dependencies energy_version=2.2.0 -rei_version=9.1.520 -jei_version=11.0.0.206 +rei_version=9.1.537 +arch_version=6.2.43 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index af9f3fbc5..c86f0b12d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ }, "depends": { "fabricloader": ">=0.14.8", - "fabric-api": ">=0.59.0", + "fabric-api": ">=0.60.0", "reborncore": "*", "team_reborn_energy": ">=2.2.0", "fabric-biome-api-v1": ">=3.0.0",