Skip to content

Commit

Permalink
1.3_00
Browse files Browse the repository at this point in the history
  • Loading branch information
grum committed May 27, 2011
1 parent 00e2118 commit 2d6dd09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/minecraft/server/EntityHuman.java
Expand Up @@ -42,11 +42,6 @@ public EntityHuman(World world) {
this.O = 180.0F;
this.maxFireTicks = 20;
this.texture = "/mob/char.png";
this.inventory.a(new ItemStack(Block.TORCH, 64));
this.inventory.a(new ItemStack(Item.DIAMOND_PICKAXE));
this.inventory.a(new ItemStack(Item.DIAMOND_SPADE));
this.inventory.a(new ItemStack(Item.DIAMOND_AXE));
this.inventory.a(new ItemStack(Item.BED, 64));
}

protected void a() {
Expand Down

0 comments on commit 2d6dd09

Please sign in to comment.