Difference between revisions of "Template:treedef"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Replaced content with "{{delete|Unused}}")
Tag: Replaced
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== Definition ===
+
{{delete|Unused}}
<syntaxhighlight lang="lua">
 
treedef = {
 
axiom = {{{axiom}}},
 
rules_a = {{{rules_a}}},
 
rules_b = {{{rules_b}}},
 
rules_c = {{{rules_c}}},
 
rules_d = {{{rules_d}}},
 
trunk = {{{trunk}}},
 
leaves = {{{leaves}}},
 
leaves2 = {{{leaves2}}},
 
leaves2_chance = {{{leaves2_chance}}},
 
angle = {{{angle}}},
 
iterations = {{{iterations}}},
 
random_level = {{{random_level|0}}},
 
trunk_type = {{{random_level|"single"}}},
 
thin_branches = {{{thin_branches|true}}},
 
fruit_chance = {{{fruit_chance}}},
 
fruit = {{{fruit}}},
 
seed = {{{seed}}},
 
}
 
</syntaxhighlight>
 
<noinclude>
 
[[Category:Templates]]
 
</noinclude>
 

Latest revision as of 19:41, 25 January 2023

Mbox warning.png This page has been proposed for deletion for the following reason: "Unused"
If you don't think that this page should be deleted, please explain why on the talk page.