1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-23 23:50:18 +02:00

Add adequate sound for faucet/tap

This commit is contained in:
kilbith
2015-05-11 09:56:44 +02:00
parent bcf9269235
commit 3c891aa24e
4 changed files with 11 additions and 2 deletions

View File

@ -127,7 +127,7 @@ local function taps_on_rightclick(pos, node, clicker)
velocity_z = { min = -0.1, max = 0 },
spread = 0
}
homedecor.start_particle_spawner(pos, node, particledef, "homedecor_shower")
homedecor.start_particle_spawner(pos, node, particledef, "homedecor_faucet")
end
end