Update to mcdev rename revision 01 for 1.8.1

This commit is contained in:
Dinnerbone
2011-09-24 22:03:31 +01:00
parent 75ac4e00b2
commit 0118a20d6a
40 changed files with 322 additions and 324 deletions

View File

@@ -102,7 +102,7 @@ public final class ItemStack {
}
public boolean d() {
return Item.byId[this.id].e() > 0;
return Item.byId[this.id].getMaxDurability() > 0;
}
public boolean usesData() {
@@ -126,7 +126,7 @@ public final class ItemStack {
}
public int i() {
return Item.byId[this.id].e();
return Item.byId[this.id].getMaxDurability();
}
public void damage(int i, Entity entity) {