69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"logging": {
|
|
"enableDebugLogging": false,
|
|
"traceMask": 0,
|
|
"enableModUpdateChatMessage": true,
|
|
"filteredTagView": true,
|
|
"registerCommands": true
|
|
},
|
|
"soundSystem": {
|
|
"streamingChannels": 12,
|
|
"cullInterval": 20,
|
|
"enableSoundPruning": true
|
|
},
|
|
"enhancedSounds": {
|
|
"enableEnhancedSounds": true,
|
|
"backgroundThreadWorkers": 0,
|
|
"enableMonoConversion": true,
|
|
"enableOcclusionProcessing": false,
|
|
"reverbRays": 32,
|
|
"reverbBounces": 4,
|
|
"reverbRayTraceDistance": 256
|
|
},
|
|
"soundOptions": {
|
|
"ambientVolumeScaling": 100,
|
|
"replaceThunderSounds": true,
|
|
"allowScarySounds": true,
|
|
"playBiomeMusicWhileCreative": false,
|
|
"displayToastMessagesForMusic": true
|
|
},
|
|
"blockEffects": {
|
|
"blockEffectRange": 32,
|
|
"steamColumnEnabled": true,
|
|
"flameJetEnabled": true,
|
|
"bubbleColumnEnabled": false,
|
|
"firefliesEnabled": false,
|
|
"waterfallsEnabled": false,
|
|
"enableWaterfallSounds": true,
|
|
"enableWaterfallParticles": false,
|
|
"waterRippleStyle": "PIXELATED_CIRCLE"
|
|
},
|
|
"entityEffects": {
|
|
"entityEffectRange": 24,
|
|
"enableBowPull": true,
|
|
"enableBreathEffect": true,
|
|
"enablePlayerToolbarEffect": false,
|
|
"enableSwingEffect": false,
|
|
"enableBrushStepEffect": true
|
|
},
|
|
"footstepAccents": {
|
|
"enableAccents": true,
|
|
"enableArmorAccents": true,
|
|
"enableWetSurfaceAccents": true,
|
|
"enableFloorSqueaks": true,
|
|
"enableLeafAccents": true
|
|
},
|
|
"particleTweaks": {
|
|
"suppressPlayerParticles": true,
|
|
"suppressProjectileParticleTrails": false
|
|
},
|
|
"compassAndClockOptions": {
|
|
"enableClock": false,
|
|
"enableCompass": false,
|
|
"compassStyle": "TRANSPARENT_WITH_INDICATOR",
|
|
"scale": 1.0
|
|
},
|
|
"otherOptions": {
|
|
"playRandomSoundOnStartup": false
|
|
}
|
|
} |