summaryrefslogtreecommitdiffstats
path: root/nms-patches/FurnaceRecipe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/FurnaceRecipe.patch')
-rw-r--r--nms-patches/FurnaceRecipe.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/nms-patches/FurnaceRecipe.patch b/nms-patches/FurnaceRecipe.patch
index a26f71d9..ef5091f1 100644
--- a/nms-patches/FurnaceRecipe.patch
+++ b/nms-patches/FurnaceRecipe.patch
@@ -41,17 +41,3 @@
public static class a implements RecipeSerializer<FurnaceRecipe> {
public a() {}
-@@ -106,11 +133,11 @@
- return "smelting";
- }
-
-- public IRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) {
-+ public FurnaceRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) { // CraftBukkit - decompile error
- return this.b(minecraftkey, packetdataserializer);
- }
-
-- public IRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) {
-+ public FurnaceRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) { // CraftBukkit - decompile error
- return this.b(minecraftkey, jsonobject);
- }
- }