Skip to content

Commit

Permalink
Protect ironbound chests from TNT.
Browse files Browse the repository at this point in the history
  • Loading branch information
fozolo authored and sofar committed Oct 24, 2016
1 parent 1a86d11 commit 3780586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ minetest.register_node("castle:ironbound_chest",{
)
end
end,
on_blast = function() end,
})

minetest.register_craft({
Expand Down

0 comments on commit 3780586

Please sign in to comment.