Fix to reflect Bukkit's changes. Also fixes the threading-problems.
This commit is contained in:
parent
6205aee3b6
commit
53e7ab73a0
3 changed files with 4 additions and 18 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue