fix missing tabs and add sound file (from http://freesound.org/people/nhaudio/sounds/192416/ (CC0), edited with audacity)

play sound if the chest is locked
This commit is contained in:
HybridDog 2015-03-11 19:19:48 +01:00
parent 794a436d86
commit de0e853df6
2 changed files with 10 additions and 8 deletions

View file

@ -1232,6 +1232,8 @@ minetest.register_node("default:chest_locked", {
"default:chest_locked",
get_locked_chest_formspec(pos)
)
else
minetest.sound_play("default_chest_locked", {pos = pos})
end
end,
})

Binary file not shown.