File Details
ParticleAnimationLibarary 0.1.0
- R
- Feb 17, 2025
- 101.13 KB
- 426
- 1.21.4+22
- Fabric + 1
File Name
particleanimationlib-0.1.0.jar
Supported Versions
- 1.17-Snapshot
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17.1
- 1.17
Curse Maven Snippet
Hi! Finally in beta!
- The main change has been removing the commands, and separeting them into another mod, PAL Commands!
- With this, the core library is now (mostly) version indipendet, meaning that this version should work from 1.17 up to the latest versions of the game!
- Added the Text effect! With this one you will be able to display a custom text, like "Hello World" using particles, with custom fonts supported!
- Added the Donut effect, which will allow you to create donuts!
- Finally added a wiki (only for the commands which were a bit lacking)
- ColroedImageEffect and BlackAndWhite image effect have been merged into a single new ImageEffect, with the option to make the selected image BW or with inverted colors.
- Removed the "subtract" parameters from the AnimatedCircleEffect since they were useless (you can change the position directly)
- Added an option to ALL of the effects to limit the number of particles spawned at a given time. These include shouldSpawnParticlesEveryNIteration, which makes particle spawn every N iteration specified in antoher parameter, a particleLimit, and limitParticlesEveryNIteration etc (you can find more info in the javadocs and here
- Added new options to the SphereEffect, the halfSphere parameter which if true will only display the top half of the sphere and inverHalfSphere which will show the bottom one
- Fixed memory issues with Cone & Vortex effects (spawning all the particles of the effect on each iteration)
- Updated and improved some of the javadocs