Helper library containing functions for common use cases, while ensuring compatibility between mods.
- JDK for Java 17 (Eclipse Temurin recommended)
- IntelliJ IDEA
- Minecraft Development plugin (Optional, but highly recommended)
Follow the setup instructions on the example mod GitHub page.
Add this in your build.gradle
:
repositories {
maven { url = "https://jitpack.io" }
}
dependencies {
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
}
- azurelmao
- Flamarine
- Jim Jim aka FatherCheese
- icanttellyou
- youngsditch
- sunsetsatellite
- useless