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)
|
||||
node.name = "homedecor:toilet"
|
||||
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,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user