Update for 1.5_02.

This commit is contained in:
Erik Broes
2011-04-20 22:47:26 +02:00
committed by EvilSeph
parent 2fd3f8d299
commit a6c8a36dce
57 changed files with 1590 additions and 1310 deletions

View File

@@ -377,15 +377,15 @@ public class Chunk {
k = this.entitySlices.length - 1;
}
entity.bA = true;
entity.bB = true;
entity.chunkX = this.x;
entity.bC = k;
entity.bD = k;
entity.chunkZ = this.z;
this.entitySlices[k].add(entity);
}
public void b(Entity entity) {
this.a(entity, entity.bC);
this.a(entity, entity.bD);
}
public void a(Entity entity, int i) {
@@ -619,12 +619,6 @@ public class Chunk {
}
public void h() {
for (int i = 0; i < this.b.length; ++i) {
byte b0 = this.b[i];
if (b0 != 0 && Block.byId[b0 & 255] == null) {
this.b[i] = 0;
}
}
BlockRegister.a(this.b);
}
}