Increase volume of sheep grazing ()

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4910
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: Nicu <kneekoo@noreply.git.minetest.land>
Co-committed-by: Nicu <kneekoo@noreply.git.minetest.land>
This commit is contained in:
Nicu 2025-02-09 17:10:43 +01:00 committed by the-real-herowl
parent 7f01e46fd5
commit bed4734618

View file

@ -149,10 +149,11 @@ mcl_mobs.register_mob("mobs_mc:sheep", {
self.object:set_velocity(vector.zero())
self.gotten = false
self.object:set_properties({ textures = self.base_texture })
minetest.sound_play({name="mobs_mc_animal_eat_generic", gain=0.4}, {
pos = pos,
gain= 0.4,
max_hear_distance = 16,
minetest.sound_play({
name="mobs_mc_animal_eat_generic",
pos = pos,
gain = 0.4,
max_hear_distance = 16,
}, true)
end
end)