Added lore and icon for Flower Arrow
This commit is contained in:
parent
16f02d5bd4
commit
540a0189b4
@ -26,9 +26,8 @@ public class ArrowTrailSpring extends ArrowEffectGadget
|
||||
|
||||
public ArrowTrailSpring(GadgetManager manager)
|
||||
{
|
||||
// TODO NAME, LORE AND ICON
|
||||
super(manager, "Flower Arrows", UtilText.splitLineToArray(C.cGray + "Placeholder", LineFormat.LORE),
|
||||
-9, Material.GLASS, (byte) 0);
|
||||
super(manager, "Flower Arrows", UtilText.splitLineToArray(C.cGray + "Send the power of Spring flying at your foes!", LineFormat.LORE),
|
||||
-9, Material.YELLOW_FLOWER, (byte) 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user