Skip to content

Releases: Turnip-Labs/bta-halplibe

Halplibe 4.0.4

08 May 07:04
Compare
Choose a tag to compare
  • Added RecipeBuilder.getItemGroup
  • Fixed Item model assignment bug
  • Added more javadocs to Halplibe methods

Full Changelog: 4.0.3...4.0.4

Halplibe v4.0.3

07 May 15:14
Compare
Choose a tag to compare
  • BlockBuilder.setBlockColor now takes a BlockColor supplier
  • Delayed model initialization to fix startup crash
  • Added ItemBuilder

Full Changelog: 4.0.2...4.0.3

Halplibe v4.0.2

07 May 09:02
Compare
Choose a tag to compare
  • BlockBuilder now assigns default ItemModels to ItemBlocks
  • Added BlockBuilder.setItemModel
  • Model assignment now only occurs clientside
  • EntityHelper now properly initializes renderers

Full Changelog: 4.0.1...4.0.2

Halplibe v4.0.1

06 May 15:50
Compare
Choose a tag to compare
  • Changed version check from "~7.2" to "^7.2-beta"
  • Updated texture paths in DirectoryManager

What's Changed

Full Changelog: 3.5.4...4.0.1

HalpLibe v4.0.0

06 May 13:42
Compare
Choose a tag to compare
HalpLibe v4.0.0 Pre-release
Pre-release

Updated to 7.2-pre1

Changes:

  • Removed RecipeHelper
  • Cleaned up SoundHelper
  • Cleaned up EntityHelper
  • Cleaned up CommandHelper
  • Removed BlockHelper
  • Removed Texture functions from BlockBuilder
  • Change BlockBuilder#setBlockModel to take a Function<Block, BlockModel> to provide BlockModels
  • Cleaned up ArmorHelper
  • Deleted TextureHelper
  • ItemHelper now takes in a Function<Item, ItemModel> to provide ItemModels
  • Removed AtlasWidth option
  • Removed ModlistPacket option
  • Removed RequireTextures option
  • Replaced ModlistPacket with CustomPayload packet

Full Changelog: 3.5.4...4.0.0

HalpLibe v3.5.4

26 Apr 13:08
Compare
Choose a tag to compare

Updated to 7.1_01!

Full Changelog: 3.5.3...3.5.4

HalpLibe v3.5.3

11 Apr 23:42
Compare
Choose a tag to compare
  • Fixed block builder not doing proper null checking on block textures

Full Changelog: 3.5.2...3.5.3

HalpLibe v3.5.2

11 Apr 18:26
Compare
Choose a tag to compare

Updated to BTA 7.1!

Full Changelog: 3.5.1...3.5.2

HalpLibe v3.5.1

29 Mar 19:20
Compare
Choose a tag to compare
  • Fixed bug where recipe namespaces and groups weren't recreated on server-client recipe sync.

Full Changelog: 3.5.0...3.5.1

HalpLibe v3.5.0

28 Mar 19:37
Compare
Choose a tag to compare

Added a new method initNamespaces inside RecipeEntrypoint that gets called on both game start and when the client is syncing recipes with the server.
Use it to (re)create recipe namespaces and groups before any recipes are loaded.

Full Changelog: 3.4.17...3.5.0