Update CraftBukkit to Minecraft 1.5

This commit is contained in:
Travis Watkins
2013-03-13 17:33:27 -05:00
parent ba6e4c38cf
commit 83d29e461c
246 changed files with 8499 additions and 6759 deletions

View File

@@ -62,8 +62,8 @@ public class RecipeMapClone extends ShapelessRecipes implements IRecipe { // Cra
if (itemstack != null && i >= 1) {
ItemStack itemstack2 = new ItemStack(Item.MAP, i + 1, itemstack.getData());
if (itemstack.s()) {
itemstack2.c(itemstack.r());
if (itemstack.hasName()) {
itemstack2.c(itemstack.getName());
}
return itemstack2;