From 0e10584a6938d8ad3980d8f51aabb512a1fcd464 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 26 Jan 2013 14:32:22 -0500 Subject: [PATCH] forgot to reset sapling growth to normal speed --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 94af930..fbd2c6c 100644 --- a/init.lua +++ b/init.lua @@ -61,8 +61,8 @@ plantslib:register_generate_plant(moretrees.beech_biome, moretrees.beech_model) -- sapling growth -local sapling_interval = 1 -local sapling_chance = 1 +local sapling_interval = 500 +local sapling_chance = 20 for i in ipairs(simple_trees) do local tree_name = trees[i][1]