-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforge.json
More file actions
29 lines (29 loc) · 715 Bytes
/
Copy pathforge.json
File metadata and controls
29 lines (29 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": 3,
"name": "Codex Forge",
"mode": "repo-backed-dev",
"runtime": {
"source": "repo-dist",
"currentDir": "C:\\Codex-Windows\\dist\\Codex-win32-x64",
"currentInstallId": "repo-dist-current"
},
"mods": {
"sourceDir": "C:\\Codex-Windows\\shared\\codex-mod-loader\\mods"
},
"logs": {
"rootDir": "C:\\Codex-Windows\\codex-forge\\logs"
},
"modState": {},
"launchProfiles": [
{
"id": "default",
"label": "Safe Default",
"description": "Launch the current runtime without runtime mods."
},
{
"id": "with-mods",
"label": "With Mods",
"description": "Launch the current runtime with the active Forge mod graph."
}
]
}