mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 18:31:29 +01:00
90ac03522a
This reverts commit d6e3dff7d8
.
10 lines
362 B
Diff
10 lines
362 B
Diff
--- ../work/decompile-8eb82bde//net/minecraft/server/IRecipe.java 2014-11-28 17:43:43.217707432 +0000
|
|
+++ src/main/java/net/minecraft/server/IRecipe.java 2014-11-28 17:38:18.000000000 +0000
|
|
@@ -11,4 +11,6 @@
|
|
ItemStack b();
|
|
|
|
ItemStack[] b(InventoryCrafting inventorycrafting);
|
|
+
|
|
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
|
|
}
|