diff --git a/gradle.properties b/gradle.properties index 3f534c68..94e889a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ archives_base_name=better-end # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api patchouli_version=1.20.1-84-FABRIC -bclib_version=3.0.14 +bclib_version=3.30.1 rei_version=12.0.622 emi_version=1.0.28+1.20.1 trinkets_version=3.7.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 415de443..8e85a45d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -50,7 +50,7 @@ "bclib": "3.30.x" }, "breaks": { - "bclib": "<3.30.0" + "bclib": "<3.30.1" }, "suggests": { "byg": ">=2.0.0",