Update to Minecraft 1.7

This commit is contained in:
Dinnerbone
2011-06-29 23:02:25 +01:00
parent a98c7ba2c7
commit a679e7f380
67 changed files with 829 additions and 678 deletions

View File

@@ -41,11 +41,11 @@ public class EntityTNTPrimed extends Entity {
return false;
}
public boolean n_() {
public boolean l_() {
return !this.dead;
}
public void o_() {
public void m_() {
this.lastX = this.locX;
this.lastY = this.locY;
this.lastZ = this.locZ;