forked from VoxeLibre/VoxeLibre
Freeze water in snowtop biome
This commit is contained in:
parent
dff88c70b3
commit
fa51fdbdb5
|
@ -370,6 +370,7 @@ local function register_biomes()
|
||||||
depth_top = 1,
|
depth_top = 1,
|
||||||
node_filler = "mcl_core:dirt",
|
node_filler = "mcl_core:dirt",
|
||||||
depth_filler = 4,
|
depth_filler = 4,
|
||||||
|
node_river_water = "mcl_core:ice",
|
||||||
node_riverbed = "mcl_core:sand",
|
node_riverbed = "mcl_core:sand",
|
||||||
depth_riverbed = 4,
|
depth_riverbed = 4,
|
||||||
y_min = 45,
|
y_min = 45,
|
||||||
|
|
Loading…
Reference in New Issue