1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-02 23:00:21 +02:00

Add gunpowder trails

Uses group “connect_to_raillike”
This commit is contained in:
Wuzzy
2015-02-21 01:05:19 +01:00
committed by Novatux
parent 016fa0da40
commit 0aebf864d1
13 changed files with 33 additions and 4 deletions

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,