PaperMC/paper-server/nms-patches/IRecipe.patch

8 lines
172 B
Diff
Raw Normal View History

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