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

@ -17,6 +17,7 @@ mcl_torches.register_torch = function(substring, description, doc_items_longdesc
groups.attached_node = 1
groups.torch = 1
groups.dig_by_water = 1
groups.dig_by_piston = 1
local floordef = {
description = description,