From 2540f340c1c24f27c00e983e2b7c1a7b2238a230 Mon Sep 17 00:00:00 2001 From: Bas Date: Sat, 26 Jan 2013 04:43:17 +0100 Subject: [PATCH] Abm fix --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index fcc00f6..915b01f 100644 --- a/init.lua +++ b/init.lua @@ -270,15 +270,15 @@ plantslib:spawn_on_surfaces({ }) plantslib:spawn_on_surfaces({ - spawn_delay = spawn_interval/100, + spawn_delay = spawn_interval, spawn_plants = {"vines:willow"}, spawn_chance = 3, spawn_surfaces = {"moretrees:willow_leaves"}, spawn_on_side = true, - near_nodes_size = 20, + near_nodes_size = 2, near_nodes = {"default:water_source"}, near_nodes_count = 1, - plantlife_limit = -1, + plantlife_limit = -0.5, near_nodes_vertical = 4, })