Skip to content

Commit e959efc

Browse files
author
Joey
committed
Added fallingdust particle as seen at http://wiki.vg/Protocol#Particle
1 parent 9289825 commit e959efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/API/src/main/java/com/comphenix/protocol/wrappers/EnumWrappers.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ public enum Particle {
217217
DRAGON_BREATH("dragonbreath", 42, false),
218218
END_ROD("endRod", 43, false),
219219
DAMAGE_INDICATOR("damageIndicator", 44, true),
220-
SWEEP_ATTACK("sweepAttack", 45, true);
220+
SWEEP_ATTACK("sweepAttack", 45, true),
221+
FALLING_DUST("fallingdust", 46, true);
221222

222223
private static final Map<String, Particle> BY_NAME;
223224
private static final Map<Integer, Particle> BY_ID;

0 commit comments

Comments
 (0)