Changelog
- Fixed Kill Effect Item not running when Killing Entity.
- Added
AcornItemSettings
, allowing you to add components, like you would assign an item's settings usingItem.Settings
(or in mojang mappings' case,Item.Properties
). - Removed
ColoredText
class (it was useless). - Fixed components like
undroppable
andtwo_handed
being broken (I usedByte
instead ofUnit
). - Added Test Item to tools
ItemGroup
when in dev environment. - Fixed
AcornParticles.AdvancedRefs
not being accessible statically. - Fixed Supporter name colors always applying on tab list, even when
allowSupporterNameColors
is false. - Added
ParticleUtils
class, for spawning sweep particles more consistently. - Added option to modify a list of items' name colors.
- Re-organized mixins.