Add blast resistance to trapdoors

This commit is contained in:
Wuzzy 2017-06-05 21:59:40 +02:00
parent 2ffa0736ac
commit 336979721a
2 changed files with 3 additions and 0 deletions

View file

@ -128,6 +128,7 @@ function mcl_doors:register_trapdoor(name, def)
pointable = true,
groups = def.groups,
_mcl_hardness = def._mcl_hardness,
_mcl_blast_resistance = def._mcl_blast_resistance,
sounds = def.sounds,
drop = name,
node_box = {