Change to blaze powder

This commit is contained in:
LCastr0 2017-05-03 23:59:16 -03:00
parent 58078ae4bd
commit f23016df28

View File

@ -34,7 +34,7 @@ public class SingleParticleKitSelector extends KitSelectorGadget
public enum SingleParticleSelectors
{
FLAMES_OF_FURY("Flames Of Fury", UtilText.splitLinesToArray(new String[]{C.cGray + "Through the Fire and the Flames we will ride"}, LineFormat.LORE),
0, Material.FIRE, (byte) 0, UtilParticle.ParticleType.FLAME),
0, Material.BLAZE_POWDER, (byte) 0, UtilParticle.ParticleType.FLAME),
EMBER("Ember", UtilText.splitLinesToArray(new String[]{C.cGray + "I'd like my kit well done."}, LineFormat.LORE),
0, Material.COAL, (byte) 0, UtilParticle.ParticleType.SMOKE, 3),
LOVE("Kit Love", UtilText.splitLinesToArray(new String[]{C.cGray + "I think I LIKE this kit, if you know what I mean."}, LineFormat.LORE),