package com.pixelutilitys.items.badges; import net.minecraft.item.Item; public class FlyingBadgeItem extends Item { public FlyingBadgeItem() { super(); // Constructor Configuration maxStackSize = 64; setUnlocalizedName("flyingbadge"); } }