From fa51fdbdb50a8c362789923a129b8dd36500ba83 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 8 Jan 2018 00:19:53 +0100 Subject: [PATCH] Freeze water in snowtop biome --- mods/MAPGEN/mcl_biomes/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/MAPGEN/mcl_biomes/init.lua b/mods/MAPGEN/mcl_biomes/init.lua index d1e40c9fc..e6b554feb 100644 --- a/mods/MAPGEN/mcl_biomes/init.lua +++ b/mods/MAPGEN/mcl_biomes/init.lua @@ -370,6 +370,7 @@ local function register_biomes() depth_top = 1, node_filler = "mcl_core:dirt", depth_filler = 4, + node_river_water = "mcl_core:ice", node_riverbed = "mcl_core:sand", depth_riverbed = 4, y_min = 45,