This commit is contained in:
tenplus1 2024-08-19 12:43:23 +01:00
parent 0e0753e151
commit c7c1e258ab

View File

@ -9,7 +9,7 @@ local function register_biome(enabled, def)
def.node_dungeon_alt = def.node_dungeon and "" or "default:mossycobble"
def.node_dungeon_stair = def.node_dungeon_stair or "stairs:stair_cobble"
if def.y_min > 0 and def.node_riverbed == nil then
if def.y_max > 0 and def.node_riverbed == nil then
def.node_riverbed = "default:sand" ; def.depth_riverbed = 2
end