mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Fix crimson fungus decoration & weeping vines on roof
This commit is contained in:
parent
cf9cfea108
commit
6f0de8a82c
1 changed files with 2 additions and 1 deletions
|
@ -4831,7 +4831,7 @@ local function register_dimension_decorations()
|
|||
fill_ratio = 0.02,
|
||||
biomes = {"CrimsonForest"},
|
||||
y_min = mcl_vars.mg_lava_nether_max + 1,
|
||||
y_max = mcl_vars.mg_lava_nether_max - 10,
|
||||
y_max = mcl_vars.mg_nether_max - 10,
|
||||
flags = "all_floors",
|
||||
decoration = "mcl_crimson:crimson_fungus",
|
||||
})
|
||||
|
@ -4884,6 +4884,7 @@ local function register_dimension_decorations()
|
|||
fill_ratio = 0.063,
|
||||
biomes = {"CrimsonForest"},
|
||||
y_min = mcl_vars.mg_lava_nether_max + 1,
|
||||
y_max = mcl_vars.mg_nether_max -5,
|
||||
flags = "all_ceilings",
|
||||
height = 2,
|
||||
height_max = 8,
|
||||
|
|
Loading…
Reference in a new issue