summaryrefslogtreecommitdiffstats
path: root/nms-patches/IRecipe.patch
blob: bf22eb6d0c5ca5daa50644f0dfb41087dd91b085 (plain)
1
2
3
4
5
6
7
8
9
--- a/net/minecraft/server/IRecipe.java
+++ b/net/minecraft/server/IRecipe.java
@@ -11,4 +11,6 @@
     ItemStack b();
 
     NonNullList<ItemStack> b(InventoryCrafting inventorycrafting);
+
+    org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
 }