diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-25 20:41:35 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-01-25 20:41:35 +0000 |
commit | 7fcb90873211e968ea3759aabfeb3659fbbbac72 (patch) | |
tree | 9f8dd0714ea51666637a1f040648842852bd2ae1 /doors_chest.lua | |
parent | 2032a35798e2d0d8a0a001c2b43dd2bb24bbcdda (diff) |
Add on_blast to stop tnt blowing up protection
Diffstat (limited to 'doors_chest.lua')
-rw-r--r-- | doors_chest.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doors_chest.lua b/doors_chest.lua index 2bc0b9c..65e389c 100644 --- a/doors_chest.lua +++ b/doors_chest.lua @@ -272,6 +272,8 @@ minetest.register_node("protector:chest", { "protector:chest_" .. minetest.pos_to_string(pos), formspec) end, + + on_blast = function() end, }) -- Protected Chest formspec buttons |