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

@@ -284,7 +284,7 @@ public class EntityEnderman extends EntityMonster {
}
public int getCarriedId() {
return this.datawatcher.a(16);
return this.datawatcher.getByte(16);
}
public void setCarriedData(int i) {
@@ -292,7 +292,7 @@ public class EntityEnderman extends EntityMonster {
}
public int getCarriedData() {
return this.datawatcher.a(17);
return this.datawatcher.getByte(17);
}
static {