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

@ -110,7 +110,7 @@ local crop_def = {
},
},
groups = {
handy=1,axey=1, cocoa=1, not_in_creative_inventory=1, dig_by_water=1,
handy=1,axey=1, cocoa=1, not_in_creative_inventory=1, dig_by_water=1, dig_by_piston=1
},
sounds = mcl_sounds.node_sound_wood_defaults(),
_mcl_blast_resistance = 15,