mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update to 1.3.2
This commit is contained in:
@@ -37,7 +37,7 @@ public class EntityZombie extends EntityMonster {
|
||||
}
|
||||
|
||||
public void d() {
|
||||
if (this.world.r() && !this.world.isStatic) {
|
||||
if (this.world.s() && !this.world.isStatic) {
|
||||
float f = this.c(1.0F);
|
||||
|
||||
if (f > 0.5F && this.world.j(MathHelper.floor(this.locX), MathHelper.floor(this.locY), MathHelper.floor(this.locZ)) && this.random.nextFloat() * 30.0F < (f - 0.4F) * 2.0F) {
|
||||
|
Reference in New Issue
Block a user