From a14b501f245a31326826eaa97297f41285573c9e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 10 Sep 2017 03:33:06 +0200 Subject: [PATCH] Change mesa plateau F ocean appearance --- mods/MAPGEN/mcl_biomes/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index c2a403c4c..aadc0aaf0 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -778,9 +778,9 @@ local function register_biomes() minetest.register_biome({ name = "mesa_plateau_f_ocean", - node_top = "mcl_core:dirt", + node_top = "mcl_core:redsand", depth_top = 3, - node_filler = "mcl_core:dirt", + node_filler = "mcl_colorblocks:hardened_clay", depth_filler = 2, node_riverbed = "mcl_core:redsand", depth_riverbed = 2,