L-system tree examples/Template

From Minetest Developer Wiki
< L-system tree examples
Revision as of 19:56, 25 March 2018 by Wuzzy (talk | contribs) (“Subgames” were renamed to “games”)
Jump to navigation Jump to search

Note: View the source code of this page (and delete this line of text when you're finished)!

Title of your L-system tree

Profile

  • Game used:
  • Additional mods:

Definition

treedef = {
	axiom = --[[ your axiom here ]],
	rules_a = --[[ your rule set A here]],
	--[[ add/remove other fields as needed. Only use Lua syntax! ]]
}

Screenshot

Additional notes