Create mods.json

This commit is contained in:
radmanplays 2024-02-03 23:13:32 +03:30 committed by GitHub
commit 66b992d546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
mods.json Normal file
View file

@ -0,0 +1,16 @@
{
"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"
}
]
}