diff --git a/gradle.properties b/gradle.properties index afef3b77..d1a28845 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,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.0.14 +bclib_version=2.0.16 rei_version=9.1.500 trinkets_version=3.4.0 cca_version=5.0.0-beta.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b29544bd..b3f7af7a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -48,7 +48,7 @@ "bclib": "2.0.x" }, "breaks": { - "bclib": "<2.0.14" + "bclib": "<2.0.16" }, "suggests": { "byg": ">=2.0.0",