mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 22:04:25 -04:00
Wooden Sign: Add group oddly_breakable_by_hand
This commit is contained in:
parent
537f94c28e
commit
dcfa0496bb
1 changed files with 1 additions and 1 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Reference in a new issue