Updated to Minecraft version 1.4

This commit is contained in:
Dinnerbone
2011-03-31 21:40:00 +01:00
parent 0635f7c1b8
commit 87c36febeb
84 changed files with 1024 additions and 793 deletions

View File

@@ -79,7 +79,7 @@ public class BlockLever extends Block {
}
if (flag) {
this.b_(world, i, j, k, world.getData(i, j, k));
this.a_(world, i, j, k, world.getData(i, j, k));
world.e(i, j, k, 0);
}
}
@@ -87,7 +87,7 @@ public class BlockLever extends Block {
private boolean g(World world, int i, int j, int k) {
if (!this.a(world, i, j, k)) {
this.b_(world, i, j, k, world.getData(i, j, k));
this.a_(world, i, j, k, world.getData(i, j, k));
world.e(i, j, k, 0);
return false;
} else {