mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Update CraftBukkit to Minecraft 1.4.7
This commit is contained in:
@@ -107,7 +107,7 @@ public class TileEntityFurnace extends TileEntity implements IInventory {
|
||||
byte b0 = nbttagcompound1.getByte("Slot");
|
||||
|
||||
if (b0 >= 0 && b0 < this.items.length) {
|
||||
this.items[b0] = ItemStack.a(nbttagcompound1);
|
||||
this.items[b0] = ItemStack.createStack(nbttagcompound1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user