From c7c1e258ab7b18ad9cbf0a19e487f8daff8f5c12 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 19 Aug 2024 12:43:23 +0100 Subject: [PATCH] typo --- biomes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biomes.lua b/biomes.lua index 25a35ed..fb9c90a 100644 --- a/biomes.lua +++ b/biomes.lua @@ -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