Changelog
-
Container mobs that are attached to a lead will now drop their lead if picked up in a container.
-
Fixed rain fadeout animation not working with the built-in emissive shaders.
-
Added the 'allows_use_while_sneaking' block tag, which allows for blocks to be interacted with even while the player is sneaking.
-
RegistryHelpers class has been renamed to RegistryHelper.
-
InventoryHelper class has been renamed to ItemHelper.
-
All helper classes have been moved to net.sydokiddo.chrysalis.misc.util.helpers
-
Added loot table resource locations for Armadillos and Breezes to RegistryHelper.
-
Moved various block related methods from RegistryHelper to the new BlockHelper class.
-
Moved various world generation related methods from RegistryHelper to the new WorldGenHelper class.
-
Removed registerMobInWaterBucket, registerMobInLavaBucket, and registerMobInCustomFluidBucket registry helper methods in favor of a singular registerMobInFluidContainer method.
-
Removed registerStoneButton, registerWoodenButton, and registerCustomPulseTimeButton registry helper methods in favor of a singular registerButton method.
Dependencies
Files
External resources
Project members
Sydokiddo
Owner