mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Finally, I can spawn AGAIN!
This commit is contained in:
@ -21,20 +21,20 @@
|
||||
|
||||
namespace PocketMine\Level\Generator;
|
||||
|
||||
use PocketMine\Block\CoalOre as CoalOre;
|
||||
use PocketMine\Block\DiamondOre as DiamondOre;
|
||||
use PocketMine\Block\Dirt as Dirt;
|
||||
use PocketMine\Block\GoldOre as GoldOre;
|
||||
use PocketMine\Block\Gravel as Gravel;
|
||||
use PocketMine\Block\IronOre as IronOre;
|
||||
use PocketMine\Block\LapisOre as LapisOre;
|
||||
use PocketMine\Block\RedstoneOre as RedstoneOre;
|
||||
use PocketMine\BlockAPI as BlockAPI;
|
||||
use PocketMine\Level\Generator\Populator\Ore as Ore;
|
||||
use PocketMine\Level\Level as Level;
|
||||
use PocketMine\Math\Vector3 as Vector3;
|
||||
use PocketMine\Utils\Random as Random;
|
||||
use PocketMine;
|
||||
use PocketMine\Block\CoalOre;
|
||||
use PocketMine\Block\DiamondOre;
|
||||
use PocketMine\Block\Dirt;
|
||||
use PocketMine\Block\GoldOre;
|
||||
use PocketMine\Block\Gravel;
|
||||
use PocketMine\Block\IronOre;
|
||||
use PocketMine\Block\LapisOre;
|
||||
use PocketMine\Block\RedstoneOre;
|
||||
use PocketMine\BlockAPI;
|
||||
use PocketMine\Level\Generator\Populator\Ore;
|
||||
use PocketMine\Level\Level;
|
||||
use PocketMine\Math\Vector3 as Vector3;
|
||||
use PocketMine\Utils\Random;
|
||||
|
||||
class Flat extends Generator{
|
||||
private $level, $random, $structure, $chunks, $options, $floorLevel, $preset, $populators = array();
|
||||
|
Reference in New Issue
Block a user