mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 11:30:03 -04:00
Merge de0e853df6
into fe7a982343
This commit is contained in:
commit
1ef4d0b2c2
2 changed files with 10 additions and 8 deletions
|
@ -1242,6 +1242,8 @@ minetest.register_node("default:chest_locked", {
|
||||||
"default:chest_locked",
|
"default:chest_locked",
|
||||||
get_locked_chest_formspec(pos)
|
get_locked_chest_formspec(pos)
|
||||||
)
|
)
|
||||||
|
else
|
||||||
|
minetest.sound_play("default_chest_locked", {pos = pos})
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
BIN
mods/default/sounds/default_chest_locked.0.ogg
Normal file
BIN
mods/default/sounds/default_chest_locked.0.ogg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue