-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
45 lines (45 loc) · 1.06 KB
/
data.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"featured": [
{
"title": "servertabs",
"url": "https://modrinth.com/mod/servertabs",
"imgSrc": "tmfs.png",
"desc": "manage your servers"
},
{
"title": "mrpackswap",
"url": "https://stratcube2.github.io/mrpack",
"imgSrc": "mrpack.png",
"desc": "swap a modpacks version"
},
{
"title": "carbonspaces",
"url": "about:blank",
"imgSrc": "carbonspaces, ephemeral workspaces",
"desc": "ephemeral workspaces."
}
],
"projects": [
{
"name": "mcmodbuilder",
"url": "https://github.com/StratCube2/MCmodbuilder-Fabric",
"imgSrc": "builder.png",
"desc": "mod online compiler",
"status": "WIP"
},
{
"name": "github",
"url": "https://github.com/stratcube2",
"imgSrc": "github.png",
"desc": "stratcube on github",
"status": "Active"
},
{
"name": "packforager",
"url": "https://stratcube.github.io/modpackgen/",
"imgSrc": "pack.png",
"desc": "modpacks ez",
"status": "online"
}
]
}