@@ -59,9 +59,9 @@
|
||||
+ super.die(damagesource); // CraftBukkit
|
||||
}
|
||||
|
||||
public void k() {
|
||||
public void movementTick() {
|
||||
@@ -480,7 +483,7 @@
|
||||
super.k();
|
||||
super.movementTick();
|
||||
if (!this.world.isClientSide) {
|
||||
if (this.random.nextInt(900) == 0 && this.deathTicks == 0) {
|
||||
- this.heal(1.0F);
|
||||
|
||||
Reference in New Issue
Block a user