mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
MountainsBiome: fix error from stale PR merge
This commit is contained in:
@ -45,7 +45,7 @@ class MountainsBiome extends GrassyBiome{
|
||||
|
||||
$ores = new Ore();
|
||||
$ores->setOreTypes([
|
||||
new OreType(VanillaBlocks::EMERALD_ORE(), 11, 1, 0, 32)
|
||||
new OreType(VanillaBlocks::EMERALD_ORE(), VanillaBlocks::STONE(), 11, 1, 0, 32)
|
||||
]);
|
||||
|
||||
$this->addPopulator($ores);
|
||||
|
Reference in New Issue
Block a user