diff --git a/build.gradle b/build.gradle index e341a784e..dd4a9b1d9 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ repositories { } } -version = "3.7.1" +version = "3.7.2" configurations { shade diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b8da82b0e..eee1875a9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,9 +27,9 @@ ] }, "depends": { - "fabricloader": ">=0.6.3", + "fabricloader": ">=0.10.8", "fabric": ">=0.28.3", - "reborncore": "*", + "reborncore": ">=4.6.2", "team_reborn_energy": ">=0.1.1", "fabric-biome-api-v1": ">=3.0.0" },