Create mods.json
This commit is contained in:
parent
6b3cd39b76
commit
66b992d546
1 changed files with 16 additions and 0 deletions
16
mods.json
Normal file
16
mods.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue