mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Updated to Minecraft version 1.4
This commit is contained in:
@@ -14,8 +14,8 @@ public class EntityZombie extends EntityMonster {
|
||||
this.c = 5;
|
||||
}
|
||||
|
||||
public void q() {
|
||||
if (this.world.c()) {
|
||||
public void r() {
|
||||
if (this.world.d()) {
|
||||
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) {
|
||||
@@ -31,7 +31,7 @@ public class EntityZombie extends EntityMonster {
|
||||
}
|
||||
}
|
||||
|
||||
super.q();
|
||||
super.r();
|
||||
}
|
||||
|
||||
protected String e() {
|
||||
|
Reference in New Issue
Block a user