config: import pack config files

This commit is contained in:
Ophestra 2025-06-23 05:08:29 +09:00
parent b76c650efe
commit ed0f520976
Signed by: ophestra
SSH key fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
126 changed files with 12995 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
// Align player to camera on left & right clicks
"aimOnInteract": true,
// 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": 50,
// How fast player pitch follows camera pitch in third-person
"pitchChangeSpeed": 65
}