forked from Mineclonia/Mineclonia
Make armor stand attached
This commit is contained in:
parent
b9377a0dbf
commit
2f88b42210
|
@ -108,7 +108,7 @@ minetest.register_node("3d_armor_stand:armor_stand", {
|
||||||
fixed = {-0.5,-0.5,-0.5, 0.5,1.4,0.5}
|
fixed = {-0.5,-0.5,-0.5, 0.5,1.4,0.5}
|
||||||
},
|
},
|
||||||
-- TODO: This should be breakable by 2 quick punches
|
-- TODO: This should be breakable by 2 quick punches
|
||||||
groups = {handy=1, deco_block=1, dig_by_piston=1},
|
groups = {handy=1, deco_block=1, dig_by_piston=1, attached_node=1},
|
||||||
_mcl_hardness = 2,
|
_mcl_hardness = 2,
|
||||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
|
Loading…
Reference in New Issue