fix sign wood oddly breakable

This commit is contained in:
maikerumine 2016-03-21 23:33:35 -04:00
parent 41c5f0add1
commit 8b44bfb8c7

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, oddly_breakable_by_hand = 3, attached_node = 1, flammable = 2}
})
register_sign("steel", "Steel", {