mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
10 lines
248 B
Diff
10 lines
248 B
Diff
--- a/net/minecraft/server/IRecipe.java
|
|
+++ b/net/minecraft/server/IRecipe.java
|
|
@@ -15,4 +15,6 @@
|
|
ItemStack b();
|
|
|
|
ItemStack[] b(InventoryCrafting inventorycrafting);
|
|
+
|
|
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
|
|
}
|