mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-09 01:03:50 +01:00
Reduce snowman sound volume
This commit is contained in:
parent
5bd3ebda17
commit
42155c6bdc
@ -37,8 +37,8 @@ mobs:register_mob("mobs_mc:snowman", {
|
||||
visual = "mesh",
|
||||
mesh = "mobs_mc_snowman.b3d",
|
||||
sounds = {
|
||||
damage = { name = "mobs_mc_snowman_hurt", gain = 0.7 },
|
||||
death = { name = "mobs_mc_snowman_death", gain = 1.0 },
|
||||
damage = { name = "mobs_mc_snowman_hurt", gain = 0.2 },
|
||||
death = { name = "mobs_mc_snowman_death", gain = 0.25 },
|
||||
distance = 16,
|
||||
},
|
||||
textures = {
|
||||
|
Loading…
Reference in New Issue
Block a user