mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 16:33:48 +01:00
Tweaked willow vines spawn
This commit is contained in:
parent
103eb0d11c
commit
52c07acb56
6
init.lua
6
init.lua
@ -275,11 +275,11 @@ plantslib:spawn_on_surfaces({
|
||||
spawn_chance = 3,
|
||||
spawn_surfaces = {"moretrees:willow_leaves"},
|
||||
spawn_on_side = true,
|
||||
near_nodes_size = 2,
|
||||
near_nodes = {"default:water_source"},
|
||||
near_nodes_size = 2,
|
||||
near_nodes_vertical = 5,
|
||||
near_nodes_count = 1,
|
||||
near_nodes_vertical = 4,
|
||||
plantlife_limit = 0.5,
|
||||
plantlife_limit = -0.9,
|
||||
})
|
||||
|
||||
print("[Vines] Loaded!")
|
||||
|
Loading…
Reference in New Issue
Block a user