Fix biome rendering

This commit is contained in:
Mike Primm 2011-07-11 09:37:03 -05:00
parent b72cc2063a
commit 57ea6aefd6
5 changed files with 25 additions and 8 deletions

View file

@ -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