This commit is contained in:
Vanessa Ezekowitz 2013-01-20 14:17:04 -05:00
parent 2fff77f195
commit cd188b8ad2
1 changed files with 1 additions and 1 deletions

View File

@ -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"}