mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-2404: FALLING_DUST missing data
This commit is contained in:
parent
82821325a6
commit
268e8e7836
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public enum Particle {
|
|||
END_ROD,
|
||||
DAMAGE_INDICATOR,
|
||||
SWEEP_ATTACK,
|
||||
FALLING_DUST;
|
||||
FALLING_DUST(MaterialData.class);
|
||||
|
||||
private final Class<?> dataType;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue