Add blast resistance to core blocks and anvils

This commit is contained in:
Wuzzy 2017-02-22 15:40:22 +01:00
parent 0c02551769
commit 6be056c0e7
3 changed files with 99 additions and 5 deletions

View file

@ -15,6 +15,7 @@ local anvildef = {
}
},
sounds = mcl_sounds.node_sound_metal_defaults(),
_mcl_blast_resistance = 6000,
}
local anvildef0 = table.copy(anvildef)