mirror of
https://github.com/xmmtx/XMZ-JFServer-Client
synced 2026-02-26 02:17:00 +08:00
更新 配置文件
This commit is contained in:
66
.minecraft/config/replaymod.json
Normal file
66
.minecraft/config/replaymod.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"core": {
|
||||
"notifications": true
|
||||
},
|
||||
"advanced": {
|
||||
"recordingPath": "./replay_recordings/",
|
||||
"cachePath": "./.replay_cache/",
|
||||
"renderPath": "./replay_videos/",
|
||||
"skipPostRenderGui": false,
|
||||
"askForOpenEye": true,
|
||||
"skipPostScreenshotGui": false,
|
||||
"fullBrightness": "replaymod.gui.settings.fullbrightness.gamma",
|
||||
"fullBrightness_valid_values": [
|
||||
"replaymod.gui.settings.fullbrightness.gamma",
|
||||
"replaymod.gui.settings.fullbrightness.nightvision",
|
||||
"replaymod.gui.settings.fullbrightness.both"
|
||||
]
|
||||
},
|
||||
"recording": {
|
||||
"recordSingleplayer": false,
|
||||
"recordServer": false,
|
||||
"indicator": true,
|
||||
"autoStartRecording": true,
|
||||
"autoPostProcess": true,
|
||||
"renameDialog": true
|
||||
},
|
||||
"replay": {
|
||||
"showChat": true,
|
||||
"showServerIPs": true,
|
||||
"camera": "replaymod.camera.classic",
|
||||
"camera_valid_values": [
|
||||
"replaymod.camera.classic",
|
||||
"replaymod.camera.vanilla"
|
||||
],
|
||||
"legacyMainMenuButton": false,
|
||||
"mainMenuButton": "DEFAULT",
|
||||
"mainMenuButton_valid_values": [
|
||||
"BIG",
|
||||
"DEFAULT",
|
||||
"TOP_LEFT",
|
||||
"TOP_RIGHT",
|
||||
"LEFT_OF_SINGLEPLAYER",
|
||||
"RIGHT_OF_SINGLEPLAYER",
|
||||
"LEFT_OF_MULTIPLAYER",
|
||||
"RIGHT_OF_MULTIPLAYER",
|
||||
"LEFT_OF_REALMS",
|
||||
"RIGHT_OF_REALMS",
|
||||
"LEFT_OF_MODS",
|
||||
"RIGHT_OF_MODS"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"frameTimeFromWorldTime": false
|
||||
},
|
||||
"simplepathing": {
|
||||
"pathpreview": true,
|
||||
"autosync": true,
|
||||
"timelineLength": 1800,
|
||||
"interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"interpolator_valid_values": [
|
||||
"replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.cubic.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.linear.name"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user