mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
parent
2ce8ff3306
commit
7967f77f3b
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue