Wooden Sign: Add group oddly_breakable_by_hand

This commit is contained in:
Jean-Patrick Guerrero 2016-03-21 11:25:25 +01:00
parent 537f94c28e
commit dcfa0496bb

View file

@ -1667,7 +1667,7 @@ end
register_sign("wood", "Wooden", {
sounds = default.node_sound_wood_defaults(),
groups = {choppy = 2, attached_node = 1, flammable = 2}
groups = {choppy = 2, attached_node = 1, flammable = 2, oddly_breakable_by_hand = 3}
})
register_sign("steel", "Steel", {