forked from VoxeLibre/VoxeLibre
Freeze water in cold beaches
This commit is contained in:
parent
8c2b1df005
commit
ea9a34337a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue