From 024f4f2fce5bf57cb906d797986e750e869e8225 Mon Sep 17 00:00:00 2001 From: chickeneer Date: Sun, 11 Oct 2020 13:47:45 -0400 Subject: [PATCH] MC-147729: Drop items that are extra from a crafting recipe --- ...tems-that-are-extra-from-a-crafting-.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Spigot-Server-Patches/MC-147729-Drop-items-that-are-extra-from-a-crafting-.patch diff --git a/Spigot-Server-Patches/MC-147729-Drop-items-that-are-extra-from-a-crafting-.patch b/Spigot-Server-Patches/MC-147729-Drop-items-that-are-extra-from-a-crafting-.patch new file mode 100644 index 000000000..12b886d75 --- /dev/null +++ b/Spigot-Server-Patches/MC-147729-Drop-items-that-are-extra-from-a-crafting-.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: chickeneer +Date: Wed, 18 Mar 2020 00:07:46 -0500 +Subject: [PATCH] MC-147729: Drop items that are extra from a crafting recipe + + +diff --git a/src/main/java/net/minecraft/server/AutoRecipe.java b/src/main/java/net/minecraft/server/AutoRecipe.java +index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 +--- a/src/main/java/net/minecraft/server/AutoRecipe.java ++++ b/src/main/java/net/minecraft/server/AutoRecipe.java +@@ -0,0 +0,0 @@ public class AutoRecipe implements AutoRecipeAbstract