Piston support: banner, sign, armor stand, chests, daylight sensor, jukebox, noteblock

This commit is contained in:
Wuzzy 2019-03-09 07:01:12 +01:00
parent 225930a2c7
commit e6e9d13701
4 changed files with 27 additions and 34 deletions

View file

@ -216,7 +216,7 @@ S("You can copy the pattern of a banner by placing two banners of the same color
wield_image = "mcl_banners_item_base.png",
selection_box = {type = "fixed", fixed= {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} },
groups = {axey=1,handy=1, attached_node = 1, not_in_creative_inventory = 1, not_in_craft_guide = 1, material_wood=1 },
groups = {axey=1,handy=1, attached_node = 1, not_in_creative_inventory = 1, not_in_craft_guide = 1, material_wood=1, dig_by_piston=1 },
stack_max = 16,
sounds = node_sounds,
drop = "", -- Item drops are handled in entity code