Fix roofed forest riverbed

This commit is contained in:
Wuzzy 2017-08-21 04:58:25 +02:00
parent 67b9deaf88
commit 2ba19a983a
1 changed files with 1 additions and 1 deletions

View File

@ -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,