Releases: Fierioziy/ParticleNativeAPI
ParticleNativeAPI 4.5.1
ParticleNativeAPI 4.5.0
Version 4.5.0 comes with:
- update for MC 1.21.10
- added 2 new particle types:
ParticleTypeSpellandParticleTypePowerMotion - added 3 new particles
- changed behavior of 3 particles - their new extended behavior is in
ParticleList_1_19_Partand their conterparts inParticleList_1_8andParticleList_1_13maintain previous behavior in backward-compatible way
ParticleNativeAPI 4.4.0
Version 4.4.0 comes with:
- update for MC
1.21.3and1.21.4 - added 2 new particles
Spigot started to mark some particles as @Experimental due to possible significant changes in their implementation that might affect API. I will hesitate to add such particles unless they become stable, because those particles really changes internally in inconvenient way.
ParticleNativeAPI 4.3.0
Version 4.3.0 comes with:
- fixes for
PaperMC 1.20.6 - added transparency param for
ParticleTypeColor
ParticleNativeAPI 4.2.0
Version 4.2.0 comes with:
- update for
1.20.6 - added new particles
- since
1.20.6: changed behavior ofENTITY_EFFECT(marked as not present in1.8and1.13lists) - since
1.20.6: removedAMBIENT_ENTITY_EFFECT(marked as not present in particle lists)
ParticleNativeAPI 4.1.0
Version 4.1.0 comes with few changes:
- updated for Spigot 1.20.2
- added 2 new particles:
CHERRY_LEAVESandEGG_CRACK
ParticleNativeAPI 4.0.0
Version 4.0.0 comes with HEAVILY refactored API:
- basically changed how particles are now accessed and being sent (check how-to-use doc for more info)
- many, many API changes
Because of so many changes, I suggest looking into migration-v3-to-v4 doc to get around how to adapt to new API.
I may support 3.x.x versions for a while, but only for limited time (few months I think at most).
ParticleNativeAPI 3.3.2
Version 3.3.2 comes with support for MC 1.19.3
ParticleNativeAPI 3.3.1
Version 3.3.1 comes with few internal non-API changes:
- reorganized most of code to make running unit tests in a more sophisticated way
ParticleNativeAPI 3.3.0
Version 3.3.0 comes with few changes:
- updated for MC 1.19
- added 5 new particles
- added 2 new particle types
- some internal non-API changes