From 2ba19a983a50f1076779831bafa7edb87eac9d80 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 21 Aug 2017 04:58:25 +0200 Subject: [PATCH] Fix roofed forest riverbed --- mods/MAPGEN/mcl_biomes/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 77e6fb727..ace0d25dd 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -357,7 +357,7 @@ local function register_biomes() depth_top = 1, node_filler = "mcl_core:dirt", depth_filler = 1, - node_riverbed = "mcl_core:dirt", + node_riverbed = "mcl_core:sand", depth_riverbed = 2, y_min = 5, y_max = mcl_vars.mg_overworld_max,