From a0a211fb56d6a73ec0aa67f5e0c5dd31acb0415b Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 10 Dec 2022 16:15:43 +0100 Subject: [PATCH] Dependency Bump --- 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 43ff9466..4a9ed508 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.2.1 +bclib_version=2.2.2 rei_version=10.0.578 jei_version=11.1.0.235 emi_version=0.5.0+1.19.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cf838ba6..a47b3825 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -53,7 +53,7 @@ "bclib": "2.2.x" }, "breaks": { - "bclib": "<2.2.1" + "bclib": "<2.2.2" }, "suggests": { "byg": ">=2.0.0",