mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update to Minecraft 1.7
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user