Skip to content

Releases: Turnip-Labs/bta-halplibe

HalpLibe 2.1.7

30 Aug 10:40
Compare
Choose a tag to compare

What's Changed

  • Revert class loading fix
  • Update to BTA 1.7.7.0_02

Full Changelog: 2.1.6...2.1.7

HalpLibe 2.1.6

22 Aug 19:10
Compare
Choose a tag to compare

What's Changed

  • Fix weird class loading bug involving the Item class

Full Changelog: 2.1.5...2.1.6

HalpLibe 2.1.5

17 Aug 17:17
44057cf
Compare
Choose a tag to compare

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

15 Aug 18:56
Compare
Choose a tag to compare

What's Changed

  • Add BlockBuilder
  • Deprecate BlockHelper

Full Changelog: v2.1.2...v2.1.3

HalpLibe v2.1.2

12 Aug 10:06
Compare
Choose a tag to compare

HalpLibe v2.1.1

06 Aug 10:40
Compare
Choose a tag to compare

Improved lang file loading and fixed a bug where modded lang files wouldn't be switched when switching languages.

HalpLibe v1.1.5

06 Aug 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

HalpLibe v2.1.0

05 Aug 15:56
Compare
Choose a tag to compare

Moved to babric and removed a redundant argument in BlockHelper.

Full Changelog: v2.0.0...v2.1.0

HalpLibe v2.0.0

01 Aug 21:29
Compare
Choose a tag to compare

Updated to BTA 1.7.7.0!

HalpLibe v1.1.4

23 Jan 20:26
Compare
Choose a tag to compare
Update Item/BlockHelper