Paper/nms-patches/IRecipe.patch
2014-11-28 16:54:14 -06:00

8 lines
172 B
Diff

@@ -11,4 +11,6 @@
ItemStack b();
ItemStack[] b(InventoryCrafting inventorycrafting);
+
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
}