Fix biome rendering
This commit is contained in:
parent
b72cc2063a
commit
57ea6aefd6
5 changed files with 25 additions and 8 deletions
|
|
@ -86,4 +86,10 @@ public class KzedMapTile extends MapTile {
|
|||
public MapTile[] getAdjecentTiles() {
|
||||
return map.getAdjecentTiles(this);
|
||||
}
|
||||
|
||||
public boolean isBiomeDataNeeded() { return map.isBiomeDataNeeded(); }
|
||||
public boolean isHightestBlockYDataNeeded() { return false; }
|
||||
public boolean isRawBiomeDataNeeded() { return map.isRawBiomeDataNeeded(); }
|
||||
public boolean isBlockTypeDataNeeded() { return true; }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue