From d60ae87e79816e9c2a77d632ca6ea627fab18642 Mon Sep 17 00:00:00 2001 From: bl4d3tv <10796919+bl4d3tv@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:26:28 -0300 Subject: [PATCH] fix: change BCLib version to an existing one --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3fe849e5..a94a1b26 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.7 +bclib_version=2.1.6 rei_version=9.1.500 jei_version=11.1.0.235 emi_version=0.6.3+1.19.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fef3b828..6b0da160 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -55,7 +55,7 @@ "bclib": "2.1.x" }, "breaks": { - "bclib": "<2.1.7" + "bclib": "<2.1.6" }, "suggests": { "byg": ">=2.0.0",