mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
MountainsBiome: fix error from stale PR merge
This commit is contained in:
parent
a77970448e
commit
d0213f99ac
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user