mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
b3a8254758
By: md_5 <git@md-5.net>
9 lines
268 B
Diff
9 lines
268 B
Diff
--- a/net/minecraft/world/item/crafting/IRecipe.java
|
|
+++ b/net/minecraft/world/item/crafting/IRecipe.java
|
|
@@ -61,4 +61,6 @@
|
|
return recipeitemstack.a().length == 0;
|
|
});
|
|
}
|
|
+
|
|
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
|
|
}
|