forked from mtcontrib/moretrees
forgot to reset sapling growth to normal speed
This commit is contained in:
parent
ca379c2886
commit
0e10584a69
4
init.lua
4
init.lua
@ -61,8 +61,8 @@ plantslib:register_generate_plant(moretrees.beech_biome, moretrees.beech_model)
|
|||||||
|
|
||||||
-- sapling growth
|
-- sapling growth
|
||||||
|
|
||||||
local sapling_interval = 1
|
local sapling_interval = 500
|
||||||
local sapling_chance = 1
|
local sapling_chance = 20
|
||||||
|
|
||||||
for i in ipairs(simple_trees) do
|
for i in ipairs(simple_trees) do
|
||||||
local tree_name = trees[i][1]
|
local tree_name = trees[i][1]
|
||||||
|
Loading…
Reference in New Issue
Block a user