mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2024-11-25 16:16:14 +00:00
10 lines
277 B
Diff
10 lines
277 B
Diff
--- a/net/minecraft/world/item/crafting/IRecipe.java
|
|
+++ b/net/minecraft/world/item/crafting/IRecipe.java
|
|
@@ -44,4 +44,6 @@
|
|
}
|
|
|
|
RecipeBookCategory recipeBookCategory();
|
|
+
|
|
+ org.bukkit.inventory.Recipe toBukkitRecipe(org.bukkit.NamespacedKey id); // CraftBukkit
|
|
}
|