Update for 1.6.3

This commit is contained in:
Dinnerbone
2011-05-26 14:28:58 +01:00
parent 6903f20242
commit dc76d3a64a
4 changed files with 3 additions and 12 deletions

View File

@@ -51,11 +51,6 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
this.br = 0.0F;
this.name = s;
this.height = 0.0F;
this.inventory.canHold(new ItemStack(Item.PAPER, 64));
this.inventory.canHold(new ItemStack(Block.WORKBENCH, 64));
this.inventory.canHold(new ItemStack(Item.COMPASS, 64));
this.inventory.canHold(new ItemStack(Block.OBSIDIAN, 64));
this.inventory.canHold(new ItemStack(Item.FLINT_AND_STEEL));
// CraftBukkit start
this.displayName = this.name;