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