Tweaked willow vines spawn

This commit is contained in:
Bas 2013-01-26 18:30:59 +01:00
parent 103eb0d11c
commit 52c07acb56

@ -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!")