summaryrefslogtreecommitdiffstats
path: root/nms-patches/RecipeMapClone.patch
blob: 3f2a54264db9d6a1ac2b0a7e757e328d6595a704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/net/minecraft/server/RecipeMapClone.java
+++ b/net/minecraft/server/RecipeMapClone.java
@@ -1,8 +1,12 @@
 package net.minecraft.server;
 
-public class RecipeMapClone extends IRecipe {
+public class RecipeMapClone extends ShapelessRecipes { // CraftBukkit
 
-    public RecipeMapClone() {}
+    // CraftBukkit start - Delegate to new parent class
+    public RecipeMapClone() {
+        super("", new ItemStack(Items.MAP, 0, -1), NonNullList.a(RecipeItemStack.a, RecipeItemStack.a(Items.MAP)));
+    }
+    // CraftBukkit end
 
     public boolean a(InventoryCrafting inventorycrafting, World world) {
         int i = 0;