summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorWeblate <42@minetest.ru>2013-01-24 15:56:49 +0100
committerWeblate <42@minetest.ru>2013-01-24 15:56:49 +0100
commit13358c29b8a754709c49b0ba997f029af26134bc (patch)
tree9e7e5efc0f1a97986206fe5e7f0debf5d20e6a28 /doc/lua_api.txt
parentaaee2786a76dedb52b154223dac813ac02099a91 (diff)
parent035933f806d3afc45e2e558e505318489209a70b (diff)
downloadminetest-13358c29b8a754709c49b0ba997f029af26134bc.tar.gz
minetest-13358c29b8a754709c49b0ba997f029af26134bc.tar.bz2
minetest-13358c29b8a754709c49b0ba997f029af26134bc.zip
Merge remote branch 'origin/master'
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index f935849ca..7ba2ed001 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1098,7 +1098,9 @@ treedef={
Key for Special L-System Symbols used in Axioms
G - move forward one unit with the pen up
F - move forward one unit with the pen down drawing trunks and branches
- f - move forward one unit with the pen down drawing leaves
+ f - move forward one unit with the pen down drawing leaves (100% chance)
+ T - move forward one unit with the pen down drawing trunks only
+ R - move forward one unit with the pen down placing fruit
A - replace with rules set A
B - replace with rules set B
C - replace with rules set C