/
Tooltips:
addModNameTooltip method to ItemHelper, which allows for mods to easily add a mod name tooltip with their mod's name to items similarly to the chrysalis ones.addVanillaDescriptionComponent, which allows for mods to easily add new tooltips to vanilla items using their own mod's namespace.Data-Driven Features:
enabled field that replaces the previous for_testing field, which can be set to either true, false, or debug_environment_only.for_testing field to debug_environment_only.Fluidlogging:
getStateAtPos method to SimpleFluidloggedBlock, which helps access the fluidlogged state based on a fluid type at a specific block position.Commands:
/chrysalis command, which can currently be used to either check the current chrysalis version, or reload all chrysalis data registries./locate command now automatically displays its error message if a world cannot generate structures, to prevent the game from infinitely searching for a structure and getting caught in a lag loop.Miscellaneous:
gameRuleName to chrysalis:gameRuleName, and a new itemCooldowns game rule has been added to specify whether or not items should apply cooldowns.emitRedstoneParticlesAroundBlock method to ParticleHelper.emitBlockStateChangeEvents and cycleRedstonePoweredState methods to BlockHelper.
Flying past the boundaries of what you can do with a Minecraft library mod!