Changed price of Spring Halo particle

This commit is contained in:
LCastr0 2017-04-04 17:25:16 -03:00
parent a7be020c9d
commit 83d141eddc
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
package mineplex.core.gadget.gadgets.particle.spring;
import java.time.Month;
import java.time.YearMonth;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
@ -40,7 +38,7 @@ public class ParticleSpringHalo extends ParticleGadget
public ParticleSpringHalo(GadgetManager manager)
{
super(manager, "Spring Halo", UtilText.splitLinesToArray(new String[]{C.cGray + "Spring is everywhere, if you look hard enough."}, LineFormat.LORE),
-14, Material.YELLOW_FLOWER, (byte) 0, YearMonth.of(2017, Month.APRIL));
-19, Material.YELLOW_FLOWER, (byte) 0);
}
@Override