Fix underwater ice sheet in IcePlainsSpikes biome

This commit is contained in:
Wuzzy 2019-03-12 03:18:07 +01:00
parent e26a668b74
commit 4ede0a1227
1 changed files with 2 additions and 2 deletions

View File

@ -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,