-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Environment:
CraftBukkit version git-Spigot-1a196e1-76c0425 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
Windows 8.1 64Bit
Java 1.8.0_73
When creating a ParticleEffect and defining particles as false, and then applying this effect to a mob, the mob still displays particles.
PotionEffect speed = new PotionEffect(PotionEffectType.SPEED, 72000, 1, false, false); Zombie.addPotionEffect(speed); // ambient particles are false, and particles are false // mob should display no particles right?