From ba359194f02a7386f678ebf9a49402de1f19b1c7 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 14 May 2015 16:48:56 +0200 Subject: [PATCH] Update game_api.txt for gunpowder raillike group --- game_api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game_api.txt b/game_api.txt index a3edcfe8..791a7f92 100644 --- a/game_api.txt +++ b/game_api.txt @@ -218,6 +218,8 @@ Use `minetest.raillike_group()` 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,