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!