Skip to content

Commit b8dd43a

Browse files
authored
Merge pull request #126 from joeypoulissen/master
Added missing fallingdust particle as seen at http://wiki.vg/Protocol#Particle
2 parents 9289825 + e959efc commit b8dd43a

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)