mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 12:02:36 +01:00
eed041d629
By: md_5 <git@md-5.net>
9 lines
302 B
Diff
9 lines
302 B
Diff
--- a/net/minecraft/world/item/crafting/IRecipe.java
|
|
+++ b/net/minecraft/world/item/crafting/IRecipe.java
|
|
@@ -71,4 +71,6 @@
|
|
return recipeitemstack.getItems().length == 0;
|
|
});
|
|
}
|
|
+
|
|
+ org.bukkit.inventory.Recipe toBukkitRecipe(org.bukkit.NamespacedKey id); // CraftBukkit
|
|
}
|