Missed two of the cosmetics
This commit is contained in:
parent
f629cce155
commit
be8e8d4783
@ -1,5 +1,7 @@
|
||||
package mineplex.core.gadget.gadgets.mount.types;
|
||||
|
||||
import java.time.Month;
|
||||
import java.time.YearMonth;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
@ -39,8 +41,10 @@ public class MountSledge extends Mount<MountSledgeData>
|
||||
public MountSledge(GadgetManager manager)
|
||||
{
|
||||
super(manager, "Sledge Mount",
|
||||
UtilText.splitLineToArray(C.cGray + "TODO", LineFormat.LORE),
|
||||
UtilText.splitLineToArray(C.cGray + "A classic snow sledge crafted from the finest trees.", LineFormat.LORE),
|
||||
CostConstants.POWERPLAY_BONUS, Material.SPRUCE_WOOD_STAIRS, (byte) 0);
|
||||
|
||||
setPPCYearMonth(YearMonth.of(2017, Month.DECEMBER));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -32,7 +32,7 @@ public class ParticleWingsChristmas extends ParticleGadget
|
||||
public ParticleWingsChristmas(GadgetManager manager)
|
||||
{
|
||||
super(manager, "Christmas Wings",
|
||||
UtilText.splitLineToArray(C.cGray + "TODO", LineFormat.LORE),
|
||||
UtilText.splitLineToArray(C.cGray + "The wings that keep on giving.", LineFormat.LORE),
|
||||
CostConstants.FOUND_IN_GINGERBREAD_CHESTS, Material.GLASS, (byte) 0);
|
||||
|
||||
setDisplayItem(SkinData.PRESENT.getSkull());
|
||||
|
Loading…
Reference in New Issue
Block a user