diff --git a/nms-patches/RecipeItemStack.patch b/nms-patches/RecipeItemStack.patch index e70da7f459..24a1ac7a1b 100644 --- a/nms-patches/RecipeItemStack.patch +++ b/nms-patches/RecipeItemStack.patch @@ -14,7 +14,7 @@ + // CraftBukkit start + if (exact) { -+ if (ItemStack.equals(itemstack, itemstack1)) { ++ if (itemstack1.getItem() == itemstack.getItem() && ItemStack.equals(itemstack, itemstack1)) { + return true; + } +