Update to Minecraft 1.7

This commit is contained in:
Dinnerbone
2011-06-29 23:02:25 +01:00
parent a98c7ba2c7
commit a679e7f380
67 changed files with 829 additions and 678 deletions

View File

@@ -11,7 +11,7 @@ public class EntityZombie extends EntityMonster {
this.damage = 5;
}
public void u() {
public void v() {
if (this.world.d()) {
float f = this.c(1.0F);
@@ -27,7 +27,7 @@ public class EntityZombie extends EntityMonster {
}
}
super.u();
super.v();
}
protected String g() {