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.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/nms-patches/TileEntityHopper.patch b/nms-patches/TileEntityHopper.patch
index 14489afc..32d757c8 100644
--- a/nms-patches/TileEntityHopper.patch
+++ b/nms-patches/TileEntityHopper.patch
@@ -46,8 +46,8 @@
+
public TileEntityHopper() {}
- public void a(NBTTagCompound nbttagcompound) {
-@@ -105,7 +139,7 @@
+ public static void a(DataConverterManager dataconvertermanager) {
+@@ -109,7 +143,7 @@
}
public int getMaxStackSize() {
@@ -56,7 +56,7 @@
}
public boolean a(EntityHuman entityhuman) {
-@@ -201,10 +235,35 @@
+@@ -205,10 +239,35 @@
for (int i = 0; i < this.getSize(); ++i) {
if (this.getItem(i) != null) {
ItemStack itemstack = this.getItem(i).cloneItemStack();
@@ -94,7 +94,7 @@
return true;
}
-@@ -315,10 +374,41 @@
+@@ -330,10 +389,41 @@
if (itemstack != null && b(iinventory, itemstack, i, enumdirection)) {
ItemStack itemstack1 = itemstack.cloneItemStack();
@@ -138,7 +138,7 @@
return true;
}
-@@ -334,6 +424,13 @@
+@@ -349,6 +439,13 @@
if (entityitem == null) {
return false;
} else {