projects
/
zefram
/
minetest
/
moretrees.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca379c2
)
forgot to reset sapling growth to normal speed
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sat, 26 Jan 2013 19:32:22 +0000
(14:32 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sat, 26 Jan 2013 19:32:22 +0000
(14:32 -0500)
init.lua
patch
|
blob
|
history
diff --git
a/init.lua
b/init.lua
index 94af930d1706f53f1517f826b98f6c1b48014c81..fbd2c6cf24b8c1714dc7b4a1fa57c5f837687501 100644
(file)
--- 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]