diff options
author | BlockMen <nmuelll@web.de> | 2015-02-22 15:12:05 +0100 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-03-05 23:24:32 +0100 |
commit | b65c7ab4a43b082fd798eded3ca3c67fb66fad3f (patch) | |
tree | 35fe7c41309142deb6ec9eb88fdb5cc2add56e56 /doc | |
parent | 40c2c18a3fd68b30c29effa79a9f0acd45ff3401 (diff) | |
download | minetest-b65c7ab4a43b082fd798eded3ca3c67fb66fad3f.tar.gz minetest-b65c7ab4a43b082fd798eded3ca3c67fb66fad3f.tar.bz2 minetest-b65c7ab4a43b082fd798eded3ca3c67fb66fad3f.zip |
Improve group-based connection between raillike nodes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index d73fb7721..e2589d226 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1053,8 +1053,8 @@ Another example: Make red wool from white wool and red dye: 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 +* `connect_to_raillike`: makes nodes of raillike drawtype with same group value + connect to each other ### Known damage and digging time defining groups * `crumbly`: dirt, sand |