mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-21 14:55:15 +02:00
Increase volume of sheep grazing (#4910)
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:
parent
7f01e46fd5
commit
bed4734618
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue