Finished ModItems

This commit is contained in:
Arcaratus 2015-07-30 15:53:50 -04:00
parent a9507b3b68
commit d88cc2d79e
9 changed files with 158 additions and 268 deletions

View file

@ -68,7 +68,7 @@ public class BlockArmourForge extends Block
{
case 0:
list = plateList;
armourPiece = new ItemStack(ModItems.boundPlate, 1, 0);
armourPiece = new ItemStack(ModItems.boundChestplate, 1, 0);
break;
case 1: