Added chunk loading to rendering.

This commit is contained in:
FrozenCow 2011-02-04 23:12:55 +01:00
parent fde56275fe
commit 138aed8c33
8 changed files with 175 additions and 289 deletions

View file

@ -18,7 +18,7 @@ public class CaveTileRenderer extends DefaultTileRenderer {
for(;;) {
if(y < 0)
return Color.BLACK;
return translucent;
int id = world.getBlockTypeIdAt(x, y, z);