HalpLibe 6.0.2
on May 23, 2026- Lang keys of items now include the mod id.
- Added installed mods to crash reports.
- Creative inventory fixes. (by kheprep)
HalpLibe 6.0.1
on May 17, 2026- Fix options init entrypoint.
HalpLibe 6.0.0
on May 16, 2026- Updated to BTA! 8.0-pre1.
- Better creative inventory management.
- New mod id registration.
HalpLibe 5.4.1
on Apr 4, 2026- This release has no actual changes to the mod, and only exists to hopefully fix build metadata on the maven repository.
HalpLibe 5.4.0
on Jan 23, 2026- Added a basic recovery mode that should prevent some scenarios where a world becomes inaccessible due to instantly crashing upon load.
HalpLibe 5.3.3
on Dec 7, 2025- Removed usage of access wideners to fix a crash.
HalpLibe 5.3.2
on Dec 5, 2025- Updated to use the newest loader.
HalpLibe 5.3.1
on Oct 18, 2025- Make client warn when network message from server are missings
- Patched Packet Custom Payload
- Mods using a directory structure for translation files will now actually be able to be translated
HalpLibe 5.3.0
on Aug 15, 2025- Add extra handle in
NetworkMessageto filter execution Environment. - Added TextureHelper.
- Delay item stats init.
- Added ItemStack and UUID write/read methods in UniversalPacket.
- Add compatibility methods for sending
NetworkMessagewhen halplibe is not installed on the receiver. - Removed SoundHelper as it did not do anything anymore.
Thanks to @bigsir24 and @gungun974 for their contributions!
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!
CreativeHelperfixes.- Remade how models are assigned!
- Use the new
ModelEntrypoint(entrypoint name isinitModels) andModelHelper!
- Use the new

