Change niceness aura to use red and white tulips

This commit is contained in:
Graphica 2017-06-28 18:33:49 -04:00
parent 6abeadf0ea
commit 2e23aae024

View File

@ -108,8 +108,10 @@ public class ParticleAuraNiceness extends ParticleGadget
if (_enabled)
{
byte data = ThreadLocalRandom.current().nextInt(2) == 0 ? (byte) 4 : 6;
_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)