mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 05:11:27 +02:00
Freeze water in cold beaches
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user