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

@ -16,9 +16,9 @@ N = N - 1
-- register for each picture
for n=1, N do
local groups = {dig_immediate=3, picture=1, not_in_creative_inventory=1}
local groups = {dig_immediate=3, picture=1, not_in_creative_inventory=1, dig_by_piston=1}
if n == 1 then
groups = {dig_immediate=3, picture=1, deco_block=1}
groups = {dig_immediate=3, picture=1, deco_block=1, dig_by_piston=1}
end
local desc, doc, longdesc, usagehelp