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
Updated to 1.21!
What's next:
- Separating the commands and the API into different packages/projects to be easier to mantain
- Adding more effects and improving the old ones
- Same changes as 0.0.2+1.20 but for 1.19.2!
- Added ImageEffects! They are located in the
#.effects.image
pacakge. The actually usable ones are ColoredImageEffect and BlackAndWhiteImage effect - Instead of specifying a particle type you will need to specify a string path or an Identifier. The identifier must point to an image in the /data/ folder and NOT the /assests/ folder, since the mod is serverside.
- Valid image formats are jpg, png and also gif!
- Added
executeOnStop
option to chain effects togther
More info in the javadocs, sorry! Also this version is compatibile only with 1.20+
First alpha release! Make sure to report bugs on the GitHub issue page!