Update for 1.6.5

This commit is contained in:
Erik Broes
2011-05-28 22:50:08 +02:00
committed by EvilSeph
parent 9ec5d8b5df
commit 6dbd710bbf
41 changed files with 747 additions and 669 deletions

View File

@@ -126,7 +126,7 @@ public class InventoryPlayer implements IInventory {
if (itemstack.f()) {
i = this.k();
if (i >= 0) {
this.items[i] = itemstack;
this.items[i] = ItemStack.b(itemstack);
this.items[i].b = 5;
itemstack.count = 0;
return true;