simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
git clone git://memoryshards.xyz/simple-tech.git
Log | Files | Refs | README | LICENSE

commit 2036fefd13680c1af35b91f9799c42f89cc77847
parent d20e7258c77b0132e3526f240aab518d3811f139
Author: Amb0s <ambos@disroot.org>
Date:   Sat, 26 Aug 2023 22:45:05 +0200

Updated HalpLibe and toolchain

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

diff --git a/build.gradle b/build.gradle @@ -15,6 +15,7 @@ loom { repositories { mavenCentral() + maven { url = "https://jitpack.io" } maven { name = 'Babric' url = 'https://maven.glass-launcher.net/babric' @@ -74,7 +75,7 @@ dependencies { // Helper library // If you do not need Halplibe you can comment this line out or delete this line - modImplementation "bta-halplibe:halplibe:${project.halplibe_version}" + modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}" modImplementation "ModMenu:ModMenu:2.0.0" @@ -88,7 +89,6 @@ dependencies { implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}") implementation("org.apache.logging.log4j:log4j-api:${log4jVersion}") implementation("org.apache.logging.log4j:log4j-1.2-api:${log4jVersion}") - implementation("log4j:apache-log4j-extras:1.2.17") } java { diff --git a/gradle.properties b/gradle.properties @@ -7,7 +7,7 @@ bta_version=1.7.7.0_01 loader_version=0.14.19-babric.1-bta # HalpLibe -halplibe_version=2.1.1 +halplibe_version=2.1.6 # Mod mod_version=0.1.0