Also generate more gold in MesaPlateauF

This commit is contained in:
Wuzzy 2019-03-10 08:41:09 +01:00
parent f55dac38e2
commit 2a9e30b900
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ local function register_biome_ores()
clust_size = 3,
y_min = mcl_worlds.layer_to_y(32),
y_max = mcl_worlds.layer_to_y(79),
biomes = { "Mesa", "Mesa_sandlevel", "Mesa_ocean" },
biomes = { "Mesa", "Mesa_sandlevel", "Mesa_ocean", "MesaPlateauF", "MesaPlateauF_sandlevel", "MesaPlatauF_ocean" },
})
end
end