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