From 4cdd3625d8ea0283b2729bab18b2078f51770827 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Sun, 24 May 2026 16:01:47 +0200 Subject: [PATCH 1/2] Add "Auto-Replace Tackles, Bait & Ammo" and "Auto-Loot Fishing Chests" mods --- data/mods.jsonc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/mods.jsonc b/data/mods.jsonc index a50799d..377c0bc 100644 --- a/data/mods.jsonc +++ b/data/mods.jsonc @@ -2099,6 +2099,13 @@ "nexus": 35909, "github": null }, + { + "name": "Auto-Loot Fishing Chests", + "author": "Jonathan Feenstra", + "id": "JonathanFeenstra.AutoLootFishingChests", + "nexus": 46949, + "github": "JonathanFeenstra/Auto-LootFishingChests" + }, { "name": "Automate", "author": "Pathoschild", @@ -2294,6 +2301,13 @@ "nexus": 33451, "github": "weizinai/StardewValleyMods" }, + { + "name": "Auto-Replace Tackles, Bait & Ammo", + "author": "Jonathan Feenstra", + "id": "JonathanFeenstra.AutoReplaceTacklesBaitAndAmmo", + "nexus": 46622, + "github": "JonathanFeenstra/Auto-ReplaceTacklesBaitAndAmmo" + }, { "name": "Auto-Scythe", "author": "YunHikari", From c46238656ae0e93ba7d2f6b3bb7f5681da7c0f74 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 30 May 2026 17:57:10 -0400 Subject: [PATCH 2/2] fix comma in mod name Commas in the name field indicate multiple names unless escaped. --- data/mods.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods.jsonc b/data/mods.jsonc index 377c0bc..4a51d2b 100644 --- a/data/mods.jsonc +++ b/data/mods.jsonc @@ -2302,7 +2302,7 @@ "github": "weizinai/StardewValleyMods" }, { - "name": "Auto-Replace Tackles, Bait & Ammo", + "name": "Auto-Replace Tackles, Bait & Ammo", "author": "Jonathan Feenstra", "id": "JonathanFeenstra.AutoReplaceTacklesBaitAndAmmo", "nexus": 46622,