mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update CraftBukkit to Minecraft 1.5
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user