⬆️ 根据模组增删更改配置文件.

This commit is contained in:
2026-02-11 00:57:09 +08:00
parent 93388ff449
commit 0755e16ddd
87 changed files with 6602 additions and 2375 deletions

View File

@@ -5,6 +5,9 @@ enabled=true
# This setting requires you to be in singleplayer or having the mod installed on the server
# 1.0 is the physically correct value
attenuation_factor=1.0
# The ray distance at which reverb starts
# 0.0 disables reverb attenuation
reverb_attenuation_distance=0.0
# The volume of simulated reverberations
reverb_gain=1.0
# The brightness of reverberation
@@ -67,6 +70,8 @@ update_moving_sounds=false
# Lower values mean more frequent reevaluation but also more lag
# This option only takes effect if update_moving_sounds is enabled
sound_update_interval=5
# The maximum distance a sound can be processed
max_sound_processing_distance=512.0
# Disable level clone and cache. This will fall back to original main thread access.
# WARNING! Enabling this will cause instability and issues with other mods.
unsafe_level_access=false