Add blast resistance to a ton of blocks

This commit is contained in:
Wuzzy 2017-02-22 16:03:59 +01:00
parent 6be056c0e7
commit 0aeb109c64
25 changed files with 99 additions and 8 deletions

View file

@ -145,6 +145,7 @@ minetest.register_node("mcl_jukebox:jukebox", {
end
meta:from_table(meta2:to_table())
end,
_mcl_blast_resistance = 30,
})
minetest.register_craft({