clearPopulators (); $this->setGroundCover([ Block::get(Block::SAND, 0 ), Block::get(Block::SAND, 0 ), Block::get(Block::SAND, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ), Block::get(Block::SANDSTONE, 0 ) ]); $this->setElevation(60, 60); $this->temperature = 0.5; $this->rainfall = 0.7; } public function getName() { return "Better River"; } /* * Returns the ID relativly. */ public function getId() { return Biome::RIVER; } }