HalpLibe 3.5.1
on Mar 29, 2024- Fixed bug where recipe namespaces and groups weren't recreated on server-client recipe sync.
HalpLibe 3.5.0
on Mar 28, 2024- Added a new method
initNamespaces
insideRecipeEntrypoint
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.
HalpLibe 3.4.17
on Mar 24, 2024- Fixed infini burn and burn rate assignments
- Fixed Nethercoal block overlay not being registered on the atlas
HalpLibe 3.4.16
on Mar 23, 2024- Fixed a crash at startup caused by the RecipeBuilder.
HalpLibe 3.4.15
on Mar 23, 2024Updated to BTA 7.1pre2a!
HalpLibe 3.4.14
on Mar 9, 2024- Fixed vanilla BTA bug erroneously casting the EntityDispatcher id to a byte instead of a short in Packet24MobSpawn
HalpLibe 3.4.13
on Feb 25, 2024- Fix min colors not affecting the firefly color
HalpLibe 3.4.12
on Feb 25, 2024- Fix different firefly colors from merging
HalpLibe 3.4.11
on Feb 25, 2024- Fix fireflies in the correct biome switching colors every so often
HalpLibe 3.4.9
on Feb 25, 2024- Fix
EntityFireflyClusterMixin#halplibe$getColourForBiome
only choosing one firefly if more than one firefly spawned in the same biome - Added weight system for control over firefly rarity
HalpLibe 3.4.4
on Feb 24, 2024- Added
FireflyHelper
, which lets you add custom fireflies in a compatible way - Refactored
ParticleHelper
to use lambdas, the old API was deprecated
HalpLibe 3.4.3
on Feb 23, 2024- Removed Halplibe logger statement from the
PlayerRenderer
(no more print lines every frame) - Refactored
DirectoryManager
(more expandable now) - Added support for adding textures to "/particle.png" in
TextureHelper