Add trapdoor blast resistance for real

This commit is contained in:
Wuzzy 2017-06-05 22:23:39 +02:00
parent 8418013c04
commit 635ba993f8
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ function mcl_doors:register_trapdoor(name, def)
sunlight_propagates = true,
groups = def.groups,
_mcl_hardness = def._mcl_hardness,
_mcl_blast_resistance = def._mcl_blast_resistance,
sounds = def.sounds,
node_box = {
type = "fixed",