From 3780586d11f62c717e8a6330cd8762cbb915015b Mon Sep 17 00:00:00 2001 From: Foz Date: Sat, 24 Sep 2016 12:27:34 -0400 Subject: [PATCH] Protect ironbound chests from TNT. --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 40fc24b..ed82a66 100644 --- a/init.lua +++ b/init.lua @@ -321,6 +321,7 @@ minetest.register_node("castle:ironbound_chest",{ ) end end, + on_blast = function() end, }) minetest.register_craft({