Update CraftBukkit to Minecraft 1.4.7
This commit is contained in:
@@ -175,7 +175,7 @@ public class TileEntityBrewingStand 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