From b2bfea6127142a4c24da4d8e7d233328656b3253 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 20 Dec 2023 17:14:37 +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 3f534c68..94e889a1 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.20.1-84-FABRIC -bclib_version=3.0.14 +bclib_version=3.30.1 rei_version=12.0.622 emi_version=1.0.28+1.20.1 trinkets_version=3.7.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 415de443..8e85a45d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -50,7 +50,7 @@ "bclib": "3.30.x" }, "breaks": { - "bclib": "<3.30.0" + "bclib": "<3.30.1" }, "suggests": { "byg": ">=2.0.0",