f163e31cd2
Note that currently world gen is single threaded. Below is the current mapped settings: BIOME_ONLY -> ChunkStatus.BIOMES : <1 tick BIOME_ONLY_SIMULATE_HEIGHT -> ChunkStatus.NOISE : <1 tick SURFACE -> ChunkStatus.SURFACE : <1 tick FEATURE -> ChunkStatus.FEATURE : 1-2 tick FULL -> ChunkStatus.FULL : ~ 1-10 tick (?? Probably because of the threaded light engine update)