@@ -93,7 +93,7 @@
|
||||
super.collide(entity);
|
||||
}
|
||||
|
||||
@@ -173,6 +228,7 @@
|
||||
@@ -168,6 +223,7 @@
|
||||
return this.getDirection().e();
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
public void tick() {
|
||||
this.aM = this.aL;
|
||||
this.aL = this.s();
|
||||
@@ -217,6 +273,22 @@
|
||||
@@ -212,6 +268,22 @@
|
||||
this.motZ = 0.0D;
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
this.q();
|
||||
|
||||
for (int i = 0; i <= 1; ++i) {
|
||||
@@ -737,6 +809,11 @@
|
||||
@@ -730,6 +802,11 @@
|
||||
|
||||
this.c(this.fallDistance, 1.0F);
|
||||
if (!this.world.isClientSide && !this.dead) {
|
||||
@@ -136,7 +136,7 @@
|
||||
this.die();
|
||||
if (this.world.getGameRules().getBoolean("doEntityDrops")) {
|
||||
int i;
|
||||
@@ -750,6 +827,7 @@
|
||||
@@ -743,6 +820,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user