setGroundCover([ Block::get(Block::SNOW, 0), Block::get(Block::GRASS, 0), Block::get(Block::DIRT, 0), Block::get(Block::DIRT, 0), Block::get(Block::DIRT, 0) ]); if(!\Ad5001\BetterGen\utils\CommonUtils::in_arrayi("Igloos", BetterNormal::$options["delStruct"])) $this->addPopulator(new IglooPopulator ()); $tallGrass = Main::isOtherNS() ? new \pocketmine\level\generator\normal\populator\TallGrass() : new \pocketmine\level\generator\populator\TallGrass(); $tallGrass->setBaseAmount(3); if(!\Ad5001\BetterGen\utils\CommonUtils::in_arrayi("TallGrass", BetterNormal::$options["delStruct"])) $this->addPopulator($tallGrass); $this->setElevation(63, 74); $this->temperature = 0.05; $this->rainfall = 0.8; } public function getName() { return "BetterIcePlains"; } /** * Returns the biomes' id. * @return int biome id */ public function getId() { return Biome::ICE_PLAINS; } }