Disable heart beating and stomach growling sounds
This commit is contained in:
parent
b9b89c7800
commit
e520cf4313
|
|
@ -62,10 +62,10 @@ additionalBiomes = [ ]
|
||||||
|
|
||||||
[humanoids.player]
|
[humanoids.player]
|
||||||
enableBreathingEffectsInCreative = true
|
enableBreathingEffectsInCreative = true
|
||||||
stomachGrowlingThreshold = 6
|
stomachGrowlingThreshold = 0
|
||||||
stomachGrowlingVolume = 1.0
|
stomachGrowlingVolume = 1.0
|
||||||
stomachGrowlingWaitTime = 15
|
stomachGrowlingWaitTime = 15
|
||||||
heartBeatingThreshold = 6
|
heartBeatingThreshold = 0
|
||||||
heartbeatVolume = 1.0
|
heartbeatVolume = 1.0
|
||||||
heartBeatingWaitTime = 3
|
heartBeatingWaitTime = 3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue