forked from oxydien/simple-mod-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
43 lines (43 loc) · 1.17 KB
/
test.json
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
{
"sync_version": 3,
"sync": [
{
"url": "https://cdn.modrinth.com/data/AANobbMI/versions/EoNKHoLH/sodium-fabric-0.6.5%2Bmc1.21.1.jar",
"name": "sodium",
"version": "EoNKHoLH",
"type": "mod"
},
{
"url": "https://cdn.modrinth.com/data/slufHzC2/versions/Sdg6a6Tc/Expressive%20Fresh%20Moves%20v3.0.1.zip",
"name": "expressive-fresh-moves",
"version": "Sdg6a6Tc",
"type": "resourcepack"
},
{
"url": "https://cdn.modrinth.com/data/lWDHr9jE/versions/aLQ1otmd/tectonic-datapack-2.4.2.zip",
"name": "tectonic",
"version": "aLQ1otmd",
"type": "datapack"
},
{
"url": "https://cdn.modrinth.com/data/BS9T99lD/versions/tAx0UOBX/Shrimple_v0.12.zip",
"name": "shrimple",
"version": "tAx0UOBX",
"type": "shader"
},
{
"url": "https://cdn.modrinth.com/data/BaY1UdGV/versions/JLBi9bfe/Unique%20Dark%201.20.2-1.21.x%20%28free%29.zip",
"name": "unique-dark",
"version": "JLBi9bfe",
"type": "config",
"directory": "config/unique-dark"
}
],
"modify": [
{
"type": "remove",
"pattern": "^usercache\\.json$",
"path": "."
}
]
}