Add grass and tree generation to biome only generation

This commit is contained in:
James Seibel
2021-06-23 21:32:05 -05:00
parent 8390cfc6fb
commit d5ec17551e
3 changed files with 125 additions and 99 deletions
@@ -55,7 +55,7 @@ public class LodBufferBuilder
/** how many chunks to generate outside of the player's
* view distance at one time. (or more specifically how
* many requests to make at one time) */
public int maxChunkGenRequests = 8;
public int maxChunkGenRequests = Runtime.getRuntime().availableProcessors();
public LodBufferBuilder(LodBuilder newLodBuilder)