From 223d7f0859f6ee7ac137aef11d6ecd7a6ebd8b0d Mon Sep 17 00:00:00 2001 From: radmanplays <95340057+radmanplays@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:20:07 +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 21a2caf..04c0ef8 100644 --- a/mods.json +++ b/mods.json @@ -1,14 +1,18 @@ { "mods": [ { - "name": "Awesome Mod 1", + "display-name": "Awesome Mod 1", + "mod-name": "awesome-mod-1", "author": "ModAuthor1", + "author-link": "https://github.com/ModAuthor1", "description": "This is the first awesome mod.", "icon": "https://example.com/mod1-icon.png" }, { - "name": "Cool Mod 2", + "display-name": "Cool Mod 2", + "mod-name": "cool-mod-2", "author": "ModAuthor2", + "author-link": "https://github.com/ModAuthor2", "description": "Check out this cool mod!", "icon": "https://example.com/mod2-icon.png" }