reduce volume of mineshaft ambience

This commit is contained in:
TheWii 2022-08-03 18:10:01 -03:00
commit 6c862f7e7d
3 changed files with 3 additions and 3 deletions

View file

@ -17,4 +17,4 @@ execute if score @s twis.loc matches 103 at @s run playsound thewii:immersive.am
execute if score @s twis.loc matches 104 at @s run playsound thewii:immersive.ambient.caves.addition ambient @s ~ ~ ~ 0.05 1
# Mineshaft
execute if score @s twis.loc matches 105 at @s run playsound thewii:immersive.ambient.mineshaft.addition ambient @s ~ ~ ~ 0.5 1
execute if score @s twis.loc matches 105 at @s run playsound thewii:immersive.ambient.mineshaft.addition ambient @s ~ ~ ~ 0.3 1

View file

@ -39,4 +39,4 @@ execute if score #location twis.loop matches 103 at @s run playsound thewii:imme
execute if score #location twis.loop matches 104 at @s run playsound thewii:immersive.ambient.caves.loop_fadeout ambient @s ~ ~ ~ 0.06 1
# Mineshaft
execute if score #location twis.loop matches 105 at @s run playsound thewii:immersive.ambient.mineshaft.loop_fadeout ambient @s ~ ~ ~ 0.75 1
execute if score #location twis.loop matches 105 at @s run playsound thewii:immersive.ambient.mineshaft.loop_fadeout ambient @s ~ ~ ~ 0.4 1

View file

@ -79,7 +79,7 @@ execute if score @s twis.loc matches 103 at @s run playsound thewii:immersive.am
execute if score @s twis.loc matches 104 at @s run playsound thewii:immersive.ambient.caves.loop4 ambient @s ~ ~ ~ 0.06 1
# Mineshaft
execute if score @s twis.loc matches 105 at @s run playsound thewii:immersive.ambient.mineshaft.loop ambient @s ~ ~ ~ 0.75 1
execute if score @s twis.loc matches 105 at @s run playsound thewii:immersive.ambient.mineshaft.loop ambient @s ~ ~ ~ 0.4 1