Template:treedef

From Minetest Developer Wiki
Revision as of 16:21, 4 July 2015 by Hybrid Dog (talk | contribs) (this code style needs to look soo cruel…)
Jump to navigation Jump to search

Definition

treedef = {
	axiom = ?,
	leaves2_chance = {{{leaves2_chance}}},
	angle = {{{angle}}},
	iterations = {{{iterations}}},
	random_level = 0,
	trunk_type = "single",
	thin_branches = true,
	fruit_chance = {{{fruit_chance}}},
	fruit = {{{fruit}}},
	seed = {{{seed}}},
}