summaryrefslogtreecommitdiffstats
path: root/nms-patches/Container.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-08-03 23:00:00 +1000
committermd_5 <git@md-5.net>2017-08-03 23:00:00 +1000
commit2a927e8638f66bb076b68ae8a0d1d0ee9ae72732 (patch)
tree2c786eaa235b2d865b2050d079863825db456459 /nms-patches/Container.patch
parent9a1fc1e2eea898d2839c9f43d5b6eccd13bba090 (diff)
downloadcraftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar.gz
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar.lz
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar.xz
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.zip
Update to Minecraft 1.12.1
Diffstat (limited to 'nms-patches/Container.patch')
-rw-r--r--nms-patches/Container.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/Container.patch b/nms-patches/Container.patch
index e779d8af..0a505a2c 100644
--- a/nms-patches/Container.patch
+++ b/nms-patches/Container.patch
@@ -126,7 +126,7 @@
}
}
} else if (inventoryclicktype == InventoryClickType.SWAP && j >= 0 && j < 9) {
-@@ -575,6 +647,7 @@
+@@ -564,6 +636,7 @@
inventorycraftresult.a(irecipe);
itemstack = irecipe.craftItem(inventorycrafting);
}