mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-10-06 13:55:20 +02:00
Support for icesheet dungeons in dungeon_loot
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user