Updated to use mc-dev rename revision 1

This commit is contained in:
Nathan Adams
2011-11-29 23:17:43 +00:00
parent 8665161eaa
commit 8fbe78a2c3
117 changed files with 907 additions and 1161 deletions

View File

@@ -336,7 +336,7 @@ public class Chunk {
if (l != 0) {
if (!this.world.isStatic) {
Block.byId[l].a(this.world, i2, j, j2);
Block.byId[l].onPlace(this.world, i2, j, j2);
}
if (Block.byId[l] instanceof BlockContainer) {
@@ -400,7 +400,7 @@ public class Chunk {
if (l != 0) {
if (!this.world.isStatic) {
Block.byId[l].a(this.world, l1, j, i2);
Block.byId[l].onPlace(this.world, l1, j, i2);
}
if (l > 0 && Block.byId[l] instanceof BlockContainer) {