Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Allows modpack makers to spawn AAA Particles using a command without needing to write their own mod. THIS MOD DOES NOT ADD ANY PARTICLES, it creates a command to spawn .efkefc particles already added via a resource pack or other mods.
Particles can be made with Effekseer and loaded with a mod or resourcepack; This mod was originally made as a tool for making custom origins.
Command structure:
/spawnaaaparticle <particle>* <scale> <roll>
The particle argument must lead to a particle resource, or nothing will spawn.
Example command: /spawnaaaparticle "aaa_particles:debug"
For more control, execute may be used;
Example command: /execute positioned ~ ~ ~ rotated ~ ~40 run spawnaaaparticle "aaa_particles:debug" 1.2 0
Command structure (pre 1.1.0):
/spawnaaaparticle <particle>* <roll>*
Adding particles:
Effekseer particles can be added with a resource pack, via the following format:
resourcepack
|- pack.mcmeta
L assets
L <namespace>
L effeks
|- <particlename>.efkefc
L <particlename>
L <particlename>_tex.png
Extra:
AAA Particles can be found here, Effekseer can be found here.


