Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
ParticleDrawing
A high-performance particle animation player, and supports custom textures and other features.
New Additions
/pdrawcommand to play or stop particle animations
Features
- API calls
- Play .pdraw particle animations
Why Choose ParticleDrawing
This mod can play 50,000+ animated particle animations with a stable frame rate.
How to Use
For Players
You can visit https://viewer.nekow.work/ to create your own particle animations.
Place the exported particle animation in the animations folder under the game directory.
Use /pdraw play <filename> in-game to play your animation, no need to reload the game.
For Developers
Add the dependency in your mod's build.gradle:
dependencies {
// ...
compileOnly "work.nekow:particledrawing:1.0.3"
localRuntime "work.nekow:particledrawing:1.0.3"
}
The API development is still being gradually improved. Welcome to visit Github to submit PRs!


