Tweak basalt delta floors

This commit is contained in:
cora 2022-11-01 03:48:12 +01:00
parent 009ca7535c
commit b4cb06b5ed
1 changed files with 12 additions and 0 deletions

View File

@ -5057,6 +5057,18 @@ local function register_dimension_decorations()
y_max = mcl_vars.mg_nether_deco_max - 15,
flags = "all_floors, all ceilings",
})
minetest.register_decoration({
deco_type = "simple",
decoration = "mcl_blackstone:basalt",
place_on = {"mcl_blackstone:basalt","mcl_nether:netherrack","mcl_blackstone:blackstone"},
sidelen = 80,
height_max = 3,
fill_ratio = 0.4,
biomes = {"BasaltDelta"},
y_min = mcl_vars.mg_lava_nether_max + 1,
y_max = mcl_vars.mg_nether_deco_max - 15,
flags = "all_floors, all ceilings",
})
minetest.register_decoration({
deco_type = "simple",
decoration = "mcl_nether:magma",