mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Tweak basalt delta floors
This commit is contained in:
parent
009ca7535c
commit
b4cb06b5ed
1 changed files with 12 additions and 0 deletions
|
@ -5057,6 +5057,18 @@ local function register_dimension_decorations()
|
||||||
y_max = mcl_vars.mg_nether_deco_max - 15,
|
y_max = mcl_vars.mg_nether_deco_max - 15,
|
||||||
flags = "all_floors, all ceilings",
|
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({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
decoration = "mcl_nether:magma",
|
decoration = "mcl_nether:magma",
|
||||||
|
|
Loading…
Reference in a new issue