mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-05 16:49:30 +00:00
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
|
|
}
|