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
|
@ -59,6 +59,7 @@ function mesecon:register_pressure_plate(offstate, onstate, description, texture
|
|||
|
||||
local groups_off = table.copy(plusgroups)
|
||||
groups_off.attached_node = 1
|
||||
groups_off.dig_by_piston = 1
|
||||
|
||||
minetest.register_node(offstate, {
|
||||
drawtype = "nodebox",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue