old-bugs

Minecraft: Better than Adventure! mod that brings back bugs from older versions
git clone git://memoryshards.xyz/old-bugs.git
Log | Files | Refs | README | LICENSE

commit 49171f5389f4547cf2afacdfea5a6dfcce420a4f
parent 4e9d1b1ef4d9f1b6ae7fc2d0c9fbe235cf42c342
Author: Amb0s <ambos@disroot.org>
Date:   Wed, 24 Jan 2024 15:51:36 +0100

Added HalpLibe dependency

Diffstat:
Mbuild.gradle | 4++++
Mgradle.properties | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -81,6 +81,10 @@ dependencies { modRuntimeOnly "objects:client:43db9b498cb67058d2e12d394e6507722e71bb45" // https://piston-data.mojang.com/v1/objects/43db9b498cb67058d2e12d394e6507722e71bb45/client.jar modImplementation "fabric-loader:fabric-loader:${project.loader_version}" + // Helper library + // If you do not need Halplibe you can comment this line out or delete this line + modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}" + modImplementation "ModMenu:ModMenu:2.0.3" implementation "org.slf4j:slf4j-api:1.8.0-beta4" diff --git a/gradle.properties b/gradle.properties @@ -6,6 +6,9 @@ bta_version=7.1-pre1a # Loader loader_version=0.14.19-babric.3-bta +# HalpLibe +halplibe_version=3.3.5 + # Mod mod_version=3.0.0 mod_group=amb0s