mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-15 22:40:19 +01:00
parent
2ce8ff3306
commit
7967f77f3b
|
@ -36,7 +36,10 @@ end
|
||||||
for _, name in ipairs({
|
for _, name in ipairs({
|
||||||
"taiga", "coniferous_forest", "deciduous_forest", "grassland", "savanna"
|
"taiga", "coniferous_forest", "deciduous_forest", "grassland", "savanna"
|
||||||
}) do
|
}) do
|
||||||
spawn.add_suitable_biome(name)
|
local id = minetest.get_biome_id(name)
|
||||||
|
if id then
|
||||||
|
biome_ids[id] = true
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- End of parameters
|
-- End of parameters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user