mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Updated global Tile code
This commit is contained in:
@ -39,10 +39,8 @@ class WorldGenerator{
|
||||
"generatorSettings" => $this->generator->getSettings(),
|
||||
"extra" => ""
|
||||
));
|
||||
$entities = new Config($this->path."entities.yml", Config::YAML);
|
||||
$tiles = new Config($this->path."tiles.yml", Config::YAML);
|
||||
$blockUpdates = new Config($this->path."bupdates.yml", Config::YAML);
|
||||
$this->level = new Level($level, $entities, $tiles, $blockUpdates, $name);
|
||||
$this->level = new Level($level, $name);
|
||||
}
|
||||
|
||||
public function generate(){
|
||||
|
Reference in New Issue
Block a user