mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Make ladders an attached node
This commit is contained in:
parent
0823f16acb
commit
4c77febc43
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ minetest.register_node("default:ladder", {
|
|||
--wall_bottom = = <default>
|
||||
--wall_side = = <default>
|
||||
},
|
||||
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=3,flammable=2},
|
||||
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=3,flammable=2,attached_node=1},
|
||||
legacy_wallmounted = true,
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue