mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
4e412ab4e3
By: md_5 <git@md-5.net>
9 lines
259 B
Diff
9 lines
259 B
Diff
--- 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
|
|
}
|