diff --git a/gradle.properties b/gradle.properties index b75587c4..33da0451 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.19-73-FABRIC -bclib_version=features~wunderlib-SNAPSHOT +bclib_version=3.0.1 rei_version=11.0.597 emi_version=0.7.3+1.19.4 trinkets_version=3.6.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 31797a37..9b271fa0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -53,7 +53,7 @@ "bclib": "3.0.x" }, "breaks": { - "bclib": "<3.0.0" + "bclib": "<3.0.1" }, "suggests": { "byg": ">=2.0.0",