ParticleAnimationLib
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (10 images)
🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #283 of 343 decoration mods in this game by downloads
📋 About This Mod
!(https://github.com/Emafire003/ParticleAnimationLib/assets/29462910/3b1316c8-96c3-4450-abf8-241ce05eaf2e)
Do you want to create cool particle effects such as cones, cubes, spheres, and vortices but don't know how? Well, then this mod is for you! It is mainly a developer utility, but as a player you can play around with the commands, especially to try out the effects before implementing them with code. It is also fully serverside, meaning you won't need it on the client. It is inspirerd by the (https://github.com/elBukkit/EffectLib) plugin as you may have guessed.
Currently available effects: - Animated Sphere, Sphere, Cuboid, Vortex, Cone, Donut - Arc, Line, Animated Circle, Colored and BW Images, Text
At present time this mod is in beta, meaning that stuff could still break or change a bit. And some effects are still missing A forge/neoforge version may come in the future, but I first want to get the fabric/quilt all done before starting the port. Sorry! (It most likely will work with Syntra connector for the time being)
[!(https://github.com/user-attachments/assets/66b45404-d8c6-497b-8cc8-ac08adfae0de)](https://nodecraft.com/r/emalightdev) The best way to enjoy this mod is with other people on a server, so you can use the code EMALIGHTDEV on (https://nodecraft.com/r/emalightdev) for discount!
## How to use this mod This mod on its own, is only intended for developers. But don't worry, if you are a player and still want to try out all of the amazing effects (albeit with some limitations currently) you can do so by install (https://modrinth.com/mod/particleanimationlibcommands).
Yes, I know, the commands are a bit long and confusing, that's why I've also started working on a wiki, that you can find (https://emafire003.gitbook.io/particleanimationlibwiki/commands)!
## How to create the effects? All of the effects are in the `effects` package and you can create a new effect simply by creating a new effect object or you can use their builder method, kinda like the Block properties.
Then you can use your preferred flavour of `#run()` method to activate the effect: ```java //Constructor pseudocode with runFor example Effect effect = new Effect(ServerWorld world, ParticleEffect effect, Vec3d originPos, int particles, Other stuff...) effect.runFor(5);
//Builder pseudocode with run and setIterations example (20 ticks = 1 second) Effect effect = Effect.builder(ServerWorld world, ParticleEffect effect, Vec3d originPos).particles(10).anotherOption(true).build; effect.setIterations(520); effect.run(); ```
Demo of some of the effects from version 0. 0. 1*
## How to manipulate the animation effect? Every effect has its own getters and setters, so you can use those to change the settings before calling the run method. You can also provide a lamda that will execute each tickt that the effect is active to the run/runFor method. For more information about what each setting does please refer to the javadoc of the constructor for that effect.
## How do I use the commands?
First of all, you must install the companion mod (https://modrinth.com/mod/particleanimationlibcommands).
You can use either `pal` or `particleanimationlib` and then use tab-completition to create your effects. You can even have a preview of each effect by using `/pal
Please refer to the (https://emafire003.gitbook.io/particleanimationlibwiki/commands) for more information!
### For developers: Add this library into your `build.gradle` as a dependency ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } }
dependencies {
modImplementation "maven.modrinth:particleanimationlib:
## Credit This mod is based on the bukkit plugin (https://github.com/elBukkit/EffectLib) by elBukkit team, check it out too! The effects are taken from there and tweaked to be compatible with modding, occasionally adding extra functionality.
## License This library is available under MIT license
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Emafire003
- Version
- 0.1.2+26.1
- Downloads
- 10,802
- Endorsements
- 32
- Category
- decoration
- Created
- 4/22/2024
- Updated
- 4/12/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2
- Tags
- decoration, library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does ParticleAnimationLib support?
The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of ParticleAnimationLib?
Version 0.1.2+26.1, published 2026-04-12 with 10,802 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await









