summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityConduit.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-08-26 12:00:00 +1000
committermd_5 <git@md-5.net>2018-08-26 12:00:00 +1000
commitce1af0c348a8477f9ec58d79e6267e9226dc5dba (patch)
tree369972a692f450001c06a13e202d916f9c1bb5a8 /nms-patches/TileEntityConduit.patch
parent162bda93ff76fe96a6138a14176807f21a6ddef4 (diff)
downloadcraftbukkit-ce1af0c348a8477f9ec58d79e6267e9226dc5dba.tar
craftbukkit-ce1af0c348a8477f9ec58d79e6267e9226dc5dba.tar.gz
craftbukkit-ce1af0c348a8477f9ec58d79e6267e9226dc5dba.tar.lz
craftbukkit-ce1af0c348a8477f9ec58d79e6267e9226dc5dba.tar.xz
craftbukkit-ce1af0c348a8477f9ec58d79e6267e9226dc5dba.zip
Update to Minecraft 1.13.1
Diffstat (limited to 'nms-patches/TileEntityConduit.patch')
-rw-r--r--nms-patches/TileEntityConduit.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/TileEntityConduit.patch b/nms-patches/TileEntityConduit.patch
index 23d9e0fa..0d8d1ba6 100644
--- a/nms-patches/TileEntityConduit.patch
+++ b/nms-patches/TileEntityConduit.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/TileEntityConduit.java
+++ b/net/minecraft/server/TileEntityConduit.java
-@@ -154,7 +154,7 @@
+@@ -152,7 +152,7 @@
EntityHuman entityhuman = (EntityHuman) iterator.next();
if (this.position.m(new BlockPosition(entityhuman)) <= (double) j && entityhuman.ao()) {
@@ -9,7 +9,7 @@
}
}
-@@ -171,8 +171,8 @@
+@@ -169,8 +169,8 @@
this.j = this.l();
this.k = null;
} else if (this.j == null) {
@@ -20,7 +20,7 @@
});
if (!list.isEmpty()) {
-@@ -217,7 +217,7 @@
+@@ -215,7 +215,7 @@
@Nullable
private EntityLiving l() {