public ItemDeckOfManyThings() { super(); this.setUnlocalizedName(Names.Items.DECK_OF_MANY_THINGS); this.maxStackSize = 1; setHasSubtypes(false); setMaxDamage(15); ModItems.register(this); }
public ItemCommandScroll() { super(); this.setUnlocalizedName(Names.Items.COMMAND_SCROLL); this.maxStackSize = 1; ModItems.register(this); }