mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-08 08:43:51 +01:00
Xpanes: Add new steel bar door/trapdoor sounds
No longer use the unsuitable steel door/trapdoor sound.
This commit is contained in:
parent
c800398593
commit
f2a07b0a51
@ -28,3 +28,5 @@ TumeniNodes (CC BY-SA 3.0):
|
||||
xpanes_item_steel_bar.png
|
||||
xpanes_trapdoor_steel_bar.png
|
||||
xpanes_trapdoor_steel_bar_side.png
|
||||
xpanes_steel_bar_door_close.ogg
|
||||
xpanes_steel_bar_door_open.ogg
|
||||
|
@ -221,8 +221,8 @@ if minetest.get_modpath("doors") then
|
||||
protected = true,
|
||||
groups = {cracky = 1, level = 2},
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
sound_open = "doors_steel_door_open",
|
||||
sound_close = "doors_steel_door_close",
|
||||
sound_open = "xpanes_steel_bar_door_open",
|
||||
sound_close = "xpanes_steel_bar_door_close",
|
||||
recipe = {
|
||||
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||
@ -239,8 +239,8 @@ if minetest.get_modpath("doors") then
|
||||
protected = true,
|
||||
groups = {cracky = 1, level = 2, door = 1},
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
sound_open = "doors_steel_door_open",
|
||||
sound_close = "doors_steel_door_close",
|
||||
sound_open = "xpanes_steel_bar_door_open",
|
||||
sound_close = "xpanes_steel_bar_door_close",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
BIN
mods/xpanes/sounds/xpanes_steel_bar_door_close.ogg
Normal file
BIN
mods/xpanes/sounds/xpanes_steel_bar_door_close.ogg
Normal file
Binary file not shown.
BIN
mods/xpanes/sounds/xpanes_steel_bar_door_open.ogg
Normal file
BIN
mods/xpanes/sounds/xpanes_steel_bar_door_open.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user