From 6c649c16daf1ad090712443155da58ea1a219a23 Mon Sep 17 00:00:00 2001 From: Sunekaer <18720460+Sunekaer@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:32:39 +0100 Subject: [PATCH 1/3] Update meta.json --- .github/meta.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/meta.json b/.github/meta.json index a1733cc..6f47797 100644 --- a/.github/meta.json +++ b/.github/meta.json @@ -12,28 +12,32 @@ { "name": "Fabric", "url": "https://maven.nanite.dev/releases/com/sunekaer/mods/SimpleDiscordRichPresence-fabric" + }, + { + "name": "NeoForge", + "url": "https://maven.nanite.dev/releases/com/sunekaer/mods/SimpleDiscordRichPresence-neoforge" } ], "providers": [ { "type": "identity", - "name": "CurseForge", + "name": "Modrinth", "id": "SCAopByd", "slug": "srdp", - "variants": ["forge", "fabric"] + "variants": ["forge", "fabric", "neoforge"] }, { "type": "identity", - "name": "Modrinth", + "name": "CurseForge", "id": "334853", "slug": "simple-discord-rich-presence", - "variants": ["forge", "fabric"] + "variants": ["forge", "fabric", "neoforge"] }, { "type": "url", "name": "GitHub", "url": "https://github.com/nanite/simple-discord-rich-presence", - "variants": ["forge", "fabric", "common"] + "variants": ["forge", "fabric", "neoforge", "common"] } ] } From ef6649d91f4d3fa72241ff4324565900228714a5 Mon Sep 17 00:00:00 2001 From: Sunekaer <18720460+Sunekaer@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:18:49 +0100 Subject: [PATCH 2/3] Update meta.json --- .github/meta.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/meta.json b/.github/meta.json index 6f47797..4fb3b7b 100644 --- a/.github/meta.json +++ b/.github/meta.json @@ -39,5 +39,15 @@ "url": "https://github.com/nanite/simple-discord-rich-presence", "variants": ["forge", "fabric", "neoforge", "common"] } - ] + ], + "authors" : [ + { + "name": "Sunekaer", + "role": "Owner" + }, + { + "name": "ErrorMikey", + "role": "Contributor" + } + ] } From aeb347265183ed0731266710ce3045b2397b7656 Mon Sep 17 00:00:00 2001 From: Sunekaer <18720460+Sunekaer@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:20:05 +0100 Subject: [PATCH 3/3] Update meta.json --- .github/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/meta.json b/.github/meta.json index 4fb3b7b..06c4575 100644 --- a/.github/meta.json +++ b/.github/meta.json @@ -40,7 +40,7 @@ "variants": ["forge", "fabric", "neoforge", "common"] } ], - "authors" : [ + "authors": [ { "name": "Sunekaer", "role": "Owner"