diff --git a/gradle.properties b/gradle.properties index 48c1b1b9..b0cea5bd 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=2.1.9 +bclib_version=2.1.8 rei_version=9.1.500 jei_version=11.1.0.235 emi_version=1.0.29+1.19.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1f5714d9..c7a4c18b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -54,7 +54,7 @@ "bclib": "2.1.x" }, "breaks": { - "bclib": "<2.1.7" + "bclib": "<2.1.8" }, "suggests": { "byg": ">=2.0.0",