Fix basalt pillar artifacts above the nether roof

This commit is contained in:
cora 2022-10-27 23:00:15 +02:00
parent 768345a91c
commit 4ad1abde14
1 changed files with 2 additions and 0 deletions

View File

@ -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({