mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
You can now turn off sound effects used by mcMMO
This commit is contained in:
@ -5,44 +5,58 @@ Sounds:
|
||||
# 0.0 = No Volume
|
||||
MasterVolume: 1.0
|
||||
ANVIL:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 0.3
|
||||
#Fizz, Pop, and Kraken make use of a adding and multiplying random numbers together to make a unique pitch everytime they are heard
|
||||
FIZZ:
|
||||
Enable: true
|
||||
Volume: 0.5
|
||||
LEVEL_UP:
|
||||
Enable: true
|
||||
Volume: 0.75
|
||||
Pitch: 0.5
|
||||
ITEM_BREAK:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 1.0
|
||||
#Fizz, Pop, and Kraken make use of a adding and multiplying random numbers together to make a unique pitch everytime they are heard
|
||||
POP:
|
||||
Enable: true
|
||||
Volume: 0.2
|
||||
#Fizz, Pop, and Kraken make use of a adding and multiplying random numbers together to make a unique pitch everytime they are heard
|
||||
KRAKEN:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
CHIMAERA_WING:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 0.6
|
||||
ROLL_ACTIVATED:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 0.7
|
||||
SKILL_UNLOCKED:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 1.4
|
||||
DEFLECT_ARROWS:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 2.0
|
||||
TOOL_READY:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 0.4
|
||||
ABILITY_ACTIVATED_GENERIC:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 0.1
|
||||
ABILITY_ACTIVATED_BERSERK:
|
||||
Enable: true
|
||||
Volume: 0.5
|
||||
Pitch: 1.7
|
||||
TIRED:
|
||||
Enable: true
|
||||
Volume: 1.0
|
||||
Pitch: 1.7
|
Reference in New Issue
Block a user