MountainsBiome: fix error from stale PR merge

This commit is contained in:
Dylan T 2020-10-02 12:24:18 +01:00 committed by GitHub
parent a77970448e
commit d0213f99ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);