diff options
author | RealBadAngel <mk@realbadangel.pl> | 2013-01-23 04:57:49 +0100 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2013-01-23 20:40:09 +0200 |
commit | 1163fdfa118636862997c40a32207e418c834f70 (patch) | |
tree | 6d2d3c0212b358490926856fa561066057de693f /doc | |
parent | 0a27e81704241f856c387fa3f8c92d2773c14ef3 (diff) | |
download | minetest-1163fdfa118636862997c40a32207e418c834f70.tar.gz minetest-1163fdfa118636862997c40a32207e418c834f70.tar.bz2 minetest-1163fdfa118636862997c40a32207e418c834f70.zip |
Treegen update. Some new symbols. Speed up code a bit.
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 |