Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wooden Sign: Add group oddly_breakable_by_hand
  • Loading branch information
Jean-Patrick Guerrero authored and paramat committed Mar 22, 2016
1 parent 7d55320 commit c3d2bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -1671,7 +1671,7 @@ end
register_sign("wood", "Wooden", { register_sign("wood", "Wooden", {
sounds = default.node_sound_wood_defaults(), 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", { register_sign("steel", "Steel", {
Expand Down

0 comments on commit c3d2bc3

Please sign in to comment.