Wooden Sign: Add group oddly_breakable_by_hand

master
Jean-Patrick Guerrero 2016-03-21 11:25:25 +01:00 committed by paramat
parent 7d55320d5c
commit c3d2bc383b
1 changed files with 1 additions and 1 deletions

View File

@ -1671,7 +1671,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", {