Add blast resistance to core blocks and anvils
This commit is contained in:
parent
0c02551769
commit
6be056c0e7
3 changed files with 99 additions and 5 deletions
|
@ -15,6 +15,7 @@ local anvildef = {
|
|||
}
|
||||
},
|
||||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||
_mcl_blast_resistance = 6000,
|
||||
}
|
||||
|
||||
local anvildef0 = table.copy(anvildef)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue