summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityHopper.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TileEntityHopper.patch')
-rw-r--r--nms-patches/TileEntityHopper.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/TileEntityHopper.patch b/nms-patches/TileEntityHopper.patch
index 41cba66f..4115190f 100644
--- a/nms-patches/TileEntityHopper.patch
+++ b/nms-patches/TileEntityHopper.patch
@@ -55,7 +55,7 @@
+ return maxStack; // CraftBukkit
}
- public void Y_() {
+ public void tick() {
@@ -165,7 +199,28 @@
for (int i = 0; i < this.getSize(); ++i) {
if (!this.getItem(i).isEmpty()) {