Files
cobbleverse/config/betterthirdperson.json5
T
2026-07-11 11:50:31 +02:00

16 lines
640 B
JSON
Executable File

{
// Align player to camera on left & right clicks
"aimOnInteract": false,
// How long player will be aligned to camera after left & right clicks
"aimDuration": 40,
// Angle in degrees within the player will slightly follow camera yaw (while standing still)
"followYaw": 45,
// Does camera should rotate freely during elytra flight
"freeCameraDuringElytraFlight": false,
// Completely remove third-person front view
"skipThirdPersonFrontView": false,
// How fast player changes movement direction in third-person
"playerRotationSpeed": 45,
// How fast player pitch follows camera pitch in third-person
"pitchChangeSpeed": 60
}