Files
fuwuduan/config/bettercombat/client.json5
2025-10-20 07:39:17 +00:00

21 lines
728 B
Plaintext

{
"isHoldToAttackEnabled": true,
"isMiningWithWeaponsEnabled": true,
"isSwingThruGrassEnabled": true,
"isAttackInsteadOfMineWhenEnemiesCloseEnabled": false,
"isHighlightCrosshairEnabled": true,
"hudHighlightColor": 16711680,
"isShowingArmsInFirstPerson": true,
"isShowingOtherHandFirstPerson": true,
"isSweepingParticleEnabled": true,
"isTooltipAttackRangeEnabled": true,
"weaponSwingSoundVolume": 100,
"isDebugOBBEnabled": true,
"swingThruGrassBlacklist": "farmersdelight",
"mineWithWeaponBlacklist": "",
"enableFirstPersonAnimationCompatibility": true,
// 禁用身体大部分动画
"disableMostBodyAnimations": false,
// 启用冷却不完全提前攻击
"enableIncompleteCooldownPreemptiveAttack": true
}