update: automodpack
This commit is contained in:
102
minecraft/config/flashback/flashback.json
Normal file
102
minecraft/config/flashback/flashback.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"configVersion": -1,
|
||||
"recordingControls": {
|
||||
"controlsLocation": "RIGHT",
|
||||
"automaticallyStart": false,
|
||||
"automaticallyFinish": true,
|
||||
"showRecordingToasts": true,
|
||||
"quicksave": false
|
||||
},
|
||||
"recording": {
|
||||
"markDimensionChanges": true,
|
||||
"recordHotbar": false,
|
||||
"localPlayerUpdatesPerSecond": 20,
|
||||
"recordVoiceChat": false,
|
||||
"recordBobbyIntoReplay": false
|
||||
},
|
||||
"exporting": {
|
||||
"defaultExportFilename": "%date%T%time%",
|
||||
"exportRenderDummyFrames": 0
|
||||
},
|
||||
"keyframes": {
|
||||
"defaultInterpolationType": "SMOOTH",
|
||||
"useRealtimeInterpolation": true
|
||||
},
|
||||
"editorMovement": {
|
||||
"flightDirection": "HORIZONTAL",
|
||||
"flightMomentum": 1.0,
|
||||
"flightLockX": false,
|
||||
"flightLockY": false,
|
||||
"flightLockZ": false,
|
||||
"flightLockYaw": false,
|
||||
"flightLockPitch": false
|
||||
},
|
||||
"marker": {
|
||||
"markerOptions1": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
},
|
||||
"markerOptions2": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
},
|
||||
"markerOptions3": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
},
|
||||
"markerOptions4": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"disableIncreasedFirstPersonUpdates": false,
|
||||
"disableThirdPersonCancel": false,
|
||||
"synchronizeTicking": false
|
||||
},
|
||||
"internal": {
|
||||
"recentReplays": [
|
||||
"/Users/snus/Library/Application Support/PrismLauncher/instances/ORIGINS SMP v4.2-NON VULKAN/minecraft/flashback/replays/2026-04-05T01_46_42.zip"
|
||||
],
|
||||
"openedWindows": [],
|
||||
"nextUnsupportedModLoaderWarning": 0,
|
||||
"filterUnnecessaryPackets": true,
|
||||
"signedRenderFilter": false,
|
||||
"viewedTipsOfTheDay": 1,
|
||||
"showTipOfTheDay": true,
|
||||
"nextTipOfTheDay": 1775429294397,
|
||||
"replaySorting": "CREATED_DATE",
|
||||
"sortDescending": true,
|
||||
"defaultOverrideFov": 70.0,
|
||||
"enableOverrideFovByDefault": false
|
||||
},
|
||||
"internalExport": {
|
||||
"resolution": [
|
||||
1920,
|
||||
1080
|
||||
],
|
||||
"framerate": [
|
||||
60.0
|
||||
],
|
||||
"resetRng": false,
|
||||
"ssaa": false,
|
||||
"noGui": false,
|
||||
"selectedVideoEncoder": [
|
||||
0
|
||||
],
|
||||
"useMaximumBitrate": false,
|
||||
"recordAudio": false,
|
||||
"transparentBackground": false,
|
||||
"audioCodec": "AAC",
|
||||
"stereoAudio": false
|
||||
},
|
||||
"forceDefaultExportSettings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user