particle list (java edition 1.16)

Particle List (Java Edition 1.16)

In Minecraft Java Edition (PC/Mac) 1.16, each particle has a name assigned to it. Minecraft will show these particles when different things happen in the game such as an explosion or a witch casts magic. You can also choose to create these particles whenever you want using the /particle command.

Here is an interactive list of the particle names in Minecraft Java Edition (PC/Mac) 1.16.

(Enter a value in the field above to find particles in the table below)

Particle Name
ambient_entity_effect
angry_villager
ash
barrier
block
bubble
bubble_column_up
bubble_pop
campfire_cosy_smoke
campfire_signal_smoke
cloud
composter
crimson_spore
crit
current_down
damage_indicator
dolphin
dragon_breath
dripping_honey
dripping_lava
dripping_obsidian_tear
dripping_water
dust
effect
elder_guardian
enchant
enchanted_hit
end_rod
entity_effect
explosion
explosion_emitter
falling_dust
falling_honey
falling_lava
falling_nectar
falling_obsidian_tear
falling_water
firework
fishing
flame
flash
happy_villager
heart
instant_effect
item
item_slime
item_snowball
landing_honey
landing_lava
landing_obsidian_tear
large_smoke
lava
mycelium
nautilus
note
poof
portal
rain
reverse_portal
smoke
sneeze
soul
soul_fire_flame
spit
splash
squid_ink
sweep_attack
totem_of_undying
underwater
warped_spore
white_ash
witch

Example of how to use a Particle Name in /particle command

The particle name comes in handy when you want to create particles at a specific coordinate in the game.

For example, you could create dripping_honey particles 2000 times (at a speed of 3) in a 5x5x5 block radius from the center coordinate (~ ~ ~1):

/particle dripping_honey ~ ~ ~1 5 5 5 3 2000

Other Particle Lists