HalpLibe 5.2.4
on Apr 26, 2025- Fixed a networking bug that affected UniversalPacket (by gungun974).
- Added entrypoint for initializing options (by bigsir24).
- Added javadocs to entrypoint classes explaining the names of the entrypoints in fabric.mod.json.
HalpLibe 5.2.3
on Apr 7, 2025- Fix weird item rendering bug caused by the texture atlas not being square.
HalpLibe 5.2.2
on Mar 7, 2025- Vanilla clients now don't explode when they join a modded server that uses halplibe only on the server side thanks to gungun974.
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