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