Difference between revisions of "L-system tree examples/Template"

From Minetest Developer Wiki
Jump to navigation Jump to search
m (Remove comment about minetest_game)
m (“None” instead of “none”)
Line 14: Line 14:
 
If there are no additional mods, write:
 
If there are no additional mods, write:
  
* '''Additional mods''': ''none''
+
* '''Additional mods''': ''None''
 
-->
 
-->
  

Revision as of 08:52, 13 August 2016

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

  • Subgame 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