1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-30 23:20:22 +02:00

Make raillike nodes connect to any other raillike nodes if both are in the group connect_to_raillike

This commit is contained in:
Jeija
2013-02-06 19:36:14 +01:00
committed by PilzAdam
parent 7f6e9e9540
commit 3abbe7efd1
2 changed files with 64 additions and 14 deletions

View File

@ -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
----------------------------------------------