From 7d222a4aa1e040a2927a1a2241be499ceea45cba Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Mon, 17 Sep 2012 19:59:16 +0200 Subject: [PATCH] Add dig_immediate to tnt:boom so you can remove it if there is a bug and its still there after explosion --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index f116ec4..a2cf43e 100644 --- a/init.lua +++ b/init.lua @@ -122,6 +122,8 @@ minetest.register_node("tnt:boom", { tiles = {"tnt_boom.png"}, light_source = LIGHT_MAX, walkable = false, + drop = "", + groups = {dig_immediate=3}, }) burn = function(pos)