summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityBoat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityBoat.patch')
-rw-r--r--nms-patches/EntityBoat.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/nms-patches/EntityBoat.patch b/nms-patches/EntityBoat.patch
index 57e18afe..8f6ab3b4 100644
--- a/nms-patches/EntityBoat.patch
+++ b/nms-patches/EntityBoat.patch
@@ -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 @@
}
}
}