forked from nalc/homedecor_modpack
try to fix toilet sound positioning
This commit is contained in:
parent
e1f1e32373
commit
501b942542
@ -64,7 +64,11 @@ minetest.register_node("homedecor:toilet_open", {
|
|||||||
on_punch = function (pos, node, puncher)
|
on_punch = function (pos, node, puncher)
|
||||||
node.name = "homedecor:toilet"
|
node.name = "homedecor:toilet"
|
||||||
minetest.set_node(pos, node)
|
minetest.set_node(pos, node)
|
||||||
minetest.sound_play("homedecor_toilet_flush",{pos=pos, max_hear_distance=5,})
|
minetest.sound_play("homedecor_toilet_flush", {
|
||||||
|
pos=pos,
|
||||||
|
max_hear_distance = 5,
|
||||||
|
gain = 1,
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user