pages46/mods.json
2024-02-04 11:20:07 +03:30

20 lines
559 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"
},
{
"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"
}
]
}