24 lines
816 B
JSON
24 lines
816 B
JSON
{
|
|
"mods": [
|
|
{
|
|
"display-name": "Awesome Mod 1",
|
|
"mod-name": "awesome-mod-1",
|
|
"author": "ModAuthor1",
|
|
"author-link": "https://github.com/ModAuthor1",
|
|
"description": "This is the first awesome mod.",
|
|
"icon": "https://example.com/mod1-icon.png",
|
|
"repo-link": "https://github.com/ModAuthor1/awesome-mod-1",
|
|
"download-link": "https://example.com/mod1-download.zip"
|
|
},
|
|
{
|
|
"display-name": "Cool Mod 2",
|
|
"mod-name": "cool-mod-2",
|
|
"author": "ModAuthor2",
|
|
"author-link": "https://github.com/ModAuthor2",
|
|
"description": "Check out this cool mod!",
|
|
"icon": "https://example.com/mod2-icon.png",
|
|
"repo-link": "https://github.com/ModAuthor2/cool-mod-2",
|
|
"download-link": "https://example.com/mod2-download.zip"
|
|
}
|
|
]
|
|
}
|