fix sign wood oddly breakable
This commit is contained in:
parent
41c5f0add1
commit
8b44bfb8c7
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user