From d8a1fb5735dc2c65bcf2783fa1c297af50649dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20P=C3=AErvu?= Date: Sat, 2 May 2026 23:48:58 +0300 Subject: [PATCH 1/2] Update mods.jsonc --- data/mods.jsonc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/mods.jsonc b/data/mods.jsonc index a50799d..409979a 100644 --- a/data/mods.jsonc +++ b/data/mods.jsonc @@ -6461,7 +6461,7 @@ "author": "Kree, Kreestijan", // manifest, Nexus "id": "Kree.CommunityCenterPins", "nexus": 45354, - "github": null + "github": "Kreestijan/StardewMods" }, { "name": "Community Center Randomizer - Redux", @@ -7785,7 +7785,7 @@ "author": "Kree, Kreestijan", // manifest, Nexus "id": "Kree.CustomChestSize", "nexus": 45116, - "github": null + "github": "Kreestijan/StardewMods" }, { "name": "Custom Chest Types", @@ -9960,7 +9960,7 @@ "author": "Kree, Kreestijan", // manifest, Nexus "id": "Kree.DSS", "nexus": 45345, - "github": null + "github": "Kreestijan/StardewMods" }, { "name": "Double Standard Farm, Double Farm", @@ -25030,7 +25030,7 @@ "author": "Kree, Kreestijan", // manifest, Nexus "id": "Kree.PetWhileSleeping", "nexus": 45143, - "github": null + "github": "Kreestijan/StardewMods" }, { "name": "Phantom Guard, Summon Combat Ally", @@ -31617,7 +31617,7 @@ "author": "Kree, Kreestijan", // manifest, Nexus "id": "Kree.SpouseWarp", "nexus": 45311, - "github": null + "github": "Kreestijan/StardewMods" }, { "name": "Springmyst", @@ -37429,6 +37429,6 @@ "nexus": 6031, "github": null, "source": "https://gitlab.com/geko_x/stardew-mods" - } + }, ] } From 5a85d76cbbfd37b2d388c67a6353b87d0643f213 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 30 May 2026 17:59:20 -0400 Subject: [PATCH 2/2] fix trailing comma --- data/mods.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods.jsonc b/data/mods.jsonc index 409979a..0d56ef6 100644 --- a/data/mods.jsonc +++ b/data/mods.jsonc @@ -37429,6 +37429,6 @@ "nexus": 6031, "github": null, "source": "https://gitlab.com/geko_x/stardew-mods" - }, + } ] }