AAA Particles Command

Quick rating

Community listing page, reviews here may not be monitored by the author.

AAA Particles Command

By kurosiveOwner

No reviews yet

Allows you to spawn AAA Particles with a command.

Mod Loaders
Minecraft

About

Description

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 *

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 * *

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.