Protect ironbound chests from TNT.

This commit is contained in:
Foz 2016-09-24 12:27:34 -04:00 committed by Auke Kok
parent 1a86d116c6
commit 3780586d11

View File

@ -321,6 +321,7 @@ minetest.register_node("castle:ironbound_chest",{
)
end
end,
on_blast = function() end,
})
minetest.register_craft({