From 607e6356a1418ab2ee48e9f29f0858b076ac3738 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 3 Jan 2021 19:49:51 +0000 Subject: [PATCH] Allow any RC version, will change this at a later date once I revist the build script --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index eee1875a9..634f02172 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.10.8", "fabric": ">=0.28.3", - "reborncore": ">=4.6.2", + "reborncore": "*", "team_reborn_energy": ">=0.1.1", "fabric-biome-api-v1": ">=3.0.0" },