SMP-MODPACK/.minecraft/config/freecam.json5

30 lines
548 B
Text
Raw Permalink Normal View History

2024-03-06 10:50:17 +01:00
{
"movement": {
"flightMode": "DEFAULT",
"horizontalSpeed": 0.5,
"verticalSpeed": 0.5
},
"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": true,
"interactionMode": "CAMERA"
},
"notification": {
"notifyFreecam": true,
"notifyTripod": true
}
}