Fixed constructors, default memory to -1, default async generator

This commit is contained in:
Shoghi Cervantes
2015-03-14 15:50:33 +01:00
parent 11c13cd666
commit 94c2ec8498
5 changed files with 11 additions and 12 deletions

View File

@ -52,8 +52,7 @@ chunk-generation:
#Whether to run the generation on a different thread or on the main thread
#Generation will be less glitchy on the main thread, but will lag more
#Using this with fast generators is recommended
#If enabled, the dedicated generation thread may leak memory
use-async: false
use-async: true
#Max. amount of chunks to generate per tick, only for use-async: false
per-tick: 1
@ -101,4 +100,4 @@ worlds:
#Example:
#world:
# seed: 404
# generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45)
# generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45)