From 3ac930c8f4ee32faba5c6ca3f77dd3387e28338d Mon Sep 17 00:00:00 2001 From: Acamaeda <19804846+Acamaeda@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:57:26 +0000 Subject: [PATCH 1/3] Add new mod: Liason --- mods.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mods.json b/mods.json index 966f23ed48..2d1144cf51 100644 --- a/mods.json +++ b/mods.json @@ -3239,6 +3239,19 @@ "requires-dlc" ], "authorDisplay": "Greenpixel, JohnCorby, 2walker2" + }, + { + "name": "Liason", + "uniqueName": "Liason", + "repo": "Acamaeda/TeamMitisJam", + "tags": [ + "jam", + "content", + "story", + "requires-dlc" + ], + "parent": "xen.NewHorizons", + "authorDisplay": "Team Mitis" } ] } \ No newline at end of file From 3e58e4395770e8c5342e4393d4e7c7dc8ab98d0a Mon Sep 17 00:00:00 2001 From: xen-42 Date: Mon, 4 Nov 2024 21:05:32 -0500 Subject: [PATCH 2/3] Update mods.json --- mods.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods.json b/mods.json index 15ef79a9a0..60799489a8 100644 --- a/mods.json +++ b/mods.json @@ -3278,7 +3278,7 @@ }, { "name": "Liason", - "uniqueName": "Liason", + "uniqueName": "TeamMitis.Liason", "repo": "Acamaeda/TeamMitisJam", "tags": [ "jam", @@ -3290,4 +3290,4 @@ "authorDisplay": "Team Mitis" } ] -} \ No newline at end of file +} From ebf1113e50bd7da9d298e071b6fc86e5b57fb645 Mon Sep 17 00:00:00 2001 From: Xen Date: Tue, 5 Nov 2024 03:27:21 +0100 Subject: [PATCH 3/3] Update mods.json corrected the name of the mod to Liaison --- mods.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mods.json b/mods.json index 9a0b4bb056..40ee727edb 100644 --- a/mods.json +++ b/mods.json @@ -3275,6 +3275,19 @@ ], "parent": "xen.NewHorizons", "authorDisplay": "Echatsum" + }, + { + "name": "Liaison", + "uniqueName": "Liaison", + "repo": "Acamaeda/TeamMitisJam", + "tags": [ + "jam", + "content", + "story", + "requires-dlc" + ], + "parent": "xen.NewHorizons", + "authorDisplay": "Team Mitis" } ] -} \ No newline at end of file +}