diff options
author | Weblate <42@minetest.ru> | 2013-01-24 15:56:49 +0100 |
---|---|---|
committer | Weblate <42@minetest.ru> | 2013-01-24 15:56:49 +0100 |
commit | 13358c29b8a754709c49b0ba997f029af26134bc (patch) | |
tree | 9e7e5efc0f1a97986206fe5e7f0debf5d20e6a28 /doc | |
parent | aaee2786a76dedb52b154223dac813ac02099a91 (diff) | |
parent | 035933f806d3afc45e2e558e505318489209a70b (diff) | |
download | minetest-13358c29b8a754709c49b0ba997f029af26134bc.tar.gz minetest-13358c29b8a754709c49b0ba997f029af26134bc.tar.bz2 minetest-13358c29b8a754709c49b0ba997f029af26134bc.zip |
Merge remote branch 'origin/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 4 |
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 |