From c5e9a169fa564f3b8119b6666f8df59d5a9b45c3 Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 10 May 2016 21:47:39 +1000 Subject: Minecraft 1.9.4 --- nms-patches/InventoryCrafting.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nms-patches/InventoryCrafting.patch') diff --git a/nms-patches/InventoryCrafting.patch b/nms-patches/InventoryCrafting.patch index c51c6dde..45dcce2b 100644 --- a/nms-patches/InventoryCrafting.patch +++ b/nms-patches/InventoryCrafting.patch @@ -1,8 +1,9 @@ --- a/net/minecraft/server/InventoryCrafting.java +++ b/net/minecraft/server/InventoryCrafting.java -@@ -1,5 +1,14 @@ +@@ -1,6 +1,14 @@ package net.minecraft.server; + import javax.annotation.Nullable; +// CraftBukkit start +import java.util.List; +import org.bukkit.Location; @@ -11,11 +12,10 @@ +import org.bukkit.entity.HumanEntity; +import org.bukkit.event.inventory.InventoryType; +// CraftBukkit end -+ + public class InventoryCrafting implements IInventory { - private final ItemStack[] items; -@@ -7,6 +16,53 @@ +@@ -9,6 +17,53 @@ private final int c; private final Container d; -- cgit v1.2.3