summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2013-02-06 19:36:14 +0100
committerPilzAdam <pilzadam@minetest.net>2013-05-22 15:08:24 +0200
commit3abbe7efd1d1da7c24725ae49c2df1013a7afb09 (patch)
tree427bc5e520f75d7c0d57d8672c69534ad227ef35 /doc
parent7f6e9e9540875c6227cbfb3949af79e59e6a325c (diff)
downloadminetest-3abbe7efd1d1da7c24725ae49c2df1013a7afb09.tar.gz
minetest-3abbe7efd1d1da7c24725ae49c2df1013a7afb09.tar.bz2
minetest-3abbe7efd1d1da7c24725ae49c2df1013a7afb09.zip
Make raillike nodes connect to any other raillike nodes if both are in the group connect_to_raillike
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index e2abcbfe7..bee247ca9 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -584,6 +584,8 @@ Special groups
dropped as an item. If the node is wallmounted the
wallmounted direction is checked.
- soil: saplings will grow on nodes in this group
+- connect_to_raillike: makes nodes of raillike drawtype connect to
+ other group members with same drawtype
Known damage and digging time defining groups
----------------------------------------------