3
0

Initial commit (Forge 1291).

This commit is contained in:
gamerforEA
2015-03-22 20:38:04 +03:00
commit 16773ead6a
611 changed files with 64826 additions and 0 deletions

View File

@ -0,0 +1,9 @@
--- ../src-base/minecraft/net/minecraft/item/crafting/IRecipe.java
+++ ../src-work/minecraft/net/minecraft/item/crafting/IRecipe.java
@@ -13,4 +13,6 @@
int getRecipeSize();
ItemStack getRecipeOutput();
+
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
}