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