A helper library to ease babric mod development for BTA.
- JDK for Java 17 (Eclipse Temurin recommended)
- IntelliJ IDEA
- Minecraft Development plugin (Optional, but highly recommended)
Follow the setup instructions on the minimal mod GitHub page.
Add this in your build.gradle
:
repositories {
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {
artifact "[organisation]/releases/download/v[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
}
dependencies {
modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"
}
- azurelmao
- pkstDev
- Jim Jim aka FatherCheese
- ICantTellYou