1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2024-09-21 19:50:35 +02:00
This commit is contained in:
Vanessa Ezekowitz 2013-01-20 14:17:04 -05:00
parent 2fff77f195
commit cd188b8ad2

View File

@ -69,7 +69,7 @@ for i in ipairs(simple_trees) do
local tree_model = tree_name.."_model" local tree_model = tree_name.."_model"
dbg(dump(moretrees[tree_model])) dbg(dump(moretrees[tree_model]))
if tree_model="palm_model" then if tree_model == "palm_model" then
grow_nodes = {"default:sand"} grow_nodes = {"default:sand"}
else else
grow_nodes = {"default:dirt_with_grass"} grow_nodes = {"default:dirt_with_grass"}