Releases: Turnip-Labs/bta-halplibe
Releases · Turnip-Labs/bta-halplibe
Halplibe 4.0.4
- 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
- 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
- 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
- Changed version check from "~7.2" to "^7.2-beta"
- Updated texture paths in DirectoryManager
What's Changed
- 7.2 update by @UselessBullets in #56
Full Changelog: 3.5.4...4.0.1
HalpLibe v4.0.0
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
Updated to 7.1_01!
Full Changelog: 3.5.3...3.5.4
HalpLibe v3.5.3
- Fixed block builder not doing proper null checking on block textures
Full Changelog: 3.5.2...3.5.3
HalpLibe v3.5.2
Updated to BTA 7.1!
Full Changelog: 3.5.1...3.5.2
HalpLibe v3.5.1
- 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
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