1
0

sound range to hear it

This commit is contained in:
general 2024-04-07 15:30:29 -04:00
parent c5bb3f133a
commit af6a894c10

View File

@ -170,6 +170,7 @@ mobs:register_mob("mobs_balrog:balrog", {
pathfinding = PATH_FINDER, pathfinding = PATH_FINDER,
makes_footstep_sound = true, makes_footstep_sound = true,
sounds = { sounds = {
distance = VIEW_RANGE * 8,
war_cry = "mobs_balrog_howl", war_cry = "mobs_balrog_howl",
death = "mobs_balrog_howl", death = "mobs_balrog_howl",
attack = "mobs_balrog_stone_death" attack = "mobs_balrog_stone_death"