From 6cc7fd3bed0ab5bd80b79d3f6c44fbe3380b3da7 Mon Sep 17 00:00:00 2001 From: radmanplays <95340057+radmanplays@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:40:26 +0330 Subject: [PATCH] Update mods.json --- mods.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mods.json b/mods.json index 04c0ef8..e9bf78e 100644 --- a/mods.json +++ b/mods.json @@ -6,7 +6,9 @@ "author": "ModAuthor1", "author-link": "https://github.com/ModAuthor1", "description": "This is the first awesome mod.", - "icon": "https://example.com/mod1-icon.png" + "icon": "https://example.com/mod1-icon.png", + "repo-link": "https://github.com/ModAuthor1/awesome-mod-1", + "download-link": "https://example.com/mod1-download.zip" }, { "display-name": "Cool Mod 2", @@ -14,7 +16,9 @@ "author": "ModAuthor2", "author-link": "https://github.com/ModAuthor2", "description": "Check out this cool mod!", - "icon": "https://example.com/mod2-icon.png" + "icon": "https://example.com/mod2-icon.png", + "repo-link": "https://github.com/ModAuthor2/cool-mod-2", + "download-link": "https://example.com/mod2-download.zip" } ] }