mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-16 03:15:04 +00:00
Freeze water in cold beaches
This commit is contained in:
parent
8c2b1df005
commit
ea9a34337a
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ local function register_biomes()
|
||||||
node_dust = "mcl_core:snow",
|
node_dust = "mcl_core:snow",
|
||||||
node_top = "mcl_core:sand",
|
node_top = "mcl_core:sand",
|
||||||
depth_top = 1,
|
depth_top = 1,
|
||||||
|
node_water_top = "mcl_core:ice",
|
||||||
|
depth_water_top = 1,
|
||||||
node_filler = "mcl_core:sand",
|
node_filler = "mcl_core:sand",
|
||||||
depth_filler = 2,
|
depth_filler = 2,
|
||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
|
|
Loading…
Reference in a new issue