summaryrefslogtreecommitdiffstats
path: root/nms-patches/ShapelessRecipes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ShapelessRecipes.patch')
-rw-r--r--nms-patches/ShapelessRecipes.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/nms-patches/ShapelessRecipes.patch b/nms-patches/ShapelessRecipes.patch
index 8b7e92dd..9e7a932a 100644
--- a/nms-patches/ShapelessRecipes.patch
+++ b/nms-patches/ShapelessRecipes.patch
@@ -41,17 +41,3 @@
public MinecraftKey getKey() {
return this.key;
}
-@@ -127,11 +154,11 @@
- packetdataserializer.a(shapelessrecipes.result);
- }
-
-- public IRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) {
-+ public ShapelessRecipes a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) { // CraftBukkit - decompile error
- return this.b(minecraftkey, packetdataserializer);
- }
-
-- public IRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) {
-+ public ShapelessRecipes a(MinecraftKey minecraftkey, JsonObject jsonobject) { // CraftBukkit - decompile error
- return this.b(minecraftkey, jsonobject);
- }
- }