Level optimizations

This commit is contained in:
Shoghi Cervantes
2013-09-09 10:44:50 +02:00
parent b3c51c6d2e
commit d41c30945b
3 changed files with 20 additions and 15 deletions

View File

@ -27,7 +27,7 @@ class SuperflatGenerator implements LevelGenerator{
private $level, $random, $structure, $chunks, $options, $floorLevel, $populators = array();
public function __construct(array $options = array()){
$this->preset = "2;7,59x1,3x3,2;1;spawn(radius=10 block=89),decoration(treecount=80 grasscount=120)";
$this->preset = "2;7,59x1,3x3,2;1;spawn(radius=10 block=89),decoration(treecount=80 grasscount=45)";
$this->options = $options;
if(isset($options["preset"])){
$this->parsePreset($options["preset"]);