Fix biome rendering
This commit is contained in:
parent
b72cc2063a
commit
57ea6aefd6
5 changed files with 25 additions and 8 deletions
|
|
@ -498,7 +498,9 @@ public class FlatMap extends MapType {
|
|||
}
|
||||
|
||||
public boolean isHightestBlockYDataNeeded() { return true; }
|
||||
|
||||
public boolean isBiomeDataNeeded() { return false; }
|
||||
public boolean isRawBiomeDataNeeded() { return false; }
|
||||
public boolean isBlockTypeDataNeeded() { return true; }
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue