diff --git a/gradle.properties b/gradle.properties index 0d747405..6d3f00ba 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=3.0.3 +bclib_version=3.0.4 rei_version=12.0.622 emi_version=1.0.2+1.20 trinkets_version=3.6.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d097c61f..0e7280d3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -52,7 +52,7 @@ "bclib": "3.0.x" }, "breaks": { - "bclib": "<3.0.3" + "bclib": "<3.0.4" }, "suggests": { "byg": ">=2.0.0",