Make many blocks drop when pushed by piston
This commit is contained in:
parent
2f4f196eaf
commit
30564e494e
27 changed files with 81 additions and 81 deletions
|
@ -12,7 +12,7 @@ local function addhead(node, desc, longdesc)
|
|||
{ -0.25, -0.5, -0.25, 0.25, 0.0, 0.25, },
|
||||
},
|
||||
},
|
||||
groups = {handy=1, head=1, deco_block=1},
|
||||
groups = {handy=1, head=1, deco_block=1, dig_by_piston=1},
|
||||
tiles = {
|
||||
"head_"..node.."_top.png",
|
||||
"head_"..node.."_top.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue