mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 13:35:29 +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 = new Ore();
|
||||||
$ores->setOreTypes([
|
$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);
|
$this->addPopulator($ores);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user