pages46/mods.json
2024-02-03 23:13:32 +03:30

16 lines
368 B
JSON

{
"mods": [
{
"name": "Awesome Mod 1",
"author": "ModAuthor1",
"description": "This is the first awesome mod.",
"icon": "https://example.com/mod1-icon.png"
},
{
"name": "Cool Mod 2",
"author": "ModAuthor2",
"description": "Check out this cool mod!",
"icon": "https://example.com/mod2-icon.png"
}
]
}