Make many blocks drop when pushed by piston

This commit is contained in:
Wuzzy 2017-03-29 22:58:31 +02:00
parent 2f4f196eaf
commit 30564e494e
27 changed files with 81 additions and 81 deletions

View file

@ -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",