Update to Minecraft 1.3 beta

This commit is contained in:
Dinnerbone
2011-02-23 02:37:56 +00:00
parent a124bfdab5
commit f759e0b60d
83 changed files with 3182 additions and 3292 deletions

View File

@@ -72,9 +72,9 @@ public final class ItemStack {
}
public void b(NBTTagCompound nbttagcompound) {
this.id = nbttagcompound.c("id");
this.count = nbttagcompound.b("Count");
this.damage = nbttagcompound.c("Damage");
this.id = nbttagcompound.d("id");
this.count = nbttagcompound.c("Count");
this.damage = nbttagcompound.d("Damage");
}
public int b() {