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

@ -125,7 +125,7 @@ homedecor.register("kitchen_faucet", {
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
})