Fix to reflect Bukkit's changes. Also fixes the threading-problems.

This commit is contained in:
FrozenCow 2011-01-15 21:44:27 +01:00
parent 6205aee3b6
commit 53e7ab73a0
3 changed files with 4 additions and 18 deletions

View file

@ -22,7 +22,7 @@ public class CaveTileRenderer extends DefaultTileRenderer {
if(y < 0)
return Color.BLACK;
int id = world.getBlockAt(x, y, z).getTypeID();
int id = world.getBlockTypeIdAt(x, y, z);
switch(seq) {
case 0: