-
The block conversion datapack registry system now takes a sneaking_requirement field. The available options are:
none
ornull
,sneaking
, andnot_sneaking
. -
Renamed
EntityDataHelper
toEntityHelper
, and reorganized various methods within it. -
Added the
dropFromLootTable
method toEntityHelper
. -
Added the
ParticleHelper
class, which contains various common particle methods.
-
Tweaked a few debug item descriptions slightly.
-
Added can place and can break tooltips to ItemHelper.
-
Added the getNonLivingEntityLootTable method to EntityDataHelper.
-
Added a block conversion datapack system, which can be used to convert blocks from one block to another. (An example can be found at data/chrysalis/block/conversion/example.json)
NOTE: This version is the last version of Chrysalis for Fabric, as I have moved over to NeoForge! This will remain here for any mods currently utilizing the Fabric version, but I am now considering it deprecated.
Changelog:
- Fixed an issue with the
categoryName
andgroupNameWithCustomFont
methods inConfigHelper
.