forked from LostRuins/koboldcpp
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodList.json
More file actions
32 lines (32 loc) · 1019 Bytes
/
modList.json
File metadata and controls
32 lines (32 loc) · 1019 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
30
31
32
[
{
"id": "KLITECharacterManager",
"name": "KLITE Character Manager",
"url": "https://raw.githubusercontent.com/PeterPeet/KLITE-Tools/refs/heads/main/KLITECharacterManager.js",
"conflicts": [
"KLITE-RPmod"
]
},
{
"id": "KLITEThemeCustomizationTool",
"name": "KLITE Theme Customization Tool",
"url": "https://raw.githubusercontent.com/PeterPeet/KLITE-Tools/refs/heads/main/KLITEThemeCustomizationTool.js",
"conflicts": [
"KLITE-RPmod"
]
},
{
"id": "KLITEHotkeysMod",
"name": "KLITE Hotkeys Mod",
"url": "https://raw.githubusercontent.com/PeterPeet/KLITE-Tools/refs/heads/main/KLITEHotkeysMod.js",
"conflicts": [
"KLITE-RPmod"
]
},
{
"id": "KLITE-RPmod",
"name": "KLITE RP Mod",
"url": "https://raw.githubusercontent.com/PeterPeet/KLITE-RPmod/refs/heads/main/KLITE-RPmod_ALPHA.js",
"conflicts": []
}
]