mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Implemented 1.6!
This commit is contained in:
@@ -10,7 +10,7 @@ public class EntityZombie extends EntityMonster {
|
||||
public EntityZombie(World world) {
|
||||
super(world);
|
||||
this.texture = "/mob/zombie.png";
|
||||
this.aA = 0.5F;
|
||||
this.aD = 0.5F;
|
||||
this.damage = 5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user