craftbukkit/nms-patches/net/minecraft/world/item/crafting/IRecipe.patch

10 lines
277 B
Diff
Raw Normal View History

2021-03-16 09:00:00 +11:00
--- a/net/minecraft/world/item/crafting/IRecipe.java
+++ b/net/minecraft/world/item/crafting/IRecipe.java
2025-03-26 03:05:00 +11:00
@@ -46,4 +46,6 @@
2021-06-11 15:00:00 +10:00
}
2024-10-23 02:15:00 +11:00
RecipeBookCategory recipeBookCategory();
+
2023-09-22 02:40:00 +10:00
+ org.bukkit.inventory.Recipe toBukkitRecipe(org.bukkit.NamespacedKey id); // CraftBukkit
}