From a20777953da6c0856bffd4c9b53856a53c770ba8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:01:35 -0500 Subject: [PATCH] Add new mod: Boreas.ScavengerHunt (#989) * Add new mod: Boreas.ScavengerHunt * Update mods.json --------- Co-authored-by: NotADuck02 <135647788+NotADuck02@users.noreply.github.com> Co-authored-by: xen-42 --- mods.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mods.json b/mods.json index d6c701da95..8951e29235 100644 --- a/mods.json +++ b/mods.json @@ -3317,6 +3317,18 @@ "gameplay", "tweaks" ] + }, + { + "name": "Nomai Scavenger Hunt", + "uniqueName": "Boreas.ScavengerHunt", + "repo": "NotADuck02/Boreas.ScavengerHunt", + "tags": [ + "content", + "story", + "requires-dlc" + ], + "parent": "xen.NewHorizons", + "authorDisplay": "Boreas" } ] -} \ No newline at end of file +}