Change to blaze powder
This commit is contained in:
parent
58078ae4bd
commit
f23016df28
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user