Files
survival_main/.fastback/mods-backup/config/freecam.json5
2026-03-21 23:21:44 +00:00

30 lines
549 B
Plaintext

{
"movement": {
"flightMode": "DEFAULT",
"horizontalSpeed": 1.0,
"verticalSpeed": 1.0
},
"collision": {
"ignoreTransparent": true,
"ignoreOpenable": true,
"ignoreAll": true,
"alwaysCheck": false
},
"visual": {
"perspective": "INSIDE",
"showPlayer": true,
"showHand": false,
"fullBright": false,
"showSubmersion": false
},
"utility": {
"disableOnDamage": true,
"freezePlayer": false,
"allowInteract": false,
"interactionMode": "CAMERA"
},
"notification": {
"notifyFreecam": true,
"notifyTripod": true
}
}