Releases: Turnip-Labs/bta-halplibe
Releases · Turnip-Labs/bta-halplibe
HalpLibe 2.1.7
HalpLibe 2.1.6
HalpLibe 2.1.5
What's Changed
- A lot of minor things and fixes.
Including HalpLibe in a project has changed, and it uses jitpack.io now.
In your build.gradle
file:
repositories {
maven { url = "https://jitpack.io" }
}
dependencies {
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
}
This gives the added benefit of downloading mod sources, so now documentation is a thing!
From now on version tags also lack the v
in front of it.
Full Changelog: v2.1.4...2.1.5
HalpLibe v2.1.3
HalpLibe v2.1.2
Full Changelog: v2.1.1...v2.1.2
HalpLibe v2.1.1
Improved lang file loading and fixed a bug where modded lang files wouldn't be switched when switching languages.
HalpLibe v1.1.5
What's Changed
- Add ConfigHandler by @rogerahuntley in #5
- Backported RecipeHelper fixes.
Full Changelog: v1.1.4...v1.1.5
HalpLibe v2.1.0
Moved to babric and removed a redundant argument in BlockHelper.
Full Changelog: v2.0.0...v2.1.0
HalpLibe v2.0.0
Updated to BTA 1.7.7.0!
HalpLibe v1.1.4
Update Item/BlockHelper