mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix underwater ice sheet in IcePlainsSpikes biome
This commit is contained in:
parent
e26a668b74
commit
4ede0a1227
1 changed files with 2 additions and 2 deletions
|
@ -124,6 +124,8 @@ local function register_biomes()
|
|||
depth_top = 1,
|
||||
node_filler = "mcl_core:dirt",
|
||||
depth_filler = 2,
|
||||
node_water_top = "mcl_core:ice",
|
||||
depth_water_top = 1,
|
||||
node_river_water = "mcl_core:ice",
|
||||
node_riverbed = "mcl_core:sand",
|
||||
depth_riverbed = 2,
|
||||
|
@ -138,8 +140,6 @@ local function register_biomes()
|
|||
depth_top = 2,
|
||||
node_filler = "mcl_core:dirt",
|
||||
depth_filler = 3,
|
||||
node_water_top = "mcl_core:ice",
|
||||
depth_water_top = 2,
|
||||
node_river_water = "mcl_core:ice",
|
||||
node_riverbed = "mcl_core:sand",
|
||||
depth_riverbed = 2,
|
||||
|
|
Loading…
Reference in a new issue