forked from VoxeLibre/VoxeLibre
Add trapdoor blast resistance for real
This commit is contained in:
parent
8418013c04
commit
635ba993f8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue