Updated mod defaults, and changed configs

This commit is contained in:
2025-08-24 00:07:02 -05:00
parent e79e0edf39
commit 650bee4032
104 changed files with 5226 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
{
"version": 6,
"__comment_enableBridgingAssist": "a.k.a. 'Reacharound Placement' in keybinds. The Quark thing.",
"enableBridgingAssist": false,
"minBridgeDistance": 20.0,
"minBridgeDistanceHorizontal": 1.0,
"minBridgeDistanceVertical": 0.1,
"onlyBridgeWhenCrouched": false,
"supportedBridgeAxes": "BOTH",
"supportedBridgeAxesWhenCrouched": "FALLBACK",
"delayPostBridging": 4,
"showCrosshair": true,
"showOutline": true,
"showOutlineEvenWhenNotBridging": false,
"nonBridgeRespectsCrouchRules": true,
"outlineColour": 1711276032,
"skipTorchBridging": true,
"enableSlabAssist": true,
"enableNonSolidReplace": true,
"bridgingSnapStrength": 1.0,
"bridgingAdjacency": "CORNERS",
"perspectiveLock": "LET_BRIDGING_MOD_DECIDE",
"showDebugHighlight": true,
"showNonBridgingDebugHighlight": false,
"showDebugTrace": false
}