HalpLibe 5.2.1
on Feb 21, 2025- Bug fixes:
- Model helper fixes
- Block and item init entrypoint fixes
HalpLibe 5.2.0
on Feb 11, 2025- Block and item creation entrypoints by @DontStarve72
- Make the networking simpler and universal for everyone by @Gungun974
HalpLibe 5.1.5
on Feb 10, 2025- Fixed bug with access widener.
HalpLibe 5.1.4
on Feb 10, 2025- Fixed some bugs caused by terrible reflection hacks.
HalpLibe 5.1.3
on Feb 10, 2025Updated to BTA 7.3_01!
HalpLibe 5.1.2
on Jan 31, 2025- Fixed recipe namespaces not being recreated when joining a server.
HalpLibe 5.1.1
on Jan 29, 2025- Fixed a crash with the model helper.
HalpLibe 5.1.0
on Jan 28, 2025Updated to BTA 7.3!
CreativeHelper
fixes.- Remade how models are assigned!
- Use the new
ModelEntrypoint
(entrypoint name isinitModels
) andModelHelper
!
- Use the new
HalpLibe 5.0.0
on Dec 12, 2024Updated to BTA 7.3-pre1!
Note: As BTA has gone through various internal changes for 7.3, those changed are reflected in halplibe as well, this release is strictly incompatible with any BTA version before 7.3-pre1, and mods that have halplibe as a dependency will need to undergo non-trivial updates!
HalpLibe 4.1.3
on Jun 22, 2024Updated to BTA 7.2 pre2!
This release also works with BTA 7.2 and 7.2_01
HalpLibe 4.1.2
on Jun 19, 2024- Fix vanilla server kick + button logic by kill05
- Improved TomlConfigHandler
HalpLibe 4.1.1
on Jun 15, 2024- Fixed double chests
HalpLibe 3.6.0
on Jun 15, 2024This release is for BTA 7.1_01!
- Backported server logging fix
HalpLibe 4.1.0
on Jun 15, 2024- GuiHelper by kill05
HalpLibe 4.0.8
on Jun 12, 2024- Prevent crash with duplicate stat ids, instead return the old one.
HalpLibe 4.0.7
on Jun 12, 2024- Fixed bug where logging didn't work on servers at the cost of the server gui not being accessible for now.
HalpLibe 4.0.6
on May 9, 2024- ItemBuilder no longer automatically overrides max durability and stacksize
- ItemBuilder's stacksize applied before container item
- Queued Entity and TileEntity renderers now get their dispatchers assigned
HalpLibe 4.0.5
on May 8, 2024Requires BTA 7.2-pre1 or newer
Changes:
- Fixed default block model being set to BlockModelStairs rather then BlockModelStandard
- Added BlockBuilder.setTopTexture
- Added BlockBuilder.setBottomTexture
- Added BlockBuilder.setNorthTexture
- Added BlockBuilder.setSouthTexture
- Added BlockBuilder.setWestTexture
- Added BlockBuilder.setEastTexture
- Added BlockBuilder.setTextures
- Added BlockBuilder.setSideTextures
- Added BlockBuilder.setTopBottomTextures
- Added BlockBuilder.setNorthSouthTextures
- Added BlockBuilder.setEastWestTextures
- Added BlockBuilder.setIcon
- Added ItemBuilder.setIcon
HalpLibe 4.0.4
on May 8, 2024Requires BTA 7.2-pre1
- Added RecipeBuilder.getItemGroup
- Fixed Item model assignment bug
- Added more javadocs to Halplibe methods
HalpLibe 4.0.3
on May 7, 2024Requires BTA 7.2-pre1 or newer -BlockBuilder.setBlockColor now takes a BlockColor supplier -Delayed model initialization to fix startup crash -Added ItemBuilder