Skip to content

Commit e4c5ada

Browse files
authored
New Mysterious Midnights Sound (#1126)
The previous sound (wolf howl) was removed by Mojang.
1 parent c94909b commit e4c5ada

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gm4_mysterious_midnights/data/gm4_mysterious_midnights/function/calculate_difficulty.mcfunction

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ scoreboard players set 16 gm4_mm_data 16
99
scoreboard players operation difficulty gm4_mm_data %= 16 gm4_mm_data
1010

1111
# spawn AEC for random selection (1/3 of nights are not a mysterious midnight)
12-
execute if score difficulty gm4_mm_data matches 6.. run playsound entity.wolf.howl weather @a[x=0] ~ ~100000000000 ~ 0 1 1
12+
execute if score difficulty gm4_mm_data matches 6.. run playsound event.mob_effect.raid_omen weather @a[x=0] ~ ~100000000000 ~ 0 .5 1
13+
execute if score difficulty gm4_mm_data matches 6.. run playsound block.trial_spawner.ominous_activate weather @a[x=0] ~ ~100000000000 ~ 0 .6 1
1314
execute if score difficulty gm4_mm_data matches 6..10 run function #gm4_mysterious_midnights:setup_common_expansion
1415
execute if score difficulty gm4_mm_data matches 11..13 run function #gm4_mysterious_midnights:setup_uncommon_expansion
1516
execute if score difficulty gm4_mm_data matches 14.. run function #gm4_mysterious_midnights:setup_rare_expansion

0 commit comments

Comments
 (0)