mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 09:36:27 -04:00
Merge b5c83f297d
into fe3c5a7090
This commit is contained in:
commit
8f2a234550
1 changed files with 2 additions and 1 deletions
|
@ -416,7 +416,8 @@ doors.register_trapdoor("doors:trapdoor", {
|
|||
groups = {snappy=1, choppy=2, oddly_breakable_by_hand=2, flammable=2, door=1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
sound_open = "doors_door_open",
|
||||
sound_close = "doors_door_close"
|
||||
sound_close = "doors_door_close",
|
||||
climbable = true,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Reference in a new issue