diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index 6bf909fb3..debc11034 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -82,6 +82,8 @@ local function register_biomes() node_dust = "mcl_core:snow", node_top = "mcl_core:sand", depth_top = 1, + node_water_top = "mcl_core:ice", + depth_water_top = 1, node_filler = "mcl_core:sand", depth_filler = 2, node_riverbed = "mcl_core:sand",