Update to Minecraft 1.3 beta

This commit is contained in:
Dinnerbone
2011-02-23 02:37:56 +00:00
parent a124bfdab5
commit f759e0b60d
83 changed files with 3182 additions and 3292 deletions

View File

@@ -11,13 +11,13 @@ public class EntityZombie extends EntityMonster {
public EntityZombie(World world) {
super(world);
this.texture = "/mob/zombie.png";
this.bC = 0.5F;
this.az = 0.5F;
this.c = 5;
}
public void o() {
if (this.world.b()) {
float f = this.b(1.0F);
public void q() {
if (this.world.c()) {
float f = this.c(1.0F);
if (f > 0.5F && this.world.i(MathHelper.b(this.locX), MathHelper.b(this.locY), MathHelper.b(this.locZ)) && this.random.nextFloat() * 30.0F < (f - 0.4F) * 2.0F) {
// CraftBukkit start
@@ -31,7 +31,7 @@ public class EntityZombie extends EntityMonster {
}
}
super.o();
super.q();
}
protected String e() {