mirror of
https://github.com/minetest/minetest_game.git
synced 2025-03-15 06:42:29 +01:00
Wooden Sign: Add group oddly_breakable_by_hand
This commit is contained in:
committed by
paramat
parent
7d55320d5c
commit
c3d2bc383b
@ -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", {
|
||||
|
Reference in New Issue
Block a user