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,
|
sunlight_propagates = true,
|
||||||
groups = def.groups,
|
groups = def.groups,
|
||||||
_mcl_hardness = def._mcl_hardness,
|
_mcl_hardness = def._mcl_hardness,
|
||||||
|
_mcl_blast_resistance = def._mcl_blast_resistance,
|
||||||
sounds = def.sounds,
|
sounds = def.sounds,
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
|
Loading…
Reference in New Issue