Changed the icon of the death effect

This commit is contained in:
LCastr0 2017-04-04 18:00:47 -03:00
parent 2c09bb584a
commit cb5b0a3c83
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class DeathSpring extends DeathEffectGadget
super(manager, "Funeral Bouquet", super(manager, "Funeral Bouquet",
UtilText.splitLineToArray(C.cGray + "Leave a rose to pay respects", LineFormat.LORE), UtilText.splitLineToArray(C.cGray + "Leave a rose to pay respects", LineFormat.LORE),
-19, -19,
Material.RED_ROSE, (byte) 0); Material.YELLOW_FLOWER, (byte) 0);
} }
@Override @Override