forked from VoxeLibre/VoxeLibre
Fix basalt pillar artifacts above the nether roof
This commit is contained in:
parent
768345a91c
commit
4ad1abde14
|
@ -5018,6 +5018,7 @@ local function register_dimension_decorations()
|
||||||
},
|
},
|
||||||
biomes = {"BasaltDelta"},
|
biomes = {"BasaltDelta"},
|
||||||
y_min = mcl_vars.mg_lava_nether_max + 1,
|
y_min = mcl_vars.mg_lava_nether_max + 1,
|
||||||
|
y_max = mcl_vars.mg_nether_deco_max - 50,
|
||||||
flags = "all_floors, all ceilings",
|
flags = "all_floors, all ceilings",
|
||||||
})
|
})
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
|
@ -5038,6 +5039,7 @@ local function register_dimension_decorations()
|
||||||
},
|
},
|
||||||
biomes = {"BasaltDelta"},
|
biomes = {"BasaltDelta"},
|
||||||
y_min = mcl_vars.mg_lava_nether_max + 1,
|
y_min = mcl_vars.mg_lava_nether_max + 1,
|
||||||
|
y_max = mcl_vars.mg_nether_deco_max - 15,
|
||||||
flags = "all_floors, all ceilings",
|
flags = "all_floors, all ceilings",
|
||||||
})
|
})
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
|
|
Loading…
Reference in New Issue