1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Support for icesheet dungeons in dungeon_loot

This commit is contained in:
sfan5
2019-07-16 20:28:40 +02:00
parent 37710866f0
commit b701e500aa
3 changed files with 26 additions and 12 deletions

View File

@ -59,6 +59,8 @@ local function find_walls(cpos)
type = "desert"
elseif biome:find("sandstone_desert") == 1 then
type = "sandstone"
elseif biome:find("icesheet") == 1 then
type = "ice"
end
return {