typo
This commit is contained in:
parent
0e0753e151
commit
c7c1e258ab
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user