Clean up tabs
This commit is contained in:
parent
01b337d3ff
commit
e5a09b79d2
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ public class CaveTileRenderer extends DefaultTileRenderer {
|
||||||
@Override
|
@Override
|
||||||
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
||||||
boolean air = true;
|
boolean air = true;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
if (y < 0)
|
if (y < 0)
|
||||||
return translucent;
|
return translucent;
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ public class DefaultTileRenderer implements MapTileRenderer {
|
||||||
isnether = false;
|
isnether = false;
|
||||||
|
|
||||||
int jx, jz;
|
int jx, jz;
|
||||||
|
|
||||||
int x, y;
|
int x, y;
|
||||||
|
|
||||||
/* draw the map */
|
/* draw the map */
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ public class HighlightTileRenderer extends DefaultTileRenderer {
|
||||||
highlightBlocks.add((Integer)highlightObj);
|
highlightBlocks.add((Integer)highlightObj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
||||||
Color result = translucent;
|
Color result = translucent;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue