summaryrefslogtreecommitdiffstats
path: root/nms-patches/IRecipe.patch
blob: dd0bb45991830d8f45fba6d1d1a19736b1c1af08 (plain)
1
2
3
4
5
6
7
@@ -11,4 +11,6 @@
     ItemStack b();
 
     ItemStack[] b(InventoryCrafting inventorycrafting);
+    
+    org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
 }