package wehavecookies56.kk.item; import wehavecookies56.kk.lib.Strings; public class ItemHeart extends ItemKingdomKeys{ public ItemHeart() { super(); this.setUnlocalizedName(Strings.Heart); } }