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:
2fff77f
)
typo
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 20 Jan 2013 19:17:04 +0000
(14:17 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 20 Jan 2013 19:17:04 +0000
(14:17 -0500)
init.lua
patch
|
blob
|
history
diff --git
a/init.lua
b/init.lua
index c03f3d2993460123030a86c9e95dd6ecbbc67349..5d4487233daa5d859de3b25bf2c842c9cd2e19e7 100644
(file)
--- a/
init.lua
+++ b/
init.lua
@@
-69,7
+69,7
@@
for i in ipairs(simple_trees) do
local tree_model = tree_name.."_model"
dbg(dump(moretrees[tree_model]))
- if tree_model
=
"palm_model" then
+ if tree_model
==
"palm_model" then
grow_nodes = {"default:sand"}
else
grow_nodes = {"default:dirt_with_grass"}