Update game_api.txt for gunpowder raillike group

This commit is contained in:
Wuzzy 2015-05-14 16:48:56 +02:00
parent b4d50a7e50
commit ba359194f0

View file

@ -218,6 +218,8 @@ Use `minetest.raillike_group(<Name>)` to get the group value.
| Node type | Raillike group name
+-----------------------+----------------------------------
| default:rail | "rail"
| tnt:gunpowder | "gunpowder"
| tnt:gunpowder_burning | "gunpowder"
Example:
If you want to add a new rail type and want it to connect with default:rail,