forked from VoxeLibre/VoxeLibre
Generate some glowing vines immediately
This commit is contained in:
parent
91e6b87b2d
commit
c7354fe89b
|
@ -4006,7 +4006,18 @@ local function register_decorations()
|
|||
height = 1,
|
||||
max_height = 4,
|
||||
sidelen = 16,
|
||||
fill_ratio = 1,
|
||||
fill_ratio = 0.8,
|
||||
flags = "place_center_x, place_center_z, force_placement, all_ceilings",
|
||||
biomes = lushcaves,
|
||||
})
|
||||
minetest.register_decoration({
|
||||
decoration = "mcl_lush_caves:cave_vines_lit",
|
||||
deco_type = "simple",
|
||||
place_on = {"mcl_lush_caves:moss"},
|
||||
height = 1,
|
||||
max_height = 4,
|
||||
sidelen = 16,
|
||||
fill_ratio = 0.3,
|
||||
flags = "place_center_x, place_center_z, force_placement, all_ceilings",
|
||||
biomes = lushcaves,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue