mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Fix basalt pillar artifacts above the nether roof
This commit is contained in:
parent
768345a91c
commit
4ad1abde14
1 changed files with 2 additions and 0 deletions
|
@ -5018,6 +5018,7 @@ local function register_dimension_decorations()
|
|||
},
|
||||
biomes = {"BasaltDelta"},
|
||||
y_min = mcl_vars.mg_lava_nether_max + 1,
|
||||
y_max = mcl_vars.mg_nether_deco_max - 50,
|
||||
flags = "all_floors, all ceilings",
|
||||
})
|
||||
minetest.register_decoration({
|
||||
|
@ -5038,6 +5039,7 @@ local function register_dimension_decorations()
|
|||
},
|
||||
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({
|
||||
|
|
Loading…
Reference in a new issue