diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-20 14:17:04 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-20 14:17:04 -0500 |
commit | cd188b8ad231aa0a13396483bda6f2817a83e0cf (patch) | |
tree | b819779ffde0394c330430621ff898953dcd0b0b | |
parent | 2fff77f195616759ada7174cfcc19f31b783ba25 (diff) |
typo
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"} |