forgot to reset sapling growth to normal speed

This commit is contained in:
Vanessa Ezekowitz 2013-01-26 14:32:22 -05:00
parent ca379c2886
commit 0e10584a69
1 changed files with 2 additions and 2 deletions

View File

@ -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]