-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathModsConfig_example.json
More file actions
49 lines (49 loc) · 969 Bytes
/
ModsConfig_example.json
File metadata and controls
49 lines (49 loc) · 969 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"gameVersion": "1.20.4",
"loader": "fabric",
"modrinthUserId": "<instert your user id here>",
"modrinthCollectionId": {
"client": "<insert Client-side mods collection ID>",
"server": "<insert Server-side mods collection ID>"
},
"modsList_Modrinth": [
{
"Mod_Name": "Fabric API",
"Project_ID": "P7dR8mSH"
},
{
"Mod_Name": "Sodium",
"Project_ID": "AANobbMI"
},
{
"Mod_Name": "Lithium",
"Project_ID": "gvQqBUqZ"
}
],
"modsList_CurseForge": [
{
"Mod_Name": "Litematica",
"Project_ID": "308892"
},
{
"Mod_Name": "Tweakeroo",
"Project_ID": "297344"
},
{
"Mod_Name": "MaLiLib",
"Project_ID": "303119"
},
{
"Mod_Name": "MiniHUD",
"Project_ID": "244260"
},
{
"Mod_Name": "Item Scroller",
"Project_ID": "242064"
},
{
"Mod_Name": "WorldEdit",
"Project_ID": "225608"
}
]
}