From 66b992d5468903592b4e47f7d373543cfcf8d82c Mon Sep 17 00:00:00 2001 From: radmanplays <95340057+radmanplays@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:13:32 +0330 Subject: [PATCH] Create mods.json --- mods.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mods.json diff --git a/mods.json b/mods.json new file mode 100644 index 0000000..21a2caf --- /dev/null +++ b/mods.json @@ -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" + } + ] +}