Settable zoom out code - incomplete prototype
This commit is contained in:
parent
f8a0b3e0da
commit
b575cd3b1b
9 changed files with 269 additions and 5 deletions
|
|
@ -11,6 +11,8 @@ public class CaveTileRenderer extends DefaultTileRenderer {
|
|||
super(configuration);
|
||||
}
|
||||
|
||||
public boolean isNightAndDayEnabled() { return false; }
|
||||
|
||||
@Override
|
||||
protected void scan(World world, int seq, boolean isnether, final Color result, final Color result_day,
|
||||
MapIterator mapiter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue