diff --git a/RebornCore/src/main/resources/fabric.mod.json b/RebornCore/src/main/resources/fabric.mod.json index b14f7c107..ec9d91017 100644 --- a/RebornCore/src/main/resources/fabric.mod.json +++ b/RebornCore/src/main/resources/fabric.mod.json @@ -26,8 +26,8 @@ ], "depends": { "fabricloader": ">=0.6.3", - "fabric": ">=0.28.3", - "team_reborn_energy": ">=0.1.1", + "fabric": ">=0.40.0", + "team_reborn_energy": ">=2.0.0-beta1", "fabric-biome-api-v1": ">=3.0.0" }, "authors": [ diff --git a/build.gradle b/build.gradle index 4e61207c8..5467c6465 100644 --- a/build.gradle +++ b/build.gradle @@ -91,10 +91,6 @@ allprojects { dev } - repositories { - mavenLocal() - } - // Shared deps between TR and RC dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" diff --git a/gradle.properties b/gradle.properties index 143012103..f551ad263 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ org.gradle.jvmargs=-Xmx2G minecraft_version=1.17.1 yarn_version=1.17.1+build.23:v2 loader_version=0.11.6 - fapi_version=0.38.0+1.17 + fapi_version=0.40.0+1.17 # Dependencies - energy_version=0.1.1 + energy_version=2.0.0-beta1 rei_version=6.0.267-alpha trinkets_version=3.0.2 autoswitch_version=-SNAPSHOT diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index dc170abd3..4bef37f19 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,9 +34,9 @@ }, "depends": { "fabricloader": ">=0.11.6", - "fabric": ">=0.37.0", + "fabric": ">=0.40.0", "reborncore": "*", - "team_reborn_energy": ">=0.1.1", + "team_reborn_energy": ">=2.0.0-beta1", "fabric-biome-api-v1": ">=3.0.0" }, "authors": [