
Список изменений
This library is now hosted on the central maven under io.github.kapitencraft. only a merged jar continues to be
hosted for convenience and support reasons. these files can (currently)
please reference The Wiki on how to add this project to your development environment.
the changelog for the different modules is listed below:
Attribute Module
fixed timed modifiers only expiring for players
fixed life steal particle animation disable config not working
bonus attack speed is now implemented via the damage event instead of a mixin, increasing compatibility
made Wisdom use LOW priority event listeners to improve mod compat with other mods adding xp changes
changed Double Jump attribute to use vanilla jumping behavior instead
reworked double jump attribute to use DataAttachment instead of persistent data
changed most attributes to be applied to all entities using the LivingEntity#createLivingAttributes method. (Dev note: double jump doesn't work with mounted mobs unfortunately)
Core Module
added ExtraRenderTypes class exposing a GHOST rendertype
added array ExtraStreamCodec operation
added FontSetsEvent with subclasses $Register and $Update. used to register custom FontSets
added RegisterOrderedItemComponentTooltipEvent used to order different item components that are supposed to
add info to the items' tooltip
fixed MultiLineTextBoxes suggestions not disappearing when inserting
fixed UpdateChecker not running
fixed high velocity de-sync once and for all (Dev note: for objects with speed greater than |3.9| in any dimension, the packet sends a total of 18 more bytes)
renamed TextHelper#makeGrammar -> #langify
removed core.util.Reference and IntegerReference. use Atomic classes instead
moved FontSetsEvent into the ./client package
Component Module
removed GlyphEffects registry in favor of event based system to fix possible crash stacking
DataGen Module
added TextureProvider fields for all KapLib implemented transfer masks
Enchantment Module
fixed enchantment info also being shown on applied items instead of just enchanted books
Particle Module
added data-generated ParticlePresets for both client and server data and a dedicated DataGenerator
Recipe Module
fixed ExtraRecipeSerializers not being loaded
