From aabc906fde37855fbcb273d33a07d4328ccc4133 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Wed, 9 Dec 2020 18:52:41 +0000 Subject: [PATCH] Update 'mods/tnt/init.lua' --- mods/tnt/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/tnt/init.lua b/mods/tnt/init.lua index 0e061fa6..3e270422 100644 --- a/mods/tnt/init.lua +++ b/mods/tnt/init.lua @@ -428,7 +428,7 @@ minetest.register_node("tnt:boom", { }) minetest.register_node("tnt:gunpowder", { - description = S("Gun Powder"), + description = S("Thermite"), drawtype = "raillike", paramtype = "light", is_ground_content = false,