Change niceness aura to use red and white tulips
This commit is contained in:
parent
6abeadf0ea
commit
2e23aae024
@ -108,8 +108,10 @@ public class ParticleAuraNiceness extends ParticleGadget
|
|||||||
|
|
||||||
if (_enabled)
|
if (_enabled)
|
||||||
{
|
{
|
||||||
|
byte data = ThreadLocalRandom.current().nextInt(2) == 0 ? (byte) 4 : 6;
|
||||||
|
|
||||||
_blocks.add(b);
|
_blocks.add(b);
|
||||||
Manager.getBlockRestore().add(b, Material.RED_ROSE.getId(), (byte) 3, DURATION);
|
Manager.getBlockRestore().add(b, Material.RED_ROSE.getId(), data, DURATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < PARTICLE_COUNT; ++i)
|
for (int i = 0; i < PARTICLE_COUNT; ++i)
|
||||||
|
Loading…
Reference in New Issue
Block a user