Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: add CurseForge links (Advanced Melee Framework, Extra Map Layers, Farmer Portrait, Help Wanted, Here Fishy, Moveable Pet Bowl, Omni Tools, Quest Time Limits, Save Anywhere Redux, Secret Hedge Maze, Show Players Behind Buildings, Stacked Item Icons, Swim) and ModDrop links (Crop Walker, Let Me Shop, Quality Bait, Winter Pigs))
(updated joys of efficiency)
 
(702 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
 
{{modding player guide header}}
 
{{modding player guide header}}
[[File:SMAPI compatibility.png|thumb|SMAPI mod compatibility, July 2017 to present. See [[:File:SMAPI compatibility.png#Notable events|notable events which affect this chart]].<br />
+
[[File:SMAPI compatibility.png|thumb|SMAPI mod compatibility, July 2017 to June 2024. See [[:File:SMAPI compatibility.png#Notable events|notable events which affect this chart]].<br />
 
<span style="background: #cc0000;">&emsp;</span> broken (proprietary)<br />
 
<span style="background: #cc0000;">&emsp;</span> broken (proprietary)<br />
 
<span style="background: #e69138;">&emsp;</span> broken (open-source)<br />
 
<span style="background: #e69138;">&emsp;</span> broken (open-source)<br />
Line 7: Line 7:
 
Sometimes a mod will stop working due to a major game update; SMAPI automatically disables incompatible mods. This page lists known SMAPI mods and their compatibility with the latest versions, and explains how to fix broken mods if possible.
 
Sometimes a mod will stop working due to a major game update; SMAPI automatically disables incompatible mods. This page lists known SMAPI mods and their compatibility with the latest versions, and explains how to fix broken mods if possible.
  
 +
==Instructions==
 +
===For players===
 +
'''See [https://smapi.io/mods smapi.io/mods] for a more user-friendly view of this page.'''
  
 +
To update your mods:
 +
# For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
 +
# If a mod is still failing, post a message in the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] (with [[Modding:Player Guide/Troubleshooting#The basics|your SMAPI log]] attached) and we'll help.
 +
 +
===For mod authors===
 +
Feel free to update the lists below! See [[Modding:Mod compatibility/entry#Usage|instructions for editing the template]].
  
'''Players: see [https://smapi.io/mods smapi.io/mods] for a more user-friendly view of this page.'''
+
Notes for the mod status:
 +
* Only mark a mod <samp>abandoned</samp> or <samp>obsolete</samp> if (a) the mod author has explicitly abandoned the mod, or (b) they've hidden or deleted the mod page, or (c) it's been superseded by an equivalent game feature. A mod is not considered abandoned just because it hasn't been updated for a while.
 +
* Only mark a mod <samp>broken</samp> if it's ''incompatible''. This isn't the place to track general mod bugs, unless they impact compatibility. In rare cases where a non-compatibility bug is severe enough to note here (e.g. game crashes on some platforms), you can use the <samp>warnings</samp> field.
  
==For players==
+
==Compatibility list==
===What to do===
+
===C# mods===
# For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
+
This includes every known C# SMAPI mod. It's updated for new/updated mods on CurseForge/ModDrop/Nexus periodically with the help of {{github|Pathoschild/StardewScripts/tree/main/mod-dump|semi-automated scripts}}, but feel free to make corrections as needed!
# If a mod is still failing, post a message in the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] (with [[Modding:Player Guide/Troubleshooting#The basics|your SMAPI log]] attached) and we'll help.
 
  
===SMAPI mods===
 
 
<!--
 
<!--
  
Line 24: Line 33:
  
 
-->
 
-->
* '''Players:''' See [https://smapi.io/mods smapi.io/mods] for a more user-friendly list.
 
* '''Modders:''' feel free to update this list! (See [[Modding:Mod compatibility/entry#Usage|instructions]].) Note that only SMAPI mods should be listed, not [[Modding:Using XNB mods|XNB mods]] or content packs.
 
 
 
{{#invoke:SMAPI compatibility|header}}
 
{{#invoke:SMAPI compatibility|header}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 40: Line 46:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = 24-Hour Clock Patcher
+
   |name    = 24-Hour Clock Patcher, 24-Hour Clock Harmony
 
   |author  = pepoluan
 
   |author  = pepoluan
 
   |id      = pepoluan.24h
 
   |id      = pepoluan.24h
Line 46: Line 52:
 
   |github  =
 
   |github  =
 
   |source  = https://sourceforge.net/p/sdvmod-24h-harmony/
 
   |source  = https://sourceforge.net/p/sdvmod-24h-harmony/
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#24h Clock|24h Clock]] or {{nexus mod|20794|24H Clock Language}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 56: Line 66:
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#24h Clock|24h Clock]] or [[#24-Hour Clock Patcher|24-Hour Clock Patcher]] instead.
+
   |summary  = use [[#24h Clock|24h Clock]] or {{nexus mod|20794|24H Clock Language}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = 3-Story Cellar
 +
  |author  = fan
 +
  |id      = fan.3-story-cellar
 +
  |nexus  = 22882
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = 4Leaf
 +
  |author  = Alex Noddings
 +
  |id      = an.4leaf
 +
  |nexus  = 2365
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = A Better Crab Trap
 +
  |author  = ARgoChxw
 +
  |id      = ARgoChxw.ABetterCrabTrap
 +
  |nexus  = 22015
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 64: Line 97:
 
   |nexus  = 8048
 
   |nexus  = 8048
 
   |github  = Ophaneom/Abilities-Experience-Bars
 
   |github  = Ophaneom/Abilities-Experience-Bars
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Abilities - Experience Bars 1.6|Abilities - Experience Bars 1.6]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Abilities - Experience Bars 1.6, Abilities Experience Bars
 +
  |author  = Sandman53
 +
  |id      = Sandman53.AbilitiesExperienceBars
 +
  |nexus  = 22751
 +
  |github  = Sandman534/Abilities-Experience-Bars
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 89: Line 133:
 
   |nexus  = 10755
 
   |nexus  = 10755
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 103: Line 149:
 
   |nexus  = 10943
 
   |nexus  = 10943
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 116: Line 164:
 
   |id      = f4iTh.ActivateSprinklers
 
   |id      = f4iTh.ActivateSprinklers
 
   |nexus  = 2088
 
   |nexus  = 2088
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Active Menu Anywhere
 +
  |author  = weizinai
 +
  |id      = weizinai.ActiveMenuAnywhere
 +
  |nexus  = 21093
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 124: Line 179:
 
   |nexus  = 11447
 
   |nexus  = 11447
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|23271|Actually Lucky Rabbit's Foot (Rebooted)}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 131: Line 190:
 
   |nexus  = 14595
 
   |nexus  = 14595
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Add Money
 +
  |author  = Pempi
 +
  |id      = pempi.addMoney
 +
  |nexus  = 20111
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Add Money
 +
  |author  = Steph Hoel
 +
  |id      = StephHoel.AddMoney
 +
  |nexus  = 21016
 +
  |github  = StephHoel/ModsStardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 138: Line 213:
 
   |nexus  = 5713
 
   |nexus  = 5713
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 145: Line 222:
 
   |nexus  = 12446
 
   |nexus  = 12446
 
   |github  = MiguelLucas/StardewValleyMods
 
   |github  = MiguelLucas/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 151: Line 230:
 
   |id      = Pokeytax.AdjustablePriceHikes
 
   |id      = Pokeytax.AdjustablePriceHikes
 
   |nexus  = 2631
 
   |nexus  = 2631
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adjustable Sprinklers
 +
  |author  = NCarigon
 +
  |id      = NCarigon.AdjustableSprinklers
 +
  |nexus  = 21843
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 172: Line 260:
 
   |github  = ThatNorthernMonkey/AdjustArtisanPrices
 
   |github  = ThatNorthernMonkey/AdjustArtisanPrices
  
   |broke in           = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.1
 +
<!--
 
   |unofficial version = 0.0.2-unofficial.3-pathoschild
 
   |unofficial version = 0.0.2-unofficial.3-pathoschild
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329038
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329038
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 190: Line 280:
 
   |github  =
 
   |github  =
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3
 +
<!--
 
   |unofficial version = 1.1.1-unofficial.1-ddgroves
 
   |unofficial version = 1.1.1-unofficial.1-ddgroves
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3335226
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3335226
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 201: Line 293:
 
   |moddrop = 600967
 
   |moddrop = 600967
 
   |github  = Gathouria/Adopt-Skin
 
   |github  = Gathouria/Adopt-Skin
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adopt With Krobus
 +
  |author  = Hana
 +
  |id      = Hana.AdoptWithKrobus
 +
  |nexus  = 22218
 +
  |github  = aeremyns/AdoptWithKrobus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 208: Line 309:
 
   |nexus  = 11264
 
   |nexus  = 11264
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.5-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AdvancedCooking
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Advanced Fishing Treasure
 +
  |author  = aceynk
 +
  |id      = aceynk.AdvancedFishingTreasure
 +
  |nexus  = 24403
 +
  |github  = aceynk/AdvancedFishingTreasure
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 215: Line 327:
 
   |nexus  = 10934
 
   |nexus  = 10934
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AdvancedFluteBlocks
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 224: Line 340:
  
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Advanced Location Loader
 +
  |author  = Entoarox
 +
  |id      = Entoarox.AdvancedLocationLoader
 +
  |nexus  = 2270
 +
  |chucklefish = 3619
 +
  |github  = Entoarox/StardewMods
 +
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 231: Line 359:
 
   |nexus  = 7739
 
   |nexus  = 7739
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6<!--@retest-linked-->
 +
  |unofficial version = 0.4.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AdvancedLootFramework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 251: Line 383:
 
   |nexus  = 7886
 
   |nexus  = 7886
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|24374|Advanced Melee Framework (Unofficial)}} instead
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 274: Line 410:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advent Calendar
+
  |name    = Advancing Sprinklers
   |author  = Darzington
+
  |author  = Warix3
   |id      = darzington.AdventCalendarMod
+
  |id      = warix3.advancingsprinklers
 +
  |nexus  = 2983
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use {{nexus mod|4356|Dragon's Advancing Sprinklers for Content Patcher}} instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Advent Calendar
 +
   |author  = Darzington
 +
   |id      = darzington.AdventCalendarMod
 
   |nexus  = 7444
 
   |nexus  = 7444
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adventurers Guild Multiplayer Shared Kills
 +
  |author  = Veniamin-Arefev
 +
  |id      = Veniamin-Arefev.AdventurersGuildMultiplayerSharedKills
 +
  |nexus    = 19442
 +
  |github  = Veniamin-Arefev/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 297: Line 453:
 
   |nexus  = 14700
 
   |nexus  = 14700
 
   |github  = Tlitookilakin/AeroCore
 
   |github  = Tlitookilakin/AeroCore
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 304: Line 463:
 
   |nexus  = 14228
 
   |nexus  = 14228
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = AFK Timer, AFK Idle Timer
 +
  |author  = CKextreme
 +
  |id      = CKextreme.AfkTimer
 +
  |nexus  = 3721
 +
  |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Agenda
 +
  |author  = OFTS_CQM
 +
  |id      = ofts.agenda
 +
  |nexus  = 20432
 +
  |github  = ofts-cqm/StardewValley-Agenda
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 311: Line 486:
 
   |nexus  = 3661
 
   |nexus  = 3661
 
   |github  = phrasefable/StardewMods
 
   |github  = phrasefable/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Aging Mod
 +
  |author  = skn
 +
  |id      = skn.AgingMod
 +
  |nexus  = 1129
 +
  |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 325: Line 512:
 
   |nexus  = 10464
 
   |nexus  = 10464
 
   |github  = XxHarvzBackxX/airstrike
 
   |github  = XxHarvzBackxX/airstrike
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Alarms
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Alarms
 +
  |nexus  = 17607
 +
  |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 332: Line 528:
 
   |nexus  = 10531
 
   |nexus  = 10531
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Alarms
 
  |author  = aedenthorn, Erinthe
 
  |id      = aedenthorn.Alarms
 
  |nexus  = 17607
 
  |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 347: Line 536:
 
   |nexus  = 14494
 
   |nexus  = 14494
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.3.2-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AllChestsMenu
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = All Crops All Seasons
 +
  |author  = cantorsdust
 +
  |id      = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
 +
  |nexus  = 170
 +
  |github  = cantorsdust/StardewMods
 +
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Crops Anytime Anywhere|Crops Anytime Anywhere]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Allow Beach Sprinklers
 
   |name    = Allow Beach Sprinklers
 
   |author  = Jag3dagster
 
   |author  = Jag3dagster
   |id      = Jag3dagster.AllowBeachSprinklers
+
   |id      = HedgehogTechnologies.AllowBeachSprinklers<!--changed in 1.1.0-->, Jag3dagster.AllowBeachSprinklers
 
   |nexus  = 7629
 
   |nexus  = 7629
   |github  = jag3dagster/AllowBeachSprinklers
+
   |github  = Hedgehog-Technologies/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 368: Line 571:
 
   |nexus  = 11022
 
   |nexus  = 11022
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Almanac → DGA Support
+
   |name    = Almanac → DGA Support
 
   |author  = Khloe Leclair
 
   |author  = Khloe Leclair
 
   |id      = leclair.almanacdga
 
   |id      = leclair.almanacdga
 
   |nexus  = 11022
 
   |nexus  = 11022
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Alamanac, Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 395: Line 602:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.AlternativeTextures
 
   |id      = PeacefulEnd.AlternativeTextures
 +
  |curse  = 870938
 
   |nexus  = 9246
 
   |nexus  = 9246
 
   |github  = Floogen/AlternativeTextures
 
   |github  = Floogen/AlternativeTextures
Line 411: Line 619:
 
   |nexus  = 15926
 
   |nexus  = 15926
 
   |github  = Jaksha6472/WitchTower
 
   |github  = Jaksha6472/WitchTower
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Always Active Window, Always Active Mod
 +
  |author  = AlexGoD
 +
  |id      = AlexGoD.AlwaysActiveMod
 +
  |nexus  = 25177
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Always Hay
 +
  |author  = Omek97
 +
  |id      = omek97.always_hay
 +
  |nexus  = 20808
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Always On Server for Multiplayer
 
   |name    = Always On Server for Multiplayer
 
   |author  = funny-snek and Zuberii
 
   |author  = funny-snek and Zuberii
   |id      = funny-snek.Always_On_Server
+
   |id      = mikko.Always_On_Server<!--changed in 1.20.3-unofficial.2-->, funny-snek.Always_On_Server
 
   |nexus  = 2677
 
   |nexus  = 2677
 
   |github  = funny-snek/Always-On-Server-for-Multiplayer
 
   |github  = funny-snek/Always-On-Server-for-Multiplayer
  
 
   |broke in          = Stardew Valley 1.4
 
   |broke in          = Stardew Valley 1.4
   |unofficial version = 1.20.2-unofficial.2-elizo
+
   |unofficial version = 1.20.3-unofficial.2-mikko_perkele
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-47#post-29677
+
   |unofficial url    = {{github|perkmi/Always-On-Server-for-Multiplayer}}
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Always Organize Chests
 +
  |author  = Zamiel
 +
  |id      = Zamiel.AlwaysOrganizeChests
 +
  |nexus  = 21207
 +
  |github  = Zamiell/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 429: Line 658:
 
   |nexus  = 2733
 
   |nexus  = 2733
 
   |github  = bcmpinc/StardewHack
 
   |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Always Show Bar Values, Always Show (Health and Stamina) Bar Values
 +
  |author  = Saah
 +
  |id      = Saah.AlwaysShowBarValues
 +
  |nexus  = 23452
 +
  |github  = sarahvloos/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Always Special Title
 +
  |author  = DespairScent
 +
  |id      = DespairScent.AlwaysSpecialTitle
 +
  |nexus  = 22150
 +
  |github  = DespairScent/AlwaysSpecialTitle
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 442: Line 685:
 
   |id      = SixthTitan.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
 
   |id      = SixthTitan.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
 
   |nexus  = 4639
 
   |nexus  = 4639
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 450: Line 694:
 
   |nexus  = 8823
 
   |nexus  = 8823
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 459: Line 705:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Angel's Weapon Rebalance
+
  |name    = Angel's Lead Rod Drop Rate Fixer
 +
  |author  = Angela Ranna
 +
  |id      = AngelaRanna.LeadRodFixer
 +
  |nexus  = 6894
 +
  |github  = AngelaRanna/StardewMods
 +
 
 +
  |status  = obsolete
 +
  |summary = remove this mod (lead rod drop rate fixed in Stardew Valley 1.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Angel's Weapon Rebalance
 
   |author  = Angela Ranna
 
   |author  = Angela Ranna
 
   |id      = AngelaRanna.WeaponBalanceCode
 
   |id      = AngelaRanna.WeaponBalanceCode
 
   |nexus  = 6894
 
   |nexus  = 6894
 
   |github  = AngelaRanna/StardewMods
 
   |github  = AngelaRanna/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 472: Line 730:
 
   |github  = Jonqora/StardewMods
 
   |github  = Jonqora/StardewMods
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
 +
<!--
 
   |unofficial version = 1.2.1-unofficial.1-Mizzion
 
   |unofficial version = 1.2.1-unofficial.1-Mizzion
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-78699
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-78699
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 502: Line 762:
 
   |nexus  = 16881
 
   |nexus  = 16881
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 509: Line 771:
 
   |nexus  = 1538
 
   |nexus  = 1538
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animal Mood Fix
 +
  |author  = Grant Peters
 +
  |id      = GPeters-AnimalMoodFix
 +
  |nexus  = 761
 +
  |github  =
 +
  |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Animal Observer
 
   |name    = Animal Observer
   |author  = NOFILENAMED
+
   |author  = nofilenamed
 
   |id      = NFN.ANIMOBS
 
   |id      = NFN.ANIMOBS
 
   |nexus  = 8653
 
   |nexus  = 8653
Line 530: Line 802:
 
   |nexus  = 8725
 
   |nexus  = 8725
 
   |github  = Hakej/Animal-Pet-Status
 
   |github  = Hakej/Animal-Pet-Status
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 538: Line 812:
 
   |moddrop = 988407
 
   |moddrop = 988407
 
   |github  = lshtech/AnimalProduceExpansion
 
   |github  = lshtech/AnimalProduceExpansion
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 551: Line 827:
 
   |id      = KarratKake.AnimalsDontEatGrass
 
   |id      = KarratKake.AnimalsDontEatGrass
 
   |nexus  = 7474
 
   |nexus  = 7474
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animals Don't Remove Grass
 +
  |author  = MrShreddie
 +
  |id      = MrShreddie.AnimalsDontRemoveGrass
 +
  |nexus  = 21028
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 559: Line 844:
 
   |nexus  = 8758
 
   |nexus  = 8758
 
   |github  = rikai/AnimalSelector
 
   |github  = rikai/AnimalSelector
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 575: Line 863:
 
   |github  = jdusbabek/stardewvalley
 
   |github  = jdusbabek/stardewvalley
  
   |broke in           = Stardew Valley 1.3.11
+
   |broke in = Stardew Valley 1.3.11
 +
<!--
 
   |unofficial version = 1.1.1-unofficial.6-strobe
 
   |unofficial version = 1.1.1-unofficial.6-strobe
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animal Sitter LTS
 +
  |author  = oliver
 +
  |id      = oliver.AnimalSitterLTS
 +
  |nexus  = 20831
 +
  |github  = jdusbabek/stardewvalley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 593: Line 890:
 
   |moddrop = 771644
 
   |moddrop = 771644
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |status  = obsolete
 +
  |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 604: Line 904:
 
   |name    = Animated Parrot and Perch
 
   |name    = Animated Parrot and Perch
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ParrotPerch
+
   |id      = aedenthorn.AnimatedParrotAndPerch<!--changed in 0.1.1-unofficial.1-->, aedenthorn.ParrotPerch
 
   |nexus  = 7957
 
   |nexus  = 7957
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AnimatedParrotAndPerch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 615: Line 919:
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.5.5<!--@retest-after HD Portraits-->
 +
<!--
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#HD Portraits| HD Portraits]] instead
+
   |summary  = use [[#HD Portraits|HD Portraits]] instead.
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animation-Cancel Keybinding
 +
  |author  = Swaglix
 +
  |id      = swaglix.AnimationCancelKeybinding
 +
  |nexus  = 20159
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 641: Line 954:
 
   |moddrop = 568430
 
   |moddrop = 568430
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 648: Line 963:
 
   |nexus  = 6546
 
   |nexus  = 6546
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.7.2-unofficial.3-DolphINAF
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-124755
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 676: Line 995:
 
   |nexus  = 4702
 
   |nexus  = 4702
 
   |github  = MouseyPounds/stardew-mods
 
   |github  = MouseyPounds/stardew-mods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 683: Line 1,004:
 
   |nexus  = 11496
 
   |nexus  = 11496
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123821
 +
  |unofficial version = 0.1.7-unofficial.1-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 690: Line 1,015:
 
   |nexus  = 14448
 
   |nexus  = 14448
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Aquarism
 +
  |author  = DaLion
 +
  |id      = DaLion.Ponds<!--changed in republished 1.0.0-->, DaLion.ImmersivePonds<!--changed in 2.0.7-->, DaLion.ImmersiveFishPonds
 +
  |nexus  = 24356
 +
  |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 699: Line 1,033:
 
   |moddrop = 793820
 
   |moddrop = 793820
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 718: Line 1,054:
 
   |moddrop = 793822
 
   |moddrop = 793822
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Archaeology House Content Management Helper
 +
  |author  = Felix-Dev
 +
  |id      = Felix-Dev.ArchaeologyHouseContentManagementHelper
 +
  |nexus  = 2804
 +
  |github  = Felix-Dev/StardewMods
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Archaeology Skill for 1.6
 +
  |author  = moonslime
 +
  |id      = moonslime.ArchaeologySkill
 +
  |curse  = 1003404
 +
  |nexus  = 22199
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 723: Line 1,080:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.Archery
 
   |id      = PeacefulEnd.Archery
 +
  |curse  = 870921
 
   |nexus  = 16767
 
   |nexus  = 16767
 
   |github  = Floogen/Archery
 
   |github  = Floogen/Archery
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 732: Line 1,092:
 
   |nexus  = 16768
 
   |nexus  = 16768
 
   |github  = Floogen/Archery
 
   |github  = Floogen/Archery
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 739: Line 1,101:
 
   |nexus  = 9544
 
   |nexus  = 9544
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 747: Line 1,111:
 
   |curse  = 485718
 
   |curse  = 485718
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ars Venefici
 +
  |author  = HeyImAmethyst
 +
  |id      = HeyImAmethyst.ArsVenefici
 +
  |nexus  = 24409
 +
  |github  = HeyImAmethyst/Ars-Venefici
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 764: Line 1,138:
 
   |github  =
 
   |github  =
 
   |source  = https://sourceforge.net/p/sdvmods-artifact-fix-redux/
 
   |source  = https://sourceforge.net/p/sdvmods-artifact-fix-redux/
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 781: Line 1,157:
 
   |id      = Rhukii.ArtisanGoodsRedone
 
   |id      = Rhukii.ArtisanGoodsRedone
 
   |nexus  = 9414
 
   |nexus  = 9414
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Artisan Products Copy Quality
 +
  |author  = justastranger
 +
  |id      = JAS.ArtisanProductsCopyQuality
 +
  |moddrop = 1554273
 +
  |nexus  =
 +
  |github  = justastranger/ArtisanProductsCopyQuality
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Artista, Artista - Stardew Painter
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Artista
 +
  |moddrop = 1521420
 +
  |nexus  = 18697
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 799: Line 1,193:
 
   |nexus  = 260
 
   |nexus  = 260
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Atelier Cauldron, Cauldron
 +
  |author  = Kedi & sophiesalacia & wildflourmods
 +
  |id      = Atelier.Cauldron
 +
  |nexus  = 22926
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 809: Line 1,210:
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4
 +
<!--
 
   |unofficial version = 1.1.3-unofficial.1-mizzion
 
   |unofficial version = 1.1.3-unofficial.1-mizzion
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-37#post-3355322
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-37#post-3355322
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 823: Line 1,226:
  
 
   |warnings = Broken on Android.
 
   |warnings = Broken on Android.
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 832: Line 1,237:
 
   |nexus  = 10192
 
   |nexus  = 10192
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 839: Line 1,246:
 
   |curse  = 880513
 
   |curse  = 880513
 
   |nexus  = 16294
 
   |nexus  = 16294
   |github  =
+
   |github  = misty-spring/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Audio Devices
 +
  |author  = Max Vollmer, SVProtector
 +
  |id      = maxvollmer.audiodevices
 +
  |nexus  = 2838
 +
  |github  = maxvollmer/AudioDevices
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status  = obsolete
 +
  |summary  = remove this mod (audio switching fixed in Stardew Valley 1.5.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 852: Line 1,272:
 
   |author  = taggartaa, Aaron Taggart
 
   |author  = taggartaa, Aaron Taggart
 
   |id      = AaronTaggart.AutoAnimalDoors
 
   |id      = AaronTaggart.AutoAnimalDoors
 +
  |curse  = 1002753
 
   |nexus  = 1019
 
   |nexus  = 1019
 
   |github  = taggartaa/AutoAnimalDoors
 
   |github  = taggartaa/AutoAnimalDoors
Line 857: Line 1,278:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Auto-Attack
 
   |name    = Auto-Attack
   |author  = cgifox
+
   |author  = X3n0n182
   |id      = cgifox.AutoAttack
+
   |id      = X3n0n182.AutoAttack
   |nexus  = 9620
+
   |nexus  = 7258
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Auto-Attack
 
   |name    = Auto-Attack
   |author  = X3n0n182
+
   |author  = cgifox
   |id      = X3n0n182.AutoAttack
+
   |id      = cgifox.AutoAttack
   |nexus  = 7258
+
   |nexus  = 9620
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 875: Line 1,298:
 
   |nexus  = 6773
 
   |nexus  = 6773
 
   |github  = Alison-Li/AutoBaitAndTacklesMod
 
   |github  = Alison-Li/AutoBaitAndTacklesMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Break Geode
 +
  |author  = weizinai
 +
  |id      = weizinai.AutoBreakGeode
 +
  |nexus  = 20685
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Catch
 +
  |author  = MercuryVN
 +
  |id      = MercuryVN.AutoCatch
 +
  |nexus  = 22616
 +
  |github  = MercuryVN/AutoCatch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 881: Line 1,318:
 
   |id      = BenjaminWilcox.AutoCoffee
 
   |id      = BenjaminWilcox.AutoCoffee
 
   |nexus  = 2387
 
   |nexus  = 2387
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Consume, Auto Consume for Heal and Buff
 +
  |author  = Jihyun and Somin
 +
  |id      = JihyunSomin.AutoConsume
 +
  |nexus  = 24178
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 894: Line 1,338:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Crop Watering, Auto Water Crops
 +
  |author  = The Fluffy Robot
 +
  |id      = TheFluffyRobot.AutoCropWatering
 +
  |nexus  = 20892
 +
  |github  = jamespfluger/Stardew-EqualMoneySplit
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 910: Line 1,361:
 
   |github  = Dwayneten/AutoFarmScreenshot
 
   |github  = Dwayneten/AutoFarmScreenshot
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23793
+
   |status  = workaround
  |unofficial version = 1.0.1-unofficial.1-AevumDecessus
+
  |summary  = use [[#Daily Screenshot|Daily Screenshot]] instead.
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-23793
 +
  |unofficial version = 1.0.1-unofficial.1-AevumDecessus
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Fill Pet Bowl
 +
  |author  = Siweipancc
 +
  |id      = Siweipancc.AutoFillPetBowl
 +
  |nexus  = 20667
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 920: Line 1,382:
 
   |nexus  = 13296
 
   |nexus  = 13296
 
   |github  = maephie/StardewMods
 
   |github  = maephie/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 933: Line 1,397:
 
   |id      = SorryLate.AutoFishing
 
   |id      = SorryLate.AutoFishing
 
   |nexus  = 5235
 
   |nexus  = 5235
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Fishing
 +
  |author  = Tibbles
 +
  |id      = Tibbles.AutoFishing2<!--changed in 2.0.0-->, Tibbles.AutoFishing
 +
  |nexus  = 21339
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 941: Line 1,414:
 
   |nexus  = 820
 
   |nexus  = 820
 
   |github  = StephenKairos/Teban100-StardewMods
 
   |github  = StephenKairos/Teban100-StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto-Grabber Mod
 +
  |author  = Jotser
 +
  |id      = Jotser.AutoGrabberMod
 +
  |nexus  = 2783
 +
  |github  =
 +
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Deluxe Auto-Grabber|Deluxe Auto-Grabber]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Grab Truffles
 +
  |author  = Frostiverse
 +
  |id      = Frostiverse.AutoGrabTruffles
 +
  |nexus  = 21705
 +
  |github  = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 948: Line 1,438:
 
   |nexus  = 14162
 
   |nexus  = 14162
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto-Grab Truffles, QiXing Auto-Grab Truffles
 +
  |author  = QiXing
 +
  |id      = qixing.AutoGrabTruffles
 +
  |nexus  = 20874
 +
  |github  = qixing-jk/QiXingAutoGrabTruffles
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 960: Line 1,457:
 
   |author  = Pathoschild
 
   |author  = Pathoschild
 
   |id      = Pathoschild.Automate
 
   |id      = Pathoschild.Automate
 +
  |curse  = 992857
 
   |nexus  = 1063
 
   |nexus  = 1063
 
   |moddrop = 509760
 
   |moddrop = 509760
Line 982: Line 1,480:
 
   |unofficial version = 1.4.3-unofficial.4-pickle
 
   |unofficial version = 1.4.3-unofficial.4-pickle
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29685
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29685
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Automate Tool Swap
 +
  |author  = Trapyy
 +
  |id      = Trapyy.AutomatetoolSwap
 +
  |curse  = 1001901
 +
  |nexus  = 21050
 +
  |github  = Caua-Oliveira/StardewValley-AutomateToolSwap
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 989: Line 1,495:
 
   |nexus  = 3109
 
   |nexus  = 3109
 
   |moddrop = 467021
 
   |moddrop = 467021
 +
  |github  =
 +
 +
  |warnings = use Nexus, ModDrop is NOT updated
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Automatic Petting of Animals
 +
  |author  = yangZ
 +
  |id      = yangZ.AutomaticPettingOfAnimals
 +
  |nexus  = 23539
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 996: Line 1,511:
 
   |id      = Zamiel.AutomaticScreenshotTaker
 
   |id      = Zamiel.AutomaticScreenshotTaker
 
   |nexus  = 10460
 
   |nexus  = 10460
   |github  = Zamiell/AutomaticScreenshotTaker
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Automatic Stroking, Stroking Automatic
 +
  |author  = yangZ
 +
  |id      = yangZ.AutomaticStroking
 +
  |nexus  = 23508
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,006: Line 1,528:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = AutoShaker
+
  |name    = Auto Melee Attack
 +
  |author  = Siweipancc
 +
  |id      = Siweipancc.AutoMeleeAttack
 +
  |nexus  = 20704
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Autonomals
 +
  |author  = DespairScent
 +
  |id      = DespairScent.Autonomals
 +
  |nexus  = 22879
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = AutoShaker, Auto Forager<!--renamed to Auto Forager in 2.0.0, but Nexus page still has old name-->
 
   |author  = Jag3Dagster
 
   |author  = Jag3Dagster
   |id      = Jag3Dagster.AutoShaker
+
   |id      = HedgehogTechnologies.AutoForager, HedgehogTechnologies.AutoShaker, Jag3Dagster.AutoShaker<!--changed in 2.0.0 and 1.6.1-->
 +
  |curse  = 989657
 
   |nexus  = 7736
 
   |nexus  = 7736
   |github  = jag3dagster/AutoShaker
+
   |github  = Hedgehog-Technologies/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,018: Line 1,555:
 
   |nexus  = 443
 
   |nexus  = 443
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto-Stack Bait
 +
  |author  = Jonathan Feenstra
 +
  |id      = JonathanFeenstra.AutoStackBait
 +
  |nexus  = 23423
 +
  |github  = JonathanFeenstra/Auto-StackBait
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,026: Line 1,570:
 
   |moddrop = 833539
 
   |moddrop = 833539
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Stack Items to Chest
 +
  |author  = Chosimba
 +
  |id      = Chosimba.AutoStackItemsToChest
 +
  |nexus  = 2307
 +
  |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,033: Line 1,588:
 
   |nexus  = 3883
 
   |nexus  = 3883
 
   |github  = MaciejMarkuszewski/StardewValleyAutoToolSelect
 
   |github  = MaciejMarkuszewski/StardewValleyAutoToolSelect
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,040: Line 1,597:
 
   |nexus  = 4924
 
   |nexus  = 4924
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Trasher
 +
  |author  = Jag3Dagster
 +
  |id      = HedgehogTechnologies.AutoTrasher
 +
  |curse  = 1014272
 +
  |nexus  = 23663
 +
  |github  = jag3dagster/AutoShaker
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Auto Travel
 
   |name    = Auto Travel
 
   |author  = GrumpyCrouton
 
   |author  = GrumpyCrouton
   |id      = GrumpyCrouton.AutoTravel
+
   |id      = GrumpyCrouton.AutoTravel2<!--changed in 2.0.0-->, GrumpyCrouton.AutoTravel
 
   |nexus  = 10693
 
   |nexus  = 10693
 
   |github  =
 
   |github  =
Line 1,054: Line 1,621:
 
   |nexus  = 1666
 
   |nexus  = 1666
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Water
 +
  |author  = Steph Hoel
 +
  |id      = StephHoel.AutoWater
 +
  |nexus  = 21022
 +
  |github  = StephHoel/ModsStardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,083: Line 1,657:
 
   |broke in          = Stardew Valley 1.5
 
   |broke in          = Stardew Valley 1.5
 
   |unofficial version = 2.0.1-unofficial.1-strobe
 
   |unofficial version = 2.0.1-unofficial.1-strobe
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-65#post-44643
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-44643
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,093: Line 1,667:
 
   |nexus  = 11856
 
   |nexus  = 11856
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
 +
 +
  |status  = abandoned
 +
  |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,100: Line 1,677:
 
   |nexus  = 15018
 
   |nexus  = 15018
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Baby Gender Interface
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.BabyGenderInterface
 +
  |nexus  = 1947
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Family Planning|Family Planning]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Baby Pets
 +
  |author  = DellyBelly
 +
  |id      = DellyBelly.BabyPets
 +
  |nexus  = 20967
 +
  |github  = DelphinWave/BabyPets
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,121: Line 1,718:
 
   |nexus  = 14570
 
   |nexus  = 14570
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bait Maker - Quality Matters
 +
  |author  = Speshkitty
 +
  |id      = speshkitty.BaitMakerQuality
 +
  |nexus  = 22768
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Baits Do Their Jobs
 +
  |author  = MercuryVN
 +
  |id      = MercuryVN.BaitsDoTheirJobs
 +
  |nexus  = 23217
 +
  |github  = MercuryVN/BaitsDoTheirJobs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,135: Line 1,748:
 
   |nexus  = 13043
 
   |nexus  = 13043
 
   |github  = Mizzion/MyStardewMods
 
   |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BarleyZP's Allergies, BarleyZP Allergies
 +
  |author  = BarleyZP
 +
  |id      = BarleyZP.BzpAllergies
 +
  |nexus  = 21238
 +
  |github  = lisyce/SDV_Allergies_Mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,143: Line 1,763:
 
   |moddrop = 986076
 
   |moddrop = 986076
 
   |github  = lshtech/StardewValleyMods
 
   |github  = lshtech/StardewValleyMods
 +
  |summary = feature now in vanilla game (1.6)
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,155: Line 1,777:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.BatForm
 
   |id      = aedenthorn.BatForm
 +
  |curse  = 868667
 
   |nexus  = 16825
 
   |nexus  = 16825
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.3.4-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BatForm
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,166: Line 1,793:
  
 
   |broke in = Stardew Valley 1.5.5
 
   |broke in = Stardew Valley 1.5.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Battle Ring
 +
  |author  = lyl
 +
  |id      = lyl.br
 +
  |nexus  = 22027
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,174: Line 1,808:
 
   |github  = Ilyaki/BattleRoyalley
 
   |github  = Ilyaki/BattleRoyalley
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4<!--@retest-after Battle Royalley - Year 2-->
 +
<!--
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Battle Royalley - Year 2|Battle Royalley - Year 2]] instead.
 
   |summary  = use [[#Battle Royalley - Year 2|Battle Royalley - Year 2]] instead.
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,184: Line 1,820:
 
   |nexus  = 9891
 
   |nexus  = 9891
 
   |github  = tylergibbs2/BattleRoyalley-Year2
 
   |github  = tylergibbs2/BattleRoyalley-Year2
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Beatable Lucky Purple Shorts
 +
  |author  = Dragoon23
 +
  |id      = Dragoon23.BeatableLuckyShortsMonster
 +
  |nexus  = 25095
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,190: Line 1,835:
 
   |id      = Coll1234567.BecomeEthereal
 
   |id      = Coll1234567.BecomeEthereal
 
   |nexus  = 3746
 
   |nexus  = 3746
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Becoming Familiar
 +
  |author  = Krutonium
 +
  |id      = ca.krutonium.becomingfamiliar
 +
  |nexus  = 21949
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 1,198: Line 1,850:
 
   |nexus  = 10023
 
   |nexus  = 10023
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
 +
  |unofficial version = 0.3.1-unofficial.2-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bee Paths
+
  |name    = Bee House Flower Range Fix
 +
  |author  = KirbyLink
 +
  |id      = kirbylink.beehousefix
 +
  |nexus  = 3013
 +
  |github  = KirbyLink/BeeHouseFix
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Bee Paths
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.BeePaths
 
   |id      = aedenthorn.BeePaths
 
   |nexus  = 14812
 
   |nexus  = 14812
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BeePaths
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,212: Line 1,883:
 
   |nexus  = 2569
 
   |nexus  = 2569
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Be My Valentine
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.BeMyValentine
 +
  |nexus  = 5219
 +
  |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,223: Line 1,903:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better 10 Hearts
 
   |name    = Better 10 Hearts
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.Better10Hearts
 
   |id      = EpicBellyFlop45.Better10Hearts
 
   |nexus  = 3605
 
   |nexus  = 3605
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,246: Line 1,929:
 
   |moddrop = 833553
 
   |moddrop = 833553
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
  |status  = workaround
 +
  |summary  = use [[#Even Better Artisan Good Icons|Even Better Artisan Good Icons]] instead (see [{{github|chsiao58/EvenBetterArtisanGoodIcons}}#for-user instructions to convert old content packs]).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,251: Line 1,938:
 
   |author  = DaLion and Tithrandel
 
   |author  = DaLion and Tithrandel
 
   |id      = DaLion.Meads
 
   |id      = DaLion.Meads
  |moddrop = 1287445
+
   |nexus  =
   |nexus  = 11911
+
   |github  = daleao/bagi-meads
   |github  = daleao/sdv-mods
+
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Better Artisan Good Icons-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,283: Line 1,971:
 
   |nexus  = 11166
 
   |nexus  = 11166
 
   |github  = NormanPCN/StardewValleyMods
 
   |github  = NormanPCN/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Cabin
 +
  |author  = weizinai
 +
  |id      = weizinai.BetterCabin
 +
  |nexus  = 25368
 +
  |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Chests
 
   |name    = Better Chests
   |author  = furyx639
+
   |author  = LeFauxMatt
 
   |id      = furyx639.BetterChests
 
   |id      = furyx639.BetterChests
 
   |curse  = 871836
 
   |curse  = 871836
 +
  |moddrop = 1547210
 
   |nexus  = 9791
 
   |nexus  = 9791
 
   |github  = LeFauxMatt/StardewMods
 
   |github  = LeFauxMatt/StardewMods
Line 1,294: Line 1,990:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Crab Pots
 
   |name    = Better Crab Pots
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.BetterCrabPots
 
   |id      = EpicBellyFlop45.BetterCrabPots
 
   |nexus  = 3159
 
   |nexus  = 3159
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Crafting
 +
  |author  = RedstoneBoy
 +
  |id      = RedstoneBoy.BetterCrafting
 +
  |nexus  = 2504
 +
  |github  = RedstoneBoy/BetterCrafting
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,311: Line 2,020:
 
   |author  = Khloe Leclair
 
   |author  = Khloe Leclair
 
   |id      = leclair.bcbuildings
 
   |id      = leclair.bcbuildings
 +
  |nexus  = 11115
 
   |moddrop = 1115749
 
   |moddrop = 1115749
 +
  |github  = KhloeLeclair/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Crafting → SpaceCore Support, Better Crafting → SpaceCore and DynamicGameAssets Support
 +
  |author  = Khloe Leclair
 +
  |id      = leclair.bcspacecore
 
   |nexus  = 11115
 
   |nexus  = 11115
 +
  |moddrop = 1115749
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
 +
 +
  |status  = obsolete
 +
  |summary = remove this mod (SpaceCore support was added to Better Crafting in version 1.2).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,328: Line 2,048:
 
   |nexus  = 3092
 
   |nexus  = 3092
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,336: Line 2,058:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4
 +
<!--
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
   |unofficial version = 1.0.3-unofficial.1-strobe
 
   |unofficial version = 1.0.3-unofficial.1-strobe
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,346: Line 2,070:
 
   |nexus  = 12802
 
   |nexus  = 12802
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Better Elevator - Continued|Better Elevator - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Elevator - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.BetterElevator
 +
  |nexus  = 22340
 +
  |github  = FlyingTNT/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Enchantments, Enchantment
 +
  |author  = kalik
 +
  |id      = kalik.Enchantment
 +
  |nexus  = 23368
 +
  |github  = rusunu/Enchantment
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,352: Line 2,094:
 
   |id      = drbirbdev.BetterFestivalNotifications
 
   |id      = drbirbdev.BetterFestivalNotifications
 
   |nexus  = 14170
 
   |nexus  = 14170
   |github  =
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,376: Line 2,118:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4
 +
<!--
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
   |unofficial version = 2.6.1-unofficial.4-strobe
 
   |unofficial version = 2.6.1-unofficial.4-strobe
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,386: Line 2,130:
 
   |nexus  = 4171
 
   |nexus  = 4171
 
   |github  = AairTheGreat/StardewValleyMods
 
   |github  = AairTheGreat/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,395: Line 2,141:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Garden Pot Options|Garden Pot Options]] instead.
 +
<!--
 
   |unofficial version = 1.6.1-unofficial.1-benjiismydog
 
   |unofficial version = 1.6.1-unofficial.1-benjiismydog
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-79934
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-79934
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,406: Line 2,156:
 
   |moddrop = 833540
 
   |moddrop = 833540
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,419: Line 2,171:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Horse Flute
+
   |name    = Better Honey Mead
   |author  = Anthony Maciel, maciel310
+
   |author  = NCarigon
   |id      = AnthonyMaciel.BetterHorseFlute
+
   |id      = NCarigon.BetterHoneyMead
   |nexus  = 15285
+
   |nexus  = 22848
   |github  =
+
   |github  = ncarigon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,450: Line 2,202:
 
   |nexus  = 2221
 
   |nexus  = 2221
 
   |github  = hawkfalcon/Stardew-Mods
 
   |github  = hawkfalcon/Stardew-Mods
 +
 +
|broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
|unofficial version = 3.0.0-unofficial.1-p1xel8ted
 +
|unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123262
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,457: Line 2,213:
 
   |nexus  = 10936
 
   |nexus  = 10936
 
   |source  = https://gitlab.com/micfort/betterjunimoscropfields
 
   |source  = https://gitlab.com/micfort/betterjunimoscropfields
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,463: Line 2,221:
 
   |id      = ceruleandeep.BetterJunimosForestry
 
   |id      = ceruleandeep.BetterJunimosForestry
 
   |nexus  = 8992
 
   |nexus  = 8992
   |github  =
+
   |github  = ceruleandeep/CeruleanStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Better Junimos-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,472: Line 2,232:
 
   |nexus  = 10631
 
   |nexus  = 10631
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Meowmere
 +
  |author  = TheMightyAmondee
 +
  |id      = TheMightyAmondee.BetterMeowmere
 +
  |nexus  = 20374
 +
  |github  = TheMightyAmondee/BetterMeowmere
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,484: Line 2,251:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Mixed Seeds
 
   |name    = Better Mixed Seeds
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = Satozaki.BetterMixedSeeds, EpicBellyFlop45.BetterMixedSeeds<!--changed in 3.0-->
 
   |id      = Satozaki.BetterMixedSeeds, EpicBellyFlop45.BetterMixedSeeds<!--changed in 3.0-->
 
   |nexus  = 3012
 
   |nexus  = 3012
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Re-Mixed Seeds|Re-Mixed Seeds]] or {{nexus mod|22495|Seed Overhaul}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,495: Line 2,266:
 
   |nexus  = 4161
 
   |nexus  = 4161
 
   |github  = AairTheGreat/StardewValleyMods
 
   |github  = AairTheGreat/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,502: Line 2,275:
 
   |nexus  = 16235
 
   |nexus  = 16235
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Better Pannint-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,523: Line 2,298:
 
   |nexus  = 935
 
   |nexus  = 935
 
   |github  = bmarquismarkail/SV_BetterQualityMoreSeeds
 
   |github  = bmarquismarkail/SV_BetterQualityMoreSeeds
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,544: Line 2,321:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Rarecrows
 
   |name    = Better Rarecrows
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = Satozaki.BetterRarecrows, EpicBellyFlop45.BetterRarecrows<!--changed in 1.0.5-->
 
   |id      = Satozaki.BetterRarecrows, EpicBellyFlop45.BetterRarecrows<!--changed in 1.0.5-->
 
   |nexus  = 3232
 
   |nexus  = 3232
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,561: Line 2,338:
 
   |id      = Zoryn.BetterRNG
 
   |id      = Zoryn.BetterRNG
 
   |nexus  =
 
   |nexus  =
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 
   |github  = Zoryn4163/SMAPI-Mods
 
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
Line 1,575: Line 2,352:
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
 
   |id      = MindMeltMax.BetterShipping
 
   |id      = MindMeltMax.BetterShipping
 +
  |curse  = 1004479
 +
  |moddrop = 1135742
 
   |nexus  = 10487
 
   |nexus  = 10487
  |moddrop = 1135742
 
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
Line 1,589: Line 2,367:
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = Use [[#Better Shipping Bin|Better Shipping Bin]]
+
   |summary  = Use [[#Better Shipping Bin|Better Shipping Bin]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,599: Line 2,377:
 
   |nexus  = 2012
 
   |nexus  = 2012
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,613: Line 2,393:
 
   |nexus  = 2558
 
   |nexus  = 2558
 
   |github  = maxvollmer/BetterSkullCavernFalling
 
   |github  = maxvollmer/BetterSkullCavernFalling
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,621: Line 2,403:
 
   |moddrop = 833552
 
   |moddrop = 833552
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Sonar Bobber
 +
  |author  = Spiderbuttons
 +
  |id      = Spiderbuttons.BetterSonarBobber
 +
  |nexus  = 24837
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,628: Line 2,419:
 
   |nexus  = 1992
 
   |nexus  = 1992
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Special Orders
 +
  |author  = Xeru
 +
  |id      = xeru.BetterSpecialOrders
 +
  |nexus  = 24125
 +
  |github  = xeru98/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,636: Line 2,434:
 
   |chucklefish = 3551
 
   |chucklefish = 3551
 
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,643: Line 2,443:
 
   |nexus  = 17767
 
   |nexus  = 17767
 
   |github  = jamescodesthings/smapi-better-sprinklers
 
   |github  = jamescodesthings/smapi-better-sprinklers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Sprinklers Plus (1.6)
 +
  |author  = gingajamie
 +
  |id      = com.gingajamie.BetterSprinklersPlus
 +
  |nexus  = 21624
 +
  |github  = gingajamie/smapi-better-sprinklers-plus-encore
 +
 +
  |status  = abandoned
 +
  |summary = use [[#Better Sprinklers Plus|Better Sprinklers Plus]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Stardrops
 +
  |author  = Rokugin
 +
  |id      = Rokugin.BetterStardrops
 +
  |nexus  = 21360
 +
  |github  = rokugin/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Statue Of Blessings
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.betterStatueOfBlessings
 +
  |nexus  = 25022
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,651: Line 2,475:
 
   |moddrop = 1035408
 
   |moddrop = 1035408
 
   |github  = CaptainSully/StardewMods
 
   |github  = CaptainSully/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Theater
 +
  |author  = TianXiaobai
 +
  |id      = TianXiaobai.BetterTheater
 +
  |nexus  = 25002
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,658: Line 2,491:
 
   |nexus  = 4234
 
   |nexus  = 4234
 
   |github  = AairTheGreat/StardewValleyMods
 
   |github  = AairTheGreat/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.0.8-unofficial.1-Sandman53
 +
  |unofficial url    = {{github|Sandman534/StardewValleyMods/releases/tag/release}}
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Transmutation
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.BetterTransmutation
 +
  |nexus  = 2120
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use {{nexus mod|5996|More Bar Transmutation}}  instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Truffles
 +
  |author  = temisthem
 +
  |id      = tem696969696969.BetterTruffles
 +
  |nexus  = 23228
 +
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Watering Can and Hoe
 +
  |author  = Aflojack45
 +
  |id      = Aflojack45.BetterWateringCanAndHoe
 +
  |nexus  = 23946
 +
  |github  = Aflojack/BetterWateringCanAndHoe
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,666: Line 2,528:
 
   |moddrop = 833559
 
   |moddrop = 833559
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Workbench Helper|Workbench Helper]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,672: Line 2,538:
 
   |id      = b_wandert.Betwitched
 
   |id      = b_wandert.Betwitched
 
   |nexus  = 10172
 
   |nexus  = 10172
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Big Crop Bonus
 +
  |author  = Tocseoj
 +
  |id      = Tocseoj.BigCropBonus
 +
  |curse  = 1008360
 +
  |moddrop = 1553635
 +
  |nexus  = 22337
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Big Fridges
 +
  |author  = AlanBF
 +
  |id      = AlanBF.BigFridge
 +
  |nexus  = 22457
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 1,693: Line 2,577:
 
   |nexus  = 7530
 
   |nexus  = 7530
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bigger Craftables for 1.6
 +
  |author  = manifoldSamurai, mfdsam
 +
  |id      = YourName.BiggerCraftables
 +
  |nexus  = 24886
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bigger Fridges
 +
  |author  = Entoarox
 +
  |id      = Entoarox.BiggerFridges
 +
  |nexus  = 21678
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,701: Line 2,601:
 
   |moddrop = 467184
 
   |moddrop = 467184
 
   |github  = JessebotX/StardewValleyMods
 
   |github  = JessebotX/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,735: Line 2,637:
 
   |nexus  = 14073
 
   |nexus  = 14073
 
   |github  = drbirbdev/StardewValley
 
   |github  = drbirbdev/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Birb Core
 +
  |author  = drbirbdev
 +
  |id      = drbirbdev.BirbCore
 +
  |nexus  = 19140
 +
  |github  = drbirbdev/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Birthday Buff
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.BirthdayBuff
 +
  |nexus  = 17747
 +
  |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayBuff
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Birthday Friendship, Birthday Knowledge Friendship
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.BirthdayKnowledgeFriendship<!--changed in 0.1.1-unofficial.1-->, aedenthorn.BirthdayFriendship
 +
  |nexus  = 17974
 +
  |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayKnowledgeFriendship
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,744: Line 2,675:
  
 
   |dev note = author ignored previous PRs
 
   |dev note = author ignored previous PRs
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Birthday Notifications
 +
  |author  = Honduriel
 +
  |id      = Honduriel.SVM_BirthdayNotifications
 +
  |nexus  = 20948
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,751: Line 2,689:
 
   |nexus  = 11578
 
   |nexus  = 11578
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Capsule Mod
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSCapsuleMod
 +
  |nexus  = 2502
 +
  |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS MP Kick Mod
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSMPKickMenu
 +
  |nexus  = 2503
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Night Sounds
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSNightSounds
 +
  |nexus  = 2501
 +
  |github  =
 +
 +
  |broke in = SMAPI 2.8
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,758: Line 2,726:
 
   |nexus  = 2820
 
   |nexus  = 2820
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Only Treasure Room
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSOnlyTreasureRoom
 +
  |nexus  = 3145
 +
  |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Plant Everywhere
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSPlantEverywhere
 +
  |nexus  = 3143
 +
  |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Stop Grass
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSStopGrass
 +
  |nexus  = 2500
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Thunderstorm
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSThunderStorm
 +
  |nexus  = 3144
 +
  |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,766: Line 2,772:
 
   |github  =
 
   |github  =
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-99#post-74821
+
<!--
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-74821
 
   |unofficial version = 1.4.3-unofficial.1-Vivan
 
   |unofficial version = 1.4.3-unofficial.1-Vivan
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,776: Line 2,784:
 
   |nexus  = 5324
 
   |nexus  = 5324
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,783: Line 2,793:
 
   |nexus  = 7502
 
   |nexus  = 7502
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,790: Line 2,802:
 
   |nexus  = 17550
 
   |nexus  = 17550
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,818: Line 2,832:
 
   |github  =
 
   |github  =
 
   |source  = https://sourceforge.net/p/sdvmod-damage-overlay/
 
   |source  = https://sourceforge.net/p/sdvmod-damage-overlay/
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,825: Line 2,841:
 
   |nexus  = 4815
 
   |nexus  = 4815
 
   |github  = explosivetortellini/bluechickensaregreen
 
   |github  = explosivetortellini/bluechickensaregreen
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bookcase
+
  |name    = Blue Chickens in Multiplayer
   |author  = Darkhax
+
  |author  = WindHero
   |id      = darkhax.bookcase
+
  |id      = WindHero.BlueChickensInMultiplayer
 +
  |nexus  = 2336
 +
  |github  = HeroOfTheWinds/BlueChickensInMultiplayer
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (bug was only present during 1.3 beta and was fixed in 1.3.19).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Bookcase
 +
   |author  = Darkhax
 +
   |id      = darkhax.bookcase
 
   |nexus  =
 
   |nexus  =
 
   |curse  = 297252
 
   |curse  = 297252
Line 1,835: Line 2,864:
  
 
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Boomerangs, Boomerang Mod
 +
  |author  = Arannya
 +
  |id      = Arannya.Weapons.Boomerangs
 +
  |nexus  = 22724
 +
  |github  = arannya/BoomerangMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,842: Line 2,878:
 
   |nexus  = 4711
 
   |nexus  = 4711
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,847: Line 2,885:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = Aedenthorn.BossCreatures
 
   |id      = Aedenthorn.BossCreatures
 +
  |curse  = 868905
 
   |nexus  = 5864
 
   |nexus  = 5864
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.5.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BossCreatures
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bow
 +
  |author  = spacechase0
 +
  |id      = spacechase0.Bow
 +
  |nexus  = 2756
 +
  |moddrop = 771627
 +
  |github  = spacechase0/Bow
 +
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Archery|Archery]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Brave New World - Core, BNW Core
 +
  |author  = DiogoAlbano
 +
  |id      = DiogoAlbano.BNWCore
 +
  |nexus  = 15871
 +
  |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,857: Line 2,920:
 
   |nexus  =
 
   |nexus  =
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,864: Line 2,929:
 
   |nexus  = 5105
 
   |nexus  = 5105
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Simple Sound Manager-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,871: Line 2,938:
 
   |nexus  = 13974
 
   |nexus  = 13974
 
   |github  = StarAmy/BreedingOverhaul
 
   |github  = StarAmy/BreedingOverhaul
 +
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Animal Husbandry Overhaul, @retest-after Paritee's Better Farm Animal Variety-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Breed Like Rabbits 2: Procreation Boogaloo
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.BreedLikeRabbits2
 +
  |nexus  = 3429
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,884: Line 2,961:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Breed Like Rabbits 2: Procreation Boogaloo
+
   |name    = Brighter Building Paint
   |author  = f4iTh, JertsukkaTheMan
+
  |author  = tem696969696969
   |id      = f4iTh.BreedLikeRabbits2
+
  |id      = tem696969696969.BrighterBuildingPaint
   |nexus  = 3429
+
  |nexus  = 22807
 +
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buff Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.BuffFramework
 +
  |nexus  = 17746
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.6.1-unofficial.5-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BuffFramework
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buffs Last
 +
   |author  = aceynk
 +
  |id      = aceynk.BuffsLast
 +
  |nexus  = 25611
 +
  |github  = aceynk/Buffs-Last
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buffs Show Game Time, Buffs Game Time
 +
  |author  = Jesse
 +
   |id      = jesse.buffsgametime
 +
   |nexus  = 18996
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,898: Line 3,002:
 
   |nexus  = 5099
 
   |nexus  = 5099
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,905: Line 3,011:
 
   |nexus  = 8893
 
   |nexus  = 8893
 
   |github  = SlivaStari/BuildableForge
 
   |github  = SlivaStari/BuildableForge
 +
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buildable Ginger Island Farm
 +
  |author  = mouahrara
 +
  |id      = mouahrara.BuildableGingerIslandFarm
 +
  |nexus  = 20600
 +
  |github  = mouahrara/BuildableGingerIslandFarm
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,912: Line 3,028:
 
   |nexus  = 11831
 
   |nexus  = 11831
 
   |github  = Yariazen/YariazenMods
 
   |github  = Yariazen/YariazenMods
 +
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Build and Place Anything Anywhere, Anything Anywhere
 +
  |author  = Espy
 +
  |id      = Espy.AnythingAnywhere
 +
  |moddrop = 1558607
 +
  |nexus  = 21233
 +
  |github  = Smoked-Fish/AnythingAnywhere
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,919: Line 3,046:
 
   |nexus  = 445
 
   |nexus  = 445
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,926: Line 3,055:
 
   |nexus  = 5347
 
   |nexus  = 5347
 
   |github  = bmarquismarkail/SV_BuildersList
 
   |github  = bmarquismarkail/SV_BuildersList
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,948: Line 3,079:
 
   |nexus  = 15377
 
   |nexus  = 15377
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,955: Line 3,088:
 
   |nexus  = 11539
 
   |nexus  = 11539
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.2-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BulkAnimalPurchase
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,960: Line 3,097:
 
   |author  = BananaFruit
 
   |author  = BananaFruit
 
   |id      = BananaFruit.BulkStaircases
 
   |id      = BananaFruit.BulkStaircases
   |nexus  = 10622
+
   |nexus  = 23482
 
   |moddrop = 1084873
 
   |moddrop = 1084873
 
   |github  = BananaFruit1492/BulkStaircases
 
   |github  = BananaFruit1492/BulkStaircases
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bundle Display
 +
  |author  = 0JOG, OjOg
 +
  |id      = OjOg.BundleDisplay
 +
  |nexus  = 18135
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,977: Line 3,123:
 
   |nexus  = 2905
 
   |nexus  = 2905
 
   |github  = hootless/StardewMods
 
   |github  = hootless/StardewMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://github.com/Xytronix/BusLocations/releases
 +
  |unofficial version = 1.2.2-unofficial.1-Xytronix
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Button's Extra Books
 +
  |author  = Spiderbuttons
 +
  |id      = Spiderbuttons.ButtonsExtraBooksCore
 +
  |nexus  = 21526
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buttplug Valley
 +
  |author  = DryIcedMatcha, Salty
 +
  |id      = Salty.ButtplugValley
 +
  |moddrop = 1480911
 +
  |nexus  = 19336
 +
  |github  = DryIcedTea/Buttplug-Valley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,984: Line 3,149:
 
   |nexus  = 5307
 
   |nexus  = 5307
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,991: Line 3,158:
 
   |nexus  = 507
 
   |nexus  = 507
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,998: Line 3,168:
 
   |nexus  = 1126
 
   |nexus  = 1126
 
   |github  = Denifia/StardewMods
 
   |github  = Denifia/StardewMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = {{nexus mod|21137}}
 +
  |unofficial version = 2.1.1-unofficial.2-cyxyr
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bwdyworks
 +
  |author  = bwdy
 +
  |id      = bwdyworks
 +
  |nexus  = 3530
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,013: Line 3,197:
 
   |moddrop = 833562
 
   |moddrop = 833562
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Calcifer
 +
  |author  = sophie
 +
  |id      = sophie.Calcifer
 +
  |nexus  = 20628
 +
  |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,019: Line 3,210:
 
   |id      = Zoryn.CalendarAnywhere
 
   |id      = Zoryn.CalendarAnywhere
 
   |nexus  =
 
   |nexus  =
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 
   |github  = Zoryn4163/SMAPI-Mods
 
   |github  = Zoryn4163/SMAPI-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Camera Control
 +
  |author  = Nitbandier
 +
  |id      = Nitbandier.CameraControl
 +
  |nexus  = 21502
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,030: Line 3,228:
 
   |nexus  = 16218
 
   |nexus  = 16218
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,041: Line 3,241:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
 
   |summary  = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Capitalist Split Money
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.CapitalistSplitMoney
 +
  |nexus  = 3083
 +
  |github  = Ilyaki/CapitalistSplitMoney
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,049: Line 3,260:
 
   |nexus  = 7636
 
   |nexus  = 7636
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,058: Line 3,271:
 
   |nexus  = 1333
 
   |nexus  = 1333
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,068: Line 3,283:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Car Warp, Decorative Cars<!--changed in 1.3.0-->
 
   |name    = Car Warp, Decorative Cars<!--changed in 1.3.0-->
   |author  = skellady and sophie
+
   |author  = skellady and sophiesalacia
 
   |id      = sophie.CarWarp
 
   |id      = sophie.CarWarp
 
   |nexus  = 11102
 
   |nexus  = 11102
 
   |github  = sophiesalacia/StardewMods
 
   |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Casks Anywhere
 +
  |author  = YukiShiku, LeonBlade
 +
  |id      = CasksAnywhere
 +
  |nexus  = 878
 +
  |chucklefish = 5486
 +
  |moddrop = 124612
 +
  |github  = LeonBlade/CasksAnywhere
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Custom Cask Mod|Custom Cask Mod]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,081: Line 3,309:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
+
   |status  = workaround
   |unofficial version = 1.1.2-unofficial.1-strobe
+
   |summary  = use [[#Custom Cask Mod|Custom Cask Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,094: Line 3,322:
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Automate|Automate]] instead to run casks.
+
   |summary  = use [[#Custom Cask Mod|Custom Cask Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,102: Line 3,330:
 
   |nexus  = 6011
 
   |nexus  = 6011
 
   |github  = adverserath/StardewValley-CasualLifeMod
 
   |github  = adverserath/StardewValley-CasualLifeMod
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.5.67-unofficial.1-thimadera
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129629
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,109: Line 3,341:
 
   |nexus  = 13137
 
   |nexus  = 13137
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Catalogue Filter- Continued|Catalogue Filter - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Catalogue Filter - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.CatalogueFilter
 +
  |nexus  = 22379
 +
  |github  = FlyingTNT/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Catalogue Framework
 +
  |author  = leroymilo
 +
  |id      = leroymilo.CatalogueFramework
 +
  |nexus  = 22364
 +
  |github  = Leroymilo/Catalogue-Framework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,117: Line 3,367:
 
   |moddrop = 716382
 
   |moddrop = 716382
 
   |github  = ChroniclerCherry/stardew-valley-mods
 
   |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = CATastrophic Hunger Crisis, Catastrophic Hunger Code
 +
  |author  = StarCat
 +
  |id      = StarCat.CatastrophicHungerCode
 +
  |nexus  = 19528
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,139: Line 3,398:
 
   |nexus  = 2132
 
   |nexus  = 2132
 
   |github  = skuldomg/catGifts
 
   |github  = skuldomg/catGifts
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = obsolete
 +
  |summary  = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,145: Line 3,408:
 
   |id      = DelphinWave.CatsAndDogsMod
 
   |id      = DelphinWave.CatsAndDogsMod
 
   |nexus  = 7407
 
   |nexus  = 7407
   |github =
+
 
 +
   |status = obsolete
 +
  |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,153: Line 3,418:
 
   |nexus  = 10975
 
   |nexus  = 10975
 
   |github  = WizardsLizards/CauldronOfChance
 
   |github  = WizardsLizards/CauldronOfChance
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,174: Line 3,441:
 
   |nexus  = 14196
 
   |nexus  = 14196
 
   |github  = slothsoft/stardew-challenger
 
   |github  = slothsoft/stardew-challenger
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,181: Line 3,450:
 
   |nexus  = 14196
 
   |nexus  = 14196
 
   |github  = slothsoft/stardew-challenger
 
   |github  = slothsoft/stardew-challenger
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Challenger-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,219: Line 3,490:
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
 
   |id      = MindMeltMax.ChangeFarmCaves
 
   |id      = MindMeltMax.ChangeFarmCaves
 +
  |curse  = 1004487
 
   |moddrop = 1247516
 
   |moddrop = 1247516
 
   |nexus  = 14000
 
   |nexus  = 14000
Line 2,236: Line 3,508:
 
   |nexus  = 3989
 
   |nexus  = 3989
 
   |github  = aleksanderwaagr/Stardew-ChangeProfessions
 
   |github  = aleksanderwaagr/Stardew-ChangeProfessions
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,250: Line 3,524:
 
   |nexus  = 6455
 
   |nexus  = 6455
 
   |github  = ChroniclerCherry/stardew-valley-mods
 
   |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = CHAOS mod for Stardew Valley, Stardew_CHAOS_Mod
 +
  |author  = Majesity
 +
  |id      = Majesity.Stardew_CHAOS_Mod
 +
  |nexus  = 19052
 +
  |github  = DevWithMaj/Stardew-CHAOS
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,269: Line 3,552:
 
   |author  = DaLion
 
   |author  = DaLion
 
   |id      = DaLion.Chargeable
 
   |id      = DaLion.Chargeable
   |nexus  = 14470
+
   |nexus  = 23048
   |github  = daleao/sdv-mods
+
   |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,277: Line 3,560:
 
   |id      = PeepCake.CharlieTheChicken
 
   |id      = PeepCake.CharlieTheChicken
 
   |nexus  = 6986
 
   |nexus  = 6986
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chaste Valley
 +
  |author  = Tensor
 +
  |id      = Tensor.ChasteValley
 +
  |nexus  = 21925
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 2,286: Line 3,578:
 
   |moddrop = 833554
 
   |moddrop = 833554
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Default On Cheats|Default On Cheats]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,300: Line 3,596:
 
   |nexus  = 5826
 
   |nexus  = 5826
 
   |github  = Annosz/StardewValleyModding
 
   |github  = Annosz/StardewValleyModding
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,307: Line 3,605:
 
   |nexus  = 5606
 
   |nexus  = 5606
 
   |github  = ChristinaEd/ChefHelperAddToFridges
 
   |github  = ChristinaEd/ChefHelperAddToFridges
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,325: Line 3,625:
 
   |nexus  = 6603
 
   |nexus  = 6603
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,334: Line 3,636:
 
   |nexus  = 3976
 
   |nexus  = 3976
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,341: Line 3,645:
 
   |nexus  = 11580
 
   |nexus  = 11580
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#ChessBoards
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,346: Line 3,654:
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
 
   |id      = MindMeltMax.ChestDisplays
 
   |id      = MindMeltMax.ChestDisplays
 +
  |curse  = 997977
 
   |nexus  = 7644
 
   |nexus  = 7644
 
   |moddrop = 1135692
 
   |moddrop = 1135692
Line 2,357: Line 3,666:
 
   |curse  = 501477
 
   |curse  = 501477
 
   |github  = berkayylmao/StardewValleyMods
 
   |github  = berkayylmao/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chest Feature Set
 +
  |author  = zack20136
 +
  |id      = zack20136.ChestFeatureSet
 +
  |nexus  = 21155
 +
  |github  = zack20136/ChestFeatureSet
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,388: Line 3,706:
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] instead.
+
   |summary  = use [[#Better Chests|Better Chests]], [[#Convenient Chests|Convenient Chests]], or [[#Chest Pooling V2|Chest Pooling V2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chest Pooling V2
 +
  |author  = jslattery26
 +
  |id      = jslattery26.ChestPoolingV2
 +
  |nexus  = 22461
 +
  |github  = jslattery26/stardew_mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,396: Line 3,721:
 
   |nexus  = 13946
 
   |nexus  = 13946
 
   |github  = sergiomadd/StardewValleyMods
 
   |github  = sergiomadd/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Chests Anywhere
 
   |name    = Chests Anywhere
 
   |author  = Pathoschild
 
   |author  = Pathoschild
 
   |id      = Pathoschild.ChestsAnywhere, ChestsAnywhere<!--changed in 1.9-->
 
   |id      = Pathoschild.ChestsAnywhere, ChestsAnywhere<!--changed in 1.9-->
 +
  |curse  = 1000640
 
   |nexus  = 518
 
   |nexus  = 518
 
   |moddrop = 606600
 
   |moddrop = 606600
 
   |github  = Pathoschild/StardewMods
 
   |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chest Value
 +
  |author  = Jppkr4
 +
  |id      = Jppkr4.ChestValue
 +
  |nexus  = 23816
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chest Values
 +
  |author  = MysticalAsian
 +
  |id      = MysticalAsian.ChestValues
 +
  |nexus  = 23878
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Child Bed Config
 +
  |author  = aclockworkhound
 +
  |id      = aclockworkhound.ChildBedConfig
 +
  |nexus  = 3540
 +
  |github  = clockworkhound/SDV-ChildBedConfig
 +
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.5).
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,433: Line 3,785:
 
   |github  = loe2run/ChildToNPC
 
   |github  = loe2run/ChildToNPC
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
 +
<!--
 
   |unofficial version = 1.2.1-unofficial.8-candidus42
 
   |unofficial version = 1.2.1-unofficial.8-candidus42
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-96#post-68501
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-68501
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,461: Line 3,815:
 
   |nexus  = 8524
 
   |nexus  = 8524
 
   |github  = valruno/ChooseRandomFarmEvent
 
   |github  = valruno/ChooseRandomFarmEvent
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,469: Line 3,825:
 
   |moddrop = 804100
 
   |moddrop = 804100
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Circle of Thorns - NPC Hector
 +
  |author  = DestyNova and KittyCatCasey, KittyCatCasey
 +
  |id      = DestyNova.Hector.SMAPI
 +
  |nexus  = 16032
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Never Ending Adventure and Circle of Thorns|Never Ending Adventure and Circle of Thorns]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = CJB Automation
 +
  |author  = CJBok
 +
  |id      = CJBAutomation
 +
  |nexus  = 211
 +
  |github  = CJBok/SDV-Mods
 +
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Automate|Automate]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,474: Line 3,854:
 
   |author  = CJBok and Pathoschild
 
   |author  = CJBok and Pathoschild
 
   |id      = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
 
   |id      = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
 +
  |curse  = 1000644
 
   |nexus  = 4
 
   |nexus  = 4
 
   |moddrop = 741872
 
   |moddrop = 741872
 
   |github  = CJBok/SDV-Mods
 
   |github  = CJBok/SDV-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,483: Line 3,863:
 
   |author  = CJBok and Pathoschild
 
   |author  = CJBok and Pathoschild
 
   |id      = CJBok.ItemSpawner, CJBItemSpawner<!--changed in 1.7-->
 
   |id      = CJBok.ItemSpawner, CJBItemSpawner<!--changed in 1.7-->
 +
  |curse  = 1000641
 
   |nexus  = 93
 
   |nexus  = 93
 
   |moddrop = 741893
 
   |moddrop = 741893
 
   |github  = CJBok/SDV-Mods
 
   |github  = CJBok/SDV-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,512: Line 3,892:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Clean Cellar
 
   |name    = Clean Cellar
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.CleanCellar
 
   |id      = EpicBellyFlop45.CleanCellar
 
   |nexus  = 2975
 
   |nexus  = 2975
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,523: Line 3,905:
 
   |nexus  = 794
 
   |nexus  = 794
 
   |github  = tstaples/CleanFarm
 
   |github  = tstaples/CleanFarm
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clear Glasses, Clear Glasses - HD Graphics and Filters
 +
  |author  = aurpine
 +
  |id      = aurpine.ClearGlasses
 +
  |nexus  = 21090
 +
  |github  = aurpine/Stardew-SpriteMaster
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,542: Line 3,931:
 
   |moddrop = 664033
 
   |moddrop = 664033
 
   |github  = Sakorona/SDVMods
 
   |github  = Sakorona/SDVMods
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained)
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clint's Backstock
 +
  |author  = Rokugin
 +
  |id      = Rokugin.ClintsBackstock
 +
  |nexus  = 20886
 +
  |github  = rokugin/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clock24
 +
  |author  = Lysero
 +
  |id      = Lysero.Clock24
 +
  |nexus  = 3718
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#24h Clock|24h Clock by Lajna]] or [[#24-Hour Clock Patcher|24-Hour Clock Patcher by pepoluan]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clothes Rack
 +
  |author  = LunaticShade
 +
  |id      = LunaticShade.ClothesRack
 +
  |nexus  = 18765
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cloudy Skies
 +
  |author  = Khloe Leclair
 +
  |id      = leclair.cloudyskies
 +
  |nexus  = 23135
 +
  |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,555: Line 3,979:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cock-a-doodle-dont
+
  |name    = Cobalt
   |author  = Fuzzy
+
  |author  = spacechase0
   |id      = fuzzy.cockadoodledont
+
  |id      = spacechase0.Cobalt
   |nexus  = 7584
+
  |nexus  = 1723
   |github  =
+
  |github  = spacechase0/Cobalt
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Prismatic Tools|Prismatic Tools]] or [[#Radioactive Tools|Radioactive Tools]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Cock-a-doodle-dont
 +
   |author  = Fuzzy
 +
   |id      = fuzzy.cockadoodledont
 +
   |nexus  = 7584
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,567: Line 4,002:
 
   |nexus  = 9843
 
   |nexus  = 9843
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,583: Line 4,020:
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
   |status  = workaround
+
   |status  = abandoned
   |summary  = use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead.
+
   |summary  = remove this mod (no longer maintained; use use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Collapsing On The Farm Fix
 +
  |author  = monsoonsheep
 +
  |id      = monsoonsheep.CollapseOnFarmFix
 +
  |nexus  = 18086
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,592: Line 4,036:
 
   |nexus  = 10380
 
   |nexus  = 10380
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colored Chests
 +
  |author  = Igorious
 +
  |id      = 4befde5c-731c-4853-8e4b-c5cdf946805f
 +
  |nexus  =
 +
  |chucklefish = 3684
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.1
 +
  |status  = obsolete
 +
  |summary  = remove this mod (colored chests added in Stardew Valley 1.1).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Colored Crystalariums
 
   |name    = Colored Crystalariums
   |author  = sophie
+
   |author  = sophiesalacia
 
   |id      = sophie.ColoredCrystalariums
 
   |id      = sophie.ColoredCrystalariums
 
   |nexus  = 14428
 
   |nexus  = 14428
 
   |github  = sophiesalacia/StardewMods
 
   |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colorful Chests
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ColorfulChests
 +
  |nexus  = 1623
 +
  |moddrop = 279189
 +
  |github  = spacechase0/ColorfulChests
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colorful Fishing Rods
 +
  |author  = atravita
 +
  |id      = atravita.ColorfulFishingRods
 +
  |nexus  = 25258
 +
  |github  = 6480k/colorful-fishing-rods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colorful Fish Ponds
 +
  |author  = rokugin
 +
  |id      = rokugin.colorfulfishponds
 +
  |nexus  = 23615
 +
  |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,620: Line 4,102:
 
   |nexus  = 16769
 
   |nexus  = 16769
 
   |github  = Floogen/CombatDummy
 
   |github  = Floogen/CombatDummy
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,629: Line 4,113:
 
   |nexus  = 3905
 
   |nexus  = 3905
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,643: Line 4,129:
 
   |author  = SlayerDharok
 
   |author  = SlayerDharok
 
   |id      = SlayerDharok.CombineMachines
 
   |id      = SlayerDharok.CombineMachines
 +
  |curse  = 992028
 
   |nexus  = 7411
 
   |nexus  = 7411
 
   |github  = Videogamers0/SDV-CombineMachines
 
   |github  = Videogamers0/SDV-CombineMachines
Line 2,671: Line 4,158:
 
   |name    = Community Center Anywhere
 
   |name    = Community Center Anywhere
 
   |author  = Stingray
 
   |author  = Stingray
   |id      = Stingray.CCA
+
   |id      = Stingray.CommunityCenterAnywhere<!--changed in 3.0.0-->, Stingray.CCA
 
   |nexus  = 10150
 
   |nexus  = 10150
 
   |github  = Stingrayss/StardewValley
 
   |github  = Stingrayss/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Community Center Bundles Randomizer
 +
  |author  = bowtochris
 +
  |id      = bowtochris.CommunityCenterBundlesRandomizer
 +
  |nexus  = 20425
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,688: Line 4,182:
 
   |nexus  = 9851
 
   |nexus  = 9851
 
   |github  = b-b-blueberry/CustomCommunityCentre
 
   |github  = b-b-blueberry/CustomCommunityCentre
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Custom Community Center-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,706: Line 4,202:
 
   |nexus  = 4446
 
   |nexus  = 4446
 
   |github  = jahangmar/StardewValleyMods
 
   |github  = jahangmar/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Comprehensive Stardew Valley Mod, My Modding
 +
  |author  = BenW, BW
 +
  |id      = BW.MyModding
 +
  |nexus  = 20918
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Concentration on Farming
 +
  |author  = punyo, yakminepunyo
 +
  |id      = punyo.ConcentrationOnFarming
 +
  |nexus  = 1445
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Configurable Bundle Costs
 
   |name    = Configurable Bundle Costs
   |author  = Vertigon
+
   |author  = sophiesalacia
 
   |id      = sophie.ConfigurableBundleCosts, Vertigon.ConfigurableBundleCosts<!--before 1.0.1-->
 
   |id      = sophie.ConfigurableBundleCosts, Vertigon.ConfigurableBundleCosts<!--before 1.0.1-->
 
   |nexus  = 9444
 
   |nexus  = 9444
   |github  = dtomlinson-ga/ConfigurableBundleCosts
+
   |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,730: Line 4,245:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Configurable Luck
 
   |name    = Configurable Luck
   |author  = sophie
+
   |author  = sophiesalacia
 
   |id      = sophie.ConfigurableLuck
 
   |id      = sophie.ConfigurableLuck
 
   |nexus  = 14610
 
   |nexus  = 14610
Line 2,745: Line 4,260:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Configurable Shipping Dates
 +
  |author  = Nishtra
 +
  |id      = ConfigurableShippingDates
 +
  |nexus  = 675
 +
  |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Configurable Special Orders Unlock
 
   |name    = Configurable Special Orders Unlock
   |author  = Vertigon
+
   |author  = sophiesalacia
 
   |id      = Vertigon.ConfigurableSpecialOrdersUnlock
 
   |id      = Vertigon.ConfigurableSpecialOrdersUnlock
 
   |nexus  = 8690
 
   |nexus  = 8690
   |github  = dtomlinson-ga/ConfigurableSpecialOrdersUnlock
+
   |github  = sophiesalacia/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,760: Line 4,287:
 
   |moddrop = 661367
 
   |moddrop = 661367
 
   |github  = Mizzion/MyStardewMods
 
   |github  = Mizzion/MyStardewMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,767: Line 4,296:
 
   |nexus  = 3519
 
   |nexus  = 3519
 
   |github  = BayesianBandit/ConfigureMachineSpeed
 
   |github  = BayesianBandit/ConfigureMachineSpeed
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Connected Fences
+
  |name    = Configure Machine Speed
 +
  |author  = Steph Hoel
 +
  |id      = StephHoel.ConfigureMachineSpeed
 +
  |nexus  = 21005
 +
  |github  = StephHoel/ModsStardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Confirm Gifts
 +
  |author  = BadScientist
 +
  |id      = BadScientist.ConfirmGifts
 +
  |nexus  = 23224
 +
  |github  = BadScientist/ConfirmGifts
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Confirm Warp Totem
 +
  |author  = John Peters
 +
  |id      = JohnPeters.ConfirmWarpTotem
 +
  |nexus  = 20255
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Connected Fences
 
   |author  = sergiomadd
 
   |author  = sergiomadd
 
   |id      = sergiomadd.ConnectedFences
 
   |id      = sergiomadd.ConnectedFences
Line 2,781: Line 4,333:
 
   |nexus  = 11411
 
   |nexus  = 11411
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#ConnectedGardenPots
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,795: Line 4,351:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Console Chat
 
   |name    = Console Chat
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.ConsoleChat
 
   |id      = EpicBellyFlop45.ConsoleChat
 
   |nexus  = 3768
 
   |nexus  = 3768
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,816: Line 4,372:
 
   |url    = https://smapi.io
 
   |url    = https://smapi.io
 
   |github  = Pathoschild/SMAPI
 
   |github  = Pathoschild/SMAPI
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Console Coordinates
 +
  |author  = Pillow
 +
  |id      = Pillow.ConsoleCoordinates
 +
  |nexus  = 8957
 +
  |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,824: Line 4,389:
 
   |nexus  = 10545
 
   |nexus  = 10545
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,842: Line 4,409:
 
   |nexus  = 3853
 
   |nexus  = 3853
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Content Patcher Editor
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.ContentPatcherEditor
 +
  |nexus  = 17661
 +
  |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,855: Line 4,429:
 
   |id      = Vanguard3000.ContextSensitiveGiftCursor
 
   |id      = Vanguard3000.ContextSensitiveGiftCursor
 
   |nexus  = 6564
 
   |nexus  = 6564
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Continuous Music
 +
  |author  = exhaustors
 +
  |id      = exhaustors.ContinuousMusic
 +
  |nexus  = 24348
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 2,863: Line 4,444:
 
   |nexus  = 12801
 
   |nexus  = 12801
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Control Tree
 +
  |author  = Cluom
 +
  |id      = Cluom.ControlTree
 +
  |nexus  = 23119
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,870: Line 4,458:
 
   |nexus  = 8160
 
   |nexus  = 8160
 
   |github  = tesla1889tv/ControlValleyMod
 
   |github  = tesla1889tv/ControlValleyMod
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,878: Line 4,468:
 
   |github  = aEnigmatic/StardewValley
 
   |github  = aEnigmatic/StardewValley
 
   |curse  = 300150
 
   |curse  = 300150
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-28711
 
  |unofficial version = 1.5.2-unofficial.2-borthain
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,889: Line 4,475:
 
   |nexus  = 10384
 
   |nexus  = 10384
 
   |github  = alanperrow/StardewModding
 
   |github  = alanperrow/StardewModding
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cooking Overhaul
 +
  |author  = stardemod
 +
  |id      = stardemod.CookingOverhaul
 +
  |nexus  = 24845
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,898: Line 4,491:
 
   |nexus  = 522
 
   |nexus  = 522
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,907: Line 4,502:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Coop Cursor
+
   |name    = Coop Cursor, Multi-Screen Multiplayer
 
   |author  = DeLiXx
 
   |author  = DeLiXx
 
   |id      = DeLiXx.Coop_Cursor
 
   |id      = DeLiXx.Coop_Cursor
 +
  |curse  = 990474
 
   |nexus  = 12269
 
   |nexus  = 12269
 
   |github  =
 
   |github  =
   |source  = https://gitlab.com/delixx/stardew-valley-coop-cursor
+
   |source  = https://gitlab.com/delixx/stardew-valley/coop-cursor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,927: Line 4,523:
 
   |nexus  = 15333
 
   |nexus  = 15333
 
   |github  = ncarigon/StardewValleyMods
 
   |github  = ncarigon/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Copy Invite Code
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.copyinvitecode
 +
  |nexus  = 2171
 +
  |github  = danvolchek/StardewMods
 +
 +
  |status  = obsolete
 +
  |summary = remove this mod (added in Stardew Valley 1.3.17).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,934: Line 4,540:
 
   |nexus  = 8522
 
   |nexus  = 8522
 
   |github  = Floogen/CosmeticRings
 
   |github  = Floogen/CosmeticRings
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Counting Sheep
 +
  |author  = calebstein1
 +
  |id      = calebstein1.CountingSheep
 +
  |nexus  = 25380
 +
  |github  = calebstein1/CountingSheep
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,943: Line 4,559:
 
   |moddrop = 755868
 
   |moddrop = 755868
 
   |github  = CompSciLauren/stardew-valley-cozy-clothing-mod
 
   |github  = CompSciLauren/stardew-valley-cozy-clothing-mod
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,951: Line 4,569:
 
   |github  = jdusbabek/stardewvalley
 
   |github  = jdusbabek/stardewvalley
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3
 +
<!--
 
   |unofficial version = 1.1.1-unofficial.6-strobe
 
   |unofficial version = 1.1.1-unofficial.6-strobe
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,965: Line 4,585:
 
   |name    = Craftable Butterfly Hutches
 
   |name    = Craftable Butterfly Hutches
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.OutdoorButterflyHutch
+
   |id      = aedenthorn.CraftableButterflyHutches<!--changed in 0.1.1-unofficial.1-->, aedenthorn.OutdoorButterflyHutch
 
   |nexus  = 6279
 
   |nexus  = 6279
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CraftableButterflyHutches
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,975: Line 4,599:
 
   |nexus  = 4286
 
   |nexus  = 4286
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Craftable Terrarium, Terrarium
 
   |name    = Craftable Terrarium, Terrarium
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Terrarium
+
   |id      = aedenthorn.CraftableTerrarium<!--changed in 0.1.3-unofficial.1-->, aedenthorn.Terrarium
 
   |nexus  = 8031
 
   |nexus  = 8031
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.3-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CraftableTerrarium
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,989: Line 4,619:
 
   |nexus  = 15341
 
   |nexus  = 15341
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,000: Line 4,632:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Crane Man Begone
+
   |name    = Craft Anything Framework
   |author  = MouseyPounds
+
   |author  = MindMeltMax
   |id      = MouseyPounds.CraneManBegone
+
   |id      = MindMeltMax.CAF
   |nexus  = 4704
+
   |nexus  = 24794
   |github  = MouseyPounds/stardew-mods
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Creaturebook
+
   |name    = Craft Counter
   |author  = KediDili
+
   |author  = bcmpinc
   |id      = KediDili.Creaturebook
+
   |id      = bcmpinc.CraftCounter
   |nexus  = 13807
+
   |nexus  = 2739
   |github  = KediDili/Creaturebook
+
   |github  = bcmpinc/StardewHack
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Critter Rings
+
  |name    = Crafting Collections Page
 +
  |author  = Gurm0
 +
  |id      = Gurm0.CraftingCollection
 +
  |curse  = 1008156
 +
  |nexus  = 21620
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crafting Counter
 +
  |author  = lolpcgaming
 +
  |id      = lolpcgaming.CraftingCounter
 +
  |nexus  = 1585
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Craft Priority
 +
  |author  = trienow
 +
  |id      = de.trienow.stardew.craftpriority
 +
  |nexus  = 4174
 +
  |github  = trienow/Stardew-CraftPriority
 +
 
 +
  |status  = obsolete
 +
  |summary = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crane Machine
 +
  |author  = chocolatte12
 +
  |id      = chocolatte12.CraneMachine
 +
  |nexus  = 20112
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crane Man Begone
 +
  |author  = MouseyPounds
 +
  |id      = MouseyPounds.CraneManBegone
 +
  |nexus  = 4704
 +
  |github  = MouseyPounds/stardew-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Creaturebook
 +
  |author  = KediDili
 +
  |id      = KediDili.Creaturebook
 +
  |nexus  = 13807
 +
  |github  = KediDili/Creaturebook
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Creeper Forage
 +
  |author  = bwdy
 +
  |id      = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
 +
  |nexus  = 2115
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Critter Fixes
 +
  |author  = juminos
 +
  |id      = juminos.CritterFixes
 +
  |nexus  = 24667
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Critter Rings
 
   |author  = atravita
 
   |author  = atravita
 
   |id      = atravita.CritterRings
 
   |id      = atravita.CritterRings
Line 3,021: Line 4,726:
 
   |nexus  = 15557
 
   |nexus  = 15557
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crocus Crew Sea Monster Alert, Sea Monster Alert
 +
  |author  = violetlizabet
 +
  |id      = violetlizabet.seaMonster
 +
  |nexus  = 20486
 +
  |github  = elizabethcd/SeaMonsterAlert
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,030: Line 4,744:
 
   |github  =
 
   |github  =
 
   |source  = https://gitlab.com/kdau/cropbeasts
 
   |source  = https://gitlab.com/kdau/cropbeasts
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,037: Line 4,753:
 
   |nexus  = 9224
 
   |nexus  = 9224
 
   |github  = FairfieldBW/CropCheck
 
   |github  = FairfieldBW/CropCheck
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,053: Line 4,771:
 
   |moddrop = 793915
 
   |moddrop = 793915
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,067: Line 4,787:
 
   |nexus  = 7203
 
   |nexus  = 7203
 
   |github  = stoobinator/Stardew-Valley-Grace-Period
 
   |github  = stoobinator/Stardew-Valley-Grace-Period
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Growth Adjustments
 +
  |author  = GZhynko
 +
  |id      = GZhynko.CropGrowthAdjustments
 +
  |nexus  = 18914
 +
  |github  = gzhynko/stardew-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Crop Growth Info
 
   |name    = Crop Growth Info
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CropGrowthInformation
+
   |id      = aedenthorn.CropGrowthInfo<!--changed in 0.1.1-unofficial.1-->, aedenthorn.CropGrowthInformation
 
   |nexus  = 12178
 
   |nexus  = 12178
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropGrowthInfo
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Harvest Bubbles
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CropHarvestBubbles
 +
  |nexus  = 17761
 +
  |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119392
 +
  |unofficial version = 0.3.1-unofficial.1-logophile
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Crop Hat
 
   |name    = Crop Hat
   |author  = aed, aedenthorn
+
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CropHat
 
   |id      = aedenthorn.CropHat
 
   |nexus  = 11787
 
   |nexus  = 11787
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.4-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropHat
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Crops Anytime Anywhere
+
   |name    = Crop Markers
   |author  = Pathoschild
+
   |author  = aedenthorn, Erinthe
   |id      = Pathoschild.CropsAnytimeAnywhere
+
   |id      = aedenthorn.CropMarkers
   |nexus  = 3000
+
   |nexus  = 18120
   |moddrop = 606647
+
   |github  = aedenthorn/StardewValleyMods
   |github = Pathoschild/StardewMods
+
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CropMarkers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Crops Watered Indicator
+
  |name    = Crop Safety
 +
  |author  = BadNetCode
 +
  |id      = BadNetCode.CropSafety
 +
  |nexus  = 1233
 +
  |moddrop = 130160
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crops Anytime Anywhere
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.CropsAnytimeAnywhere
 +
  |curse  = 1000626
 +
  |nexus  = 3000
 +
  |moddrop = 606647
 +
  |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crops Survive Season Change
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CropsSurviveSeasonChange
 +
  |nexus  = 18030
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.3-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropsSurviveSeasonChange
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Crops Watered Indicator
 
   |author  = Tyler Thrailkill, snowe2010
 
   |author  = Tyler Thrailkill, snowe2010
 
   |id      = tylerthrailkill.cropswateredindicator
 
   |id      = tylerthrailkill.cropswateredindicator
Line 3,122: Line 4,904:
 
   |nexus  = 11467
 
   |nexus  = 11467
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.6-unofficial.1-Logophile
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117759
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,127: Line 4,913:
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
 
   |id      = MindMeltMax.CropWalker
 
   |id      = MindMeltMax.CropWalker
 +
  |curse  = 1004489
 
   |moddrop = 1443553
 
   |moddrop = 1443553
 
   |nexus  = 16632
 
   |nexus  = 16632
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Watering Bubbles
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CropWateringBubbles
 +
  |nexus  = 17773
 +
  |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Crop Watering Bubbles Continued|Crop Watering Bubbles Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Watering Bubbles Continued
 +
  |author  = aedenthorn and tem696969696969, Erinthe
 +
  |id      = tem696969696969.CropWateringBubbles
 +
  |nexus  = 21428
 +
  |github  = kqrse/StardewValleyMods-aedenthorn
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crowcalypse
 +
  |author  = stardemod
 +
  |id      = stardemod.Crowcalypse
 +
  |nexus  = 22594
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,144: Line 4,956:
 
   |nexus  = 7826
 
   |nexus  = 7826
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crystalline Junimo Chests
 +
  |author  = LeFauxMatt and pegfingers
 +
  |id      = furyx639.CrystallineJunimoChests
 +
  |moddrop = 1547134
 +
  |nexus  = 20658
 +
  |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Current Location
 +
  |author  = Omegasis, AlphaOmegasis
 +
  |id      = CurrentLocation102120161203
 +
  |nexus  = 638
 +
  |github  = janavarro95/Stardew_Valley_Mods
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,155: Line 4,986:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
 
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cursor Teleport, Teleport to Cursor
 +
  |author  = Patap, Pataper
 +
  |id      = Patap.CursorTeleport
 +
  |nexus  = 17934
 +
  |github  = pa4op/stardew-teleport
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,162: Line 5,000:
 
   |nexus  = 10047
 
   |nexus  = 10047
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,170: Line 5,010:
 
   |github  = defenthenation/StardewMod-CustomSlayerChallenges
 
   |github  = defenthenation/StardewMod-CustomSlayerChallenges
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
  |status            = unofficial
+
<!--
   |unofficial url    = https://github.com/lshtech/StardewMod-CustomSlayerChallenges/releases
+
   |unofficial url    = {{github|lshtech/StardewMod-CustomSlayerChallenges}}/releases
 
   |unofficial version = 2.0.1-unofficial.1-eble
 
   |unofficial version = 2.0.1-unofficial.1-eble
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Asset Modifier, Custom Asset Editor
 +
  |author  = Omegasis, AlphaOmegasis
 +
  |id      = Omegasis.CustomAssetModifier
 +
  |nexus  = 1836
 +
  |github  = janavarro95/Stardew_Valley_Mods
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,181: Line 5,033:
 
   |nexus  = 13826
 
   |nexus  = 13826
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#The Return of Custom Backpack Framework|The Return of Custom Backpack Framework]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Blessings Framework
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.customBlessingsFramework
 +
  |nexus  = 25267
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Bundles
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.CustomBundles
 +
  |nexus  = 8258
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Bush
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.CustomBush
 +
  |curse  = 998265
 +
  |moddrop = 1547214
 +
  |nexus  = 20619
 +
  |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,195: Line 5,075:
 
   |nexus  = 7755
 
   |nexus  = 7755
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Custom Chores
 
   |name    = Custom Chores
   |author  = furyx639, LeFauxMatt
+
   |author  = LeFauxMatt
 
   |id      = furyx639.CustomChores
 
   |id      = furyx639.CustomChores
 
   |nexus  = 5315
 
   |nexus  = 5315
 
   |moddrop = 717888
 
   |moddrop = 717888
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Community Center Bundles
 +
  |author  = Alja, alvadea & jaksha
 +
  |id      = alja.CustomCCB
 +
  |nexus  = 21340
 +
  |github  = Jaksha6472/ChallengingCommunityCenterBundles
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,210: Line 5,101:
 
   |nexus  = 9850
 
   |nexus  = 9850
 
   |github  = b-b-blueberry/CustomCommunityCentre
 
   |github  = b-b-blueberry/CustomCommunityCentre
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,215: Line 5,108:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.CustomCompanions
 
   |id      = PeacefulEnd.CustomCompanions
 +
  |curse  = 870939
 
   |nexus  = 8626
 
   |nexus  = 8626
 
   |github  = Floogen/CustomCompanions
 
   |github  = Floogen/CustomCompanions
Line 3,233: Line 5,127:
 
   |nexus  = 1255
 
   |nexus  = 1255
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Crops
 +
  |author  = spacechase0
 +
  |id      = spacechase0.CustomCrops
 +
  |nexus  = 1592
 +
  |moddrop = 273617
 +
  |github  = spacechase0/CustomCrops
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,240: Line 5,146:
 
   |nexus  = 5830
 
   |nexus  = 5830
 
   |github  = ZaneYork/SDV_Mods
 
   |github  = ZaneYork/SDV_Mods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,269: Line 5,177:
 
   |nexus  = 9626
 
   |nexus  = 9626
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,276: Line 5,186:
 
   |nexus  = 5894
 
   |nexus  = 5894
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farm Loader
+
   |name    = Custom Egg Amount to Win the Egg Festival, Egg Festival Custom Egg Amount
   |author  = DeLiXx
+
   |author  = onlythechosen
   |id      = DeLiXx.Custom_Farm_Loader
+
   |id      = otc.eggfestivalcustomeggamount
   |nexus  = 13804
+
   |nexus  = 22380
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/delixx/stardew-valley-custom-farm-loader
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Fixed Dialogue
+
   |name    = Custom Element Handler
  |author  = aedenthorn, Erinthe
 
  |id      = aedenthorn.CustomFixedDialogue
 
  |nexus  = 6358
 
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Custom Furniture
 
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.CustomFurniture
+
   |id      = Platonymous.CustomElementHandler
   |nexus  = 1254
+
   |nexus  = 1068
  |moddrop = 793932
 
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Gift Dialogue
+
   |name    = Custom Elevator Sound, Customizable Elevator Bell Ding Sound Replacer
   |author  = PurrplingCat
+
   |author  = pneuma163
   |id      = PurrplingCat.CustomGiftDialogue
+
   |id      = pneuma163.CustomElevatorSound
   |nexus  = 7304
+
   |nexus  = 24972
   |github  = purrplingcat/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Gift Limits
+
   |name    = Custom Emotes
   |author  = aedenthorn, Erinthe
+
   |author  = purrplingcat
   |id      = aedenthorn.CustomGiftLimits
+
   |id      = PurrplingCat.CustomEmotes
   |nexus  = 13964
+
   |nexus  = 10861
   |github  = aedenthorn/StardewValleyMods
+
   |github  = purrplingcat/CustomEmotes
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Hay
+
   |name    = Custom Farming Redux
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomHay
+
   |id      = Platonymous.CustomFarming
   |nexus  = 16744
+
   |nexus  = 991
   |github  = aedenthorn/StardewValleyMods
+
  |curse  = 307366
 +
  |moddrop = 793926
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod|Producer Framework Mod]] instead.
 +
  |broke in = Stardew Valley 1.4.4<!--@retest-linked-->
 +
<!--
 +
  |unofficial version = 2.12.10-unofficial.1-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customizable Cart Redux
+
   |name    = Custom Farming Redux → CFAutomate
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Platonymous
   |id      = KoihimeNakamura.CCR
+
   |id      = Platonymous.CFAutomate
   |nexus  = 1402
+
   |nexus  = 991
   |moddrop = 664037
+
   |github  = Platonymous/Stardew-Valley-Mods
   |github = Sakorona/SDVMods
+
 
 +
  |broke in = Automate 1.15
 +
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Producer Framework Mod → PFMAutomate|Producer Framework Mod → PFMAutomate]] instead.
 +
<!--
 +
  |unofficial version = 2.12.10-unofficial.1-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customizable Death Penalty
+
   |name    = Custom Farm Loader
   |author  = CatCattyCat, Cat
+
   |author  = DeLiXx
   |id      = cat.customizabledeathpenalty
+
   |id      = DeLiXx.Custom_Farm_Loader
   |nexus  = 1991
+
   |curse   = 990485
  |moddrop = 833547
+
   |nexus  = 13804
   |github  = danvolchek/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Customizable Traveling Cart Days
 
  |author  = Yyeahdude
 
  |id      = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
 
   |nexus  = 567
 
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Anywhere
+
   |name    = Custom Farm Types
   |author  = Cherry, CherryChain
+
   |author  = spacechase0
   |id      = Cherry.CustomizeAnywhere
+
   |id      = spacechase0.CustomFarmTypes
   |nexus  = 4734
+
   |nexus  = 1140
   |moddrop = 716356
+
   |moddrop = 128708
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = spacechase0/CustomFarmTypes
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Exterior
+
   |name    = Custom Fence Decay
   |author  = spacechase0
+
   |author  = Jean Seb Gwak
   |id      = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
+
   |id      = CustomFenceDecay
   |nexus  = 1099
+
   |nexus  = 25155
  |moddrop = 127272
+
   |github  = JeanSebGwak/CustomFenceDecay
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Starting Health and Stamina, Custom Health and Stamina Start
+
   |name    = Custom Fixed Dialogue
   |author  = MissCoriel
+
   |author  = aedenthorn, Erinthe
   |id      = misscoriel.hpstam
+
   |id      = aedenthorn.CustomFixedDialogue
   |nexus  = 5275
+
   |nexus  = 6358
   |github  = MissCoriel/Customize-Health-and-Stamina
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Fixed Dialogue - Continued|Custom Fixed Dialogue - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Wedding Attire
+
   |name    = Custom Fixed Dialogue - Continued
   |author  = violetlizabet
+
   |author  = Datamancer
   |id      = violetlizabet.CustomizeWeddingAttire
+
   |id      = datamancer.CustomFixedDialogue
   |nexus  = 10761
+
   |nexus  = 20938
   |github  = elizabethcd/CustomizeWeddingAttire
+
  |moddrop = 1533308
 +
   |github  = csandwith/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Kissing
+
   |name    = Custom Furniture
   |author  = Digus
+
   |author  = Platonymous
   |id      = DIGUS.CustomKissingMod
+
   |id      = Platonymous.CustomFurniture
   |nexus  = 4664
+
   |nexus  = 1254
   |github  = Digus/StardewValleyMods
+
  |moddrop = 793932
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Linens
+
   |name    = Custom Gift Dialogue
   |author  = Mevima
+
   |author  = PurrplingCat
   |id      = Mevima.CustomLinens
+
   |id      = PurrplingCat.CustomGiftDialogue
   |nexus  = 1027
+
   |nexus  = 7304
 +
  |github  = purrplingcat/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Gift Limits
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CustomGiftLimits
 +
  |nexus  = 13964
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Gift Limits - Continued|Custom Gift Limits - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Gift Limits - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.CustomGiftLimits
 +
  |nexus  = 22385
 +
  |github  = FlyingTNT/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Greenhouse
 +
  |author  = Forkmaster
 +
  |id      = Forkmaster.CustomGreenhouse
 +
  |nexus  = 3464
 
   |github  =
 
   |github  =
  
  |broke in = SMAPI 3.0
+
   |status  = abandoned
   |status   = workaround
 
  |summary = Use [https://www.nexusmods.com/stardewvalley/mods/2184/ Custom Linens for Content Patcher] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Localization
+
   |name    = Custom Harvest Fix
   |author  = ZaneYork
+
   |author  = mytigio
   |id      = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
+
   |id      = mytigio.customharvestfix
   |nexus  = 5377
+
   |nexus  = 4192
   |github  = ZaneYork/SDV_CustomLocalization
+
   |github  = mytigio/CustomHarvestFix
  
   |summary  = use latest version.
+
  |status  = obsolete
 +
   |summary  = remove this mod (no longer needed, Json Assets handles deshuffling animal products on its own now).
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
  |status  = obsolete
 
  |warnings = Only compatible with Android. ([[Modding:Migrate to Stardew Valley 1.5.5#Custom languages|Custom languages]] were added in Stardew Valley 1.5.5.)
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Locks
+
   |name    = Custom Hay
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomLocks
+
   |id      = aedenthorn.CustomHay
   |nexus  = 6251
+
   |nexus  = 16744
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomHay
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Mine Cart Steam
+
   |name    = Custom Home Music, Zelink's ZeldaHome
   |author  = aedenthorn, Erinthe
+
   |author  = zelink, zelinknilez
   |id      = aedenthorn.CustomMineCartSteam
+
   |id      = zelink.zeldaHome
   |nexus  = 14508
+
   |nexus  = 20844
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Movies
+
   |name    = Customise Child Bedroom
   |author  = Platonymous
+
   |author  = Speshkitty
   |id      = Platonymous.CustomMovies
+
   |id      = speshkitty.CustomiseChildBedroom
   |nexus  = 4737
+
   |nexus  = 5540
   |moddrop = 793918
+
   |github  = Speshkitty/CustomiseChildBedroom
   |github = Platonymous/Stardew-Valley-Mods
+
 
 +
   |status = obsolete
 +
  |summary = remove this mod (added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Music
+
   |name    = Customizable Cart Redux
   |author  = Platonymous
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = Platonymous.CustomMusic
+
   |id      = KoihimeNakamura.CCR
   |curse   = 307367
+
   |nexus   = 1402
   |moddrop = 793904
+
   |moddrop = 664037
   |nexus  = 3043
+
   |github  = Sakorona/SDVMods
   |github  = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom NPC Exclusions
+
   |name    = Customizable Death Penalty
   |author  = Esca, Esca-MMC
+
   |author  = CatCattyCat, Cat
   |id      = Esca.CustomNPCExclusions
+
   |id      = cat.customizabledeathpenalty
   |nexus  = 7089
+
   |nexus  = 1991
   |moddrop = 847997
+
   |moddrop = 833547
   |github  = Esca-MMC/CustomNPCExclusions
+
   |github  = danvolchek/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom NPC Fixes
+
   |name    = Customizable Traveling Cart Days
   |author  = spacechase0
+
   |author  = Yyeahdude
   |id      = spacechase0.CustomNPCFixes
+
   |id      = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
   |curse   = 867734
+
   |nexus   = 567
   |moddrop = 771669
+
   |github  =
  |nexus  = 3849
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom NPC - Riley, Riley House
+
   |name    = Customize Anywhere
   |author  = SG
+
   |author  = Cherry, CherryChain
   |id      = SG.RileyHouse
+
   |id      = Cherry.CustomizeAnywhere
   |nexus  = 5811
+
   |nexus  = 4734
   |github  =
+
  |moddrop = 716356
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Obelisks
+
   |name    = Customize Cursor Sprite
   |author  = XxHarvzBackxX
+
   |author  = Sonozuki
   |id      = harvz.CustomObelisks
+
   |id      = EpicBellyFlop45.CustomizeCursorSprite
   |nexus  = 10202
+
   |nexus  = 3014
   |github  = XxHarvzBackxX/Custom-Obelisks
+
   |github  = Sonozuki/StardewMods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Object Production
+
   |name    = Customize Dresser
   |author  = aedenthorn, Erinthe
+
   |author  = Dragoon23
   |id      = aedenthorn.CustomObjectProduction
+
   |id      = Dragoon23.CustomizeDresser
   |nexus  = 10152
+
   |nexus  = 23359
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Ore Nodes
+
   |name    = Customize Exterior
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.CustomOreNodes
+
   |id      = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
   |nexus  = 5966
+
   |nexus  = 1099
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 127272
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Paths
+
   |name    = Customize Starting Health and Stamina, Custom Health and Stamina Start
   |author  = Entoarox
+
   |author  = MissCoriel
   |id      = Entoarox.CustomPaths
+
   |id      = misscoriel.hpstam
   |nexus  = 2272
+
   |nexus  = 5275
  |chucklefish = 5234
+
   |github  = MissCoriel/Customize-Health-and-Stamina
   |github  = Entoarox/StardewMods
 
 
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Pet Beds, Pet Bed
+
   |name    = Customize Trinkets
   |author  = aedenthorn, Erinthe
+
   |author  = Dragoon23
   |id      = aedenthorn.PetBed
+
   |id      = Dragoon23.CustomizeTrinkets
   |nexus  = 10462
+
   |nexus  = 23818
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Picture Frames
+
   |name    = Customize Wedding Attire
   |author  = aedenthorn, Erinthe
+
   |author  = violetlizabet
   |id      = aedenthorn.CustomPictureFrames
+
   |id      = violetlizabet.CustomizeWeddingAttire
   |nexus  = 10704
+
   |nexus  = 10761
   |github  = aedenthorn/StardewValleyMods
+
   |github  = elizabethcd/CustomizeWeddingAttire
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Quest Expiration
+
   |name    = Custom Kissing
   |author  = hawkfalcon
+
   |author  = Digus
   |id      = hawkfalcon.CustomQuestExpiration
+
   |id      = DIGUS.CustomKissingMod
   |nexus  = 2148
+
   |nexus  = 4664
   |github  = hawkfalcon/Stardew-Mods
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Reminders
+
   |name    = Custom Linens
   |author  = Dem1se
+
   |author  = Mevima
   |id      = Dem1se.CustomReminders
+
   |id      = Mevima.CustomLinens
   |nexus  = 6215
+
   |nexus  = 1027
   |moddrop = 793899
+
   |github  =
   |github = Dem1se/CustomReminders
+
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
   |summary = use {{nexus mod|2184|Custom Linens for Content Patcher}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Renovations, Renovations
+
   |name    = Custom Localization
   |author  = aedenthorn, Erinthe
+
   |author  = ZaneYork
   |id      = aedenthorn.Renovations
+
   |id      = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
   |nexus  = 9687
+
   |nexus  = 5377
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ZaneYork/SDV_CustomLocalization
 +
 
 +
  |summary  = use latest version.
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = obsolete
 +
  |warnings = Only compatible with Android. ([[Modding:Migrate to Stardew Valley 1.5.5#Custom languages|Custom languages]] were added in Stardew Valley 1.5.5.)
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Resource Clumps
+
   |name    = Custom Locks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomResourceClumps
+
   |id      = aedenthorn.CustomLocks
   |nexus  = 6669
+
   |nexus  = 6251
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Signs
+
   |name    = Custom Locks Updated
   |author  = aedenthorn, Erinthe
+
   |author  = Rokugin
   |id      = aedenthorn.CustomSigns
+
   |id      = Rokugin.CustomLocksUpdated
   |nexus  = 11336
+
   |nexus  = 21148
   |github  = aedenthorn/StardewValleyMods
+
   |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Location
+
   |name    = Custom Machine Experience
   |author  = barteke22
+
   |author  = weizinai
   |id      = barteke22.CustomSpouseLocation
+
   |id      = weizinai.CustomMachineExperience
   |nexus  = 9676
+
   |nexus  = 25455
   |github  = barteke22/StardewMods
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Patio Redux
+
   |name    = Custom Mine Cart Steam
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomSpousePatioRedux
+
   |id      = aedenthorn.CustomMineCartSteam
   |nexus  = 10889
+
   |nexus  = 14508
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Patio Wizard
+
   |name    = Custom Movies
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomSpousePatioWizard
+
   |id      = Platonymous.CustomMovies
   |nexus  = 7775
+
   |nexus  = 4737
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 793918
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Rooms
+
   |name    = Custom Music
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomSpouseRooms
+
   |id      = Platonymous.CustomMusic
   |curse  = 868833
+
   |curse  = 307367
   |nexus  = 10029
+
  |moddrop = 793904
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 3043
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Starter Furniture
+
   |name    = Custom Names
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.CustomStarterFurniture
+
   |id      = MindMeltMax.CustomNames
   |nexus  = 16729
+
  |curse  = 1008334
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 23131
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Starter Package
+
   |name    = Custom NPC
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomStarterPackage
+
   |id      = Platonymous.CustomNPC
   |nexus  = 14152
+
   |nexus  = 1607
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tokens
+
   |name    = Custom NPC Exclusions
   |author  = TheMightyAmondee, MightyAmondee
+
   |author  = Esca, Esca-MMC
   |id      = TheMightyAmondee.CustomTokens
+
   |id      = Esca.CustomNPCExclusions
   |nexus  = 7517
+
   |nexus  = 7089
   |github  = TheMightyAmondee/CustomTokens
+
  |moddrop = 847997
 +
   |github  = Esca-MMC/CustomNPCExclusions
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Toolbar
+
   |name    = Custom NPC Fixes
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.CustomToolbar
+
   |id      = spacechase0.CustomNPCFixes
   |nexus  = 11322
+
  |curse  = 867734
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 771669
 +
   |nexus  = 3849
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tool Effect
+
   |name    = Custom NPC - Riley, Riley House
   |author  = ZaneYork
+
   |author  = SG
   |id      = ZaneYork.CustomToolEffect
+
   |id      = SG.RileyHouse
   |nexus  = 5712
+
   |nexus  = 5811
   |github  = ZaneYork/CustomToolEffect
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tool Range
+
   |name    = Custom Obelisks
   |author  = trashcan9
+
   |author  = XxHarvzBackxX
   |id      = trashcan9.CustomToolRange
+
   |id      = harvz.CustomObelisks
   |nexus  = 16384
+
   |nexus  = 10202
   |github  =
+
   |github  = XxHarvzBackxX/Custom-Obelisks
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tracker
+
   |name    = Custom Object Production
   |author  = Esca, Esca-MMC
+
   |author  = aedenthorn, Erinthe
   |id      = Esca.CustomTracker
+
   |id      = aedenthorn.CustomObjectProduction
   |nexus  = 5108
+
  |curse  = 868827
   |github  = Esca-MMC/CustomTracker
+
   |nexus  = 10152
   |moddrop = 706059
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Transparency
+
   |name    = Custom Ore Nodes
   |author  = CatCattyCat, Cat
+
   |author  = aedenthorn, Erinthe
   |id      = cat.customtransparency
+
   |id      = aedenthorn.CustomOreNodes
   |nexus   = 2359
+
   |curse   = 868903
   |moddrop = 833556
+
   |nexus  = 5966
   |github  = danvolchek/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Trash Can
+
   |name    = Custom Paths
   |author  = ShivaGuy
+
   |author  = Entoarox
   |id      = ShivaGuy.CustomTrashCan
+
   |id      = Entoarox.CustomPaths
   |nexus  = 11835
+
   |nexus  = 2272
   |github  =
+
  |chucklefish = 5234
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tree Tweaks, More Wood
+
   |name    = Custom Pet Beds, Pet Bed
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TreeTweaks
+
   |id      = aedenthorn.PetBed
   |nexus  = 10760
+
   |nexus  = 10462
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom TV
+
   |name    = Custom Picture Frames
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.CustomTV
+
   |id      = aedenthorn.CustomPictureFrames
   |curse   = 877224
+
   |nexus   = 10704
   |nexus  = 6775
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Wallpaper Framework
+
   |name    = Custom Quest Expiration
   |author  = aedenthorn, Erinthe
+
   |author  = hawkfalcon
   |id      = aedenthorn.CustomWallpaperFramework
+
   |id      = hawkfalcon.CustomQuestExpiration
   |nexus  = 12510
+
   |nexus  = 2148
   |github  = aedenthorn/StardewValleyMods
+
   |github  = hawkfalcon/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warp Locations
+
   |name    = Custom Reminders
   |author  = CatCattyCat, Cat
+
   |author  = Dem1se
   |id      = cat.customwarplocations
+
   |id      = Dem1se.CustomReminders
   |nexus  = 1688
+
   |nexus  = 6215
   |moddrop = 833544
+
   |moddrop = 793899
   |github  = danvolchek/StardewMods
+
   |github  = Dem1se/CustomReminders
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warp Points
+
   |name    = Custom Renovations, Renovations
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomWarpPoints
+
   |id      = aedenthorn.Renovations
   |nexus  = 9651
+
   |nexus  = 9687
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warps
+
   |name    = Custom Resource Clumps
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = aedenthorn, Erinthe
   |id      = f4iTh.CustomWarps
+
   |id      = aedenthorn.CustomResourceClumps
   |nexus  = 3445
+
   |nexus  = 6669
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Winter Star Gifts
+
   |name    = Custom Shirts
   |author  = XxHarvzBackxX
+
   |author  = Platonymous
   |id      = harvz.CWSG
+
   |id      = Platonymous.CustomShirts
   |nexus  = 10024
+
   |nexus  = 2416
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cut the Cord, TvMenu
+
   |name    = Custom Shops Redux
   |author  = cgifox
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = cgifox.CutTheCord
+
   |id      = Omegasis.CustomShopReduxGui
   |nexus  = 9571
+
   |nexus  = 1378
   |github  = harshlele/CutTheCord
+
   |github  = janavarro95/Stardew_Valley_Mods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Shop Tile Framework|Shop Tile Framework]] + [[#TMXL Map Toolkit|TMXL Map Toolkit]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cycle Tools
+
   |name    = Custom Signs
   |author  = furyx639
+
   |author  = aedenthorn, Erinthe
   |id      = furyx639.CycleTools
+
   |id      = aedenthorn.CustomSigns
   |curse   = 871827
+
   |nexus   = 11336
   |nexus  = 13973
+
   |github  = aedenthorn/StardewValleyMods
   |github  = LeFauxMatt/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Farm Photo
+
   |name    = Custom Spouse Location
   |author  = Seawolf, seawolf87
+
   |author  = barteke22
   |id      = Seawolf.DailyFarmPhoto
+
   |id      = barteke22.CustomSpouseLocation
   |nexus  = 4791
+
   |nexus  = 9676
   |github  = Seawolf87/DailyFarmPhoto
+
   |github  = barteke22/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
+
   |name    = Custom Spouse Patio
  |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
  |id      = BlaDe.StepsTakenOnScreen
+
   |id      = aedenthorn.CustomSpousePatio
  |nexus  = 6783
+
   |nexus  = 6630
  |github  =
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Daily Luck Message
 
   |author  = Schematix, Schmtx
 
   |id      = Schematix.DailyLuckMessage
 
   |nexus  = 1327
 
   |github  =
 
  
  |broke in = Stardew Valley 1.3
+
   |status = abandoned
   |status   = workaround
+
   |summary = remove this mod (no longer maintained; use [[#Custom Spouse Patio Redux|Custom Spouse Patio Redux]] instead).
   |summary = use [[#Stardew Notifications|Stardew Notifications]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily News
+
   |name    = Custom Spouse Patio Redux
   |author  = bashNinja
+
   |author  = aedenthorn, Erinthe
   |id      = bashNinja.DailyNews
+
   |id      = aedenthorn.CustomSpousePatioRedux
   |nexus  = 1141
+
   |nexus  = 10889
   |github  = miketweaver/DailyNews
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
 +
  |unofficial version = 0.3.6-unofficial.1-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Pet the Animals
+
   |name    = Custom Spouse Patio Wizard
   |author  = flowoeB
+
   |author  = aedenthorn, Erinthe
   |id      = flowoeB.DailyPetTheAnimals
+
   |id      = aedenthorn.CustomSpousePatioWizard
   |nexus  = 8356
+
   |nexus  = 7775
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Phone Quest
+
   |name    = Custom Spouse Rooms
   |author  = ActionJackson
+
   |author  = aedenthorn, Erinthe
   |id      = ActionJackson.DailyPhoneQuest
+
   |id      = aedenthorn.CustomSpouseRooms
   |nexus  = 14648
+
  |curse  = 868833
   |github  =
+
   |nexus  = 10029
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |status            = workaround
 +
  |summary            = use [[#Custom Spouse Rooms - Continued|Custom Spouse Rooms - Continued]] or [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123184 unofficial update] instead.
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123184
 +
  |unofficial version = 0.8.3-unofficial.1-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
+
   |name    = Custom Spouse Rooms - Continued
   |author  = MevNav
+
   |author  = Datamancer
   |id      = MevNav.DailyPlanner
+
   |id      = datamancer.CustomSpouseRooms
   |nexus  = 16704
+
   |nexus  = 20966
   |github  = BuildABuddha/StardewDailyPlanner
+
  |moddrop = 1534005
 +
   |github  = csandwith/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Screenshot
+
   |name    = Custom Starter Furniture
   |author  = CompSciLauren
+
   |author  = aedenthorn, Erinthe
   |id      = CompSciLauren.DailyScreenshot
+
   |id      = aedenthorn.CustomStarterFurniture
   |nexus  = 4779
+
   |nexus  = 16729
  |chucklefish = 5907
+
   |github  = aedenthorn/StardewValleyMods
  |moddrop = 677025
 
  |curse  = 353698
 
   |github  = CompSciLauren/stardew-valley-daily-screenshot-mod
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Special Orders
+
   |name    = Custom Starter Package
   |author  = shekurika
+
   |author  = aedenthorn, Erinthe
   |id      = shekurika.DailySpecialOrders
+
   |id      = aedenthorn.CustomStarterPackage
   |nexus  = 9693
+
   |nexus  = 14152
   |github  = shekurika/DailySpecialOrders
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomStarterPackage
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Tasks Report
+
   |name    = Custom Tapper Framework
   |author  = GuiNoya, Yesst
+
   |author  = Selph, zombifier
   |id      = GuiNoya.DailyTasksReport
+
   |id      = selph.CustomTapperFramework
   |nexus  = 1624
+
   |nexus  = 22975
   |github  = GuiNoya/SVMods
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |broke in          = Stardew Valley 1.4
 
  |unofficial version = 1.4.2-unofficial.8-prism99
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-56142
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dan Utils
+
   |name    = Custom Tokens
   |author  = Danmw3
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = danmw3.DanUtils
+
   |id      = TheMightyAmondee.CustomTokens
   |nexus  = 2287
+
   |nexus  = 7517
   |github  =
+
   |github  = TheMightyAmondee/CustomTokens
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dark User Interface
+
   |name    = Custom Toolbar
   |author  = zazizu
+
   |author  = aedenthorn, Erinthe
   |id      = zazizu.darkUI
+
   |id      = aedenthorn.CustomToolbar
   |nexus  = 4056
+
   |nexus  = 11322
   |github  = cilekli-link/SDVMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomToolbar
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Data Layers, Data Maps
+
   |name    = Custom Tool Effect
   |author  = Pathoschild
+
   |author  = ZaneYork
   |id      = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
+
   |id      = ZaneYork.CustomToolEffect
   |nexus  = 1691
+
   |nexus  = 5712
   |moddrop = 606646
+
   |github  = ZaneYork/CustomToolEffect
   |github  = Pathoschild/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dear Diary, Journal Keeping Mod
+
   |name    = Custom Tool Range
   |author  = MissCoriel
+
   |author  = trashcan9
   |id      = misscoriel.diary
+
   |id      = trashcan9.CustomToolRange
   |nexus  = 4451
+
   |nexus  = 16384
  |moddrop = 624395
+
   |github  =
   |github  = MissCoriel/Dear-Diary
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Debug Mode
+
   |name    = Custom Tracker
   |author  = Pathoschild
+
   |author  = Esca, Esca-MMC
   |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
+
   |id      = Esca.CustomTracker
   |nexus  = 679
+
   |nexus  = 5108
   |moddrop = 606608
+
   |github  = Esca-MMC/CustomTracker
   |github  = Pathoschild/StardewMods
+
   |moddrop = 706059
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Decrafting Mod
+
   |name    = Custom Transparency
   |author  = iSkLz_, MSCFC
+
   |author  = CatCattyCat, Cat
   |id      = MSCFC.DecraftingMod
+
   |id      = cat.customtransparency
   |nexus  = 4158
+
   |nexus  = 2359
   |github  = iSkLz/DecraftingMod
+
  |moddrop = 833556
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = SMAPI 4.0.8
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deep Woods
+
   |name    = Custom Trash Can
   |author  = Max Vollmer, SVProtector
+
   |author  = ShivaGuy
   |id      = maxvollmer.deepwoodsmod
+
   |id      = ShivaGuy.CustomTrashCan
   |nexus  = 2571
+
   |nexus  = 11835
  |github  = maxvollmer/DeepWoodsMod
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Deep Woods Seasonal Obelisk
 
  |author  = Sandman53
 
  |id      = maxvollmer.deepwoodsmod.seasonalobelisk
 
  |nexus  = 5016
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deep Woods Warp Network Integration
+
   |name    = Custom Tree Tweaks, More Wood
   |author  = Tlitookilakin
+
   |author  = aedenthorn, Erinthe
   |id      = tlitookilakin.deepwoodswarpnet
+
   |id      = aedenthorn.TreeTweaks
   |nexus  = 10240
+
   |nexus  = 10760
   |moddrop = 1060419
+
   |github  = aedenthorn/StardewValleyMods
   |github  = tlitookilakin/WarpnetDeepwoods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Default Farmer
+
   |name    = Custom TV
   |author  = Tyler Gibbs
+
   |author  = Platonymous
   |id      = tylergibbs2.DefaultFarmer
+
   |id      = Platonymous.CustomTV
   |nexus  = 12421
+
  |curse  = 877224
   |github  = tylergibbs2/DefaultFarmer
+
   |nexus  = 6775
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Default Window Size
+
   |name    = Custom TV Channel
   |author  = DecidedlyHuman
+
   |author  = chieeri323
   |id      = DecidedlyHuman.DefaultWindowSize
+
   |id      = chieeri323.customtvchannel
   |nexus  = 10939
+
   |nexus  = 24278
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Delivery Service
+
   |name    = Custom Wallpaper Framework
   |author  = AxesOfEvil
+
   |author  = aedenthorn, Erinthe
   |id      = AxesOfEvil.DeliveryService
+
   |id      = aedenthorn.CustomWallpaperFramework
   |nexus  = 5187
+
  |curse  = 868751
   |github  = AxesOfEvil/SV_DeliveryService
+
   |nexus  = 12510
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Delivery Upgrade Tool
+
   |name    = Custom Walls and Floors
   |author  = Dash, yuukidach
+
   |author  = Platonymous
   |id      = Pathoschild.test
+
   |id      = Platonymous.CustomWallsAndFloors
   |nexus  = 5570
+
  |curse  = 307569
   |github  =
+
  |moddrop = 793903
 +
   |nexus  = 3010
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status  = obsolete
 +
  |summary  = remove this mod (support for custom walls & floors added in Stardew Valley 1.5.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Grabber Redux
+
   |name    = Custom Warp Locations
   |author  = ferdaber
+
   |author  = CatCattyCat, Cat
   |id      = ferdaber.DeluxeGrabberRedux
+
   |id      = cat.customwarplocations
   |nexus  = 7920
+
   |nexus  = 1688
   |github  = ferdaber/sdv-mods
+
  |moddrop = 833544
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Hats
+
   |name    = Custom Warp Points
   |author  = domsim1
+
   |author  = aedenthorn, Erinthe
   |id      = domsim1.DeluxeHats
+
   |id      = aedenthorn.CustomWarpPoints
   |nexus  = 5836
+
   |nexus  = 9651
   |github  = domsim1/stardew-valley-deluxe-hats-mod
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Journal
+
   |name    = Custom Warps
   |author  = MolsonCAD
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = MolsonCAD.DeluxeJournal
+
   |id      = f4iTh.CustomWarps
   |nexus  = 11436
+
   |nexus  = 3445
  |github  = MolsonCAD/DeluxeJournal
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Demanding Shipping
 
  |author  = lech43
 
  |id      = lech43.DemandingShipping
 
  |nexus  = 7315
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Demetrius Visits Cave
+
   |name    = Custom Winter Star Gifts
   |author  = Kichjo
+
   |author  = XxHarvzBackxX
   |id      = Kichjo.DemetriusVisitsCave
+
   |id      = harvz.CWSG
   |nexus  = 5477
+
   |nexus  = 10024
   |github  = KeelanRosa/StardewMods
+
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cut the Cord, TvMenu
 +
  |author  = cgifox
 +
  |id      = cgifox.CutTheCord
 +
  |nexus  = 9571
 +
  |github  = harshlele/CutTheCord
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Desert Bloom Farm
+
   |name    = Cycle Tools
   |author  = DeLiXx
+
   |author  = LeFauxMatt
   |id      = DeLiXx.Desert_Bloom_Farm
+
   |id      = furyx639.CycleTools
   |nexus  = 16750
+
  |curse  = 871827
   |github  =
+
   |nexus  = 13973
   |source  = https://gitlab.com/delixx/stardew-valley-desert-bloom-farm
+
   |github  = LeFauxMatt/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Destroyable Bushes
+
   |name    = Daily Farm Photo
   |author  = Esca, Esca-MMC
+
   |author  = Seawolf, seawolf87
   |id      = Esca.DestroyableBushes
+
   |id      = Seawolf.DailyFarmPhoto
   |nexus  = 6304
+
   |nexus  = 4791
  |moddrop = 798245
+
   |github  = Seawolf87/DailyFarmPhoto
   |github  = Esca-MMC/DestroyableBushes
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Detailed Sprites
+
   |name    = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
   |author  = RainsKuro, RainzKuro
+
   |author  = BlaDe
   |id      = RainzKuro.DetailedSprites
+
   |id      = BlaDe.StepsTakenOnScreen
   |nexus  = 15549
+
   |nexus  = 6783
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Box Redesign
+
   |name    = Daily Luck Message
   |author  = gzhynko
+
   |author  = Schematix, Schmtx
   |id      = GZhynko.DialogueBoxRedesign
+
   |id      = Schematix.DailyLuckMessage
   |nexus  = 8853
+
   |nexus  = 1327
   |github  = gzhynko/StardewMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Display Framework
+
   |name    = Daily Luck on HUD, JustLuckMod
   |author  = aedenthorn, Erinthe
+
   |author  = zeldela
   |id      = aedenthorn.DialogueDisplayFramework
+
   |id      = dJustLuckMod
   |nexus  = 11661
+
   |nexus  = 10386
   |github  = aedenthorn/StardewValleyMods
+
   |github  = zeldela/sdv-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Extension
+
   |name    = Daily News
   |author  = elbe
+
   |author  = bashNinja
   |id      = elbe.DialogueExtension
+
   |id      = bashNinja.DailyNews
   |nexus  = 10851
+
   |nexus  = 1141
   |github  = lshtech/DialogueExtension
+
   |github  = miketweaver/DailyNews
 +
 
 +
  |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue New Line
+
   |name    = Daily Notifications, Event Notifications
   |author  = aedenthorn, Erinthe
+
   |author  = dreamsicl
   |id      = aedenthorn.DialogueNewLine
+
   |id      = EventNotifications
   |nexus  = 12175
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
  |chucklefish = 3621
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.2?
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Stardew Notifications|Stardew Notifications]] instead).
 +
<!--
 +
  |unofficial url    = https://community.playstarbound.com/attachments/eventnotifications-1-2-1-unofficial-3-f4ith-zip.201340
 +
  |unofficial version = 1.2.1-unofficial.3-f4ith
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Tester
+
   |name    = Daily Pet the Animals
   |author  = DecidedlyHuman
+
   |author  = flowoeB
   |id      = DecidedlyHuman.DialogueTester
+
   |id      = flowoeB.DailyPetTheAnimals
   |nexus  = 9887
+
   |nexus  = 8356
  |moddrop = 1035899
+
   |github  =
   |github  = DecidedlyHuman/DialogueTester
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Trees
+
   |name    = Daily Phone Quest
   |author  = aedenthorn, Erinthe
+
   |author  = ActionJackson
   |id      = aedenthorn.DialogueTrees
+
   |id      = ActionJackson.DailyPhoneQuest
   |nexus  = 9550
+
   |nexus  = 14648
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Did You Water Your Crops
 
  |author  = Nishtra
 
  |id      = Nishtra.DidYouWaterYourCrops
 
  |nexus  = 1583
 
 
   |github  =
 
   |github  =
  
  |status  = workaround
+
   |broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
  |summary  = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
 
   |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
+
   |name    = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
   |author  = shanks3042
+
   |author  = MevNav
   |id      = shanks3042.StardewValleyEasyPrairieKing
+
   |id      = MevNav.DailyPlanner
   |nexus  = 5816
+
   |nexus  = 16704
   |github  =
+
   |github  = BuildABuddha/StardewDailyPlanner
  |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dimensional Pockets
+
   |name    = Daily Quest Anywhere
   |author  = spacechase0
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = spacechase0.DimensionalPockets
+
   |id      = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
   |nexus  = 12706
+
   |nexus  = 513
   |github  = spacechase0/StardewValleyMods
+
   |github  = janavarro95/Stardew_Valley_Mods
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Disable Auto Pickup
+
   |name    = Daily Screenshot
   |author  = Eugenii10
+
   |author  = CompSciLauren
   |id      = KubichekEV.DisableAutoPickup
+
   |id      = CompSciLauren.DailyScreenshot
   |nexus  = 9717
+
   |nexus  = 4779
   |github  =
+
  |chucklefish = 5907
 +
  |moddrop = 677025
 +
  |curse  = 353698
 +
   |github  = CompSciLauren/stardew-valley-daily-screenshot-mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Disable Gamepad, Disable Controller
+
   |name    = Daily Special Orders
   |author  = lperkins2, Logan Perkins
+
   |author  = shekurika
   |id      = lperkins2.DisableController
+
   |id      = shekurika.DailySpecialOrders
   |nexus  = 2229
+
   |nexus  = 9693
   |github  =
+
   |github  = shekurika/DailySpecialOrders
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Discord Rich Presence
+
   |name    = Daily Tasks Report
   |author  = RuiNtD
+
   |author  = GuiNoya, Yesst
   |id      = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
+
   |id      = GuiNoya.DailyTasksReport
   |nexus  = 2156
+
  |nexus  = 1624
  |github  = RuiNtD/SVRichPresence
+
  |github  = GuiNoya/SVMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.4.2-unofficial.8-prism99
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-56142
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dish of the Day Display
+
   |name    = Daily Tasks Report Plus
   |author  = MouseyPounds
+
   |author  = Prism 99
   |id      = MouseyPounds.DishOfTheDayDisplay
+
   |id      = Prism99.DailyTasksReportPlus
   |nexus  = 3960
+
   |nexus  = 20871
   |github  = MouseyPounds/stardew-mods
+
   |github  = Prism-99/DailyTaskReportPlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dismantle Craftables
+
   |name    = DaLionheart
   |author  = jahangmar
+
   |author  = DaLion
   |id      = jahangmar.DismantleCraftables
+
   |id      = DaLion.Core
   |nexus  = 3687
+
   |nexus  = 24332
   |github  = jahangmar/StardewValleyMods
+
   |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Display Energy
+
   |name    = Dan Utils
   |author  = dmarcoux
+
   |author  = Danmw3
   |id      = dmarcoux.DisplayEnergy
+
   |id      = danmw3.DanUtils
   |nexus  = 10662
+
   |nexus  = 2287
   |moddrop = 1087175
+
   |github  =
   |github  = dmarcoux/DisplayEnergy
+
 
 +
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Displays
+
   |name    = Dark User Interface
   |author  = spacechase0 and ParadigmNomad
+
   |author  = zazizu
   |id      = spacechase0.Displays
+
   |id      = zazizu.darkUI
   |curse   = 867712
+
   |nexus   = 4056
   |nexus  = 7635
+
   |github  = cilekli-link/SDVMods
   |github  = spacechase0/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Diverse Stardew Valley - Seasonal Outfits - DSV Core
+
   |name    = Data Layers, Data Maps
   |author  = Airyn and the DSV Team
+
   |author  = Pathoschild
   |id      = DSV.Core
+
   |id      = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
   |nexus  = 17059
+
  |curse  = 1000628
   |github  =
+
   |nexus  = 1691
 +
  |moddrop = 606646
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Don't Eat That
+
   |name    = Date Night
   |author  = Pyrohead37
+
   |author  = SUPERT
   |id      = Pyrohead37.DontEatThat
+
   |id      = supert.datenight
   |nexus  = 1951
+
   |nexus  = 11459
   |github = jahangmar/StardewValleyMods
+
 
 +
  |broke in = Stardew Valley 1.6
 +
   |status  = workaround
 +
  |summary = use {{nexus mod|22714|Date Night Redux}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Don't Stop Me Now
+
   |name    = Day Limiter
   |author  = Shockah
+
   |author  = Parzivl, tadfoster
   |id      = Shockah.DontStopMeNow
+
   |id      = tadfoster.DayLimiter
   |nexus  = 10941
+
   |nexus  = 25529
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = tadfoster/StardewValleyMods
}}
+
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Double Standard Farm
+
   |name    = Dear Diary, Journal Keeping Mod
   |author  = Leaf
+
   |author  = MissCoriel
   |id      = Leaf.DoubleStandardFarm
+
   |id      = misscoriel.diary
   |nexus  = 3928
+
  |curse  = 885086
   |github  =
+
   |nexus  = 4451
 +
  |moddrop = 624395
 +
   |github  = MissCoriel/Dear-Diary
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Downtown Zuzu
+
   |name    = Deathpoint - Monster Health Display Mod
   |author  = XxHarvzBackxX, Zuzu Development Team
+
   |author  = JeiPi, JeiP1
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
+
   |id      = JeiPi.Deathpoint
   |nexus  = 8587
+
   |nexus  = 25241
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = DPad Inventory Hotkey
+
   |name    = Death Tweaks
   |author  = joljyo
+
   |author  = aedenthorn, Erinthe
   |id      = joljyo.DPadInventoryHotkey
+
   |id      = aedenthorn.DeathTweaks
   |nexus  = 7507
+
   |nexus  = 18174
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dragon Pearl Lure
+
   |name    = Debug Mode
   |author  = violetlizabet
+
   |author  = Pathoschild
   |id      = violetlizabet.DragonPearlLure
+
   |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
   |nexus  = 15109
+
  |curse  = 1000634
   |github  = elizabethcd/DragonPearlLure
+
   |nexus  = 679
 +
  |moddrop = 606608
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Draw Fish Ponds Over Grass
+
   |name    = Decrafting Mod
   |author  = atravita
+
   |author  = iSkLz_, MSCFC
   |id      = atravita.DrawFishPondsOverGrass
+
   |id      = MSCFC.DecraftingMod
   |curse   = 870981
+
   |nexus   = 4158
   |moddrop = 1125248
+
   |github  = iSkLz/DecraftingMod
  |nexus  = 11352
+
 
   |github  = atravita-mods/StardewMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dreamscape
+
   |name    = Deep Woods
   |author  = aedenthorn, Erinthe
+
   |author  = Max Vollmer, SVProtector
   |id      = aedenthorn.Dreamscape
+
   |id      = maxvollmer.deepwoodsmod
   |nexus  = 11742
+
  |curse  = 992429
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 2571
 +
   |github  = maxvollmer/DeepWoodsMod
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Drive By
+
   |name    = Deep Woods Seasonal Obelisk
   |author  = BlaDe
+
   |author  = Sandman53
   |id      = BlaDe.DriveBy
+
   |id      = maxvollmer.deepwoodsmod.seasonalobelisk
   |nexus  = 12033
+
   |nexus  = 5016
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Deep Woods-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Drop It - Drop Item Hotkey
+
   |name    = Deep Woods Warp Network Integration
   |author  = Goldenrevolver
+
   |author  = Tlitookilakin
   |id      = Goldenrevolver.DropItHotkey
+
   |id      = tlitookilakin.deepwoodswarpnet
   |nexus  = 7971
+
   |nexus  = 10240
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
  |moddrop = 1060419
 +
   |github  = tlitookilakin/WarpnetDeepwoods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@restest after Warp Network-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dungeon Buddy
+
   |name    = Default Animal Skin Replacer, Default Skin Replace
   |author  = SwiftSails
+
   |author  = bungus
   |id      = SwiftSails.DungeonBuddy
+
   |id      = bungus.DefaultSkinReplace
   |nexus  = 7864
+
   |nexus  = 21612
   |github  =
+
   |github  = BussinBungus/BungusSDVMods
}}
+
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dungeon Merchants
+
   |name    = Default Farmer
   |author  = aedenthorn, Erinthe
+
   |author  = Tyler Gibbs
   |id      = aedenthorn.DungeonMerchants
+
   |id      = tylergibbs2.DefaultFarmer
   |nexus  = 14630
+
   |nexus  = 12421
   |github  = aedenthorn/StardewValleyMods
+
   |github  = tylergibbs2/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Durable Fences
+
   |name    = Default On Cheats
   |author  = Zoryn
+
   |author  = EnderTedi
   |id      = Zoryn.DurableFences
+
   |id      = EnderTedi.DefaultOnCheats
   |nexus  =
+
   |nexus  = 21035
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = EnderTedi/DefaultOnCheats
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Durin's Rest
+
   |name    = Default Window Size
   |author  = NoFogBob and PaulDunstan
+
   |author  = DecidedlyHuman
   |id      = NoFogBob.DurinsRest_CSharp
+
   |id      = DecidedlyHuman.DefaultWindowSize
   |nexus  = 12345
+
   |nexus  = 10939
   |github  =
+
   |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dusty Overhaul
+
   |name    = Delivery Service
   |author  = CyanFire
+
   |author  = AxesOfEvil
   |id      = CF.SMAPI.DustyOverhaul
+
   |id      = AxesOfEvil.DeliveryService
   |nexus  = 13057
+
   |nexus  = 5187
   |github  =
+
   |github  = AxesOfEvil/SV_DeliveryService
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dusty Overhaul - SVE
+
   |name    = Delivery Upgrade Tool
   |author  = CyanFire
+
   |author  = Dash, yuukidach
   |id      = CF.SMAPI.DustyOverhaulSVE
+
   |id      = Pathoschild.test
   |nexus  = 13265
+
   |nexus  = 5570
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = DVR
+
   |name    = Deluxe Auto-Grabber, Coop Grabber
   |author  = captncraig
+
   |author  = stokastic
   |id      = captncraig.dvr
+
   |id      = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
   |nexus  = 3860
+
   |nexus  = 2462
   |github  = captncraig/StardewMods
+
   |github  = stokastic/CoopGrabber
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Deluxe Grabber Redux|Deluxe Grabber Redux]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dwarf Scroll Prices
+
   |name    = Deluxe Auto-Petter
   |author  = noriteway
+
   |author  = Frostiverse
   |id      = noriteway.DwarfScrollPrice
+
   |id      = Frostiverse.DeluxeAutoPetter
   |nexus  = 16386
+
   |nexus  = 23226
   |github  = noriteway/StardewMods
+
   |github  = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dwarvish Mattock
+
   |name    = Deluxe Grabber Redux
   |author  = Anthony Hilyard, Grend
+
   |author  = ferdaber
   |id      = com.anthonyhilyard.dwarvishmattock
+
   |id      = ferdaber.DeluxeGrabberRedux
   |curse   = 536418
+
  |nexus  = 7920
   |nexus   = 9684
+
   |github  = ferdaber/sdv-mods
   |github = AHilyard/DwarvishMattock
+
 
 +
   |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
   |summary = use [[#Deluxe Grabber Redux 1.6|Deluxe Grabber Redux 1.6]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Bodies
+
   |name    = Deluxe Grabber Redux 1.6
   |author  = ribeena
+
   |author  = Nykal145
   |id      = ribeena.dynamicbodies
+
   |id      = Nykal145.DeluxeGrabberRedux16
   |nexus  = 12893
+
   |nexus  = 20799
   |github  = ribeena/StardewValleyMods
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Deluxe Hats
 +
  |author  = domsim1
 +
  |id      = domsim1.DeluxeHats
 +
  |nexus  = 5836
 +
  |github  = domsim1/stardew-valley-deluxe-hats-mod
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Checklist
+
   |name    = Deluxe Journal
   |author  = gunnargolf
+
   |author  = MolsonCAD
   |id      = gunnargolf.DynamicChecklist
+
   |id      = MolsonCAD.DeluxeJournal
   |nexus  = 1145
+
   |nexus  = 11436
   |github  = gunnargolf/DynamicChecklist
+
   |github  = MolsonCAD/DeluxeJournal
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Daily Tasks Report|Daily Tasks Report]] instead.
 
<!--
 
  |unofficial version = 1.0.2-unofficial.1-Mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329010
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Clothing
+
   |name    = Demanding Shipping
   |author  = hilovids
+
   |author  = lech43
   |id      = hilovids.DynamicClothing
+
   |id      = lech43.DemandingShipping
   |nexus  = 10078
+
   |nexus  = 7315
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Crops
+
   |name    = Demetrius Solo Dancing, Robin Building Token
   |author  = HaulinOats
+
   |author  = DrSpactacus, NateMod
   |id      = HaulinOats.DynamicCrops
+
   |id      = NateMod.RobinBuildingToken
   |nexus  = 13800
+
   |nexus  = 22564
   |github  = HaulinOats/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Dialogues Framework
+
   |name    = Demetrius Visits Cave
   |author  = mistyspring
+
   |author  = Kichjo
   |id      = mistyspring.dynamicdialogues
+
   |id      = Kichjo.DemetriusVisitsCave
   |curse   = 880516
+
   |nexus  = 5477
   |nexus   = 12836
+
   |github  = KeelanRosa/StardewMods
   |github = misty-spring/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status   = workaround
 +
   |summary = use {{nexus mod|17575|Demetrius Visits Cave Redux}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Flooring
+
   |name    = Desert Bloom Farm
   |author  = aedenthorn, Erinthe
+
   |author  = DeLiXx
   |id      = aedenthorn.DynamicFlooring
+
   |id      = DeLiXx.Desert_Bloom_Farm
   |nexus  = 14780
+
  |curse  = 990494
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 16750
 +
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/desert-bloom-farm
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Game Assets
+
   |name    = Desert Obelisk
   |author  = spacechase0
+
   |author  = CatCattyCat, Cat
   |id      = spacechase0.DynamicGameAssets
+
   |id      = cat.desertobelisk
   |curse   = 867707
+
   |nexus   = 2021
   |nexus  = 9365
+
   |moddrop = 833549
   |github  = spacechase0/StardewValleyMods
+
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Game Assets → DGA Automate
+
   |name    = Destroyable Bushes
   |author  = spacechase0
+
   |author  = Esca, Esca-MMC
   |id      = spacechase0.DGAAutomate
+
   |id      = Esca.DestroyableBushes
   |nexus  = 9365
+
   |nexus  = 6304
   |github  = spacechase0/StardewValleyMods
+
  |moddrop = 798245
 +
   |github  = Esca-MMC/DestroyableBushes
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Machines
+
   |name    = Detailed Sprites
   |author  = tyran285, Ryuuze
+
   |author  = RainsKuro, RainzKuro
   |id      = DynamicMachines
+
   |id      = RainzKuro.DetailedSprites
   |nexus  = 374
+
   |nexus  = 15549
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = DewCord Rich Presence
 +
  |author  = explosivetortellini
 +
  |id      = explosivetortellini.StardewValleyDRP
 +
   |nexus   = 8348
 +
   |github = explosivetortellini/StardewValleyDRP
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Map Tiles
+
   |name    = Dialog to Clipboard
   |author  = aedenthorn, Erinthe
+
   |author  = dlrdlrdlr
   |id      = aedenthorn.DynamicMapTiles
+
   |id      = dlrdlrdlr.DialogToClipboard
   |nexus  = 14566
+
   |nexus  = 23834
   |github  = aedenthorn/StardewValleyMods
+
   |github  = dlrdlrdlr/DialogToClipboard
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Night Time
+
   |name    = Dialogue Box Redesign
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = gzhynko
   |id      = knakamura.dynamicnighttime
+
   |id      = GZhynko.DialogueBoxRedesign
   |nexus  = 2072
+
   |nexus  = 8853
  |moddrop = 664041
+
   |github  = gzhynko/StardewMods
   |github  = Sakorona/SDVMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic NPC Sprites
+
   |name    = Dialogue Display Framework
   |author  = BashNinja
+
   |author  = aedenthorn, Erinthe
   |id      = BashNinja.DynamicNPCSprites
+
   |id      = aedenthorn.DialogueDisplayFramework
   |nexus  = 1183
+
  |curse  = 868761
   |github  = miketweaver/BashNinja_SDV_Mods
+
   |nexus  = 11661
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Content Patcher|Content Patcher]] instead.
+
   |summary  = use {{nexus mod|22678|Dialogue Display Framework Continued}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Price
+
   |name    = Dialogue Emotes
   |author  = ZaneYork
+
   |author  = PurrplingCat
   |id      = ZaneYork.DynamicPrice
+
   |id      = PurrplingCat.DialogueEmotes
   |nexus  = 5831
+
   |nexus  = 6537
   |github  = ZaneYork/SDV_Mods
+
   |github  = purrplingcat/DialogueEmotes
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Reflections
+
   |name    = Dialogue Extension
   |author  = PeacefulEnd
+
   |author  = elbe
   |id      = PeacefulEnd.DynamicReflections
+
   |id      = elbe.DialogueExtension
   |nexus  = 12831
+
   |nexus  = 10851
   |github  = Floogen/DynamicReflections
+
   |github  = lshtech/DialogueExtension
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Running Speed
+
   |name    = Dialogue Keys
   |author  = Vrakyas
+
   |author  = PokeBenji
   |id      = Vrakyas.DynamicRunningSpeed
+
   |id      = PokeBenji.DialogueKeys
   |nexus  = 4029
+
  |curse  = 1022342
   |github  =
+
   |nexus  = 24325
 
+
   |github  =
   |broke in = Stardew Valley 1.4
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dialogue New Line
 +
  |author  = aedenthorn, Erinthe
 +
   |id      = aedenthorn.DialogueNewLine
 +
  |curse  = 868753
 +
  |nexus  = 12175
 +
  |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Early Community Upgrades
+
   |name    = Dialogue Tester
   |author  = Vertigon
+
   |author  = DecidedlyHuman
   |id      = Vertigon.EarlyCommunityUpgrades
+
   |id      = DecidedlyHuman.DialogueTester
   |nexus  = 8450
+
   |nexus  = 9887
   |github  = dtomlinson-ga/EarlyCommunityUpgrades
+
  |moddrop = 1035899
 +
   |github  = DecidedlyHuman/DialogueTester
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Early Ginger Island
+
   |name    = Dialogue Trees
   |author  = Shockah
+
   |author  = aedenthorn, Erinthe
   |id      = Shockah.EarlyGingerIsland
+
   |id      = aedenthorn.DialogueTrees
   |nexus  = 13885
+
   |nexus  = 9550
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Cave Puzzle
+
   |name    = Did You Water Your Crops
   |author  = atravita
+
   |author  = Nishtra
   |id      = atravita.NerfCavePuzzle
+
   |id      = Nishtra.DidYouWaterYourCrops
   |curse   = 870978
+
   |nexus   = 1583
   |moddrop = 1131424
+
   |github  =
   |nexus   = 11500
+
 
   |github = atravita-mods/StardewMods
+
   |status   = workaround
 +
   |summary = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
 +
  |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Dart Puzzle
+
   |name    = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
   |author  = atravita
+
   |author  = shanks3042
   |id      = atravita.EasierDartPuzzle
+
   |id      = shanks3042.StardewValleyEasyPrairieKing
   |curse   = 870971
+
   |nexus   = 5816
   |moddrop = 1205159
+
   |github  =
  |nexus  = 13049
+
   |source = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
   |github = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Farming
+
   |name    = Difficulty Socializing
   |author  = Cautious Waffle, skulmuk
+
   |author  = PokeBenji
   |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
+
   |id      = PokeBenji.DifficultySocializing
   |nexus  = 1426
+
  |curse  = 1023363
 +
   |nexus  = 24389
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Fishing
+
   |name    = Dimensional Pockets
   |author  = majordot
+
   |author  = spacechase0
   |id      = MajorDOT.EasierFishing
+
   |id      = spacechase0.DimensionalPockets
   |nexus  =
+
   |nexus  = 12706
  |curse  = 305367
+
   |github  = spacechase0/StardewValleyMods
   |github  =
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Monster Eradication
+
   |name    = Dino Form
   |author  = NormanPCN
+
   |author  = aedenthorn, Erinthe
   |id      = NormanPCN.EasierMonsterEradication
+
   |id      = aedenthorn.DinoForm
   |nexus  = 11548
+
   |nexus  = 18244
   |github  = NormanPCN/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Special Orders
+
   |name    = Dino Form 2
   |author  = TheMightyAmondee
+
   |author  = juminos
   |id      = TheMightyAmondee.EasierSpecialOrders
+
   |id      = juminos.DinoForm2
   |nexus  = 8342
+
   |nexus  = 24718
   |github  = TheMightyAmondee/EasierSpecialOrders
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = East Scarp (SMAPI)
+
   |name    = Disable Auto Pickup
   |author  = LemurKat and kdau
+
   |author  = Eugenii10
   |id      = LemurKat.EastScarp.SMAPI, LemurKat.EastScarpe.SMAPI<!--before 2.0.0-->
+
   |id      = KubichekEV.DisableAutoPickup
   |nexus  = 5787
+
   |nexus  = 9717
   |moddrop = 984954
+
   |github  =
   |source  = https://gitlab.com/kdau/eastscarp
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Access
+
   |name    = Disable Building Fade
   |author  = furyx639
+
   |author  = calebstein1
   |id      = furyx639.EasyAccess
+
   |id      = calebstein1.StardewDisableBuildingFade
  |curse  = 871835
+
   |nexus  = 24558
   |nexus  = 11002
+
   |github  = calebstein1/StardewDisableBuildingFade
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Farming
+
   |name    = Disable Gamepad, Disable Controller
   |author  = MountainDewBoi
+
   |author  = lperkins2, Logan Perkins
   |id      = MountainDewBoi.EasyFarming
+
   |id      = lperkins2.DisableController
   |nexus  = 4162
+
   |nexus  = 2229
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
  |status  = workaround
 
  |summary  = use [[#Point and Plant|Point and Plant]] or [[#Smart Building|Smart Building]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Farm Switcher
+
   |name    = Discord Rich Presence
   |author  = DeLiXx
+
   |author  = RuiNtD
   |id      = DeLiXx.Easy_Farm_Switcher
+
   |id      = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
   |nexus  = 16873
+
   |nexus  = 2156
   |github  =
+
   |github  = RuiNtD/SVRichPresence
   |source = https://gitlab.com/delixx/stardew-valley-custom-farm-loader
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dish of the Day Display
 +
   |author = MouseyPounds
 +
  |id      = MouseyPounds.DishOfTheDayDisplay
 +
  |nexus  = 3960
 +
  |github  = MouseyPounds/stardew-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Gifting
+
   |name    = Dismantle Craftables
   |author  = CeruleanSpirit
+
   |author  = jahangmar
   |id      = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
+
   |id      = jahangmar.DismantleCraftables
   |nexus  = 2957
+
   |nexus  = 3687
   |github  =
+
   |github  = jahangmar/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Path Destruction
+
   |name    = Display Energy
   |author  = StultusV
+
   |author  = dmarcoux
   |id      = StultusV.EasyPathDestruction
+
   |id      = dmarcoux.DisplayEnergy
   |nexus  = 8775
+
   |nexus  = 10662
   |github  = JudeRV/Stardew-EasyPathDestruction
+
  |moddrop = 1087175
 +
   |github  = dmarcoux/DisplayEnergy
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Petting
+
   |name    = Display Monster Health
   |author  = CeruleanSpirit
+
   |author  = Atesba
   |id      = EasyPetting.3032
+
   |id      = Atesba.DisplayMonsterHealth
   |nexus  = 3032
+
   |nexus  = 20984
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
  |status  = workaround
 
  |summary  = use [[#Animal Observer|Animal Observer]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Eat More
+
   |name    = Display Player Stats
   |author  = crc-fehler
+
   |author  = Fleem
   |id      = crc.eatmore
+
   |id      = Fleem.DisplayPlayerStats
   |nexus  = 2724
+
   |nexus  = 21547
   |github  =
+
   |github  = FleemUmbleem/DisplayPlayerStats
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Displays
 +
  |author  = spacechase0 and ParadigmNomad
 +
  |id      = spacechase0.Displays
 +
  |curse  = 867712
 +
  |nexus  = 7635
 +
  |github  = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Economy Mod
+
   |name    = Distant Lands - A Small Witch Swamp Expansion, Aimons Witch Swamp Overhaul Patches
   |author  = millerscout
+
   |author  = Aimon111
   |id      = Millerscout.EconomyMod
+
   |id      = AimonsWitchSwampOverhaulPatchesMAPONLY<!--alternate version-->, AimonsWitchSwampOverhaulPatches
   |nexus  = 6955
+
  |curse  = 1010281
   |github  = millerscout/StardewMillerMods
+
   |nexus  = 18109
 +
   |github  = SimonK1122/WitchSwampOverhaulPatches
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = EH Smash Quality
+
   |name    = Diverse Stardew Valley - Seasonal Outfits - DSV Core
   |author  = EH Lim
+
   |author  = Airyn and the DSV Team
   |id      = tech.enghao.sv.eh-smash-quality
+
   |id      = DSV.Core
   |nexus  = 9303
+
   |nexus  = 17059
 
   |github  =
 
   |github  =
  |warnings = Only compatible with Android.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Eidee Easy Fishing
+
   |name    = Don't Eat That
   |author  = EideeHi
+
   |author  = Pyrohead37
   |id      = net.eidee.stardew_valley.easy_fishing
+
   |id      = Pyrohead37.DontEatThat
  |nexus  = 4806
+
   |nexus  = 1951
  |github  = eideehi/EideeEasyFishing
+
   |github  = jahangmar/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Elevator
 
  |author  = Ilyaki
 
  |id      = Ilyaki.Elevator
 
   |nexus  = 2952
 
   |github  = Ilyaki/Elevator
 
 
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial version = 1.2.0-unofficial.kokirichild
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-77618
 
  
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Elven Krobus, Underdark Krobus
+
   |name    = Don't Stop Me Now
   |author  = Mel Noelle and Kirbylink
+
   |author  = Shockah
   |id      = melnoelle.underdarkkrobus
+
   |id      = Shockah.DontStopMeNow
   |nexus  = 3071
+
   |nexus  = 10941
   |github  = KirbyLink/UnderdarkKrobus
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Email App
+
   |name    = Double Standard Farm, Double Farm
   |author  = aedenthorn, Erinthe
+
   |author  = Leaf
   |id      = aedenthorn.Email
+
   |id      = Leaf.DoubleFarm<!--changed in 3.0.0-->, Leaf.DoubleStandardFarm
   |nexus  = 11325
+
   |nexus  = 3928
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
+
   |name    = Downtown Zuzu
   |author  = aedenthorn, Erinthe
+
   |author  = XxHarvzBackxX, Zuzu Development Team
   |id      = aedenthorn.SDIEmily
+
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
  |nexus  = 14366
+
   |curse   = 987160
  |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 8587
}}
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Empty Spouse Room
 
   |author  = Lerura
 
  |id      = Lerura.EmptySpouseRoom
 
   |nexus  = 8453
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enaium ToolKit
+
   |name    = DPad Inventory Hotkey
   |author  = Enaium
+
   |author  = joljyo
   |id      = Enaium.EnaiumToolKit
+
   |id      = joljyo.DPadInventoryHotkey
   |curse   = 436787
+
   |nexus  = 7507
   |moddrop = 863959
+
   |github  =
   |nexus  =
+
}}
   |github  = Enaium-StardewValleyMods/EnaiumToolKit
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Dragon Pearl Lure
 +
  |author  = violetlizabet
 +
  |id      = violetlizabet.DragonPearlLure
 +
   |nexus  = 15109
 +
   |github  = elizabethcd/DragonPearlLure
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enchantable Scythes and Golden Scythe Respawns
+
   |name    = Draw Fish Ponds Over Grass
   |author  = Goldenrevolver
+
   |author  = atravita
   |id      = Goldenrevolver.EnchantableScythes
+
   |id      = atravita.DrawFishPondsOverGrass
   |nexus  = 10668
+
  |curse  = 870981
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
  |moddrop = 1125248
 +
   |nexus  = 11352
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enemy Health Bars, Health Bars
+
   |name    = Dreamscape
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = aedenthorn, Erinthe
   |id      = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
+
   |id      = aedenthorn.Dreamscape
   |nexus  = 193
+
   |nexus  = 11742
  |chucklefish = 3529
+
   |github = aedenthorn/StardewValleyMods
   |source = https://gitlab.com/speeder1/SMAPIHealthbarMod
 
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.9.1-unofficial.2-libraryaddict
+
}}
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29704
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dresser Sorter
 +
   |author  = idermailer
 +
  |id      = idermailer.dresserSorter
 +
  |nexus  = 24443
 +
   |github  = idermailer/DresserSorter
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enemy Health Bars, Enemies Health Bars
+
   |name    = Drive By
   |author  = TheThor59
+
   |author  = BlaDe
   |id      = Thor.EnemyHealthBars
+
   |id      = BlaDe.DriveBy
   |nexus  = 3627
+
   |nexus  = 12033
   |github  = TheThor59/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Energy Count
+
   |name    = Drop It - Drop Item Hotkey
   |author  = Crystallyne
+
   |author  = Goldenrevolver
   |id      = Crystallyne.EnergyCount
+
   |id      = Goldenrevolver.DropItHotkey
   |nexus  = 4272
+
   |nexus  = 7971
   |github  = Crystallyne/EnergyCount
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Energy Time
+
   |name    = Dungeon Buddy
   |author  = nikperic, ThatOneCow
+
   |author  = SwiftSails
   |id      = nikperic.EnergyTime
+
   |id      = SwiftSails.DungeonBuddy
   |nexus  = 6488
+
   |nexus  = 7864
   |source = https://gitlab.com/nikperic/energytime
+
   |github =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Loot Magnet, Magnet Mod
+
   |name    = Dungeon Merchants
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = Aedenthorn.MagnetMod
+
   |id      = aedenthorn.DungeonMerchants
   |nexus  = 4856
+
   |nexus  = 14630
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Relationships
+
   |name    = Durable Fences
   |author  = Mizzion
+
   |author  = Zoryn
   |id      = mizzion.enhancedrelationships
+
   |id      = Zoryn.DurableFences
   |nexus  = 1927
+
   |nexus  =
   |moddrop = 661356
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
   |github  = Mizzion/MyStardewMods
+
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Slingshots
+
   |name    = Durin's Rest
   |author  = ytsc
+
   |author  = NoFogBob and PaulDunstan
   |id      = ytsc.EnhancedSlingshots
+
   |id      = NoFogBob.DurinsRest_CSharp
   |nexus  = 12763
+
   |nexus  = 12345
   |github  = YTSC/StardewValleyMods
+
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Entoarox Framework
 
  |author  = Entoarox
 
  |id      = Entoarox.EntoaroxFramework
 
  |nexus  = 2269
 
  |chucklefish = 4228
 
  |github  = Entoarox/StardewMods
 
  
   |warnings = Broken on Android (crashes on startup).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Entoarox Modding Utilities
+
   |name    = Dusty Overhaul
   |author  = Entoarox
+
   |author  = CyanFire
   |id      = Entoarox.Utilities
+
   |id      = CF.SMAPI.DustyOverhaul
   |nexus  = 5521
+
   |nexus  = 13057
   |github  = Entoarox/StardewMods
+
   |github  =
 
 
  |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Equal Money Split
+
   |name    = Dusty Overhaul - SVE
   |author  = The Fluffy Robot, TheFluffyRobot
+
   |author  = CyanFire
   |id      = TheFluffyRobot.EqualMoneySplit
+
   |id      = CF.SMAPI.DustyOverhaulSVE
   |nexus  = 5526
+
   |nexus  = 13265
   |github  = jamespfluger/Stardew-EqualMoneySplit
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Equivalent Exchange
+
   |name    = DVR
   |author  = MercuriusXeno, x3n0ph0b3
+
   |author  = captncraig
   |id      = MercuriusXeno.EquivalentExchange
+
   |id      = captncraig.dvr
   |nexus  = 1656
+
   |nexus  = 3860
   |github  = MercuriusXeno/EquivalentExchange
+
   |github  = captncraig/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Escape Rope
+
   |name    = Dwarf Scroll Prices
   |author  = lestoph
+
   |author  = noriteway
   |id      = lestoph.EscapeRope
+
   |id      = norite.DwarfScrollPrice<!--changed in 1.1.0-->, noriteway.DwarfScrollPrice
   |nexus  = 8576
+
   |nexus  = 16386
   |github  = Bifibi/SDVEscapeRope
+
   |github  = noriteway/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Esca's Modding Plugins
+
   |name    = Dwarvish Mattock
   |author  = Esca
+
   |author  = Anthony Hilyard, Grend
   |id      = Esca.EMP
+
   |id      = com.anthonyhilyard.dwarvishmattock
   |nexus   = 9296
+
   |curse   = 536418
   |moddrop = 1005443
+
   |nexus  = 9684
   |github  = Esca-MMC/EscasModdingPlugins
+
   |github  = AHilyard/DwarvishMattock
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Even Better RNG
+
   |name    = Dynamic Bodies
   |author  = pepoluan
+
   |author  = ribeena
   |id      = pepoluan.EvenBetterRNG
+
   |id      = ribeena.dynamicbodies
   |nexus  = 8680
+
   |nexus  = 12893
   |chucklefish = 6117
+
   |github  = ribeena/StardewValleyMods
   |source  = https://sourceforge.net/p/sdvmod-even-better-rng/
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Black Bars
+
   |name    = Dynamic Checklist
   |author  = gzhynko
+
   |author  = gunnargolf
   |id      = GZhynko.EventBlackBars
+
   |id      = gunnargolf.DynamicChecklist
   |nexus  = 7962
+
   |nexus  = 1145
   |github  = gzhynko/StardewMods
+
   |github  = gunnargolf/DynamicChecklist
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Daily Tasks Report|Daily Tasks Report]] instead.
 +
<!--
 +
  |unofficial version = 1.0.2-unofficial.1-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329010
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Limiter
+
   |name    = Dynamic Clothing
   |author  = TheMightyAmondee
+
   |author  = hilovids
   |id      = TheMightyAmondee.EventLimiter
+
   |id      = hilovids.DynamicClothing
   |nexus  = 10735
+
   |nexus  = 10078
  |github  = TheMightyAmondee/EventLimiter
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Event Lookup
 
  |author  = shekurika
 
  |id      = shekurika.EventLookup
 
  |nexus  = 8505
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Music Volume
+
   |name    = Dynamic Crops
   |author  = jorgamun
+
   |author  = HaulinOats
   |id      = jorgamun.EventMusicVolume
+
   |id      = HaulinOats.DynamicCrops
   |nexus  = 10650
+
   |nexus  = 13800
   |github  = jorgamun/EventMusicVolume
+
   |github  = HaulinOats/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Repeater
+
   |name    = Dynamic Dialogues Framework
   |author  = MissCoriel
+
   |author  = mistyspring
   |id      = misscoriel.eventrepeater
+
   |id      = mistyspring.dynamicdialogues
   |nexus  = 3642
+
   |nexus  = 12836
  |curse  = 317347
+
   |github  = misty-spring/StardewMods
  |moddrop = 606979
 
   |github  = MissCoriel/Event-Repeater
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Sound Adjuster
+
   |name    = Dynamic Festival Rewards
   |author  = shekurika
+
   |author  = mistyspring
   |id      = shekurika.EventSoundAdjuster
+
   |id      = mistyspring.DynamicFestivalRewards
   |nexus  = 8734
+
   |nexus  = 20253
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Tester
+
   |name    = Dynamic Flooring
   |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
   |id      = BlaDe.EventTester
+
   |id      = aedenthorn.DynamicFlooring
   |nexus  = 11178
+
   |nexus  = 14780
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Everlasting Baits and Unbreakable Tackles
+
   |name    = Dynamic Game Assets
   |author  = Digus
+
   |author  = spacechase0
   |id      = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
+
   |id      = spacechase0.DynamicGameAssets
   |nexus  = 2360
+
  |curse  = 867707
   |github  = Digus/StardewValleyMods
+
   |nexus  = 9365
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Excavation Skill, New Skill - Archaeology
+
   |name    = Dynamic Game Assets → DGA Automate
   |author  = moonslime
+
   |author  = spacechase0
   |id      = moonslime.ExcavationSkill
+
   |id      = spacechase0.DGAAutomate
   |nexus  = 15793
+
   |nexus  = 9365
   |github  =
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Exhaustion Tweaks
+
   |name    = Dynamic Horses
   |author  = mytigio
+
   |author  = Bpendragon
   |id      = mytigio.exhaustiontweaks
+
   |id      = Bpendragon-DynamicHorses
   |nexus  = 6247
+
   |nexus  = 874
   |github  = mytigio/SDVMods
+
   |github  = Bpendragon/DynamicHorses
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Adopt 'n Skin|Adopt 'n Skin]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Fridge, Dynamic Expanded Fridge
+
   |name    = Dynamic Machines
   |author  = Lodukas
+
   |author  = tyran285, Ryuuze
   |id      = Uwazouri.ExpandedFridge
+
   |id      = DynamicMachines
   |nexus  = 1191
+
   |nexus  = 374
   |github  = Uwazouri/ExpandedFridge
+
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Preconditions Utility
+
   |name    = Dynamic Map Tiles
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn, Erinthe
   |id      = Cherry.ExpandedPreconditionsUtility
+
   |id      = aedenthorn.DynamicMapTiles
   |nexus  = 6529
+
   |nexus  = 14566
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |summary  = use [[#Dynamic Map Tiles - Continued|Dynamic Map Tiles - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Storage
+
   |name    = Dynamic Map Tiles - Continued
   |author  = furyx639
+
   |author  = Datamancer
   |id      = furyx639.ExpandedStorage
+
   |id      = datamancer.DynamicMapTiles
  |curse  = 871838
+
   |nexus  = 21084
   |nexus  = 7431
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Bars
+
   |name    = Dynamic Night Time
   |author  = spacechase0
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
+
   |id      = knakamura.dynamicnighttime
   |curse   = 867392
+
   |nexus   = 2072
   |moddrop = 127275
+
   |moddrop = 664041
  |nexus  = 509
+
   |github  = Sakorona/SDVMods
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Rate Multiplier
+
   |name    = Dynamic NPC Sprites
   |author  = MSCFC, iSkLz
+
   |author  = BashNinja
   |id      = SkLz.ExpMultiply
+
   |id      = BashNinja.DynamicNPCSprites
   |nexus  = 5910
+
   |nexus  = 1183
   |github  = iSkLz/ExperienceMultiplier
+
   |github  = miketweaver/BashNinja_SDV_Mods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Content Patcher|Content Patcher]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Updates
+
   |name    = Dynamic Price
   |author  = Quipex
+
   |author  = ZaneYork
   |id      = Quipex.ExperienceUpdates
+
   |id      = ZaneYork.DynamicPrice
   |nexus  = 7581
+
   |nexus  = 5831
   |github  = Quipex/ExperienceUpdates
+
   |github  = ZaneYork/SDV_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expert Sitting
+
   |name    = Dynamic Reflections
   |author  = aedenthorn, Erinthe
+
   |author  = PeacefulEnd
   |id      = aedenthorn.ExpertSitting
+
   |id      = PeacefulEnd.DynamicReflections
   |nexus  = 7435
+
  |curse  = 870926
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 12831
 +
   |github  = Floogen/DynamicReflections
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Bus System
+
   |name    = Dynamic Running Speed
   |author  = Tondorian
+
   |author  = Vrakyas
   |id      = ExtendedBusSystem
+
   |id      = Vrakyas.DynamicRunningSpeed
   |nexus  =
+
   |nexus  = 4029
  |chucklefish = 4373
 
 
   |github  =
 
   |github  =
  
Line 4,798: Line 6,939:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Fridge
+
   |name    = Early Bed Mod
   |author  = Crystalmir
+
   |author  = Nokane
   |id      = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
+
   |id      = Nokane.EarlyBedMod
   |nexus  = 485
+
   |nexus  = 25168
   |github  = Mystra007/ExtendedFridgeSMAPI
+
   |github  =
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = workaround
 
  |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 
<!--
 
  |unofficial version = 1.1.1-unofficial.4.mizzion
 
  |unofficial url    = https://community.playstarbound.com/attachments/extendedfridge-1-1-1-unofficial-4-mizzion-zip.202825/
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Minecart
+
   |name    = Early Community Upgrades
   |author  = Entoarox
+
   |author  = sophiesalacia
   |id      = Entoarox.ExtendedMinecart
+
   |id      = Vertigon.EarlyCommunityUpgrades
   |nexus  = 2271
+
   |nexus  = 8450
  |chucklefish = 4359
+
   |github  = dtomlinson-ga/EarlyCommunityUpgrades
   |github  = Entoarox/StardewMods
 
  
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Reach
+
   |name    = Early Ginger Island
   |author  = spacechase0
+
   |author  = Shockah
   |id      = spacechase0.ExtendedReach
+
   |id      = Shockah.EarlyGingerIsland
  |curse  = 867754
+
   |nexus  = 13885
  |moddrop = 242303
+
   |github  = Shockah/Stardew-Valley-Mods
   |nexus  = 1493
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Content Mod
+
   |name    = Easier Cave Puzzle
   |author  = Alacrity, platinumhobo
+
   |author  = atravita
   |id      = Alacrity.ExtraContentMod
+
   |id      = atravita.NerfCavePuzzle
   |nexus  = 8510
+
  |curse  = 870978
   |github  =
+
  |moddrop = 1131424
 +
   |nexus  = 11500
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
  |status  = workaround
 +
  |summary  = use [[#Easy Island Puzzle|Easy Island Puzzle]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Fish Information
+
   |name    = Easier Dart Puzzle
   |author  = Ceasg
+
   |author  = atravita
   |id      = Ceasg.ExtraFishInformation
+
   |id      = atravita.EasierDartPuzzle
   |nexus  = 4170
+
  |curse  = 870971
   |github  = ceasg/StardewValleyMods
+
  |moddrop = 1205159
 +
   |nexus  = 13049
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
  |status  = workaround
 +
  |summary  = use [[#Easy Darts Game|Easy Darts Game]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Map Layers
+
   |name    = Easier Farming
   |author  = aedenthorn, Erinthe
+
   |author  = Cautious Waffle, skulmuk
   |id      = aedenthorn.ExtraMapLayers
+
   |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
  |curse  = 868841
+
   |nexus  = 1426
   |nexus  = 9633
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extreme Fishing Overhaul
+
   |name    = Easier Fishing
   |author  = Unidarkshin and Deathest1, Devin Lematty
+
   |author  = majordot
   |id      = DevinLematty.ExtremeFishingOverhaul
+
   |id      = MajorDOT.EasierFishing
   |nexus  = 7490
+
   |nexus  =
 +
  |curse  = 305367
 
   |github  =
 
   |github  =
  
   |broke in = Json Assets 1.7.7
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extreme Weather
+
   |name    = Easier Monster Eradication
   |author  = BlaDe
+
   |author  = NormanPCN
   |id      = BlaDe.ExtremeWeather
+
   |id      = NormanPCN.EasierMonsterEradication
   |nexus  = 12334
+
   |nexus  = 11548
   |github  =
+
   |github  = NormanPCN/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fabrication
+
   |name    = Easier Special Orders
   |author  = XxHarvzBackxX
+
   |author  = TheMightyAmondee
   |id      = harvz.Fabrication
+
   |id      = TheMightyAmondee.EasierSpecialOrders
   |nexus  = 10679
+
   |nexus  = 8342
   |github  = XxHarvzBackxX/fabrication
+
   |github  = TheMightyAmondee/EasierSpecialOrders
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fall 28 Snow Day
+
   |name    = East Scarp (SMAPI)
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = LemurKat and kdau
   |id      = Omegasis.Fall28SnowDay
+
   |id      = atravita.EastScarp<!--changed in 2.4.0-->, LemurKat.EastScarp.SMAPI<!--changed in 2.0.0-->, LemurKat.EastScarpe.SMAPI
   |nexus  = 486
+
   |nexus  = 5787
   |github = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 984954
 +
  |source = https://gitlab.com/kdau/eastscarp
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fall To Autumn
+
   |name    = Easy Access
   |author  = jahangmar
+
   |author  = LeFauxMatt
   |id      = jahangmar.FallToAutumn
+
   |id      = furyx639.EasyAccess
   |nexus  = 7174
+
  |curse  = 871835
   |github  = jahangmar/StardewValleyMods
+
  |moddrop = 1547212
 +
   |nexus  = 11002
 +
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Familiars
+
   |name    = Easy Attack
   |author  = aedenthorn, Erinthe
+
   |author  = season
   |id      = aedenthorn.Familiars
+
   |id      = season.EasyAttack
   |nexus  = 6429
+
   |nexus  = 20832
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Family Planning
 
  |author  = loe2run
 
  |id      = Loe2run.FamilyPlanning
 
  |nexus  = 4515
 
  |github  = loe2run/FamilyPlanningMod
 
 
 
  |broke in          = Content Patcher 1.17
 
  |unofficial version = 1.3.3-unofficial.1-pathoschild
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-13203
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Fancy Sprinklers
 
  |author  = trashcan9
 
  |id      = trashcan9.FancySprinklers
 
  |nexus  = 15857
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fantastic Frames
+
   |name    = Easy Chest
   |author  = Taskmaster
+
   |author  = season
   |id      = Taskmaster.FantasticFrames
+
   |id      = season.EasyChest
   |nexus  = 4540
+
   |nexus  = 20842
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmageddon
+
   |name    = Easy Cleaner
   |author  = Max Vollmer, SVProtector
+
   |author  = season
   |id      = maxvollmer.farmageddon
+
   |id      = season.EasyCleaner
   |nexus  = 2618
+
   |nexus  = 20865
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Animal Choices
+
   |name    = Easy Crane Game
   |author  = ShivaGuy
+
   |author  = Dragoon23
   |id      = ShivaGuy.FarmAnimalChoices
+
   |id      = Dragoon23.EasyCraneGame
   |nexus  = 11850
+
   |nexus  = 22488
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Animal Harvest Helper
+
   |name    = Easy Darts Game
   |author  = aedenthorn, Erinthe
+
   |author  = Dragoon23
   |id      = aedenthorn.FarmAnimalHarvestHelper
+
   |id      = Dragoon23.EasyDartGame
   |nexus  = 13782
+
   |nexus  = 22506
  |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Anywhere
+
   |name    = Easy Fairy
   |author  = hmkiesel
+
   |author  = season
   |id      = hmkiesel.FarmAnywhere
+
   |id      = season.EasyFairy
   |nexus  = 13926
+
   |nexus  = 20931
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Automation: Barn Door Automation
+
   |name    = Easy Farming
   |author  = Oranisagu
+
   |author  = MountainDewBoi
   |id      = none<!--no manifest ID-->
+
   |id      = MountainDewBoi.EasyFarming
   |nexus  =
+
   |nexus  = 4162
  |url    = https://community.playstarbound.com/threads/111931
+
   |github  =
   |github  = oranisagu/SDV-FarmAutomation
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Auto Animal Doors|Auto Animal Doors]] or [[#Automated Doors|Automated Doors]] instead.
+
   |summary  = use [[#Point and Plant|Point and Plant]] or [[#Smart Building|Smart Building]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Automation: Item Collector
+
   |name    = Easy Farm Switcher
   |author  = Oranisagu
+
   |author  = DeLiXx
   |id      = none<!--no manifest ID-->
+
   |id      = DeLiXx.Easy_Farm_Switcher
   |nexus   =
+
   |curse   = 990826
   |url    = https://community.playstarbound.com/threads/111931
+
   |nexus  = 16873
   |github  = oranisagu/SDV-FarmAutomation
+
   |github  =
 
+
   |source = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
   |broke in = Stardew Valley 1.2
 
  |status  = workaround
 
  |summary = use [[#Automate|Automate]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Cave Framework
+
   |name    = Easy Fishin'
   |author  = aedenthorn, Erinthe
+
   |author  = Frostiverse
   |id      = aedenthorn.FarmCaveFramework
+
   |id      = Frostiverse.EasyFishin
   |nexus  = 10506
+
   |nexus  = 22268
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
+
   |name    = Easy Fishing
   |author  = atravita
+
   |author  = season
   |id      = atravita.FarmCaveSpawn
+
   |id      = season.EasyFishing
   |curse   = 870986
+
   |nexus  = 20830
   |moddrop = 1068205
+
  |github  =
   |nexus  = 10186
+
}}
   |github  = atravita-mods/StardewMods
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Easy Gift
 +
   |author  = season
 +
   |id      = season.EasyGift
 +
   |nexus  = 20838
 +
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Easy Gifting
 +
  |author  = CeruleanSpirit
 +
  |id      = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
 +
  |nexus  = 2957
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
+
   |name    = Easy Harvest
   |author  = atravita
+
   |author  = season
   |id      = atravita.ExpFromMonsterKillsOnFarm
+
   |id      = season.EasyHarvest
  |curse  = 870983
+
   |nexus  = 20924
  |moddrop = 1099838
+
   |github  =
   |nexus  = 10924
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Helper
+
   |name    = Easy Island Puzzle
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.FarmerHelper
+
   |id      = MindMeltMax.EasyIslandPuzzle
   |nexus  = 10179
+
  |curse  = 1004494
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 22642
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Portraits
+
   |name    = Easy Path Destruction
   |author  = aedenthorn, Erinthe
+
   |author  = StultusV
   |id      = aedenthorn.FarmerPortraits
+
   |id      = StultusV.EasyPathDestruction
  |curse  = 868774
+
   |nexus  = 8775
   |nexus  = 11398
+
   |github  = JudeRV/Stardew-EasyPathDestruction
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Vitals Evolved
+
   |name    = Easy Petting
   |author  = Sensakuma
+
   |author  = CeruleanSpirit
   |id      = Sensakuma.FarmerVitalsEvolved
+
   |id      = EasyPetting.3032
   |nexus  = 11131
+
   |nexus  = 3032
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Animal Observer|Animal Observer]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhand Finder
+
   |name    = Easy Travel, Easy Move
   |author  = 2Retr0
+
   |author  = season
   |id      = 2Retr0.FarmhandFinder
+
   |id      = season.EasyMove
  |curse  = 661476
+
   |nexus  = 20872
   |nexus  = 13153
+
   |github  =
   |github  = 2Retr0/FarmhandFinder
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Fixes
+
   |name    = Easy Upgrade
   |author  = CyanFire
+
   |author  = Senofu
   |id      = CF.FarmhouseFixes
+
   |id      = Senofu.EasyUpgrade
   |nexus  = 16507
+
   |nexus  = 23496
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Redone
+
   |name    = Easy Valley
   |author  = MabelSyrup
+
   |author  = season
   |id      = mabelsyrup.farmhouse
+
   |id      = season.EasyValley
   |nexus  = 3731
+
   |nexus  = 21181
   |github  = mjSurber/FarmHouseRedone
+
   |github  =
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Visits
+
   |name    = Eat & Drink From Inventory
   |author  = mistyspring
+
   |author  = Zamiel
   |id      = mistyspring.farmhousevisits
+
   |id      = Zamiel.EatDrinkFromInventory
  |curse  = 880518
+
   |nexus  = 21280
   |nexus  = 12457
+
   |github  = Zamiell/stardew-valley-mods
   |github  = misty-spring/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Rearranger
+
   |name    = Eat Food In Backpack Instantly, Eat In Backpack
   |author  = Cherry & cel10e
+
   |author  = philosquare
   |id      = cel10e.Cherry.FarmRearranger
+
   |id      = philosquare.EatInBackpack
   |nexus  = 5142
+
   |nexus  = 22872
  |moddrop = 716395
+
   |github  = philosquare/EatInBackpack
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Resource Generator
+
   |name    = Eat More
   |author  = jwdred
+
   |author  = crc-fehler
   |id      =
+
   |id      = crc.eatmore
   |nexus  = 647
+
   |nexus  = 2724
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = SMAPI 3.0
   |status   = workaround
+
}}
   |summary = use [[#Farm Type Manager|Farm Type Manager]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Economy Mod
 +
   |author  = millerscout
 +
   |id      = Millerscout.EconomyMod
 +
  |nexus  = 6955
 +
  |github = millerscout/StardewMillerMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Tablet
+
   |name    = EH Smash Quality
   |author  = boneskull
+
   |author  = EH Lim
   |id      = com.boneskull.farm-tablet
+
   |id      = tech.enghao.sv.eh-smash-quality
   |nexus  = 16447
+
   |nexus  = 9303
   |github  = Floogen/AlternativeTextures
+
   |github  =
 +
  |warnings = Only compatible with Android.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm to Table Ready Meals
+
   |name    = Eidee Easy Fishing
   |author  = Speshkitty
+
   |author  = EideeHi
   |id      = speshkitty.farmtotablereadymeals
+
   |id      = net.eidee.stardew_valley.easy_fishing
   |nexus  = 7148
+
   |nexus  = 4806
   |github  = Speshkitty/FarmToTableReadyMeals
+
   |github  = eideehi/EideeEasyFishing
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmtronics
+
   |name    = EiTK
   |author  = Joe Strout
+
   |author  = enaium
   |id      = strout.farmtronics
+
   |id      = Enaium.EiTK
   |nexus  = 10634
+
  |curse  = 365803
   |github  = JoeStrout/Farmtronics
+
   |nexus  =
 +
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Type Manager
+
   |name    = Elevator
   |author  = Esca, Esca-MMC
+
   |author  = Ilyaki
   |id      = Esca.FarmTypeManager
+
   |id      = Ilyaki.Elevator
   |nexus  = 3231
+
   |nexus  = 2952
   |moddrop = 598755
+
  |github  = Ilyaki/Elevator
   |github  = Esca-MMC/FarmTypeManager
+
 
 +
   |broke in = Stardew Valley 1.5
 +
<!--
 +
   |unofficial version = 1.2.0-unofficial.kokirichild
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-77618
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fashion Sense
+
   |name    = Elliot Is Fabio
   |author  = PeacefulEnd
+
   |author  = Dr Dirtbag, DrDirtbag
   |id      = PeacefulEnd.FashionSense
+
   |id      = ElliottIsFabio.ElliottIsFabio
   |nexus  = 9969
+
   |nexus  = 23229
   |github  = Floogen/FashionSense
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Animations
+
   |name    = Elven Krobus, Underdark Krobus
   |author  = Pathoschild
+
   |author  = Mel Noelle and Kirbylink
   |id      = Pathoschild.FastAnimations
+
   |id      = melnoelle.underdarkkrobus
   |nexus  = 1089
+
   |nexus  = 3071
   |moddrop = 606631
+
   |github  = KirbyLink/UnderdarkKrobus
   |github = Pathoschild/StardewMods
+
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
   |summary = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Events
+
   |name    = Email App
   |author  = libaryaddict
+
   |author  = aedenthorn, Erinthe
   |id      = libraryaddict.FasterEvents
+
   |id      = aedenthorn.Email
   |nexus  = 7631
+
   |nexus  = 11325
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Grass
+
   |name    = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
   |author  = IceGladiador
+
   |author  = aedenthorn, Erinthe
   |id      = IceGladiador.FasterGrass
+
   |id      = aedenthorn.SDIEmily
   |nexus  = 1772
+
   |nexus  = 14366
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Grass Growth|Grass Growth]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Horse
+
   |name    = Emotes
   |author  = kibbe
+
   |author  = aurnj, Roy Li
   |id      = kibbe.faster_horse
+
   |id      = RuyiLi.Emotes
   |nexus  = 2791
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/emotes.129159
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Paths
+
   |name    = Empty Hands
   |author  = Entoarox
+
   |author  = Oblitus
   |id      = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
+
   |id      = QuicksilverFox.EmptyHands
   |nexus  = 2277
+
   |nexus  = 1176
  |chucklefish = 3641
+
   |github  = quicksilverfox/StardewMods
   |github  = Entoarox/StardewMods
 
  
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Empty Your Hands|Empty Your Hands]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Path Speed
+
   |name    = Empty Jar Bubbles
   |author  = gaussfire
+
   |author  = tem696969696969
   |id      = gaussfire.FasterPathSpeed
+
   |id      = tem696969696969.EmptyJarBubbles
   |nexus  = 9344
+
   |nexus  = 22598
   |github  = alanperrow/StardewModding
+
   |github  = kqrse/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Run
+
   |name    = Empty Your Hands
   |author  = KathrynHazuka
+
   |author  = BlueSight
   |id      = KathrynHazuka.FasterRun
+
   |id      = BlueSight.EmptyYourHands
   |nexus  = 733
+
   |nexus  = 19736
   |github  = KathrynHazuka/StardewValley_FasterRun
+
   |github  = Hikari-BS/StardewMods
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
+
   |name    = Enaium ToolKit
   |author  = zeldela
+
   |author  = Enaium
   |id      = zeldela.FastFishPond
+
   |id      = Enaium.EnaiumToolKit
   |nexus  = 14005
+
  |curse  = 436787
   |github  = zeldela/sdv-mods
+
  |moddrop = 863959
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/EnaiumToolKit
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Forward
+
   |name    = Enchantable Scythes and Golden Scythe Respawns
   |author  = crazywig
+
   |author  = Goldenrevolver
   |id      = crazywig.FastForward
+
   |id      = Goldenrevolver.EnchantableScythes
   |nexus  = 7413
+
   |nexus  = 10668
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Petting
+
   |name    = Enchanted Adventurer's Guild Rewards
   |author  = DerTod2
+
   |author  = Goldenrevolver
   |id      = de.dertod2.FastPetting
+
   |id      = Goldenrevolver.EnchantedAdventurersGuildRewards
   |nexus  = 5039
+
   |nexus  = 20942
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Travel
+
   |name    = Enchanted Cowboy Boots
   |author  = Death, DeathGameDev
+
   |author  = Goldenrevolver
   |id      = DeathGameDev.FastTravel
+
   |id      = Goldenrevolver.ObtainableCowboyBoots
   |nexus  = 1529
+
   |nexus  = 20941
   |github  = DeathGameDev/SDV-FastTravel
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Feeling Lucky?
+
   |name    = Enchanted Galaxy and Infinity Weapons, Enchanted Galaxy Weapons
   |author  = minervamaga
+
   |author  = NamelessTo
   |id      = minervamaga.FeelingLucky
+
   |id      = NamelessTo.EnchantedGalaxyWeapons
   |nexus   =
+
   |curse   = 1001630
   |moddrop = 752859
+
   |nexus  = 21904
   |github  = minervamaga/FeelingLucky
+
   |github  = namelessto/EnchantedGalaxyWeapons
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Dynamic Rain
+
   |name    = Enemy Health Bars, Enemies Health Bars
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = TheThor59
   |id      = KoihimeNakamura.DynamicRainAndWind
+
   |id      = Thor.EnemyHealthBars
   |nexus  = 604
+
   |nexus  = 3627
   |moddrop = 664033
+
   |github  = TheThor59/StardewMods
   |github  = Sakorona/SDVMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Fashion Festival, FashionFestivalSMAPI
+
   |name    = Enemy Health Bars, Health Bars
   |author  = UNA
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = UNA.FashionFestivalSMAPI
+
   |id      = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
   |nexus  = 17404
+
   |nexus  = 193
   |github =
+
  |chucklefish = 3529
 +
   |source = https://gitlab.com/speeder1/SMAPIHealthbarMod
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial version = 1.9.2-unofficial.3-JoXW
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123209
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Revenue Service
+
   |name    = Energy Count
   |author  = KarratKake
+
   |author  = Crystallyne
   |id      = KarratKake.FerngillRevenueService
+
   |id      = Crystallyne.EnergyCount
   |nexus  = 7566
+
   |nexus  = 4272
   |github  =
+
   |github  = Crystallyne/EnergyCount
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fertilizer Anytime
+
   |name    = Energy Protect
   |author  = stoobinator, lefthandedkid
+
   |author  = philosquare
   |id      = stoobinator.fertilizeranytime
+
   |id      = philosquare.EnergyProtect
   |nexus  = 7259
+
   |nexus  = 21918
   |github  = stoobinator/Stardew-Valley-Fertilizer-Anytime
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Festival End Time Tweak
+
   |name    = Energy Rework
   |author  = KirbyLink
+
   |author  = seferoni
   |id      = kirbylink.festivalendtimetweak
+
   |id      = seferoni.EnergyRework
   |nexus  = 2966
+
   |nexus  = 21686
   |github  = KirbyLink/FestivalEndTimeTweak
+
   |github  = seferoni/EnergyRework
 
 
  |broke in          = SMAPI 3.0
 
  |unofficial version = 1.2.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344462
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Festival of the Mundane
+
   |name    = Energy Time
   |author  = MouseyPounds, MouseyPounds and Mr. Podunkian
+
   |author  = nikperic, ThatOneCow
   |id      = MouseyPounds.ShadowFestival
+
   |id      = nikperic.EnergyTime
   |nexus  = 4630
+
   |nexus  = 6488
   |github = MouseyPounds/stardew-mods
+
   |source = https://gitlab.com/nikperic/energytime
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = FeTK - Stardew-Valley Toolkit
 
  |author  = Felix-Dev
 
  |id      = Felix-Dev.FeTK
 
  |nexus  = 4403
 
  |github  = Felix-Dev/StardewMods
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
<!--
+
   |unofficial version = 1.4.2-unofficial.1-huancz
   |unofficial version = 1.0.1-unofficial.2-digus
+
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-132352
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Field Harvest
+
   |name    = Enhanced Loot Magnet, Magnet Mod
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FieldHarvest
+
   |id      = Cheath.MagnetModRedux<!--changed in 1.2.1-unofficial.1-->, Aedenthorn.MagnetMod
   |nexus  = 11019
+
   |nexus  = 4856
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.2.1-unofficial.1-hirayuki
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129627
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Field Works
+
   |name    = Enhanced Relationships
   |author  = ChiroxT
+
   |author  = Mizzion
   |id      = treinke.FieldWorks
+
   |id      = mizzion.enhancedrelationships
   |nexus  = 17267
+
   |nexus  = 1927
   |github  =
+
  |moddrop = 661356
 +
   |github  = Mizzion/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fighting With NPCs
+
   |name    = Enhanced Slingshots
   |author  = Edu Anttunes
+
   |author  = ytsc
   |id      = EduAnttunes.FightingWithNPCs
+
   |id      = ytsc.EnhancedSlingshots
   |nexus  = 5865
+
   |nexus  = 12763
   |github  = eduanttunes/sv_fighting_with_npcs
+
   |github  = YTSC/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = File Replacer
+
   |name    = Enough Sleep
   |author  = certifiableGrimalkin
+
   |author  = sodapotato
   |id      = certifiableGrimalkin.FileReplacer
+
   |id      = sodapotato.enoughsleep
   |nexus  = 17553
+
   |nexus  = 21536
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Find Object Mod
+
   |name    = Entoarox Framework
   |author  = Tran Minh Thong
+
   |author  = Entoarox
   |id      = find.object.mod
+
   |id      = Entoarox.EntoaroxFramework
   |nexus  = 8594
+
   |nexus  = 2269
   |github  =
+
  |chucklefish = 4228
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (crashes on startup).
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fine&#44; I'll Go Make My Own Seeds<!--manifest-->, Fine I Will Go Make My Own Seeds<!--Nexus-->
+
   |name    = Entoarox Modding Utilities
   |author  = HaulinOats
+
   |author  = Entoarox
   |id      = HaulinOats.FineIWillGoMakeMyOwnSeeds
+
   |id      = Entoarox.Utilities
   |nexus  = 13944
+
   |nexus  = 5521
   |github  =
+
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fireballs!
+
   |name    = Equal Money Split
   |author  = aurnj, Roy Li
+
   |author  = The Fluffy Robot, TheFluffyRobot
   |id      = RoyLi.Fireballs
+
   |id      = TheFluffyRobot.EqualMoneySplit
   |nexus  =
+
   |nexus  = 5526
  |url    = https://community.playstarbound.com/threads/fireballs.129346
+
   |github  = jamespfluger/Stardew-EqualMoneySplit
   |github  =
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fire Breath
+
   |name    = Equivalent Exchange
   |author  = aedenthorn, Erinthe
+
   |author  = MercuriusXeno, x3n0ph0b3
   |id      = aedenthorn.FireBreath
+
   |id      = MercuriusXeno.EquivalentExchange
   |nexus  = 7311
+
   |nexus  = 1656
   |github  = aedenthorn/StardewValleyMods
+
   |github  = MercuriusXeno/EquivalentExchange
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fireworks Festival
+
   |name    = Escape Rope
   |author  = violetlizabet
+
   |author  = lestoph
   |id      = violetlizabet.FireworksFestival
+
   |id      = lestoph.EscapeRope
   |nexus  = 15261
+
   |nexus  = 8576
   |github  = elizabethcd/FireworksFestival
+
   |github  = Bifibi/SDVEscapeRope
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FishDex
+
   |name    = Escargo Win Bug Fix
   |author  = rupak0577
+
   |author  = BlackJack
   |id      = rupak0577.FishDex
+
   |id      = BlackJack.EscargoWinBugfix
   |nexus  =
+
   |nexus  = 24556
   |github  = rupak0577/FishDex
+
   |github  =
  |url    = https://github.com/rupak0577/FishDex
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Exclusions
+
   |name    = Esca's Modding Plugins
   |author  = GZhynko
+
   |author  = Esca, Esca-MMC
   |id      = GZhynko.FishExclusions
+
   |id      = Esca.EMP
   |nexus  = 7782
+
   |nexus  = 9296
   |github  = gzhynko/StardewMods
+
  |moddrop = 1005443
 +
   |github  = Esca-MMC/EscasModdingPlugins
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Finder
+
   |name    = Esc Dialogue Mod
   |author  = Aair, AairTheGreat
+
   |author  = g33k, g33kidd
   |id      = AairTheGreat.FishFinder
+
   |id      = g33k.EscDialogueMod
   |nexus  = 5011
+
   |nexus  = 21812
   |github  = AairTheGreat/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name   = Fish Info
+
   |name     = Even Better Artisan Good Icons
   |author = Speshkitty
+
   |author   = chsiso58
   |id     = speshkitty.fishinfo
+
   |id       = haze1nuts.evenbetterartisangoodicons
   |nexus   = 5452
+
   |nexus   =
   |github = Speshkitty/FishInfo
+
   |github   = chsiao58/EvenBetterArtisanGoodIcons
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Adjust
+
   |name    = Even Better RNG
   |author  = Shuai Zhang
+
   |author  = pepoluan
   |id      = shuaiz.FishingAdjustMod
+
   |id      = pepoluan.EvenBetterRNG
   |nexus  = 1350
+
   |nexus  = 8680
   |github  = hcoona/StardewValleyMods
+
   |chucklefish = 6117
 
+
   |source = https://sourceforge.net/p/sdvmod-even-better-rng/
  |broke in = SMAPI 2.6
 
   |status  = workaround
 
  |summary = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Assistant
+
   |name    = Even Better Warehouse
   |author  = KilZenc
+
   |author  = charliedemilho
   |id      = KilZenc.FishingAssistant
+
   |id      = charliedemilho.EvenBetterWarehouse
   |nexus  = 5815
+
   |nexus  = 10396
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Automaton
+
   |name    = Event Black Bars
   |author  = Drynwynn, thepaladinknight
+
   |author  = gzhynko
   |id      = Drynwynn.FishingAutomaton
+
   |id      = GZhynko.EventBlackBars
   |nexus  = 2527
+
   |nexus  = 7962
   |github  = Drynwynn/StardewValleyMods
+
   |github  = gzhynko/StardewMods
 
 
  |broke in = SMAPI 2.8
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Chests Expanded
+
   |name    = Event Limiter
   |author  = aedenthorn, Erinthe
+
   |author  = TheMightyAmondee
   |id      = aedenthorn.FishingChestsExpanded
+
   |id      = TheMightyAmondee.EventLimiter
   |nexus  = 7694
+
   |nexus  = 10735
   |github  = aedenthorn/StardewValleyMods
+
   |github  = TheMightyAmondee/EventLimiter
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Info Overlays
+
   |name    = Event Lookup
   |author  = barteke22
+
   |author  = shekurika
   |id      = barteke22.FIshingInfoOverlays
+
   |id      = shekurika.EventLookup
   |nexus  = 8970
+
   |nexus  = 8505
   |github  = barteke22/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Logbook
+
   |name    = Event Music Volume
   |author  = M3ales
+
   |author  = jorgamun
   |id      = FishingLogbook
+
   |id      = jorgamun.EventMusicVolume
   |nexus  =
+
   |nexus  = 10650
  |curse  = 299792
+
   |github  = jorgamun/EventMusicVolume
   |github  = M3ales/FishingLogbook
 
 
 
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
+
   |name    = Event Repeater
   |author  = barteke22
+
   |author  = MissCoriel
   |id      = barteke22.FishingMinigames
+
   |id      = misscoriel.eventrepeater
   |nexus  = 9345
+
   |nexus  = 3642
   |github  = barteke22/StardewMods
+
  |curse  = 317347
 +
  |moddrop = 606979
 +
   |github  = MissCoriel/Event-Repeater
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Minigames
+
   |name    = Event Sound Adjuster
   |author  = barteke22 (Here Fishy base by aedenthorn)
+
   |author  = shekurika
   |id      = barteke22.FisingMinigames
+
   |id      = shekurika.EventSoundAdjuster
   |nexus  = 9345
+
   |nexus  = 8734
   |github  = barteke22/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Mod
+
   |name    = Event Tester
   |author  = Zoryn
+
   |author  = BlaDe
   |id      = Zoryn.FishingMod
+
   |id      = BlaDe.EventTester
   |nexus  =
+
   |nexus  = 11178
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  =
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
+
   |name    = Event Tester, SinZ's Event Tester
   |author  = MindMeltMax
+
   |author  = SinZ and atravita
   |id      = MindMeltMax.Fishnets
+
   |id      = sinZandAtravita.SinZsEventTester
   |nexus  = 13819
+
   |nexus  = 19458
  |moddrop = 1247514
+
   |github  = atravita-mods/StardewMods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets → Automate
+
   |name    = Everlasting Baits and Unbreakable Tackles
   |author  = MindMeltMax
+
   |author  = Digus
   |id      = MindMeltMax.Fishnets.Automate
+
   |id      = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
   |nexus  = 13819
+
   |nexus  = 2360
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Practice
+
   |name    = Excavation Skill, New Skill - Archaeology, Archaeology Skill for Stardew 1.5
   |author  = BlaDe
+
   |author  = moonslime
   |id      = BlaDe.FishingPractice
+
   |id      = moonslime.ExcavationSkill
   |nexus  = 4157
+
   |nexus  = 15793
   |github =
+
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
   |summary = use [[#Archaeology Skill for 1.6|Archaeology Skill for 1.6]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Rod Recolor
+
   |name    = Exhaustion Tweaks
   |author  = Stashek
+
   |author  = mytigio
   |id      = Stashek.FishingRodRecolor
+
   |id      = mytigio.exhaustiontweaks
   |nexus  = 8835
+
   |nexus  = 6247
   |github  =
+
   |github  = mytigio/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Trawler
+
   |name    = Expanded Fridge, Dynamic Expanded Fridge
   |author  = PeacefulEnd
+
   |author  = Lodukas
   |id      = PeacefulEnd.FishingTrawler
+
   |id      = Uwazouri.ExpandedFridge
   |nexus  = 8406
+
   |nexus  = 1191
   |github  = Floogen/FishingTrawler
+
   |github  = Uwazouri/ExpandedFridge
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Trawler - New Horizons
+
   |name    = Expanded Preconditions Utility
   |author  = PeacefulEnd
+
   |author  = Cherry, CherryChain
   |id      = PeacefulEnd.FishingTrawler.NewHorizons
+
   |id      = Cherry.ExpandedPreconditionsUtility
   |nexus  = 15941
+
   |nexus  = 6529
   |github  = Floogen/FishingTrawler
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Tuner Redux
+
   |name    = Expanded Storage
   |author  = Hammurabi
+
   |author  = LeFauxMatt
   |id      = HammurabiFishingTunerRedux
+
   |id      = furyx639.ExpandedStorage
   |nexus   =
+
   |curse   = 871838
   |chucklefish = 4578
+
   |moddrop = 1547203
   |source  = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
+
   |nexus   = 7431
 
+
   |github = LeFauxMatt/StardewMods
   |dev note = source in download
 
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
   |summary = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Me
+
   |name    = Expansive Combat, Proficiência
   |author  = marikaefer
+
   |author  = Hamio, HamioDracny
   |id      = marikaefer.FishMe
+
   |id      = HamioDracny.ProficienciaEmDano
   |nexus  = 4756
+
   |nexus  = 7511
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Preview
+
   |name    = Exp Control
   |author  = Jonqora
+
   |author  = moonslime
   |id      = Jonqora.FishPreview
+
   |id      = moonslime.ExpControl
   |nexus  = 6303
+
   |nexus  = 23067
   |github  = Jonqora/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Reminder
+
   |name    = Experience Bars
   |author  = Mizzion
+
   |author  = spacechase0
   |id      = mizzion.fishreminder
+
   |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
   |nexus   = 3615
+
   |curse   = 867392
   |moddrop = 661375
+
   |moddrop = 127275
   |github  = Mizzion/MyStardewMods
+
  |nexus  = 509
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Spot Bait
+
   |name    = Experience Rate Multiplier
   |author  = aedenthorn, Erinthe
+
   |author  = MSCFC, iSkLz
   |id      = aedenthorn.FishSpotBait
+
   |id      = SkLz.ExpMultiply
   |nexus  = 17581
+
   |nexus  = 5910
   |github  = aedenthorn/StardewValleyMods
+
   |github  = iSkLz/ExperienceMultiplier
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
+
   |name    = Experience Updates
   |author  = StarAmy
+
   |author  = Quipex
   |id      = StarAmy.bubbletoggle
+
   |id      = Quipex.ExperienceUpdates
   |nexus  = 13076
+
   |nexus  = 7581
   |github  =
+
   |github  = Quipex/ExperienceUpdates
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishy Blood Moon
+
   |name    = Expert Sitting
   |author  = MattDeDuck, Duckshard
+
   |author  = aedenthorn, Erinthe
   |id      = MattDeDuck.FishyBloodMoon
+
   |id      = aedenthorn.ExpertSitting
   |nexus  = 3725
+
   |nexus  = 7435
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = SMAPI 4.0.8
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-134928
 +
  |unofficial version = 0.3.2-unofficial.1-greg6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Animal Tools
+
   |name    = Extended Bus System
   |author  = bcmpinc
+
   |author  = Tondorian
   |id      = bcmpinc.FixAnimalTools
+
   |id      = ExtendedBusSystem
   |nexus  = 3215
+
   |nexus  =
   |github  = bcmpinc/StardewHack
+
   |chucklefish = 4373
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Fix Categories in Recipes, Categories in Recipes
 
  |author  = Traktori
 
  |id      = Traktori.CategoriesInRecipes
 
  |nexus  = 11400
 
  |github  = Traktori7/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Fix Dice
 
  |author  = Ashley, bambimenot
 
  |id      = ashley.fixdice
 
  |nexus  = 4556
 
 
   |github  =
 
   |github  =
  
Line 5,556: Line 7,713:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Pig Random
+
   |name    = Extended Fridge
   |author  = atravita
+
   |author  = Crystalmir
   |id      = atravita.FixPigRandom
+
   |id      = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
   |curse   = 870967
+
   |nexus   = 485
   |moddrop = 1294434
+
  |github  = Mystra007/ExtendedFridgeSMAPI
   |nexus   = 15003
+
 
   |github = atravita-mods/StardewMods
+
   |broke in = Stardew Valley 1.2
 +
   |status   = workaround
 +
   |summary = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 +
<!--
 +
  |unofficial version = 1.1.1-unofficial.4.mizzion
 +
  |unofficial url    = https://community.playstarbound.com/attachments/extendedfridge-1-1-1-unofficial-4-mizzion-zip.202825/
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix TVs on Custom Farm Types
+
   |name    = Extended Minecart
   |author  = mouse
+
   |author  = Entoarox
   |id      = mouse.FixTVsOnCustomFarmTypes
+
   |id      = Entoarox.ExtendedMinecart
   |moddrop = 1194570
+
   |nexus  = 2271
   |nexus  = 12717
+
   |chucklefish = 4359
   |github  = notevenamouse/StardewMods
+
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Entoarox Modding Utilities-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flamingo Breeding
+
   |name    = Extended Reach
   |author  = BlaDe
+
   |author  = spacechase0
   |id      = BlaDe.FlamingoBreeding
+
   |id      = spacechase0.ExtendedReach
   |nexus  = 12015
+
  |curse  = 867754
   |github  =
+
  |moddrop = 242303
 +
   |nexus  = 1493
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.2.5-unofficial.1-p1xel8ted
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123560
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flexible Sprinklers
+
   |name    = Extra Animal Configs
   |author  = Shockah
+
   |author  = selph, zombifier
   |id      = Shockah.FlexibleSprinklers
+
   |id      = selph.ExtraAnimalConfig
   |nexus  = 10931
+
   |nexus  = 25328
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = urbanyeti/stardew-better-ranching
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Floating Garden Pots
+
   |name    = Extra Content Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Alacrity, platinumhobo
   |id      = aedenthorn.FloatingGardenPots
+
   |id      = Alacrity.ExtraContentMod
   |nexus  = 17582
+
   |nexus  = 8510
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Floor Shadow Switcher
+
   |name    = Extra Fish Information
   |author  = MouseyPounds
+
   |author  = Ceasg
   |id      = MouseyPounds.FloorShadowSwitcher
+
   |id      = Ceasg.ExtraFishInformation
   |nexus  = 3885
+
   |nexus  = 4170
   |github  = MouseyPounds/stardew-mods
+
   |github  = ceasg/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Bombs
+
   |name    = Extra Machine Configs
   |author  = kdau
+
   |author  = Selph, zombifier
   |id      = kdau.FlowerBombs
+
   |id      = selph.ExtraMachineConfig
   |nexus  = 6228
+
   |nexus  = 22256
   |moddrop = 794657
+
   |github = zombifier/My_Stardew_Mods
  |source = https://gitlab.com/kdau/flowerbombs
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Color Picker
+
   |name    = Extra Map Layers
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.FlowerColorPicker
+
   |id      = aedenthorn.ExtraMapLayers
   |curse  = 867760
+
   |curse  = 868841
  |moddrop = 130043
+
   |nexus  = 9633
   |nexus  = 1229
+
   |github  = aedenthorn/StardewValleyMods<!--@retest-linked-->
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Dance Fix
+
   |name    = Extra Shop Phone Numbers
   |author  = elfuun
+
   |author  = PrincessFelicie
   |id      = FlowerDanceFix.elfuun
+
   |id      = PrincessFelicie.ExtraShopPhoneNumbersCore
   |nexus  = 8535
+
   |nexus  = 25530
  |moddrop = 980853
+
   |github  =
   |github  = elfuun1/FlowerDanceFix
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Dance Hearts Change
+
   |name    = Extreme Fishing Overhaul
   |author  = ron075sh
+
   |author  = Unidarkshin and Deathest1, Devin Lematty
   |id      = ron075sh.FlowerDanceHeartsChange
+
   |id      = DevinLematty.ExtremeFishingOverhaul
   |nexus  = 3019
+
   |nexus  = 7490
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Json Assets 1.7.7
  |status  = workaround
 
  |summary  = use [[#Three-Heart Dance Partner|Three-Heart Dance Partner]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Dancing, Kelly's Flower Dancing
+
   |name    = Extreme Weather
   |author  = kelly2892
+
   |author  = BlaDe
   |id      = kelly2892.flower.dancing.harmony
+
   |id      = BlaDe.ExtremeWeather
   |nexus  = 8107
+
   |nexus  = 12334
   |github  = kenny2892/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Rain
+
   |name    = Fabrication
   |author  = spacechase0
+
   |author  = XxHarvzBackxX
   |id      = spacechase0.FlowerRain
+
   |id      = harvz.Fabrication
  |curse  = 867722
+
   |nexus  = 10679
   |nexus  = 6131
+
   |github  = XxHarvzBackxX/fabrication
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flowery Tools
+
   |name    = FaeQuest
   |author  = Cat, CatCattyCat
+
   |author  = Navi-chan, ooo0000
   |id      = cat.flowerytools
+
   |id      = NaviChan.FaeQuest
   |nexus  = 6203
+
   |nexus  = 2484
   |moddrop = 833563
+
   |github  =
   |github  = danvolchek/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.3.29
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flowing Mine Rocks
+
   |name    = Fairy Fix
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.FlowingMineRocks
+
   |id      = MindMeltMax.FairyFix
   |nexus  = 9043
+
  |curse  = 1024723
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 24469
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fluent Eating
+
   |name    = Fall 28 Snow Day
   |author  = Kangzoel
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = Kangzoel.FluentEating
+
   |id      = Omegasis.Fall28SnowDay
   |nexus  = 11690
+
   |nexus  = 486
   |github  =
+
   |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flying Start Loan
+
   |name    = Fall To Autumn
   |author  = EstherHollow
+
   |author  = jahangmar
   |id      = EstherHollow.FlyingStartLoan
+
   |id      = jahangmar.FallToAutumn
   |nexus  = 11003
+
   |nexus  = 7174
   |github  =
+
   |github  = jahangmar/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Font Settings, 字体设置
+
   |name    = Familiars
   |author  = Becks723
+
   |author  = aedenthorn, Erinthe
   |id      = Becks723.FontSettings
+
   |id      = aedenthorn.Familiars
   |nexus  = 12467
+
   |nexus  = 6429
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
   |source  = https://gitee.com/becks723/my-stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Buff Stacking
+
   |name    = Family Planning
   |author  = thejcannon
+
   |author  = loe2run
   |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
+
   |id      = Loe2run.FamilyPlanning
   |nexus  = 4321
+
  |nexus  = 4515
  |github  = thejcannon/Stardew-FoodBuffStacking
+
  |github  = loe2run/FamilyPlanningMod
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
<!--
 +
  |unofficial version = 1.3.3-unofficial.1-pathoschild
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-13203
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Cravings
+
   |name    = Fancy Sprinklers
   |author  = Hexenentendrache
+
   |author  = trashcan9
   |id      = Hexenentendrache.FoodCravings
+
   |id      = trashcan9.FancySprinklers
   |nexus  = 17126
+
   |nexus  = 15857
   |github  = Enteligenz/StardewMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food on the Table
+
   |name    = Fantastic Frames
   |author  = aedenthorn, Erinthe
+
   |author  = Taskmaster
   |id      = aedenthorn.FoodOnTheTable
+
   |id      = Taskmaster.FantasticFrames
   |nexus  = 10886
+
   |nexus  = 4540
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage at the Farm
+
   |name    = Farmageddon
   |author  = Nishtra
+
   |author  = Max Vollmer, SVProtector
   |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
+
   |id      = maxvollmer.farmageddon
   |nexus  = 673
+
   |nexus  = 2618
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
<!--
 
  |unofficial version = 1.9.1-unofficial.1-Olivki
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-39#post-3317761
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage Fantasy
+
   |name    = Farm Animal Choices
   |author  = Goldenrevolver
+
   |author  = ShivaGuy
   |id      = Goldenrevolver.ForageFantasy
+
   |id      = ShivaGuy.FarmAnimalChoices
   |nexus  = 7554
+
   |nexus  = 11850
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage Pointers
+
   |name    = Farm Animal Harvest Helper
   |author  = Bpendragon
+
   |author  = aedenthorn, Erinthe
   |id      = Bpendragon.ForagePointers
+
   |id      = aedenthorn.FarmAnimalHarvestHelper
   |nexus  = 7781
+
   |nexus  = 13782
   |github  = Bpendragon/ForagePointers
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Forecaster
 
  |author  = Remy Bach
 
  |id      = remybach.forecaster
 
  |nexus  = 3037
 
  |github  = remybach/stardew-valley-forecaster
 
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forecaster Text, Forecaster Text
+
   |name    = Farm Anywhere
   |author  = TheElm
+
   |author  = hmkiesel
   |id      = TheElm.ForecasterText
+
   |id      = hmkiesel.FarmAnywhere
   |nexus  = 7541
+
   |nexus  = 13926
   |github  = GStefanowich/SDV-Forecaster
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Foxyfficiency
+
   |name    = Farm Automation: Barn Door Automation
   |author  = Fokson
+
   |author  = Oranisagu
   |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
+
   |id      = none<!--no manifest ID-->
   |nexus  = 2520
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/111931
 +
   |github  = oranisagu/SDV-FarmAutomation
  
   |broke in = Stardew Valley 1.5
+
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Auto Animal Doors|Auto Animal Doors]] or [[#Automated Doors|Automated Doors]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frame Rate Logger
+
   |name    = Farm Automation: Item Collector
   |author  = atravita
+
   |author  = Oranisagu
   |id      = atravita.FrameRateLogger
+
   |id      = none<!--no manifest ID-->
   |curse  = 870966
+
  |nexus  =
   |moddrop = 1294433
+
  |url    = https://community.playstarbound.com/threads/111931
   |nexus   = 15002
+
   |github  = oranisagu/SDV-FarmAutomation
   |github = atravita-mods/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.2
 +
   |status   = workaround
 +
   |summary = use [[#Automate|Automate]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frame Rate Viewer, FPS Viewer
+
   |name    = Farm Cave Framework
   |author  = Adham084
+
   |author  = aedenthorn, Erinthe
   |id      = adham084.fpsviewer
+
   |id      = aedenthorn.FarmCaveFramework
   |nexus  = 14046
+
   |nexus  = 10506
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|20910|Farm Cave Framework by aedenthorn (Unofficial 1.6 Update)}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Dusty
+
   |name    = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
   |author  = skuldomg, Skuld
+
   |author  = atravita
   |id      = skuldomg.freeDusty
+
   |id      = atravita.FarmCaveSpawn
   |nexus  = 2206
+
  |curse  = 870986
   |github  = skuldomg/freeDusty
+
  |moddrop = 1068205
 +
   |nexus  = 10186
 +
   |github  = atravita-mods/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |unofficial version = 1.0.7.unofficial-2.strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42360
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Love
+
   |name    = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
   |author  = aedenthorn, Erinthe
+
   |author  = atravita
   |id      = aedenthorn.FreeLove
+
   |id      = atravita.ExpFromMonsterKillsOnFarm
   |curse  = 868835
+
   |curse  = 870983
   |nexus  = 10021
+
  |moddrop = 1099838
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 10924
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Slingshot
+
   |name    = Farm Computer Plus
   |author  = DJ-STLN
+
   |author  = Boebie
   |id      = DJ-STLN.FreeSlingshot
+
   |id      = beau.farmcomputerplus
   |nexus  = 3320
+
   |nexus  = 19124
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free the Toolbar
+
   |name    = Farm Computers Check Cellars
   |author  = danmw3
+
   |author  = Ian Rubin, ianr427
   |id      = danmw3.freethetoolbar
+
   |id      = ianr.FarmComputersCheckCellars
   |nexus  = 4960
+
   |nexus  = 19581
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
  |status  = workaround
 
  |summary  = Use [[#Scroll To Blank|Scroll To Blank]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendly Divorce
+
   |name    = Farmer Helper
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FriendlyDivorce
+
   |id      = aedenthorn.FarmerHelper
   |nexus  = 6241
+
   |nexus  = 10179
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friends Forever
+
   |name    = Farmer Helper (Updated)
   |author  = Isaac S
+
   |author  = Fiorbeth
   |id      = IsaacS.FriendsForever
+
   |id      = Fiorbeth.FarmerHelper
   |nexus  = 1738
+
   |nexus  = 21030
   |github  = isaacs-dev/Minidew-Mods
+
   |github  = NTaylor1993/FarmerHelper
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Friendship Booster
 
  |author  = Hills
 
  |id      = Hills.FriendshipBooster
 
  |nexus  = 10497
 
  |moddrop = 1084819
 
  |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendship Tweaks
+
   |name    = Farmer Portraits
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FriendshipTweaks
+
   |id      = aedenthorn.FarmerPortraits
   |nexus  = 17055
+
  |curse  = 868774
 +
   |nexus  = 11398
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendship Without Talk
+
   |name    = Farmer Portraits for 1.6
   |author  = HunterMYT
+
   |author  = mistyspring
   |id      = HunterMYT.FriendshipWithoutTalk
+
   |id      = mistyspring.aedenthornFarmerPortraits
   |nexus  = 8709
+
   |nexus  = 20713
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frozen Yogurt
+
   |name    = Farmer Vitals Evolved
   |author  = Failsplat
+
   |author  = Sensakuma
   |id      = Failsplat.FroyoFFHarmony
+
   |id      = Sensakuma.FarmerVitalsEvolved
   |nexus  = 12308
+
   |nexus  = 11131
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frugal Farm Menu
+
   |name    = Farm Expansion
   |author  = jeffgillean
+
   |author  = Advize
   |id      = jeffgillean.FrugalFarmMenu
+
   |id      = Advize.FarmExpansion, AdvizeFarmExpansionMod-2-0-5, AdvizeFarmExpansionMod-2-0, 3888bdfd-73f6-4776-8bb7-8ad45aea1915<!--changed in 3.0, 2.0.5, and 2.0-->
   |nexus  = 11050
+
   |nexus  = 130
   |github  = jeffgillean/StardewValleyMods
+
   |github  = AdvizeGH/FarmExpansion
 +
 
 +
  |broke in = Stardew Valley 1.3.16
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; see [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-25661 unofficial update] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fruit Tree Shaker
+
   |name    = Farmhand Finder
   |author  = aedenthorn, Erinthe
+
   |author  = 2Retr0
   |id      = Aedenthorn.FruitTreeShaker
+
   |id      = 2Retr0.FarmhandFinder
   |nexus  = 5776
+
  |curse  = 661476
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 13153
 +
   |github  = 2Retr0/FarmhandFinder
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fruit Tree Tweaks
+
   |name    = Farmhouse Fixes
   |author  = aedenthorn, Erinthe
+
   |author  = CyanFire
   |id      = Aedenthorn.FruitTreeTweaks
+
   |id      = CF.FarmhouseFixes
   |nexus  = 11422
+
   |nexus  = 16507
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Full Romanceable Witch NPC, Witch Events Shop
 
  |author  = jennisimone
 
  |id      = jennisimone.WitchEventsShop
 
  |nexus  = 16304
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fungus Amongus
+
   |name    = Farmhouse Redone
   |author  = Okay Shroomer
+
   |author  = MabelSyrup
   |id      = OkayShroomer.FungusAmongus
+
   |id      = mabelsyrup.farmhouse
   |nexus  = 11785
+
   |nexus  = 3731
   |github  =
+
   |github  = mjSurber/FarmHouseRedone
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Adjustment
+
   |name    = Farmhouse Visits
   |author  = aedenthorn, Erinthe
+
   |author  = mistyspring
   |id      = aedenthorn.FurnitureAdjustment
+
   |id      = mistyspring.farmhousevisits
   |nexus  = 10213
+
   |nexus  = 12457
   |github  = aedenthorn/StardewValleyMods
+
   |github  = misty-spring/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Display Framework
+
   |name    = Farm Hub
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.FurnitureDisplayFramework
+
   |id      = Platonymous.FarmHub
   |nexus  = 10855
+
   |nexus  = 2309
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Placement Tweaks
+
   |name    = Farm Icons on Load Screen
   |author  = aedenthorn, Erinthe
+
   |author  = b1rdyw1rdy
   |id      = aedenthorn.FurniturePlacementTweaks
+
   |id      = b1rdyw1rdy.FarmIconOnLoadScreen
   |nexus  = 14092
+
   |nexus  = 24344
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Recolor
+
   |name    = Farming Tools Patch
   |author  = aedenthorn, Erinthe
+
   |author  = Torsang
   |id      = aedenthorn.FurnitureRecolor
+
   |id      = torsang.farmingtoolspatch
   |nexus  = 10217
+
   |nexus  = 24066
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Torsang/FarmingToolsPatch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Galaxy Slingshot Obtainable
+
   |name    = Farm in Paradise, Textura de Neve
   |author  = Adham084
+
   |author  = BrasileiroTop, LKboss
   |id      = adham084.galaxyslingshot
+
   |id      = LKboss.TexturaNeve
   |nexus  = 14115
+
   |nexus  = 13594
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Galaxy Weapon Choice
+
   |name    = Farm in the Sky, Fundo
  |author  = aedenthorn, Erinthe
+
   |author  = BrasileiroTop
  |id      = aedenthorn.GalaxyWeaponChoice
+
   |id      = BrasileiroTop.Fundo
  |nexus  = 14511
+
   |nexus  = 5423
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Gameboy Arcade
 
   |author  = drbirbdev
 
   |id      = drbirbdev.GameboyArcade
 
  |moddrop = 1318487
 
   |nexus  =
 
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Game Reminder
+
   |name    = Farm Rearranger
   |author  = mmanlapat
+
   |author  = Cherry & cel10e
   |id      = mmanlapat.GameReminder
+
   |id      = cel10e.Cherry.FarmRearranger
   |nexus  = 1153
+
  |nexus  = 5142
 +
  |moddrop = 716395
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm Resource Generator
 +
  |author  = jwdred
 +
  |id      =
 +
   |nexus  = 647
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
+
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GameSpeed
+
   |name    = Farm Tablet
   |author  = RandomComputerUser
+
   |author  = boneskull
   |id      = RandomComputerUser.GameSpeed
+
   |id      = com.boneskull.farm-tablet
   |nexus  = 7211
+
   |nexus  = 16447
   |github  =
+
   |github  = Floogen/AlternativeTextures
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garbage Collector
+
   |name    = Farm to Table Ready Meals
   |author  = Loogooter
+
   |author  = Speshkitty
   |id      = OlegSilkin.garbage_collector
+
   |id      = speshkitty.farmtotablereadymeals
   |nexus  = 2463
+
   |nexus  = 7148
   |github  =
+
   |github  = Speshkitty/FarmToTableReadyMeals
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Auto Trash|Auto Trash]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garbage Day
+
   |name    = Farmtronics
   |author  = furyx639
+
   |author  = Joe Strout
   |id      = furyx639.GarbageDay
+
   |id      = strout.farmtronics
  |curse  = 871837
+
   |nexus  = 10634
   |nexus  = 8204
+
   |github  = JoeStrout/Farmtronics
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garden Pot - Automate
+
   |name    = Farm Type Manager
   |author  = NCarigon
+
   |author  = Esca, Esca-MMC
   |id      = NCarigon.GardenPotAutomate
+
   |id      = Esca.FarmTypeManager
   |nexus  = 15212
+
   |nexus  = 3231
   |github  =
+
  |moddrop = 598755
 +
   |github  = Esca-MMC/FarmTypeManager
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garden Pot Tweaks
+
   |name    = Farm Warps Patch
   |author  = aedenthorn, Erinthe
+
   |author  = tlitookilakin
   |id      = aedenthorn.GardenPotTweaks
+
   |id      = tlitookilakin.farmwarpspatch
   |nexus  = 14820
+
   |nexus  = 8236
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 926207
 +
   |github  = tlitookilakin/FarmWarpsPatch
 +
 
 +
  |status  = obsolete
 +
  |summary = remove this mod (bug was fixed in Stardew Valley 1.5.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gate Fix
+
   |name    = Fashion Sense
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = PeacefulEnd
   |id      = f4iTh.GateFix
+
   |id      = PeacefulEnd.FashionSense
   |nexus  = 4859
+
  |curse  = 870933
   |github  =
+
   |nexus  = 9969
 +
   |github  = Floogen/FashionSense
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gate Opener
+
   |name    = Fashion Sense Outfits
   |author  = mralbobo
+
   |author  = nihilistzsche
   |id      = mralbobo.GateOpener
+
   |id      = nihilistzsche.FashionSenseOutfits
   |nexus  =
+
   |nexus  = 18384
  |url    = https://community.playstarbound.com/threads/111988
+
   |github  = nihilistzsche/FashionSenseOutfits
   |github  = mralbobo/stardew-gate-opener
 
 
 
  |broke in    = Stardew Valley 1.4
 
  |status      = workaround
 
  |summary      = use [[#Auto Gate|Auto Gate]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gem Isles
+
   |name    = Fast Animations
   |author  = aedenthorn, Erinthe
+
   |author  = Pathoschild
   |id      = aedenthorn.GemIsles
+
   |id      = Pathoschild.FastAnimations
   |nexus  = 6692
+
  |curse  = 957496
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 1089
 +
  |moddrop = 606631
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
+
   |name    = Fast Control Input
   |author  = Hana
+
   |author  = weizinai
   |id      = Hana.GNMTokens
+
   |id      = weizinai.FastControlInput
   |nexus  = 14426
+
   |nexus  = 24324
   |github  =
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
+
   |name    = Fast Eat
   |author  = sqbr
+
   |author  = Zexu2K
   |id      = sqbr.GetGS
+
   |id      = Zeux2K.FastEat
   |nexus  = 13434
+
  |moddrop = 1591432
   |github  = sqbr/GetGS
+
   |nexus  = 25080
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Generic Mod Config Menu
+
   |name    = Faster Events
   |author  = spacechase0
+
   |author  = libaryaddict
   |id      = spacechase0.GenericModConfigMenu
+
   |id      = libraryaddict.FasterEvents
   |curse   = 867150
+
   |nexus   = 7631
   |moddrop = 771692
+
   |github  =
  |nexus  = 5098
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Generic Shop Extender
+
   |name    = Faster Grass
   |author  = rabbitgreen49, IrregularPorygon
+
   |author  = IceGladiador
   |id      = GenericShopExtender
+
   |id      = IceGladiador.FasterGrass
   |nexus  = 814
+
   |nexus  = 1772
   |github  = IrregularPorygon/SMAPIGenericShopMod
+
   |github  =
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = SMAPI 3.0
   |unofficial version = 0.1.5-unofficial.1-mouseypounds
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-41#post-3355598
+
   |summary  = use [[#Grass Growth|Grass Growth]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Genetics API
+
   |name    = Faster Horse
   |author  = agent56
+
   |author  = kibbe
   |id      = agent56.GeneticsAPI
+
   |id      = kibbe.faster_horse
   |nexus  = 15655
+
   |nexus  = 2791
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Geode Info Menu
+
   |name    = Faster Paths
   |author  = CatCattyCat, Cat
+
   |author  = Entoarox
   |id      = cat.geodeinfomenu
+
   |id      = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
   |nexus  = 1448
+
   |nexus  = 2277
   |moddrop = 833541
+
   |chucklefish = 3641
   |github  = danvolchek/StardewMods
+
   |github  = Entoarox/StardewMods
  
   |broke in           = Stardew Valley 1.5
+
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
+
 
  |unofficial version = 1.5.3-unofficial.1-strobe
+
   |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Get Glam
+
   |name    = Faster Path Speed
   |author  = MartyrPher
+
   |author  = gaussfire
   |id      = MartyrPher.GetGlam
+
   |id      = gaussfire.FasterPathSpeed
   |nexus  = 5044
+
   |nexus  = 9344
   |github  = MartyrPher/GetGlam
+
   |github  = alanperrow/StardewModding
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ghost Town
+
   |name    = Faster Run
   |author  = Platonymous
+
   |author  = KathrynHazuka
   |id      = Platonymous.GhostTown
+
   |id      = KathrynHazuka.FasterRun
   |curse   = 877231
+
   |nexus   = 733
   |moddrop = 793902
+
   |github  = KathrynHazuka/StardewValley_FasterRun
   |nexus   = 2992
+
 
   |github = Platonymous/Stardew-Valley-Mods
+
   |broke in = SMAPI 2.0
 +
  |status   = workaround
 +
   |summary = use [[#Auto Speed|Auto Speed]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Fertilizer
+
   |name    = Faster Transition
   |author  = atravita
+
   |author  = Kumagabear
   |id      = atravita.GiantCropFertilizer
+
   |id      = Kumagabear.FasterTransition
  |curse  = 870977
+
   |nexus  = 19584
  |moddrop = 1135913
+
   |github  = DotSharkTeeth/StardewValleyMods
   |nexus  = 11620
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Ring
+
   |name    = Faster Trees
   |author  = CatCattyCat, Cat
+
   |author  = Krutonium
   |id      = cat.giantcropring
+
   |id      = ca.krutonium.fastertrees
   |nexus  = 1182
+
   |nexus  = 21952
  |moddrop = 833538
+
   |github  =
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Tweaks
+
   |name    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
   |author  = Khloe Leclair
+
   |author  = zeldela
   |id      = leclair.giantcroptweaks
+
   |id      = zeldela.FastFishPond
   |nexus  = 14370
+
   |nexus  = 14005
   |github  = KhloeLeclair/StardewMods
+
   |github  = zeldela/sdv-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Omelet
+
   |name    = Fast Forward
   |author  = spacechase0
+
   |author  = crazywig
   |id      = spacechase0.GiantOmelet
+
   |id      = crazywig.FastForward
   |nexus  = 13852
+
   |nexus  = 7413
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Decline
+
   |name    = Fast Geode, Instant Geodes
   |author  = desto
+
   |author  = ofmanynames
   |id      = desto.GiftDecline
+
   |id      = InstantGeode
   |nexus  = 6944
+
   |nexus  = 750
   |github  = desto-git/sdv-mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Fast Animations|Fast Animations]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Money
+
   |name    = Fast Loads
   |author  = AvalonMFX
+
   |author  = spajus
   |id      = AvalonMFX.GiftMoney
+
   |id      = spajus.fastloads
   |nexus  = 17564
+
   |nexus  = 19454
 +
  |github  = spajus/stardew-valley-fast-loads
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fast Parrot Express Animation
 +
  |author  = ErikShun, QuickNutz
 +
  |id      = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
 +
  |moddrop = 1490579
 +
  |nexus  = 19634
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Rejection
+
   |name    = Fast Petting
   |author  = aedenthorn, Erinthe
+
   |author  = DerTod2
   |id      = aedenthorn.GiftRejection
+
   |id      = de.dertod2.FastPetting
   |nexus  = 14273
+
   |nexus  = 5039
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Taste Helper
+
   |name    = Fast Travel
   |author  = tstaples
+
   |author  = Death, DeathGameDev
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
+
   |id      = DeathGameDev.FastTravel
   |nexus  = 229
+
   |nexus  = 1529
   |github  = tstaples/GiftTasteHelper
+
   |github  = DeathGameDev/SDV-FastTravel
  
   |warnings = needs zoom and UI scale options to have the same value.
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Wrapper
+
   |name    = FauxCore
   |author  = blueberry
+
   |author  = LeFauxMatt
   |id      = blueberry.GiftWrapper
+
   |id      = furyx639.FauxCore
   |nexus  = 4721
+
  |moddrop = 1547213
   |github  = b-b-blueberry/GiftWrapper
+
   |nexus  = 20618
 +
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ginger Island Extra Locations
+
   |name    = Feeling Lucky?
   |author  = mistyspring
+
   |author  = minervamaga
   |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
+
   |id      = minervamaga.FeelingLucky
   |curse   = 880520
+
   |nexus   =
   |nexus  = 12195
+
   |moddrop = 752859
   |github  = misty-spring/StardewMods
+
   |github  = minervamaga/FeelingLucky
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ginger Island Mainland Adjustments
+
   |name    = Fellowship - Immersive Rings
   |author  = atravita
+
   |author  = DaLion
   |id      = atravita.GingerIslandMainlandAdjustments
+
   |id      = DaLion.ImmersiveRings
   |curse   = 870984
+
   |nexus   = 11380
   |moddrop = 1098263
+
   |github  =
  |nexus  = 10004
+
 
   |github = atravita-mods/StardewMods
+
   |status = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Give Me My Cursor Back
+
   |name    = Ferngill Dynamic Rain
   |author  = DecidedlyHuman
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = DecidedlyHuman.GiveMeMyCursorBack
+
   |id      = KoihimeNakamura.DynamicRainAndWind
   |nexus  = 9976
+
   |nexus  = 604
   |github  = DecidedlyHuman/GiveMeMyCursorBack
+
  |moddrop = 664033
 +
   |github  = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Global Config Settings
+
   |name    = Ferngill Fashion Festival, FashionFestivalSMAPI
   |author  = Gaphodil
+
   |author  = UNA
   |id      = Gaphodil.GlobalConfigSettings
+
   |id      = UNA.FashionFestivalSMAPI
   |nexus  = 9340
+
   |nexus  = 17404
  |moddrop = 1007690
+
   |github  =
   |github  = Gaphodil/GlobalConfigSettings
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Glue Your Furniture Down
+
   |name    = Ferngill Revenue Service
   |author  = violetlizabet
+
   |author  = KarratKake
   |id      = violetlizabet.GlueFurnitureDown
+
   |id      = KarratKake.FerngillRevenueService
   |nexus  = 10374
+
   |nexus  = 7566
   |github  = elizabethcd/PreventFurniturePickup
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GMCM Options
+
   |name    = Ferngill Simple Economy
   |author  = Jamie Taylor
+
   |author  = Paul Steele
   |id      = jltaylor-us.GMCMOptions
+
   |id      = paulsteele.fse
   |nexus  = 10505
+
   |nexus  = 21414
   |github  = jltaylor-us/StardewGMCMOptions
+
   |github  = Annosz/UIInfoSuite2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = God Mode
+
   |name    = Fertilizer Anytime
   |author  = treyh0
+
   |author  = stoobinator, lefthandedkid
   |id      = treyh0.GodMode
+
   |id      = stoobinator.fertilizeranytime
   |nexus  = 2641
+
   |nexus  = 7259
   |github  =
+
   |github  = stoobinator/Stardew-Valley-Fertilizer-Anytime
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Ultimate Fertilizer|Ultimate Fertilizer]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Goodbye American English
+
   |name    = Fertilizer Bubbles
   |author  = TheMightyAmondee, MightyAmondee
+
   |author  = temisthem
   |id      = TheMightyAmondee.GoodbyeAmericanEnglish
+
   |id      = tem696969696969.FertilizerBubbles
  |moddrop = 854437
+
   |nexus  = 23307
   |nexus  = 7183
+
   |github  = kqrse/StardewValleyMods
   |github  = TheMightyAmondee/GoodbyeAmericanEnglish
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Goodbye SMAPI
+
   |name    = Festival End Time Tweak
   |author  = Jessebot
+
   |author  = KirbyLink
   |id      = Jessebot.GoodbyeSMAPI
+
   |id      = kirbylink.festivalendtimetweak
   |nexus  = 6514
+
   |nexus  = 2966
   |github  = JessebotX/StardewValleyMods
+
   |github  = KirbyLink/FestivalEndTimeTweak
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.2.1-unofficial.2-speshkitty
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-133711
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Go To Bed
+
   |name    = Festival of the Mundane
   |author  = candidus42
+
   |author  = MouseyPounds, MouseyPounds and Mr. Podunkian
   |id      = Candidus42.GoToBed
+
   |id      = MouseyPounds.ShadowFestival
   |nexus  = 4967
+
   |nexus  = 4630
   |github  = mus-candidus/GoToBed
+
   |github  = MouseyPounds/stardew-mods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.1.3-unofficial.1-LikeFrogs
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123587
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Go To Sleep
+
   |name    = FeTK - Stardew-Valley Toolkit
   |author  = yy376
+
   |author  = Felix-Dev
   |id      = yy376.GoToSleep
+
   |id      = Felix-Dev.FeTK
   |nexus  = 2195
+
   |nexus  = 4403
   |github  =
+
   |github  = Felix-Dev/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.2-digus
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gradient Hair Colors
+
   |name    = Field Harvest
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.GradientHairColors
+
   |id      = aedenthorn.FieldHarvest
   |nexus  = 12744
+
   |nexus  = 11019
   |github  = spacechase0/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Heirlooms
+
   |name    = Field Harvest Redux
   |author  = rikai
+
   |author  = Prism 99
   |id      = rikai.GrandfathersHeirlooms
+
   |id      = prism99.aedenthorn.FieldHarvest
   |nexus  = 8557
+
  |nexus  = 21703
   |github  = rikai/Grandfathers-Heirlooms
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Field Works
 +
  |author  = ChiroxT
 +
  |id      = treinke.FieldWorks
 +
   |nexus  = 17267
 +
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fighting With NPCs
 +
  |author  = Edu Anttunes
 +
  |id      = EduAnttunes.FightingWithNPCs
 +
  |nexus  = 5865
 +
  |github  = eduanttunes/sv_fighting_with_npcs
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grapes All Year Round
+
   |name    = File Replacer
   |author  = GZhynko
+
   |author  = certifiableGrimalkin
   |id      = GZhynko.GrapesAllYearRound
+
   |id      = certifiableGrimalkin.FileReplacer
   |nexus  = 7759
+
   |nexus  = 17553
   |github  = gzhynko/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grass Growth
+
   |name    = Filtered Chest Hopper
   |author  = bcmpinc
+
   |author  = Shivion
   |id      = bcmpinc.GrassGrowth
+
   |id      = shivion.FilteredChestHopper
   |nexus  = 2732
+
   |nexus  = 21730
   |github  = bcmpinc/StardewHack
+
   |github  = Shivion/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grass Growth Adjuster, Grass Adjustor
+
   |name    = Find Object Mod
   |author  = Jellypowered, Shockade
+
   |author  = Tran Minh Thong
   |id      = Jellypowered.GrassChance
+
   |id      = find.object.mod
   |nexus  = 3365
+
   |nexus  = 8594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse 20x20
+
   |name    = Fine&#44; I'll Go Make My Own Seeds<!--manifest-->, Fine I Will Go Make My Own Seeds<!--Nexus-->
   |author  = sirloinmeatt
+
   |author  = HaulinOats
   |id      = sirloinmeatt.Greenhouse20x20
+
   |id      = HaulinOats.FineIWillGoMakeMyOwnSeeds
   |nexus  = 2662
+
   |nexus  = 13944
 
   |github  =
 
   |github  =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-art17
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-32#post-3354836
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Construction
+
   |name    = Fireballs!
   |author  = Derslayr
+
   |author  = aurnj, Roy Li
   |id      = Derslayr.GreenhouseConstruction
+
   |id      = RoyLi.Fireballs
   |nexus  = 10148
+
   |nexus  =
   |github  = derslayr10/GreenhouseConstruction
+
  |url    = https://community.playstarbound.com/threads/fireballs.129346
 +
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Entry Begone!
+
   |name    = Fire Breath
   |author  = bblueberry, blueberry
+
   |author  = aedenthorn, Erinthe
   |id      = blueberry.GreenhouseEntryBegone
+
   |id      = aedenthorn.FireBreath
   |nexus  = 8203
+
   |nexus  = 7311
   |github  = b-b-blueberry/GreenhouseEntryPatch
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FireBreath
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Entry Mod
+
   |name    = Fire Crackers, Firecracker Mod
   |author  = pancham138
+
   |author  = MindMeltMax
   |id      = Pancham138.GreenhouseEntryMod
+
   |id      = MindMeltMax.FireCracker
   |nexus  = 6150
+
   |nexus  = 7321
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Gatherers
+
   |name    = Fireworks Festival
   |author  = PeacefulEnd
+
   |author  = violetlizabet
   |id      = PeacefulEnd.GreenhouseGatherers
+
   |id      = violetlizabet.FireworksFestival
   |nexus  = 7619
+
   |nexus  = 15261
   |moddrop = 886187
+
   |github  = elizabethcd/FireworksFestival
   |github  = Floogen/GreenhouseGatherers
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fischievements
 +
  |author  = MattDeDuck, Duckshard
 +
  |id      = MattDeDuck.Fischievements
 +
  |nexus  = 3658
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Gatherers Automate
+
   |name    = FishDex
   |author  = PeacefulEnd
+
   |author  = rupak0577
   |id      = PeacefulEnd.GreenhouseGatherers.Automate
+
   |id      = rupak0577.FishDex
   |nexus  = 7619
+
   |nexus  =
   |moddrop = 886187
+
   |github  = rupak0577/FishDex
   |github = Floogen/GreenhouseGatherers
+
   |url    = {{github|rupak0577/FishDex}}
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Sprinklers
+
   |name    = Fish Exclusions
   |author  = Bpendragon
+
   |author  = GZhynko
   |id      = Bpendragon.GreenhouseSprinklers
+
   |id      = GZhynko.FishExclusions
   |nexus  = 7456
+
   |nexus  = 7782
   |github  = Bpendragon/GreenhouseSprinklers
+
   |github  = gzhynko/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Upgrades
+
   |name    = Fish Finder
   |author  = Cecidelus
+
   |author  = Aair, AairTheGreat
   |id      = Cecidelus.GreenhouseUpgrades
+
   |id      = AairTheGreat.FishFinder
   |nexus  = 8042
+
   |nexus  = 5011
   |github  =
+
   |github  = AairTheGreat/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GreenHut
+
   |name    = Fish Info
   |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
+
   |author  = Speshkitty
   |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
+
   |id      = speshkitty.fishinfo
   |nexus  = 1735
+
   |nexus  = 5452
   |github  =
+
   |github  = Speshkitty/FishInfo
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Groundhog Day
+
   |name    = Fishing Adjust
   |author  = aedenthorn, Erinthe
+
   |author  = Shuai Zhang
   |id      = aedenthorn.GroundhogDay
+
   |id      = shuaiz.FishingAdjustMod
   |nexus  = 10151
+
   |nexus  = 1350
   |github  = aedenthorn/StardewValleyMods
+
   |github  = hcoona/StardewValleyMods
 +
 
 +
  |broke in = SMAPI 2.6
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Groupable Chests
+
   |name    = Fishing Assistant 2<!--changed in 2.0.0-->, Fishing Assistant
   |author  = FricativeMelon
+
   |author  = ChibiKyu, KilZenc
   |id      = FricativeMelon.GroupableChests
+
   |id      = ChibiKyu.FishingAssistant2<!--changed in 2.0.0-->, KilZenc.FishingAssistant
   |nexus  = 15375
+
   |nexus  = 5815
   |github  = FricativeMelon/GroupableChests
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Growable Bushes
+
   |name    = Fishing Automaton
   |author  = atravita
+
   |author  = Drynwynn, thepaladinknight
   |id      = atravita.GrowableBushes
+
   |id      = Drynwynn.FishingAutomaton
   |curse   = 870961
+
   |nexus   = 2527
   |moddrop = 1357999
+
   |github  = Drynwynn/StardewValleyMods
  |nexus  = 15111
+
 
   |github  = atravita-mods/StardewMods
+
   |broke in = SMAPI 2.8
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Growable Giant Crops
+
   |name    = Fishing Chests Expanded
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.GrowableGiantCrops
+
   |id      = aedenthorn.FishingChestsExpanded
   |curse   = 870960
+
   |nexus   = 7694
   |moddrop = 1358004
+
   |github  = aedenthorn/StardewValleyMods
   |nexus   = 15559
+
 
   |github = atravita-mods/StardewMods
+
   |broke in          = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
 +
   |unofficial version = 0.4.3-unofficial.3-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#FishingChestsExpanded
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Haboo
+
   |name    = Fishing Info Overlays
   |author  = BlaDe
+
   |author  = barteke22
   |id      = LetsTrollTheMan.HabooNPC
+
   |id      = barteke22.FIshingInfoOverlays
   |nexus  = 12034
+
   |nexus  = 8970
   |github  =
+
   |github  = barteke22/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hair Growth
+
   |name    = Fishing Logbook
   |author  = skn
+
   |author  = M3ales
   |id      = skn.HairGrowthMod
+
   |id      = FishingLogbook
   |nexus  = 3279
+
   |nexus  =
   |github  =
+
  |curse  = 299792
 +
   |github  = M3ales/FishingLogbook
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Halt Event Time
+
   |name    = Fishing Minigames
   |author  = chawol
+
   |author  = barteke22 (Here Fishy base by aedenthorn)
   |id      = chawol.HaltEventTime
+
   |id      = barteke22.FisingMinigames
   |nexus  = 8774
+
   |nexus  = 9345
   |github  = chawolbaka/HaltEventTime
+
   |github  = barteke22/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Handy Headphones
+
   |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
   |author  = PeacefulEnd
+
   |author  = barteke22
   |id      = PeacefulEnd.HandyHeadphones
+
   |id      = barteke22.FishingMinigames
   |nexus  = 7936
+
   |nexus  = 9345
   |github  = Floogen/HandyHeadphones
+
   |github  = barteke22/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Birthday
+
   |name    = Fishing Mod
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Zoryn
   |id      = Omegasis.HappyBirthday
+
   |id      = Zoryn.FishingMod
   |nexus  = 520
+
   |nexus  =
   |github  = janavarro95/Stardew_Valley_Mods
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Birthday
+
   |name    = Fishing Nets → Automate
   |author  = Oxyligen
+
   |author  = MindMeltMax
   |id      = HappyBirthday
+
   |id      = MindMeltMax.Fishnets.Automate
   |nexus  = 1064
+
   |nexus  = 13819
   |github  =
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Nets → Better Crafting
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.Fishnets.BetterCrafting
 +
  |nexus  = 13819
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Happy Birthday|Happy Birthday by Omegasis]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Fish Jump
+
   |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
   |author  = Sakorona
+
   |author  = MindMeltMax
   |id      = KoihimeNakamura.HappyFishJump
+
   |id      = MindMeltMax.Fishnets
   |nexus  = 6516
+
  |curse  = 1004486
   |moddrop = 1068089
+
   |nexus  = 13819
   |github  = Sakorona/SDVMods
+
   |moddrop = 1247514
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardcore Mines
+
   |name    = Fishing Practice
   |author  = kibbe, lillvik
+
   |author  = BlaDe
   |id      = kibbe.hardcore_mines
+
   |id      = BlaDe.FishingPractice
   |nexus  = 1674
+
   |nexus  = 4157
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Hardcore Mines 2|Hardcore Mines 2]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardcore Mines 2
+
   |name    = Fishing Progression
   |author  = ItsLittany
+
   |author  = ChadlyMasterson
   |id      = itslittany.HardcoreMines2
+
   |id      = chadlymasterson.fishingprogression
   |nexus  = 6411
+
   |nexus  = 18749
   |github  =
+
   |github  = chudders1231/SDV-FishingProgression
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardcore Mode
+
   |name    = Fishing Tackle Tooltips
   |author  = vermicyde
+
   |author  = BarleyZP
   |id      = vermicyde.HardcoreModeDLL
+
   |id      = BarleyZP.FishingTackleTooltip
   |nexus  = 15125
+
   |nexus  = 24751
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardy Grass
+
   |name    = Fishing Trawler
   |author  = DiscipleOfEris
+
   |author  = PeacefulEnd
   |id      = DiscipleOfEris.HardyGrass
+
   |id      = PeacefulEnd.FishingTrawler
   |nexus  = 8772
+
   |nexus  = 8406
   |github  = DiscipleOfEris/HardyGrass
+
   |github  = Floogen/FishingTrawler
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Harp of Yoba Redux
 
  |author  = Platonymous
 
  |id      = Platonymous.HarpOfYobaRedux
 
  |nexus  = 914
 
  |moddrop = 793924
 
  |github  = Platonymous/Stardew-Valley-Mods
 
  
   |broke in = Stardew Valley 1.5.6
+
   |broke in = Stardew Valley 1.6
<!--
+
   |status  = workaround
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-53000
+
   |summary  = use [[#Fishing Trawler - New Horizons|Fishing Trawler - New Horizons]] instead.
   |unofficial version = 2.7.4-unofficial.2-strobe
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest Moon FoMT-like Watering Can and Hoe Area, HM-FoMT-like Watering Can and Hoe Area
+
   |name    = Fishing Trawler - New Horizons
   |author  = Goldenrevolver
+
   |author  = PeacefulEnd
   |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
+
   |id      = PeacefulEnd.FishingTrawler.NewHorizons
   |nexus  = 7851
+
  |curse  = 870923
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |nexus  = 15941
 +
   |github  = Floogen/FishingTrawler
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest Moon Witch Princess Mod, WitchPrincess
+
   |name    = Fishing Treasure Spawner
   |author  = Dounat2201, Sasara
+
   |author  = jangofett4
   |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
+
   |id      = jangofett4.fishingtreasurespawner
   |nexus  = 1157
+
   |nexus  = 18119
   |github  = Sasara2201/WitchPrincess
+
   |github  = jangofett4/FishingTreasureSpawner
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest Seeds
+
   |name    = Fishing Tuner Redux
   |author  = aedenthorn, Erinthe
+
   |author  = Hammurabi
   |id      = aedenthorn.HarvestSeeds
+
   |id      = HammurabiFishingTunerRedux
   |nexus  = 11773
+
   |nexus  =
  |github  = aedenthorn/StardewValleyMods
+
   |chucklefish = 4578
}}
+
   |source = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
{{#invoke:SMAPI compatibility|entry
+
 
   |name    = Harvest With Scythe
+
   |dev note = source in download
   |author = ThatNorthernMonkey
 
  |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
 
  |nexus  = 236
 
   |github  = ThatNorthernMonkey/HarvestWithScythe
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
+
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Buffs
+
   |name    = Fish Me
   |author  = popska
+
   |author  = marikaefer
   |id      = popska.HatBuffs
+
   |id      = marikaefer.FishMe
   |nexus  = 9050
+
   |nexus  = 4756
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/popska/UsefulHats
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Shop Restoration
+
   |name    = Fish of Stardew
   |author  = PeacefulEnd
+
   |author  = AztecViper
   |id      = PeacefulEnd.AMouseWithAHat.Core
+
   |id      = aztecviper.fishOfStardewMod
   |nexus  = 17291
+
   |nexus  = 24870
   |github  = Floogen/StardewSandbox
+
   |github  = astecviper/AztecVipers-Fish-of-Stardew
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hats on Hats
+
   |name    = Fish Pond Colors, Legendary Fish Ponds
   |author  = Shockah
+
   |author  = ButterBear, Memegician
   |id      = Shockah.HatsOnHats
+
   |id      = BB.FishPondColors
   |nexus  = 17280
+
   |nexus  = 23449
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hay Bales as Silos
+
   |name    = Fish Preview
   |author  = Cherry, CherryChain
+
   |author  = Jonqora
   |id      = Cherry.HayBalesSilo
+
   |id      = Jonqora.FishPreview
   |nexus  = 5151
+
   |nexus  = 6303
   |moddrop = 716396
+
   |github  = Jonqora/StardewMods
   |github  = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HD Portraits
+
   |name    = Fish Reminder
   |author  = Tlitookilakin
+
   |author  = Mizzion
   |id      = tlitookilakin.HDPortraits
+
   |id      = mizzion.fishreminder
   |nexus  = 10971
+
   |nexus  = 3615
   |moddrop = 1103418
+
   |moddrop = 661375
   |github  = tlitookilakin/HDPortraits
+
   |github  = Mizzion/MyStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health and Stamina Regeneration
+
   |name    = Fish Spot Bait
   |author  = Jessebot, JessebotX
+
   |author  = aedenthorn, Erinthe
   |id      = Jessebot.HealthStaminaRegen
+
   |id      = aedenthorn.FishSpotBait
   |nexus  = 3207
+
   |nexus  = 17581
   |moddrop = 624105
+
   |github  = aedenthorn/StardewValleyMods
   |github = JessebotX/StardewValleyMods
+
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = {{github|Rogue-Toast/Aedenthorn-StardewValleyMods}}/releases
 +
  |unofficial version = 0.1.2-unofficial.1-logophile
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health and Stamina Tweaks
+
   |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
   |author  = Kiddles, Svard
+
   |author  = StarAmy
   |id      = Kiddles.HASTweaks
+
   |id      = StarAmy.bubbletoggle
   |nexus  = 5630
+
   |nexus  = 13076
   |github  = SvardXI/HAS_Tweaks
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health Bars
+
   |name    = Fishy Blood Moon
   |author  = Zoryn
+
   |author  = MattDeDuck, Duckshard
   |id      = Zoryn.HealthBars
+
   |id      = MattDeDuck.FishyBloodMoon
   |nexus  =
+
   |nexus  = 3725
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  =
  |github  = Zoryn4163/SMAPI-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Health Bars (Darkhax)
 
  |author  = Darkhax
 
  |id      = darkhax.healthbars
 
  |nexus  =
 
  |curse  = 302910
 
   |github  = Stardew-Valley-Modding/HealthBars
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Heartbeat
+
   |name    = Fix Animal Tools
   |author  = themattfiles
+
   |author  = bcmpinc
   |id      = themattfiles.HeartBeat
+
   |id      = bcmpinc.FixAnimalTools
   |nexus  = 5941
+
   |nexus  = 3215
   |github  = embolden/Heartbeat
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Heart Level Notifications
+
   |name    = Fix Categories in Recipes, Categories in Recipes
   |author  = StultusV
+
   |author  = Traktori
   |id      = StultusV.HeartLevelNotifications
+
   |id      = Traktori.CategoriesInRecipes
   |nexus  = 8655
+
   |nexus  = 11400
   |github  = JudeRV/Stardew-HeartLevelNotifier
+
   |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Heelies
+
   |name    = Fix Dice
   |author  = fakemonster
+
   |author  = Ashley, bambimenot
   |id      = fakemonster.Heelies
+
   |id      = ashley.fixdice
   |nexus  = 7751
+
   |nexus  = 4556
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hello SMAPI
+
   |name    = Fixed Ginger Island Beach Garden Pots
   |author  = Jessebot, JessebotX
+
   |author  = wilsoncwc
   |id      = Jessebot.HelloSMAPI
+
   |id      = wilsoncwc.IslandPotFix
   |nexus  = 4483
+
   |nexus  = 23934
   |github  = JessebotX/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help for Hire
+
   |name    = Fixed Secret Woods Debris, Woods Debris Fix
   |author  = furyx639, LeFauxMatt
+
   |author  = f4iTh and Lita, JertsukkaTheMan
   |id      = furyx639.HelpForHire
+
   |id      = f4iTh.WoodsDebrisFix
  |curse  = 871839
+
   |nexus  = 1941
   |nexus  = 5316
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Helpful Spouses
+
   |name    = Fixed Weapons Damage
   |author  = furyx639, LeFauxMatt
+
   |author  = BlueSight
   |id      = furyx639.HelpfulSpouses
+
   |id      = BlueSight.FixedWeaponsDamage
   |curse   = 871841
+
   |nexus  = 19896
   |nexus   = 5175
+
   |github  = Hikari-BS/StardewMods
   |github  =
+
 
 +
   |status   = abandoned
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help Wanted
+
   |name    = Fix Pig Random
   |author  = aedenthorn, Erinthe
+
   |author  = atravita
   |id      = aedenthorn.HelpWanted
+
   |id      = atravita.FixPigRandom
   |curse  = 868696
+
   |curse  = 870967
   |nexus  = 14640
+
  |moddrop = 1294434
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 15003
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help Wanted Quest Fixes
+
   |name    = Fix Scythe Exp
   |author  = Pokeytax
+
   |author  = bcmpinc
   |id      = Pokeytax.HelpWantedQuestFixes
+
   |id      = bcmpinc.FixScytheExp
   |nexus  = 2644
+
   |nexus  =
   |github  = gembree/HelpWantedQuestFixes
+
   |github  = bcmpinc/StardewHack
 +
  |url    = https://github.com/bcmpinc/StardewHack/releases
 +
 
 +
  |broke in = Stardew Valley 1.3.25
 +
  |status  = abandoned
 +
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.25).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Here Fishy
+
   |name    = Fix TVs on Custom Farm Types
   |author  = aedenthorn, Erinthe
+
   |author  = mouse
   |id      = aedenthorn.HereFishy
+
   |id      = mouse.FixTVsOnCustomFarmTypes
   |curse  = 868881
+
   |moddrop = 1194570
   |nexus  = 6586
+
   |nexus  = 12717
   |github  = aedenthorn/StardewValleyMods
+
   |github  = notevenamouse/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hibernation
+
   |name    = Flamingo Breeding
   |author  = Shockah
+
   |author  = BlaDe
   |id      = Shockah.Hibernation
+
   |id      = BlaDe.FlamingoBreeding
   |nexus  = 11421
+
   |nexus  = 12015
  |github  = Shockah/Stardew-Valley-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Hide Chest Color Picker After Close
 
  |author  = trashcan9
 
  |id      = trashcan9.HideChestColorPickerAfterClose
 
  |nexus  = 16075
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Highlighted Jars
+
   |name    = Flavored And Generic Fuel For Artisan Recipes, Extra Fuel Config
   |author  = Annosz
+
   |author  = selph, zombifier
   |id      = Annosz.HighlightedJars
+
   |id      = selph.ExtraFuelConfig
   |nexus  = 6833
+
   |nexus  = 21086
   |github  = Annosz/StardewValleyModding
+
   |github  = zombifier/My_Stardew_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Highlight Empty Machines
+
   |name    = Flexible Arms
   |author  = atravita
+
   |author  = bcmpinc
   |id      = atravita.HighlightEmptyMachines
+
   |id      = bcmpinc.FlexibleArms
  |curse  = 870976
+
   |nexus  = 20902
  |moddrop = 1137391
+
   |github  = bcmpinc/StardewHack
   |nexus  = 11664
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hit Markers
+
   |name    = Flexible Sprinklers
   |author  = bendenewb, newbie9598
+
   |author  = Shockah
   |id      = newbie9598.HitMarkersMeme
+
   |id      = Shockah.FlexibleSprinklers
   |nexus  = 2098
+
   |nexus  = 10931
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hmm Cheese Yum
+
   |name    = Flip Buildings
   |author  = tomasitobambito
+
   |author  = mouahrara
   |id      = tomasitobambito.HmmCheeseYum
+
   |id      = mouahrara.FlipBuildings
   |nexus  = 9343
+
   |nexus  = 18444
   |github  =
+
   |github  = mouahrara/FlipBuildings
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hoe and Water Direction
+
   |name    = Floating Garden Pots
   |author  = TheThor59
+
   |author  = aedenthorn, Erinthe
   |id      = Thor.HoeWaterDirection
+
   |id      = aedenthorn.FloatingGardenPots
   |nexus  = 10052
+
   |nexus  = 17582
   |github  = TheThor59/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FloatingGardenPots
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HoeDown
+
   |name    = FLO - New Custom NPC, FlorenceMod
   |author  = BlaDe
+
   |author  = randomAnon1234
   |id      = BlaDe.HoeDown
+
   |id      = none<!--no manifest ID-->
   |nexus  = 9798
+
   |nexus  = 591
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hold to Break Geodes
+
   |name    = Floor Shadow Switcher
   |author  = CatCattyCat, Cat
+
   |author  = MouseyPounds
   |id      = cat.holdtobreakgeodes
+
   |id      = MouseyPounds.FloorShadowSwitcher
   |nexus  = 1689
+
   |nexus  = 3885
   |moddrop = 833545
+
   |github  = MouseyPounds/stardew-mods
   |github = danvolchek/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
   |summary = remove this mod (shadows can now be changed via Content Patch)
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hold to Pause
+
   |name    = Flower Bombs
   |author  = samspartan
+
   |author  = kdau
   |id      = samspartan.HoldToPause
+
   |id      = kdau.FlowerBombs
   |nexus  = 7352
+
   |nexus  = 6228
   |github =
+
   |moddrop = 794657
 +
  |source = https://gitlab.com/kdau/flowerbombs
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Holiday Sales
+
   |name    = Flower Color Picker
   |author  = atravita
+
   |author  = spacechase0
   |id      = atravita.HolidaySales
+
   |id      = spacechase0.FlowerColorPicker
   |curse  = 870970
+
   |curse  = 867760
   |moddrop = 1205160
+
   |moddrop = 130043
   |nexus  = 13050
+
   |nexus  = 1229
   |github  = atravita-mods/StardewMods
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Home Sewing Kit
+
   |name    = Flower Dance Fix
   |author  = MouseyPounds
+
   |author  = elfuun
   |id      = MouseyPounds.HomeSewingKit
+
   |id      = FlowerDanceFix.elfuun
   |nexus  = 4935
+
   |nexus  = 8535
   |github  = MouseyPounds/stardew-mods
+
  |moddrop = 980853
 +
   |github  = elfuun1/FlowerDanceFix
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hopper Extractor
+
   |name    = Flower Dance Hearts Change
   |author  = BPavol, Lamacik
+
   |author  = ron075sh
   |id      = bpavol.hopper_extractor
+
   |id      = ron075sh.FlowerDanceHeartsChange
   |nexus  = 16688
+
   |nexus  = 3019
  |github  = BPavol/stardew-valley-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Horny Festivals, Festival Warps
 
  |author  = Girafarig
 
  |id      = Girafarig.FestivalWarps
 
  |nexus  = 10844
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Three-Heart Dance Partner|Three-Heart Dance Partner]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Flute Anywhere
+
   |name    = Flower Dancing, Kelly's Flower Dancing
   |author  = Pathoschild
+
   |author  = kelly2892
   |id      = Pathoschild.HorseFluteAnywhere
+
   |id      = kelly2892.flower.dancing.harmony
   |nexus  = 7500
+
   |nexus  = 8107
   |github  = Pathoschild/StardewMods
+
   |github  = kenny2892/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Overhaul
+
   |name    = Flower Rain
   |author  = Goldenrevolver
+
   |author  = spacechase0
   |id      = Goldenrevolver.HorseOverhaul
+
   |id      = spacechase0.FlowerRain
   |nexus  = 7911
+
  |curse  = 867722
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |nexus  = 6131
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Squeeze
+
   |name    = Flowery Tools
   |author  = jorgamun
+
   |author  = Cat, CatCattyCat
   |id      = jorgamun.HorseSqueeze
+
   |id      = cat.flowerytools
   |nexus  = 10446
+
   |nexus  = 6203
   |github  = jorgamun/HorseSqueeze
+
  |moddrop = 833563
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Whistle
+
   |name    = Flowing Mine Rocks
   |author  = icepuente
+
   |author  = aedenthorn, Erinthe
   |id      = icepuente.HorseWhistle
+
   |id      = aedenthorn.FlowingMineRocks
   |nexus  = 1131
+
   |nexus  = 9043
   |github  = icepuente/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Whistle
+
   |name    = Fluent Eating
   |author  = nabuma
+
   |author  = Kangzoel
   |id      = HorseWhistle_SMAPI
+
   |id      = Kangzoel.FluentEating
   |nexus  =
+
   |nexus  = 11690
  |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Host Tools
+
   |name    = Flying Start Loan
   |author  = MattPlays
+
   |author  = EstherHollow
   |id      = MattPlays.HostTools
+
   |id      = EstherHollow.FlyingStartLoan
   |nexus  = 11154
+
   |nexus  = 11003
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hotbar Hotswap
+
   |name    = Font Settings, 字体设置
   |author  = Jaredlll08
+
   |author  = Becks723
   |id      = BlameJared.HotbarHotswap
+
   |id      = Becks723.FontSettings
   |nexus  =
+
   |nexus  = 12467
   |curse  = 298033
+
   |github  =
   |github = jaredlll08/HotbarHotswap
+
   |source = https://gitee.com/becks723/my-stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hot Chocolate Coffee Alternative
+
   |name    = Font Size Adjust, Stardew Valley Font Adjust
   |author  = certifiableGrimalkin
+
   |author  = AlerHughes
   |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
+
   |id      = AlerHughes.FA
   |nexus  = 16159
+
   |nexus  = 23363
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hover Labels
+
   |name    = Food Buff Stacking
   |author  = Achtuur
+
   |author  = thejcannon
   |id      = Achtuur.HoverLabels
+
   |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
   |nexus  = 17501
+
   |nexus  = 4321
   |github  = Achtuur/StardewMods
+
   |github  = thejcannon/Stardew-FoodBuffStacking
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HP Bars
+
   |name    = Food Buff Stacking Fix
   |author  = Ilyaki
+
   |author  = Joreikarr
   |id      = Ilyaki.HPBar
+
   |id      = joreikarr.foodbuffstackingfix
   |nexus  = 1736
+
   |nexus  = 19944
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Huggable Scarecrows
+
   |name    = Food Cravings
   |author  = bogie5464
+
   |author  = Hexenentendrache
   |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
+
   |id      = Hexenentendrache.FoodCravings
   |nexus  = 3190
+
   |nexus  = 17126
   |github  = bogie5464/HuggableScarecrows
+
   |github  = Enteligenz/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hugs and Kisses
+
   |name    = Food on the Table
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.HugsAndKisses
+
   |id      = aedenthorn.FoodOnTheTable
   |nexus  = 10062
+
   |nexus  = 10886
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger
+
   |name    = Food Poisoning
   |author  = Yyeahdude
+
   |author  = seferoni
   |id      = HungerYyeadude
+
   |id      = seferoni.FoodPoisoning
   |nexus  = 613
+
   |nexus  = 22006
   |github  =
+
   |github  = seferoni/FoodPoisoning
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger and Thirst
+
   |name    = Forage at the Farm
   |author  = PrimevalTitmouse
+
   |author  = Nishtra
   |id      = PrimevalTitmouse.ModEntry
+
   |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
   |nexus  = 1110
+
   |nexus  = 673
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
+
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 +
<!--
 +
  |unofficial version = 1.9.1-unofficial.1-Olivki
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-39#post-3317761
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger for Food
+
   |name    = Forage Crops
   |author  = Tigerle01, Stephan Hensel
+
   |author  = Kronosta
   |id      = HungerForFoodByTigerle
+
   |id      = Kronosta.ForageCrops
   |nexus  = 810
+
   |nexus  = 21514
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hungry Morning
+
   |name    = Forage Fantasy
   |author  = lech43
+
   |author  = Goldenrevolver
   |id      = lech43.HungryMorning
+
   |id      = Goldenrevolver.ForageFantasy
   |nexus  = 6391
+
   |nexus  = 7554
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hybrid Crop Engine
+
   |name    = Forage Pointers
   |author  = spacechase0
+
   |author  = Bpendragon
   |id      = spacechase0.HybridCropEngine
+
   |id      = Bpendragon.ForagePointers
  |curse  = 867721
+
   |nexus  = 7781
   |nexus  = 6577
+
   |github  = Bpendragon/ForagePointers
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hypno Valley
+
   |name    = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
   |author  = Kryspur
+
   |author  = DanielB
   |id      = Kryspur.HypnoValley
+
   |id      = DanielB.TrackerZoomFix
   |nexus  = 9052
+
   |nexus  = 17935
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Identifiable Combined Rings
+
   |name    = Forecaster
   |author  = atravita
+
   |author  = Remy Bach
   |id      = atravita.IdentifiableCombinedRings
+
   |id      = remybach.forecaster
  |curse  = 870959
+
   |nexus  = 3037
  |moddrop = 1358005
+
   |github  = remybach/stardew-valley-forecaster
   |nexus  = 15928
 
   |github  = atravita-mods/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Idle Pause
 
  |author  = Veleek
 
  |id      = Veleek.IdlePause
 
  |nexus  = 1092
 
  |github  = veleek/IdlePause
 
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5
  |unofficial version = 1.2.2-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3345058
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Idle Timer
+
   |name    = Forecaster Text, Forecaster Text
   |author  = LordAndreios
+
   |author  = TheElm
   |id      = LordAndreios.IdleTimer
+
   |id      = TheElm.ForecasterText
   |nexus  = 2858
+
   |nexus  = 7541
   |github  = emperorzuul/SMAPI_MODS
+
   |github  = GStefanowich/SDV-Forecaster
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Idle Pause|Idle Pause]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Don't Use That Water
+
   |name    = Fortunate Foot
   |author  = idermailer
+
   |author  = PurelyInZane
   |id      = idermailer.iDontUseThatWater
+
   |id      = PurelyInZane.FortunateFoot
   |nexus  = 14047
+
   |nexus  = 22610
   |github  = idermailer/iDontUseThatWater
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = IFrames in Mines
+
   |name    = Foxyfficiency
   |author  = Factknowhow
+
   |author  = Fokson
   |id      = Factknowhow.IFramesInMines
+
   |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
  |nexus  = 16436
+
   |nexus  = 2520
  |github  = Mekadrom/IFramesInMines
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = I Got Friendship
 
  |author  = ChiroxT
 
  |id      = treinke.igotfriendship
 
   |nexus  = 13290
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Got XP
+
   |name    = FQ Festival Tweaks
   |author  = ChiroxT
+
   |author  = FletcherQuest
   |id      = treinke.igotxp
+
   |id      = FletcherQuest.FQFestivalTweaks
   |nexus  = 13289
+
   |nexus  = 9062
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ImagEd
+
   |name    = Frame Rate Logger
   |author  = candidus42
+
   |author  = atravita
   |id      = Candidus42.ImagEd
+
   |id      = atravita.FrameRateLogger
   |nexus  = 7218
+
  |curse  = 870966
   |github  = mus-candidus/ImagEd
+
  |moddrop = 1294433
 +
   |nexus  = 15002
 +
   |github  = atravita-mods/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Frame Rate Viewer, FPS Viewer
 +
  |author  = Adham084
 +
  |id      = adham084.fpsviewer
 +
  |nexus  = 14046
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Grandpa, Misc Introduction Fixes
+
   |name    = Free Dusty
   |author  = mistyspring
+
   |author  = skuldomg, Skuld
   |id      = mistyspring.immersivegrandpa
+
   |id      = skuldomg.freeDusty
   |curse   = 880517
+
   |nexus   = 2206
   |nexus   = 12562
+
   |github  = skuldomg/freeDusty
   |github  = misty-spring/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
   |unofficial version = 1.0.7.unofficial-2.strobe
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42360
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Scarecrows
+
   |name    = Free Lock
   |author  = aedenthorn, Erinthe
+
   |author  = weizinai
   |id      = aedenthorn.ImmersiveScarecrows
+
   |id      = weizinai.FreeLock
   |nexus  = 15290
+
   |nexus  = 25329
   |github  = aedenthorn/StardewValleyMods
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Sprinklers
+
   |name    = Free Love
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ImmersiveSprinklers
+
   |id      = aedenthorn.FreeLove
   |curse  = 868686
+
   |curse  = 868835
   |nexus  = 15239
+
   |nexus  = 10021
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.2.10-unofficial.2-LKbosss
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123155
 +
  |summary            = Use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123155 unofficial update] or [[#Polyamory Sweet → Polyamory Kiss|Polyamory Sweet → Polyamory Kiss]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Quality of Life
+
   |name    = Free Slingshot
   |author  = Demiacle
+
   |author  = DJ-STLN
   |id      = Demiacle.ImprovedQualityOfLife
+
   |id      = DJ-STLN.FreeSlingshot
   |nexus  = 1025
+
   |nexus  = 3320
   |github  = demiacle/QualityOfLifeMods
+
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Tracker
+
   |name    = Free the Toolbar
   |author  = Anthony Hilyard
+
   |author  = danmw3
   |id      = com.anthonyhilyard.improvedtracker
+
   |id      = danmw3.freethetoolbar
   |curse   = 445215
+
  |nexus  = 4960
   |nexus   = 9317
+
   |github  =
   |github = AHilyard/ImprovedTracker
+
 
 +
   |broke in = Stardew Valley 1.5
 +
   |status   = workaround
 +
   |summary = Use [[#Scroll To Blank|Scroll To Blank]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increase Animal House Max Population
+
   |name    = Freeze Time Multiplayer
   |author  = Mizzion
+
   |author  = mori_seneri, Alcatraz773
   |id      = mizzion.increaseanimalhousemaxpopulation
+
   |id      = mori_sensei.FreezeTime
   |nexus  = 4861
+
   |nexus  = 21820
   |github  = Mizzion/MyStardewMods
+
   |github  = alcmoe/FreezeTimeMultiplayer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increased Artifact Spots
+
   |name    = Friendly Divorce
   |author  = Mizzion
+
   |author  = aedenthorn, Erinthe
   |id      = mizzion.increasedartifactspots
+
   |id      = aedenthorn.FriendlyDivorce
   |nexus  = 3340
+
   |nexus  = 6241
   |moddrop = 663705
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Mizzion/MyStardewMods
+
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friends Forever
 +
  |author  = Isaac S
 +
  |id      = IsaacS.FriendsForever
 +
  |nexus  = 1738
 +
   |github  = isaacs-dev/Minidew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Friends Forever (1.6)|Friends Forever (1.6)]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friends Forever (1.6)
 +
  |author  = Kriana
 +
  |id      = Kriana.FriendsForever
 +
  |nexus  = 20702
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
+
   |name    = Friendship Booster
   |author  = shekurika
+
   |author  = Hills
   |id      = shekurika.fishtankCapacity
+
   |id      = Hills.FriendshipBooster
   |nexus  = 11388
+
   |nexus  = 10497
 +
  |moddrop = 1084819
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
+
   |name    = Friendship Decay
   |author  = GZhynko
+
   |author  = stardemod
   |id      = GZhynko.IncubatePufferfishEggs
+
   |id      = stardemod.FriendshipDecay
   |nexus  = 6162
+
   |nexus  = 21323
   |github  = gzhynko/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Industrial Furnace
+
   |name    = Friendship Decay Modify
   |author  = Traktori
+
   |author  = weizinai
   |id      = Traktori.IndustrialFurnace
+
   |id      = weizinai.FriendshipDecayModify
   |nexus  = 5568
+
   |nexus  = 23862
   |github  = Traktori7/StardewValleyMods
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Industrial Furnace for Automate
+
   |name    = Friendship Streaks
   |author  = Traktori
+
   |author  = AvalonMFX
   |id      = Traktori.AM.IndustrialFurnace
+
   |id      = AvalonMFX.FriendshipStreaks
   |nexus  = 5568
+
   |nexus  = 25595
   |github  = Traktori7/StardewValleyMods
+
   |github  = 1Avalon/Avas-Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infallible Fishing
+
   |name    = Friendship Tweaks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.InfallibleFishing
+
   |id      = aedenthorn.FriendshipTweaks
   |nexus  = 14639
+
   |nexus  = 17055
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infertile Soil
+
   |name    = Friendship Without Talk
   |author  = Sabera, kelbesque
+
   |author  = HunterMYT
   |id      = Sabera.InfertileSoil
+
   |id      = HunterMYT.FriendshipWithoutTalk
   |nexus  = 2515
+
   |nexus  = 8709
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infested Levels
+
   |name    = Frozen Yogurt
   |author  = Eireon
+
   |author  = Failsplat
   |id      = Eireon.InfestedLevels
+
   |id      = Failsplat.FroyoFFHarmony
   |nexus  = 2823
+
   |nexus  = 12308
   |github  = benrpatterson/InfestedLevels
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Junimo Cart Lives
+
   |name    = Frugal Farm Menu
   |author  = Renny
+
   |author  = jeffgillean
   |id      = renny.infinitejunimocartlives
+
   |id      = jeffgillean.FrugalFarmMenu
   |nexus  = 2705
+
   |nexus  = 11050
   |github  = OfficialRenny/InfiniteJunimoCartLives
+
   |github  = jeffgillean/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Money
+
   |name    = Fruit Tree Shaker
   |author  = Chunky
+
   |author  = aedenthorn, Erinthe
   |id      = chunky.InfiniteMoney
+
   |id      = Aedenthorn.FruitTreeShaker
   |nexus  = 11510
+
   |nexus  = 5776
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Watering Cans
+
   |name    = Fruit Trees Unblocked
   |author  = CaptainSully
+
   |author  = dervalanana
   |id      = CaptainSully.InfiniteWateringCan
+
   |id      = dervalanana.FruitTreesUnblocked
  |moddrop = 1188756
+
   |nexus  = 22976
   |nexus  = 12739
+
   |github  =
   |github  = CaptainSully/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Zoom
+
   |name    = Fruit Tree Tweaks
   |author  = berkayylmao
+
   |author  = aedenthorn, Erinthe
   |id      = berkayylmao.InfiniteZoom
+
   |id      = Aedenthorn.FruitTreeTweaks
   |nexus  = 8808
+
   |nexus  = 11422
   |curse  = 500088
+
   |github  = aedenthorn/StardewValleyMods
   |github  = berkayylmao/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Informant
+
   |name    = Fruit Tree Tweaks for 1.6
  |author  = Slothsoft
+
   |author  = chiccen
  |id      = Slothsoft.Informant
+
   |id      = chiccen.FruitTreeTweaks
  |nexus  = 14293
+
   |nexus  = 21449
  |github  = slothsoft/stardew-informant
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = In-Game SMAPI Log Uploader, Log Uploader
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.LogUploader
 
   |nexus  = 13979
 
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ink Stories, Ink Stories - Advanced Dialogue Scripting
+
   |name    = Full Fishing Bar
   |author  = Platonymous
+
   |author  = Jag3Dagster
   |id      = Platonymous.InkStories
+
   |id      = HedgehogTechnologies.FullFishingBar
   |nexus  = 15987
+
  |curse  = 1007653
   |github  = inkle/ink
+
   |nexus  = 23006
 +
   |github  = jag3dagster/AutoShaker
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Input Fix
+
   |name    = Full Romanceable Witch NPC, Witch Events Shop
   |author  = Windmill_City
+
   |author  = jennisimone
   |id      = Windmill_City.InputFix
+
   |id      = jennisimone.WitchEventsShop
   |nexus  = 5693
+
   |nexus  = 16304
   |github  = Windmill-City/InputFix
+
   |github  =
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Input Tools
+
   |name    = Fungus Amongus
   |author  = Sagittaeri
+
   |author  = Okay Shroomer
   |id      = Sagittaeri.InputTools
+
   |id      = OkayShroomer.FungusAmongus
   |nexus  = 14553
+
   |nexus  = 11785
   |github  = sagittaeri/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = InstaCrops
+
   |name    = Furniture Adjustment
   |author  = WuestMan, redknightofdoom
+
   |author  = aedenthorn, Erinthe
   |id      = WuestMan.InstaCrops
+
   |id      = aedenthorn.FurnitureAdjustment
   |nexus  = 4077
+
   |nexus  = 10213
   |github  = Brian-Wuest/Instacrops
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Animals
+
   |name    = Furniture Anywhere
   |author  = pinocchio1231
+
   |author  = Entoarox
   |id      = pinocchio1231.instantanimals
+
   |id      = Entoarox.FurnitureAnywhere
   |nexus  = 9573
+
   |nexus  = 2276
   |github  = joisse1101/InstantAnimals
+
  |chucklefish = 4324
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (furniture can be placed anywhere in Stardew Valley 1.5).
 +
<!--
 +
  |warnings = Many players report a crash when season changes to winter., Broken on Android (needs Entoarox Framework which crashes on startup).
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Display Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureDisplayFramework
 +
  |nexus  = 10855
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Furniture Display Framework for 1.6|Furniture Display Framework for 1.6]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Break
+
   |name    = Furniture Display Framework for 1.6
   |author  = Jolyone
+
   |author  = Ilyeana, IlyeanaPlus
   |id      = Me.InstantBreak
+
   |id      = Ilyeana.FurnitureDisplayFramework
   |nexus  = 15526
+
   |nexus  = 19895
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Building Construction and Upgrade, Instant Building Construction
+
   |name    = Furniture Framework
 +
  |author  = leroymilo
 +
  |id      = leroymilo.FurnitureFramework
 +
  |nexus  = 23458
 +
  |github  = Leroymilo/FurnitureFramework
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Placement Tweaks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.InstantBuildingConstruction
+
   |id      = aedenthorn.FurniturePlacementTweaks
   |nexus  = 14110
+
   |nexus  = 14092
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Buildings From Farm
+
   |name    = Furniture Recolor
   |author  = BitwiseJon
+
   |author  = aedenthorn, Erinthe
   |id      = BitwiseJonMods.InstantBuildings
+
   |id      = aedenthorn.FurnitureRecolor
   |nexus  = 2070
+
   |nexus  = 10217
   |github  = bitwisejon/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Eat Key
+
   |name    = FuryCore
   |author  = nini700
+
   |author  = LeFauxMatt
   |id      = nini700.InstantEatKey
+
   |id      = furyx639.FuryCore
   |nexus  = 4464
+
   |nexus  = 10696
  
   |status   = workaround
+
   |status  = abandoned
  |summary = use [[#Updated Instant Eat Key|Updated Instant Eat Key]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Fishing
+
   |name    = Gacha Geodes, Geode Pity System
   |author  = aurnj, Roy Li
+
   |author  = DeLiXx
   |id      = RuyiLi.InstantFishing
+
   |id      = DLX.Geodes
   |nexus   =
+
   |curse   = 990836
   |url    = https://community.playstarbound.com/threads/instant-fishing-mod.129163
+
   |nexus  = 17691
 
   |github  =
 
   |github  =
 
+
   |source = https://gitlab.com/delixx/stardew-valley/gacha-geodes
   |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Geodes
+
   |name    = Galaxy Slingshot Obtainable
   |author  = montana123
+
   |author  = Adham084
   |id      =
+
   |id      = adham084.galaxyslingshot
   |nexus  =
+
   |nexus  = 14115
  |url    = https://community.playstarbound.com/threads/109038
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Fast Animations|Fast Animations]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Growth Powder
+
   |name    = Galaxy Weapon Choice
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.InstantGrowthPowder
+
   |id      = aedenthorn.GalaxyWeaponChoice
   |nexus  = 7727
+
   |nexus  = 14511
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#GalaxyWeaponChoice
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Grow Trees
+
   |name    = Gameboy Arcade
   |author  = cantorsdust and Pathoschild
+
   |author  = drbirbdev
   |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
+
   |id      = drbirbdev.GameboyArcade
   |nexus  = 173
+
  |moddrop = 1318487
   |github  = cantorsdust/StardewMods
+
   |nexus  =
 +
   |github  = drbirbdev/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Load
+
   |name    = Game Reminder
   |author  = Platonymous
+
   |author  = mmanlapat
   |id      = Platonymous.InstantLoad
+
   |id      = mmanlapat.GameReminder
   |nexus  = 16253
+
   |nexus  = 1153
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instantly Eat Item
+
   |name    = GameSpeed
   |author  = Guedez
+
   |author  = RandomComputerUser
   |id      = eat.item.instantly
+
   |id      = RandomComputerUser.GameSpeed
   |nexus  = 5116
+
   |nexus  = 7211
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instantly Increase Crop Growth Phase
+
   |name    = Game Tables and Arcade Machines
   |author  = RyanJesky
+
   |author  = CyanFire
   |id      = RyanJesky.IncreaseCropGrowthPhase
+
   |id      = CF.SMAPI.GameTables
  |nexus  = 10146
+
   |nexus  = 12859
  |github  = RyanJesky/IncreaseCropGrowthPhase
+
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Instant Pets
 
  |author  = blueberry
 
  |id      = blueberry.InstantPets
 
   |nexus  = 9448
 
   |github  = b-b-blueberry/InstantPets
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Tool Upgrades
+
   |name    = Garbage Can Tweaks
   |author  = Binarynova
+
   |author  = chiccen
   |id      = binarynova.instanttoolupgrades
+
   |id      = chiccen.GarbageCanTweaks
   |nexus  = 8918
+
   |nexus  = 24410
   |github  = Binarynova/MyStardewMods
+
   |github  = chiccenFL/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Interaction Helper
+
   |name    = Garbage Collector
   |author  = Hammurabi
+
   |author  = Loogooter
   |id      = HammurabiInteractionHelper
+
   |id      = OlegSilkin.garbage_collector
   |nexus  =
+
   |nexus  = 2463
   |chucklefish = 4640
+
   |github =
  |source = https://community.playstarbound.com/resources/interaction-helper.4640/updates
 
  
   |broke in = SMAPI 2.0
+
   |broke in = SMAPI 3.0
<!--
+
   |status  = workaround
   |unofficial version = 1.0.4-unofficial.2-pathoschild
+
   |summary  = use [[#Auto Trash|Auto Trash]] instead.
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343190
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Interaction Tweaks
+
   |name    = Garbage Day
   |author  = jahangmar
+
   |author  = LeFauxMatt
   |id      = jahangmar.InteractionTweaks
+
   |id      = furyx639.GarbageDay
   |nexus  = 3771
+
  |curse  = 871837
   |github  = jahangmar/StardewValleyMods
+
  |moddrop = 1547204
 +
   |nexus  = 8204
 +
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Into the Game (Save Loaded Notifier)
+
   |name    = Garden Pot - Automate
   |author  = DecidedlyHuman
+
   |author  = NCarigon
   |id      = DecidedlyHuman.SaveLoadedNotifier
+
   |id      = NCarigon.GardenPotAutomate
   |nexus  = 12826
+
   |nexus  = 15212
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  = ncarigon/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garden Pot Options
 +
  |author  = ncarigon
 +
  |id      = NCarigon.GardenPotOptions
 +
  |nexus  = 21608
 +
  |github  = ncarigon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Intravenous Coffee
+
   |name    = Garden Pot Tweaks
   |author  = mpcomplete
+
   |author  = aedenthorn, Erinthe
   |id      = mpcomplete.IntravenousCoffee
+
   |id      = aedenthorn.GardenPotTweaks
   |nexus  = 2224
+
   |nexus  = 14820
   |github  = mpcomplete/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Garden Pot Options|Garden Pot Options]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Investment
+
   |name    = Gate Fix
   |author  = MissCoriel
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = misscoriel.invest
+
   |id      = f4iTh.GateFix
   |nexus  = 5293
+
   |nexus  = 4859
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Investment Maximized
+
   |name    = Gate Opener
   |author  = MissCoriel
+
   |author  = mralbobo
   |id      = misscoriel.investmax
+
   |id      = mralbobo.GateOpener
   |nexus  = 9253
+
   |nexus  =
   |github  = MissCoriel/InvestmentMaximized
+
  |url    = https://community.playstarbound.com/threads/111988
 +
   |github  = mralbobo/stardew-gate-opener
 +
 
 +
  |broke in    = Stardew Valley 1.4
 +
  |status      = workaround
 +
  |summary      = use [[#Auto Gate|Auto Gate]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Invite Code Mod
+
   |name    = Gem Isles
   |author  = ThePqtatoGalaxy, KOREJJamJar
+
   |author  = aedenthorn, Erinthe
   |id      = KOREJJamJar.InviteCodeMod
+
   |id      = aedenthorn.GemIsles
   |nexus  = 4023
+
   |nexus  = 6692
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Inworld, Talk to Inworld's AI Villagers
+
   |name    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
   |author  = Inworld AI, PogDerson
+
   |author  = Hana
   |id      = PogDerson.Inworld
+
   |id      = Hana.GNMTokens
   |nexus  = 16816
+
   |nexus  = 14426
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Iridium Tools Patch
+
   |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
   |author  = Redwood
+
   |author  = sqbr
   |id      = Redwood.IridiumToolsPatch
+
   |id      = sqbr.GetGS
   |nexus  = 2897
+
   |nexus  = 13434
   |github  = EKomperud/StardewMods
+
   |github  = sqbr/GetGS
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Is It Cake
+
   |name    = Generic Mod Config Menu
   |author  = furyx639
+
   |author  = spacechase0
   |id      = furyx639.IsItCake
+
   |id      = spacechase0.GenericModConfigMenu
   |curse  = 871826
+
   |curse  = 867150
   |nexus  = 14775
+
  |moddrop = 771692
   |github  = LeFauxMatt/StardewMods
+
   |nexus  = 5098
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Island Gatherers
+
   |name    = Generic Shop Extender
   |author  = PeacefulEnd
+
   |author  = rabbitgreen49, IrregularPorygon
   |id      = PeacefulEnd.IslandGatherers
+
   |id      = GenericShopExtender
   |nexus  = 8552
+
   |nexus  = 814
   |github  = Floogen/IslandGatherers
+
   |github  = IrregularPorygon/SMAPIGenericShopMod
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 0.1.5-unofficial.1-mouseypounds
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-41#post-3355598
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Island Gatherers Automate
+
   |name    = Genetics API
   |author  = PeacefulEnd
+
   |author  = agent56
   |id      = PeacefulEnd.IslandGatherersAutomate.Automate
+
   |id      = agent56.GeneticsAPI
  |nexus  = 8552
+
   |nexus  = 15655
  |github  = Floogen/IslandGatherers
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Island Secret
 
  |author  = Edu Anttunes
 
  |id      = IslandSecret
 
   |nexus  = 8096
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item AutoTrasher, AutoTrash
+
   |name    = Genie Lamp
   |author  = S1mmyy
+
   |author  = aedenthorn, Erinthe
  |id      = S1mmyy.AutoTrash
+
   |id      = aedenthorn.GenieLamp
  |nexus  = 5140
+
   |nexus  = 19794
  |github  = S1mmyy/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Item Bags
 
  |author  = SlayerDharok
 
   |id      = SlayerDharok.Item_Bags
 
   |nexus  = 5382
 
   |github  = Videogamers0/SDV-ItemBags
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Quality Indicator
+
   |name    = Genie Lamp Definitive Edition, Genie Lamp
   |author  = FunnyMoney
+
   |author  = Kedidili
   |id      = funnymoney.itemqualityindicator
+
   |id      = KediDili.GenieLamp
   |nexus  = 15336
+
   |nexus  = 22176
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Recovery
+
   |name    = Geode Crusher Plus
   |author  = Mytsy
+
   |author  = Tomokisan
   |id      = Mysty.ItemRecovery
+
   |id      = tomokisan.geodeCrusherPlus
   |nexus  = 9354
+
   |nexus  = 24254
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Recovery Plus
+
   |name    = Geode Info Menu
   |author  = Lunardiver
+
   |author  = CatCattyCat, Cat
   |id      = Lunardiver.ItemRecoveryPlus
+
   |id      = cat.geodeinfomenu
   |nexus  = 13026
+
   |nexus  = 1448
   |github  = LunarDiver/StardewValley.ItemRecoveryPlus
+
  |moddrop = 833541
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 +
  |unofficial version = 1.5.3-unofficial.1-strobe
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Research 'n' Spawn
+
   |name    = Geode Preview
   |author  = TSlex
+
   |author  = MindMeltMax
   |id      = TSlex.ItemResearchSpawner
+
   |id      = MindMeltMax.GeodePreview
   |nexus   = 8933
+
   |curse   = 1004493
   |moddrop = 1012482
+
   |moddrop = 1555057
   |github  = TSlex/StardewValley
+
  |nexus  = 21009
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Tooltips
+
   |name    = Get Dressed
   |author  = Jaredlll08
+
   |author  = Advize and Jinxiewinxie
   |id      = BlameJared.ItemTooltips
+
   |id      = Advize.GetDressed
   |nexus  =
+
   |nexus  = 331
   |curse   = 297655
+
   |github  = AdvizeGH/GetDressed
   |github = jaredlll08/Item-Tooltips
+
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status   = obsolete
 +
   |summary = remove this mod (no longer maintained; use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Change Shoe Color|Change Shoe Color]] + [[#Json Assets|Json Assets]] packs instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = iTile
+
   |name    = Get Glam
   |author  = ha1fdaew
+
   |author  = MartyrPher
   |id      = ha1fdaew.iTile
+
   |id      = MartyrPher.GetGlam
   |nexus  = 7512
+
   |nexus  = 5044
   |github  = ha1fdaew/iTile
+
   |github  = MartyrPher/GetGlam
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Its Time to Wake Up
+
   |name    = Get Out the Way
   |author  = Krutonium
+
   |author  = BadNetCode
   |id      = Krutonium.ItsTimeToWakeUp
+
   |id      = BadNetCode.GetOutTheWay
   |nexus  = 13798
+
   |nexus  = 20637
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jaques and the Bean Pole, Jaques and Beans
+
   |name    = Ghost Town
   |author  = Matt Cioni
+
   |author  = Platonymous
   |id      = mattCioni.JaquesAndBeans
+
   |id      = Platonymous.GhostTown
   |nexus  = 14555
+
  |curse  = 877231
   |github  =
+
  |moddrop = 793902
 +
   |nexus  = 2992
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jar Opener
+
   |name    = Giant Crop Fertilizer
   |author  = Genowhirl9999
+
   |author  = atravita
   |id      = genowhirl9999.jaropener
+
   |id      = atravita.GiantCropFertilizer
   |nexus   = 5292
+
   |curse   = 870977
   |moddrop = 988956
+
   |moddrop = 1135913
   |github  =
+
  |nexus  = 11620
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JhinFour
+
   |name    = Giant Crop Ring
   |author  = Keaton Sadoski
+
   |author  = CatCattyCat, Cat
   |id      = Sadoski.JhinFour
+
   |id      = cat.giantcropring
   |nexus  = 11838
+
   |nexus  = 1182
   |github  =
+
  |moddrop = 833538
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jiggly Junimo Bundles
+
   |name    = Giant Crop Tweaks
   |author  = Jonas Henriksson, Greger
+
   |author  = Khloe Leclair
   |id      = Greger.JigglyJunimoBundles
+
   |id      = leclair.giantcroptweaks
   |nexus  =
+
   |nexus  = 14370
  |url    = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
+
   |github  = KhloeLeclair/StardewMods
   |github  = gr3ger/Stardew_JJB
 
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Community Bundle Item Tooltip|Community Bundle Item Tooltip]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JoJa84+, JoJa-84-Plus--Ingame-calculator
+
   |name    = Giant Omelet
   |author  = k4rakara
+
   |author  = spacechase0
   |id      = k4rakara.JoJa84Plus
+
   |id      = spacechase0.GiantOmelet
   |nexus  = 5803
+
   |nexus  = 13852
   |github  = K4rakara/Stardew-Mods
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JoJaBan - Arcade Sokoban
+
   |name    = Gift Decline
   |author  = Platonymous
+
   |author  = desto
   |id      = Platonymous.JoJaBan
+
   |id      = desto.GiftDecline
   |nexus  = 3118
+
   |nexus  = 6944
  |moddrop = 793907
+
   |github  = desto-git/sdv-mods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JojaMart to PathoMart, Pathomart
+
   |name    = Gift Money
   |author  = Dounat2201, Sasara
+
   |author  = AvalonMFX
   |id      = Sasara.Pathomart
+
   |id      = AvalonMFX.GiftMoney
   |nexus  = 1142
+
   |nexus  = 17564
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja Online
+
   |name    = Gift Rejection
   |author  = PeacefulEnd
+
   |author  = aedenthorn, Erinthe
   |id      = PeacefulEnd.JojaOnline
+
   |id      = aedenthorn.GiftRejection
   |moddrop = 878236
+
   |nexus  = 14273
   |nexus   = 7486
+
   |github  = aedenthorn/StardewValleyMods
   |github = Floogen/JojaOnline
+
 
 +
   |broke in      = Stardew Valley 1.6
 +
   |unofficial url    = {{github|Rogue-Toast/Aedenthorn-StardewValleyMods}}/releases
 +
  |unofficial version = 0.1.1-unofficial.1-logophile
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja's Hauntings
+
   |name    = Gift Taste Helper
   |author  = MindMeltMax
+
   |author  = tstaples
   |id      = MindMeltMax.HauntedJoja
+
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
   |nexus  = 7014
+
   |nexus  = 229
   |moddrop = 1135684
+
   |github  = tstaples/GiftTasteHelper
   |github  = MindMeltMax/Stardew-Valley-Mods
+
 
 +
   |warnings = needs zoom and UI scale options to have the same value.
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joys of Efficiency
+
   |name    = Gift Taste Helper Continued
   |author  = punyo, yakminepunyo
+
   |author  = Isi0
   |id      = punyo.JoysOfEfficiency
+
   |id      = Isi0.GiftTasteHelper
   |nexus  = 2162
+
   |nexus  = 18762
   |github  = pomepome/JoysOfEfficiency
+
   |github  = Just-Chaldea/GiftTasteHelper
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Json Assets
+
   |name    = Gift Taste Helper Continued x2
   |author  = spacechase0
+
   |author  = JoXW
   |id      = spacechase0.JsonAssets
+
   |id      = JoXW.GiftTasteHelper
  |curse  = 867749
+
   |nexus  = 21001
  |moddrop = 399895
+
   |github  = JoXW100/GiftTasteHelper
   |nexus  = 1720
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Json Processor
+
   |name    = Gift Wrapper
   |author  = Jamie Taylor
+
   |author  = blueberry
   |id      = jltaylor-us.JsonProcessor
+
   |id      = blueberry.GiftWrapper
   |nexus  = 13183
+
   |nexus  = 4721
   |github  = jltaylor-us/StardewJsonProcessor
+
   |github  = b-b-blueberry/GiftWrapper
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jump Down the Mine
+
   |name    = Ginger Island Extra Locations
   |author  = flowoeB
+
   |author  = mistyspring
   |id      = flowoeB.JumpDownTheMine
+
   |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
   |nexus  = 8357
+
  |curse  = 880520
   |github  =
+
   |nexus  = 12195
 +
   |github  = misty-spring/StardewMods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jump Over
+
   |name    = Ginger Island Mainland Adjustments
   |author  = spacechase0
+
   |author  = atravita
   |id      = spacechase0.JumpOver
+
   |id      = atravita.GingerIslandMainlandAdjustments
   |curse  = 867746
+
   |curse  = 870984
   |moddrop = 384782
+
   |moddrop = 1098263
   |nexus  = 1844
+
   |nexus  = 10004
   |github  = spacechase0/StardewValleyMods
+
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Beacon
+
   |name    = Give Gold Mod, Instant Gold Mod
   |author  = Achtuur
+
   |author  = missgamergrl
   |id      = Achtuur.JunimoBeacon
+
   |id      = missgamergrl.GiveGoldMod
   |nexus  = 17135
+
   |nexus  = 23300
   |github  = Achtuur/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Boy
+
   |name    = Give Me My Cursor Back
   |author  = Tyler Gibbs
+
   |author  = DecidedlyHuman
   |id      = tylergibbs2.JunimoBoy
+
   |id      = DecidedlyHuman.GiveMeMyCursorBack
   |nexus  = 14384
+
   |nexus  = 9976
   |github  = tylergibbs2/StardewValleyMods
+
   |github  = DecidedlyHuman/GiveMeMyCursorBack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Cart More Score
+
   |name    = GlassHammer Hope to Rise, Hope to Rise Mod
   |author  = yaxuan97
+
   |author  = Glass Hammer
   |id      = yaxuan97.junimocartmorescore
+
   |id      = GlassHammer.HopeToRiseMod
   |nexus  = 13644
+
   |nexus  = 23201
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Deposit Anywhere
+
   |name    = Global Config Settings
   |author  = Zoryn
+
   |author  = Gaphodil
   |id      = Zoryn.JunimoDepositAnywhere
+
   |id      = Gaphodil.GlobalConfigSettings
   |nexus  =
+
   |nexus  = 9340
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |moddrop = 1007690
   |github  = Zoryn4163/SMAPI-Mods
+
   |github  = Gaphodil/GlobalConfigSettings
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Dialog
+
   |name    = Glow Buff
   |author  = ceruleandeep
+
   |author  = MindMeltMax
   |id      = ceruleandeep.junimodialog
+
   |id      = MindMeltMax.GlowBuff
   |nexus  = 8937
+
   |nexus  = 25157
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Anywhere
+
   |name    = Glue Your Furniture Down
   |author  = MartyrPher
+
   |author  = violetlizabet
   |id      = JunimoKartAnywhere
+
   |id      = violetlizabet.GlueFurnitureDown
   |nexus  = 4315
+
   |nexus  = 10374
   |github  =
+
   |github  = elizabethcd/PreventFurniturePickup
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Cheater
+
   |name    = GMCM Options
   |author  = ryaon
+
   |author  = Jamie Taylor
   |id      = Ryaon.JunimoKartCheater
+
   |id      = jltaylor-us.GMCMOptions
   |nexus  = 5137
+
   |nexus  = 10505
   |github  =
+
   |github  = jltaylor-us/StardewGMCMOptions
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Global Rankings
+
   |name    = God Mode
   |author  = drbirbdev
+
   |author  = treyh0
   |id      = drbirbdev.JunimoKartGlobalRankings
+
   |id      = treyh0.GodMode
   |nexus  = 14856
+
   |nexus  = 2641
   |github  = drbirbdev/StardewValley
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Level Practice
+
   |name    = God Mode 1.6
   |author  = BlaDe
+
   |author  = Sean M Garcia
   |id      = BlaDe.JunimoLevelPractice
+
   |id      = seanmgarcia.godmode16
   |nexus  = 10056
+
   |nexus  = 21208
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimos Accept Cash
+
   |name    = Goodbye American English
   |author  = spacechase0
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = spacechase0.JunimosAcceptCash
+
   |id      = TheMightyAmondee.GoodbyeAmericanEnglish
   |curse   = 867716
+
   |moddrop = 854437
   |nexus  = 7437
+
  |nexus  = 7183
   |github  = spacechase0/StardewValleyMods
+
   |github  = TheMightyAmondee/GoodbyeAmericanEnglish
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Goodbye SMAPI
 +
  |author  = Jessebot
 +
  |id      = Jessebot.GoodbyeSMAPI
 +
   |nexus  = 6514
 +
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Warp
+
   |name    = Go To Bed
   |author  = Shockah
+
   |author  = candidus42
   |id      = Shockah.JunimoWarp
+
   |id      = Candidus42.GoToBed
   |nexus  = 15676
+
   |nexus  = 4967
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = mus-candidus/GoToBed
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Just Relax
+
   |name    = Go To Sleep
   |author  = Goldenrevolver
+
   |author  = yy376
   |id      = Goldenrevolver.JustRelax
+
   |id      = yy376.GoToSleep
   |nexus  = 7770
+
   |nexus  = 2195
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Just Sleep In
+
   |name    = Gradient Hair Colors
   |author  = Rifleman
+
   |author  = spacechase0
   |id      = Rifleman.JustSleepIn
+
   |id      = spacechase0.GradientHairColors
   |nexus  = 11286
+
  |curse  = 867144
   |github  = 9Rifleman/JustSleepIn
+
   |nexus  = 12744
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kamikaze
+
   |name    = Grandfather's Gift
   |author  = aurnj, Roy Li
+
   |author  = ShadowDragon8685
   |id      = RuyiLi.Kamikaze
+
   |id      = ShadowDragon.GrandfathersGift
   |nexus  =
+
   |nexus  = 985
  |url    = https://community.playstarbound.com/threads/kamikaze-mod.129126
 
 
   |github  =
 
   |github  =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kawakami - Healer NPC
+
   |name    = Grandfather's Gift Remade
   |author  = Gorzalt and Flerfarvet
+
   |author  = pepoluan
   |id      = gorzalt.kawakami
+
   |id      = pepoluan.GrandfatherGiftRemade
   |nexus  = 2549
+
   |nexus  = 4151
   |github  = Gorzalt/StardewValleyMods
+
   |chucklefish = 5783
 
 
  |broke in = Stardew Valley 1.3.29
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Keep Partners, Keep Your Partners
 
  |author  = EssGee, SG
 
  |id      = SG.Partners
 
  |nexus  = 5625
 
 
   |github  =
 
   |github  =
 +
  |source  = https://sourceforge.net/projects/sdvmod-grandfather-s-gift-re/
 +
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = KeyBind UI
+
   |name    = Grandfather's Heirlooms
   |author  = Enaium
+
   |author  = rikai
   |id      = Enaium.KeyBindUI
+
   |id      = rikai.GrandfathersHeirlooms
  |curse  = 538001
+
   |nexus  = 8557
  |moddrop = 1036920
+
   |github  = rikai/Grandfathers-Heirlooms
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/KeyBindUI
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Key Suppressor
+
   |name    = Grass Growth
   |author  = Deflaktor
+
   |author  = bcmpinc
   |id      = Deflaktor.KeySuppressor
+
   |id      = bcmpinc.GrassGrowth
   |nexus  = 9295
+
   |nexus  = 2732
   |github  = Deflaktor/KeySuppressor
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kokoro, Kokoro - Shockah's Core Mod
+
   |name    = Grass Growth Adjuster, Grass Adjustor
   |author  = Shockah
+
   |author  = Jellypowered, Shockade
   |id      = Shockah.Kokoro
+
   |id      = Jellypowered.GrassChance
   |nexus  = 15682
+
   |nexus  = 3365
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Krobus Roommate Shop
+
   |name    = Greenhouse 20x20
   |author  = aedenthorn, Erinthe
+
   |author  = sirloinmeatt
   |id      = aedenthorn.KrobusRoommateStore
+
   |id      = sirloinmeatt.Greenhouse20x20
   |nexus  = 13131
+
   |nexus  = 2662
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.0.1-unofficial.1-art17
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-32#post-3354836
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Krobus Sells Larger Stacks
+
   |name    = Greenhouse Construction
   |author  = Annosz
+
   |author  = Derslayr
   |id      = Annosz.KrobusSellsLargerStacks
+
   |id      = Derslayr.GreenhouseConstruction
   |nexus  = 5993
+
   |nexus  = 10148
   |github  = Annosz/StardewValleyModding
+
   |github  = derslayr10/GreenhouseConstruction
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Labeling
+
   |name    = Greenhouse Entry Begone!
   |author  = Enaium
+
   |author  = bblueberry, blueberry
   |id      = Enaium.Labeling
+
   |id      = blueberry.GreenhouseEntryBegone
   |curse   = 443134
+
   |nexus   = 8203
   |moddrop = 906932
+
   |github  = b-b-blueberry/GreenhouseEntryPatch
  |nexus  =
+
 
   |github  = Enaium-StardewValleyMods/Labeling
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ladder and Snow Yam Tip
+
   |name    = Greenhouse Entry Mod
   |author  = WhiteMind
+
   |author  = pancham138
   |id      = WhiteMind.LAST
+
   |id      = Pancham138.GreenhouseEntryMod
   |nexus  = 1906
+
   |nexus  = 6150
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ladder Locator
+
   |name    = Greenhouse Gatherers
   |author  = ChaosEnergy
+
   |author  = PeacefulEnd
   |id      = ChaosEnergy.LadderLocator
+
   |id      = PeacefulEnd.GreenhouseGatherers
   |nexus  = 3094
+
  |curse  = 870946
   |github  = yuri-moens/LadderLocator
+
   |nexus  = 7619
 +
  |moddrop = 886187
 +
   |github  = Floogen/GreenhouseGatherers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Land Grants, Land Grants - Unlimited Players and Farms in Multiplayer
+
   |name    = Greenhouse Gatherers Automate
   |author  = Platonymous
+
   |author  = PeacefulEnd
   |id      = Platonymous.LandGrants
+
   |id      = PeacefulEnd.GreenhouseGatherers.Automate
   |nexus  = 15855
+
  |curse  = 870946
   |github  =
+
   |nexus  = 7619
 +
  |moddrop = 886187
 +
   |github  = Floogen/GreenhouseGatherers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Last Day to Plant
+
   |name    = Greenhouse Sprinklers
   |author  = dmcrider57
+
   |author  = Bpendragon
   |id      = com.dayloncrider.stardewvalley.lastdaytoplant
+
   |id      = Bpendragon.GreenhouseSprinklers
   |nexus  = 7917
+
   |nexus  = 7456
   |github  = dmcrider/LastDayToPlant
+
   |github  = Bpendragon/GreenhouseSprinklers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Last Day to Plant Redux
+
   |name    = Greenhouse Upgrades
   |author  = atravita
+
   |author  = Cecidelus
   |id      = atravita.LastDayToPlantRedux
+
   |id      = Cecidelus.GreenhouseUpgrades
   |curse   = 870965
+
   |nexus   = 8042
   |moddrop = 1294435
+
   |github  =
  |nexus  = 15004
+
 
   |github  = atravita-mods/StardewMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lasting Conversation Topics
+
   |name    = GreenHouse Upgrades 5 Levels, Green Upgrades
   |author  = sophie
+
   |author  = Fernass354
   |id      = sophie.LastingCTs
+
   |id      = Fernass354.GreenUpgrades
   |nexus  = 14377
+
   |nexus  = 18766
   |github  = ModOrganizer2/modorganizer-basic_games
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leaderboard Library
+
   |name    = GreenHut
   |author  = drbirbdev
+
   |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
   |id      = drbirbdev.LeaderboardLibrary
+
   |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
  |nexus  = 15102
+
   |nexus  = 1735
  |github  = drbirbdev/StardewValley
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Leave the Mine
 
  |author  = Kangzoel
 
  |id      = Kangzoel.LeaveTheMine
 
   |nexus  = 11823
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lefty Mode
+
   |name    = Groundhog Day
   |author  = Max Vollmer, SVProtector
+
   |author  = aedenthorn, Erinthe
   |id      = maxvollmer.leftymode
+
   |id      = aedenthorn.GroundhogDay
   |nexus  = 6199
+
   |nexus  = 10151
   |github  = maxvollmer/LeftyMode
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Legendary Fish Pond Framework
+
   |name    = Groupable Chests
   |author  = sharpskull2
+
   |author  = FricativeMelon
   |id      = sharpskull2.LegendaryFishPondFramework
+
   |id      = FricativeMelon.GroupableChests
   |nexus  = 14637
+
   |nexus  = 15375
   |github  =
+
   |github  = FricativeMelon/GroupableChests
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lenient Window Resize
+
   |name    = Growable Bushes
   |author  = DeLiXx
+
   |author  = atravita
   |id      = DeLiXx.Lenient_Window_Resize
+
   |id      = atravita.GrowableBushes
   |nexus  = 12305
+
  |curse  = 870961
   |github  =
+
  |moddrop = 1357999
   |source  = https://gitlab.com/delixx/stardew-valley-lenient-window-resize
+
   |nexus  = 15111
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Less Mini Shipping Bin
+
   |name    = Growable Giant Crops
 
   |author  = atravita
 
   |author  = atravita
   |id      = atravita.LessMiniShippingBin
+
   |id      = atravita.GrowableGiantCrops
   |curse  = 870982
+
   |curse  = 870960
   |nexus  = 10959
+
   |moddrop = 1358004
   |moddrop = 1102538
+
   |nexus  = 15559
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Let Me Rest!
+
   |name    = Grow That Giant Crop
   |author  = Ophaneom
+
   |author  = MercuryVN
   |id      = Ophaneom.LetMeRest
+
   |id      = MercuryVN.GrowThatGiantCrop
   |nexus  = 8205
+
   |nexus  = 23760
   |github  = Ophaneom/Let-Me-Rest
+
   |github  = MercuryVN/GrowThatGiantCrop
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Let Me Shop
+
   |name    = Guniism's Unicycle
   |author  = MindMeltMax
+
   |author  = Guniism
   |id      = MindMeltMax.LetMeShop
+
   |id      = Guniism.GuniismUnicycle
  |moddrop = 1443554
+
   |nexus  = 24876
   |nexus  = 16738
+
   |github  =
   |github  = StardewModders/mod-ideas
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Level Extender
+
   |name    = Gunther Tells You
   |author  = unidarkshin, Devin Lematty
+
   |author  = John Peters
   |id      = Devin_Lematty.Level_Extender, DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.5, 1.3-->
+
   |id      = JohnPeters.GuntherTellsYou
   |nexus  = 1471
+
   |nexus  = 19143
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leveling Adjustment
+
   |name    = Haboo
   |author  = jahangmar
+
   |author  = BlaDe
   |id      = jahangmar.LevelingAdjustment
+
   |id      = LetsTrollTheMan.HabooNPC
   |nexus  = 4689
+
   |nexus  = 12034
   |github  = jahangmar/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Level Up Notifications
+
   |name    = Hair Growth
   |author  = kd8lvt
+
   |author  = skn
   |id      = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
+
   |id      = skn.HairGrowthMod
   |nexus  = 855
+
   |nexus  = 3279
  |curse  = 300715
 
 
   |github  =
 
   |github  =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
  |unofficial version = 0.0.3-unofficial.1-leifericson
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-20#post-3353915
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = LewdDew Valley, LewdDew_Valley_helper2
+
   |name    = Halt Event Time
   |author  = shurmash
+
   |author  = chawol
   |id      = shurmash.LewdDew_Valley_helper
+
   |id      = chawol.HaltEventTime
   |nexus  = 7222
+
   |nexus  = 8774
   |github  =
+
   |github  = chawolbaka/HaltEventTime
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lewd Leah
+
   |name    = Hamlet
   |author  = prowlingDemon, unknownDev
+
   |author  = Taskmaster
   |id      = prowlingDemon.LewdLeah, unknownDev.lewdLeah<!--changed in 1.2.1-->
+
   |id      = Taskmaster.Hamlet
   |nexus  = 4402
+
   |nexus  = 4601
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Light Mod
+
   |name    = Handy Headphones
   |author  = aedenthorn, Erinthe
+
   |author  = PeacefulEnd
   |id      = aedenthorn.LightMod
+
   |id      = PeacefulEnd.HandyHeadphones
   |nexus  = 14387
+
   |nexus  = 7936
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Floogen/HandyHeadphones
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Light Switch
+
   |name    = Happy Animals
   |author  = holythesea
+
   |author  = StarPeanut, Greger
   |id      = holythesea.LightSwitch
+
   |id      = HappyAnimals
   |nexus  = 15683
+
   |nexus  =
   |github  = holy-the-sea/LightSwitch
+
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 +
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Like a Duck to Water
+
   |name    = Happy Birthday
   |author  = aedenthorn, Erinthe
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = aedenthorn.LikeADuckToWater
+
   |id      = Omegasis.HappyBirthday
   |nexus  = 15860
+
   |nexus  = 520
   |github  = aedenthorn/StardewValleyMods
+
   |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Limited Campfire Cooking
+
   |name    = Happy Birthday
   |author  = Cherry, CherryChain
+
   |author  = Oxyligen
   |id      = Cherry.LimitedCampfireCooking
+
   |id      = HappyBirthday
   |nexus  = 4971
+
   |nexus  = 1064
   |moddrop = 716383
+
   |github  =
   |github = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary = use [[#Happy Birthday|Happy Birthday by Omegasis]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Line Sprinklers
+
   |name    = Happy Fish Jump
   |author  = nanzington<!--since 1.4.0-->, Hootless
+
   |author  = Sakorona
   |id      = nanz.LineSprinklers<!--since 1.4.0-->, hootless.LineSprinklers
+
   |id      = KoihimeNakamura.HappyFishJump
   |nexus  = 2917
+
   |nexus  = 6516
   |github  = hootless/StardewMods
+
  |moddrop = 1068089
 +
   |github  = Sakorona/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Linus Mod
+
   |name    = Happy Home Designer
   |author  = tomii
+
   |author  = tlitookilakin
   |id      = tomii.LinusMod
+
   |id      = tlitookilakin.HappyHomeDesigner
   |nexus  = 11637
+
   |nexus  = 19675
   |github  =
+
   |github  = tlitookilakin/HappyHomeDesigner
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Literally Can't Even
+
   |name    = Hardcore Combat
   |author  = spacechase0
+
   |author  = jeWel
   |id      = spacechase0.LiterallyCantEven
+
   |id      = jeWel.HardcoreCombat
   |nexus  = 14262
+
   |nexus  = 23577
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Little NPCs
+
   |name    = Hardcore Mines
   |author  = Candidus42
+
   |author  = kibbe, lillvik
   |id      = Candidus42.LittleNPCs
+
   |id      = kibbe.hardcore_mines
   |nexus  = 15152
+
   |nexus  = 1674
   |github  = mus-candidus/LittleNPCs
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Hardcore Mines 2|Hardcore Mines 2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Live Progress Bar
+
   |name    = Hardcore Mines 2
   |author  = Tyler Gibbs
+
   |author  = ItsLittany
   |id      = tylergibbs2.liveprogressbar
+
   |id      = itslittany.HardcoreMines2
   |nexus  = 7330
+
   |nexus  = 6411
   |github  = tylergibbs2/LiveProgressBar
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Livestock Choices
+
   |name    = Hardcore Mode
   |author  = aedenthorn, Erinthe
+
   |author  = vermicyde
   |id      = aedenthorn.LivestockChoices
+
   |id      = vermicyde.HardcoreModeDLL
   |nexus  = 11551
+
   |nexus  = 15125
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loan Mod
+
   |name    = Hardcore Mode, No Wiki Hardcore Mode
   |author  = Doomnik
+
   |author  = Nightshade System
   |id      = Doomnik.LoanMod
+
   |id      = NightshadeSystem.SdvHardcoreMode
   |nexus  = 3882
+
   |nexus  = 25376
   |github  = legovader09/SDVLoanMod
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lober Cat
+
   |name    = Hardy Grass
   |author  = codyflagstaff
+
   |author  = DiscipleOfEris
   |id      = codyflagstaff.lobercat
+
   |id      = DiscipleOfEris.HardyGrass
   |nexus  = 8219
+
   |nexus  = 8772
   |github  =
+
   |github  = DiscipleOfEris/HardyGrass
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Location Compass
+
   |name    = Harp of Yoba Redux
   |author  = Bouhm and Pathoschild
+
   |author  = Platonymous
   |id      = Bouhm.LocationCompass
+
   |id      = Platonymous.HarpOfYobaRedux
   |nexus  = 3045
+
   |nexus  = 914
   |curse  = 308286
+
   |moddrop = 793924
   |github  = Bouhm/stardew-valley-mods
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Chests
+
   |name    = Harvest Calendar
   |author  = MindMeltMax
+
   |author  = LonerAxl
   |id      = MindMeltMax.LockedChests
+
   |id      = LonerAxl.HarvestCalendar
  |moddrop = 1179603
+
   |nexus  = 25103
   |nexus  = 12452
+
   |github  = LonerAxl/Stardew_HarvestCalendar
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Crab Pots
+
   |name    = Harvest Moon FoMT-like Watering Can and Hoe Area, HM-FoMT-like Watering Can and Hoe Area
   |author  = nini700
+
   |author  = Goldenrevolver
   |id      = nini700.LockedCrabPot
+
   |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
   |nexus  = 4461
+
   |nexus  = 7851
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Maps
+
   |name    = Harvest Moon Witch Princess Mod, WitchPrincess
   |author  = Edu Anttunes
+
   |author  = Dounat2201, Sasara
   |id      = LockedMaps
+
   |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
   |nexus  = 10089
+
   |nexus  = 1157
   |github  =
+
   |github  = Sasara2201/WitchPrincess
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lockpicks
+
   |name    = Harvest Seeds
  |author  = bwdy
 
  |id      = bwdy.lockpicks
 
  |nexus  = 3521
 
  |github  = bwdymods/SDV-Lockpicks
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Log Spam Filter
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.LogSpamFilter
+
   |id      = aedenthorn.HarvestSeeds
   |nexus  = 11252
+
   |nexus  = 11773
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Fence Life
+
   |name    = Harvest With Scythe
   |author  = NormanPCN
+
   |author  = ThatNorthernMonkey
   |id      = NormanPCN.LongerFenceLife
+
   |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
   |nexus  = 10498
+
   |nexus  = 236
   |github  = NormanPCN/StardewValleyMods
+
   |github  = ThatNorthernMonkey/HarvestWithScythe
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Lasting Lures
+
   |name    = Hat Buffs
   |author  = Caraxian
+
   |author  = popska
   |id      = caraxian.LongerLastingLures
+
   |id      = popska.HatBuffs
   |nexus  = 2510
+
   |nexus  = 9050
   |github  = Caraxi/StardewValleyMods
+
   |github  =
 +
  |source  = https://gitlab.com/popska/UsefulHats
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Seasons
+
   |name    = Hat Mouse Lacey
   |author  = aedenthorn, Erinthe
+
   |author  = ichortower
   |id      = aedenthorn.LongerSeasons
+
   |id      = ichortower.HatMouseLacey.Core
   |nexus  = 10108
+
   |nexus  = 18177
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ichortower/HatMouseLacey
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longevity
+
   |name    = Hat Panning
   |author  = RTGOAT
+
   |author  = monsoonsheep
   |id      = RTGOAT.Longevity
+
   |id      = monsoonsheep.PanWithHats
   |nexus  = 649
+
   |nexus  = 18965
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Look to the Sky
+
   |name    = Hat Shop Restoration
   |author  = drbirbdev
+
   |author  = PeacefulEnd
   |id      = drbirbdev.LookToTheSky
+
   |id      = PeacefulEnd.AMouseWithAHat.Core
   |nexus  = 15262
+
   |nexus  = 17291
   |github  =
+
   |github  = Floogen/StardewSandbox
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lookup Anything
+
   |name    = Hats on Hats
   |author  = Pathoschild
+
   |author  = Shockah
   |id      = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
+
   |id      = Shockah.HatsOnHats
   |nexus  = 541
+
   |nexus  = 17280
  |moddrop = 606605
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loose Audio Files
+
   |name    = Hats on Pets Plus
   |author  = aedenthorn, Erinthe
+
   |author  = Syma
   |id      = aedenthorn.LooseAudioFiles
+
   |id      = Syma.HatsOnPetsPlus
   |nexus  = 5999
+
   |nexus  = 22631
   |github  = aedenthorn/StardewValleyMods
+
   |github  = SymaLoernn/Stardew_HatsOnPetsPlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lore-Friendly JojaMart Prices
+
   |name    = Hay Bales as Silos
   |author  = Huanir
+
   |author  = Cherry, CherryChain
   |id      = Huanir.LoreFriendlyJojaPrices
+
   |id      = Cherry.HayBalesSilo
   |nexus  = 2658
+
   |nexus  = 5151
   |github  =
+
  |moddrop = 716396
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lost Woods
+
   |name    = Hay Collection
   |author  = Raik, Raik167, YousernameZo
+
   |author  = MindMeltMax
   |id      = raik.testmod
+
   |id      = MindMeltMax.HayCollection
   |nexus  = 6291
+
  |curse  = 1004492
   |github  =
+
  |moddrop = 1555056
 +
   |nexus  = 21008
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Love Bubbles
+
   |name    = HD Portraits
   |author  = SteelixLeiter, Don Collins
+
   |author  = Tlitookilakin
   |id      = LoveBubbles
+
   |id      = tlitookilakin.HDPortraits
   |nexus  = 1318
+
   |nexus  = 10971
   |github  = doncollins/StardewValleyMods
+
  |moddrop = 1103418
 +
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after AeroCore-->
  |status  = workaround
 
  |summary  = use [[#Better Ranching|Better Ranching]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loved Labels
+
   |name    = HD Sprites
   |author  = Advize and Jinxiewinxie
+
   |author  = ninthworld
   |id      = Advize.LovedLabels
+
   |id      = NinthWorld.HDSprites
   |nexus  = 279
+
   |nexus  = 4024
   |github  = AdvizeGH/LovedLabels
+
   |github  = ninthworld/HDSprites
  
   |broke in          = Stardew Valley 1.3.29
+
   |status  = abandoned
   |unofficial version = 2.2.2-unofficial.4-Strobe
+
   |summary = remove this mod (no longer maintained; use [[#Sprite Master|Sprite Master]] instead).
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-22548
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loved Labels Redux
+
   |name    = Health and Stamina Regeneration
   |author  = thespbgamer
+
   |author  = Jessebot, JessebotX
   |id      = thespbgamer.LovedLabelsRedux
+
   |id      = Jessebot.HealthStaminaRegen
   |nexus  = 8880
+
   |nexus  = 3207
   |curse  = 834387
+
   |moddrop = 624105
   |github  = thespbgamer/LovedLabelsRedux
+
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Low Health Warning
+
   |name    = Health and Stamina Tweaks
   |author  = NMVH5
+
   |author  = Kiddles, Svard
   |id      = nmvh5.LowHealthWarning
+
   |id      = Kiddles.HASTweaks
   |nexus  = 8326
+
   |nexus  = 5630
   |github  =
+
   |github  = SvardXI/HAS_Tweaks
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Luck Score HUD, Just Luck Mod
+
   |name    = Health Bars
   |author  = delaney
+
   |author  = Zoryn
   |id      = dJustLuckMod
+
   |id      = Zoryn.HealthBars
   |nexus  = 10386
+
   |nexus  =
   |moddrop = 1070645
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
   |github  =
+
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Luck Skill
+
   |name    = Health Bars (Darkhax)
   |author  = spacechase0
+
   |author  = Darkhax
   |id      = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
+
   |id      = darkhax.healthbars
   |curse  = 867393
+
  |nexus  =
   |moddrop = 127279
+
   |curse  = 302910
   |nexus   = 521
+
   |github  = Stardew-Valley-Modding/HealthBars
   |github = spacechase0/StardewValleyMods
+
 
 +
  |broke in = SMAPI 3.0
 +
   |status   = workaround
 +
   |summary = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lucky Reclamation Trash Can
+
   |name    = Health Rework
   |author  = kiranmurmu
+
   |author  = seferoni
   |id      = kiranmurmu.LuckyReclamationTrashCan
+
   |id      = seferoni.HealthRework
   |nexus  = 8971
+
   |nexus  = 22223
   |github  = kiranmurmu/StardewValleyMods
+
   |github  = seferoni/HealthRework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lunar Disturbances
+
   |name    = Heartbeat
   |author  = Sakorona
+
   |author  = themattfiles
   |id      = KoihimeNakamura.LunarDisturbances
+
   |id      = themattfiles.HeartBeat
   |nexus  = 2208
+
   |nexus  = 5941
  |moddrop = 664151
+
   |github  = embolden/Heartbeat
   |github  = Sakorona/SDVMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Augmentors
+
   |name    = Heart Event Helper
   |author  = SlayerDharok
+
   |author  = bungus
   |id      = SlayerDharok.MachineAugmentors
+
   |id      = bungus.HeartEventHelper
   |nexus  = 5600
+
   |nexus  = 21924
   |github  = Videogamers0/SDV-MachineAugmentors
+
   |github  = BussinBungus/BungusSDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Check
+
   |name    = Heart Level Notifications
   |author  = FairfieldBW
+
   |author  = StultusV
   |id      = FairfieldBW.MachineCheck
+
   |id      = StultusV.HeartLevelNotifications
   |nexus  = 9515
+
   |nexus  = 8655
   |github  = FairfieldBW/MachineCheck
+
   |github  = JudeRV/Stardew-HeartLevelNotifier
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Speed Change
+
   |name    = Heelies
   |author  = IceGladiador
+
   |author  = fakemonster
   |id      = IceGladiador.MachineSpeedChange
+
   |id      = fakemonster.Heelies
   |nexus  = 1780
+
   |nexus  = 7751
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = workaround
 
  |summary  = use [[#Configure Machine Speed|Configure Machine Speed]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Status
+
   |name    = Hello SMAPI
   |author  = Shockah
+
   |author  = Jessebot, JessebotX
   |id      = Shockah.MachineStatus
+
   |id      = Jessebot.HelloSMAPI
   |nexus  = 11177
+
   |nexus  = 4483
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic
+
   |name    = Help for Hire
   |author  = spacechase0
+
   |author  = LeFauxMatt
   |id      = spacechase0.Magic
+
   |id      = furyx639.HelpForHire
   |curse  = 867745
+
   |curse  = 871839
  |moddrop = 399898
+
   |nexus  = 5316
  |nexus  = 2007
 
  |github  = spacechase0/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Magical Crops
 
  |author  = shekurika and Asterisk555
 
  |id      = shekurika.MagicalCropsCode
 
   |nexus  = 8762
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Junimo Pet
+
   |name    = Helpful Spouses
   |author  = Entoarox
+
   |author  = LeFauxMatt
   |id      = Entoarox.MagicJunimoPet
+
   |id      = furyx639.HelpfulSpouses
   |nexus  = 3567
+
  |curse  = 871841
   |github  = Entoarox/StardewMods
+
  |nexus  = 5175
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Help Wanted
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.HelpWanted
 +
  |curse  = 868696
 +
   |nexus  = 14640
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21766|Dialogue Display Framework Continued}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Pluses
+
   |name    = Help Wanted Auto Accept
   |author  = TerryDBS
+
   |author  = Ruse82
   |id      = TerryDBS.MagicPluses
+
   |id      = Ruse82.HelpWantedAutoAccept
   |nexus  = 7096
+
   |nexus  = 22235
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Scepter
+
   |name    = Help Wanted Quest Fixes
   |author  = not4bene
+
   |author  = Pokeytax
   |id      = not4bene.MagicScepter
+
   |id      = Pokeytax.HelpWantedQuestFixes
   |nexus  = 8169
+
   |nexus  = 2644
   |github  =
+
   |github  = gembree/HelpWantedQuestFixes
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Valley
+
   |name    = Hempire
   |author  = season
+
   |author  = Oga_The_Real
   |id      = season.MagicValley
+
   |id      = Oga_The_Real.Hempire
   |nexus  = 10639
+
   |nexus  = 14477
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned<!--mod page hidden-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mailbox Menu
+
   |name    = Here Fishy
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MailboxMenu
+
   |id      = aedenthorn.HereFishy
   |nexus  = 14439
+
  |curse  = 868881
 +
   |nexus  = 6586
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.4.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#HereFishy
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Framework
+
   |name    = Hibernation
   |author  = Digus
+
   |author  = Shockah
   |id      = DIGUS.MailFrameworkMod
+
   |id      = Shockah.Hibernation
   |nexus  = 1536
+
   |nexus  = 11421
   |github  = Digus/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Mail Order Pigs
 
  |author  = jwdred
 
  |id      = jwdred.MailOrderPigs
 
  |nexus  = 632
 
  |github  = jdusbabek/stardewvalley
 
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.6-strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-66#post-44728
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Services Mod
+
   |name    = Hide Chest Color Picker After Close
   |author  = Digus
+
   |author  = trashcan9
   |id      = Digus.MailServicesMod
+
   |id      = trashcan9.HideChestColorPickerAfterClose
   |nexus  = 7842
+
   |nexus  = 16075
   |github  = Digus/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Main Questline Redux (PMC CCJ)<!--Nexus-->, PCM CCJ JC<!--manifest-->
+
   |name    = Highlighted Jars
   |author  = pinguimbozo
+
   |author  = Annosz
   |id      = pinguimbozo.PCMCCJJC
+
   |id      = Annosz.HighlightedJars
   |nexus  = 13248
+
   |nexus  = 6833
   |github  =
+
   |github  = Annosz/StardewValleyModding
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Make Gil Real
+
   |name    = Highlight Empty Machines
   |author  = Werewolf Master
+
   |author  = atravita
   |id      = Wolf.GilSMAPI
+
   |id      = atravita.HighlightEmptyMachines
   |nexus  = 7118
+
  |curse  = 870976
   |github  =
+
  |moddrop = 1137391
 +
   |nexus  = 11664
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Make Love
+
   |name    = High Roller Slots
   |author  = Kabulla
+
   |author  = Tomokisan
   |id      = Kabulla.MakeLove
+
   |id      = tomokisan.highRollerSlots
   |nexus  = 16003
+
   |nexus  = 24765
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mana Bar
+
   |name    = Hit Markers
   |author  = spacechase0
+
   |author  = bendenewb, newbie9598
   |id      = spacechase0.ManaBar
+
   |id      = newbie9598.HitMarkersMeme
   |curse   = 867709
+
   |nexus   = 2098
   |nexus  = 7831
+
   |github  =
   |github  = spacechase0/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mandatory Meals, Real Life Mod
+
   |name    = Hmm Cheese Yum
   |author  = darzington
+
   |author  = tomasitobambito
   |id      = darzington.RealLifeMod
+
   |id      = tomasitobambito.HmmCheeseYum
   |nexus  = 7445
+
   |nexus  = 9343
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Many Enchantments
+
   |name    = Hoe and Water Direction
   |author  = Stari
+
   |author  = TheThor59
   |id      = Stari.ManyEnchantments
+
   |id      = Thor.HoeWaterDirection
   |nexus  = 8824
+
   |nexus  = 10052
   |github  = SlivaStari/ManyEnchantments
+
   |github  = TheThor59/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Binder
+
   |name    = HoeDown
   |author  = SnowFire k'Vala
+
   |author  = BlaDe
   |id      = SnowFire.Map_Binder
+
   |id      = BlaDe.HoeDown
   |nexus  = 6983
+
   |nexus  = 9798
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Editor
+
   |name    = Hold to Break Geodes
   |author  = aedenthorn, Erinthe
+
   |author  = CatCattyCat, Cat
   |id      = aedenthorn.MapEdit
+
   |id      = cat.holdtobreakgeodes
   |nexus  = 8876
+
   |nexus  = 1689
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 833545
 +
   |github  = danvolchek/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mapping Extensions and Extra Properties (MEEP)
+
   |name    = Hold to Pause
   |author  = DecidedlyHuman
+
   |author  = samspartan
   |id      = DecidedlyHuman.MappingExtensionsAndExtraProperties
+
   |id      = samspartan.HoldToPause
   |nexus  = 14493
+
   |nexus  = 7352
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Teleport
+
   |name    = Holiday Sales
   |author  = aedenthorn, Erinthe
+
   |author  = atravita
   |id      = aedenthorn.MapTeleport
+
   |id      = atravita.HolidaySales
   |nexus  = 7675
+
  |curse  = 870970
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1205160
 +
   |nexus  = 13050
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Utilities
+
   |name    = Home Sewing Kit
   |author  = mabelSyrup
+
   |author  = MouseyPounds
   |id      = mabelsyrup.maputils
+
   |id      = MouseyPounds.HomeSewingKit
   |nexus  = 4716
+
   |nexus  = 4935
   |github  = mjSurber/Map-Utilities
+
   |github  = MouseyPounds/stardew-mods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Maritime Secrets
+
   |name    = Honey Harvest Sync
   |author  = Goldenrevolver
+
   |author  = voltaek
   |id      = Goldenrevolver.MaritimeSecrets
+
   |id      = voltaek.HoneyHarvestSync
   |nexus  = 10758
+
   |nexus  = 20493
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = voltaek/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Market Day
+
   |name    = Hopper Extractor
   |author  = ceruleandeep
+
   |author  = BPavol, Lamacik
   |id      = ceruleandeep.MarketDay
+
   |id      = bpavol.hopper_extractor
   |nexus  = 11778
+
   |nexus  = 16688
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = BPavol/stardew-valley-mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Marry Morris
+
   |name    = Horny Festivals, Festival Warps
   |author  = Yoshimax
+
   |author  = Girafarig
   |id      = Yoshimax.MarryMorrisCode
+
   |id      = Girafarig.FestivalWarps
   |nexus  = 12824
+
   |nexus  = 10844
   |github  = yoshimax2/MarryMorris
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mass Production
+
   |name    = Horse Flute Anywhere
   |author  = Jacque Pott
+
   |author  = Pathoschild
   |id      = JacquePott.MassProduction
+
   |id      = Pathoschild.HorseFluteAnywhere
   |nexus  = 7021
+
  |curse  = 1000620
   |github  = JacquePott/StardewValleyMods
+
   |nexus  = 7500
 
+
   |github  = Pathoschild/StardewMods
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Matching Nodes, MinesTokens
+
   |name    = Horse Flute Auto Mount
   |author  = Eryk601 and Vertigon
+
   |author  = MercuryVN
   |id      = Vertigon.MinesTokens
+
   |id      = MercuryVN.HorseFluteAutoMount
   |nexus  = 11124
+
   |nexus  = 24018
   |github  =
+
   |github  = MercuryVN/HorseFluteAutoMount
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Max Cost Stamina
+
   |name    = Horse Overhaul
   |author  = StultusV
+
   |author  = Goldenrevolver
   |id      = StultusV.MaxCastStamina
+
   |id      = Goldenrevolver.HorseOverhaul
   |nexus  = 10794
+
   |nexus  = 7911
   |github  = JudeRV/Stardew-MaxCastStamina
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Maximize Fix
+
   |name    = Horse Squeeze
   |author  = Shockah
+
   |author  = jorgamun
   |id      = Shockah.MaximizeFix
+
   |id      = jorgamun.HorseSqueeze
   |nexus  = 16099
+
   |nexus  = 10446
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = jorgamun/HorseSqueeze
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Hats
+
   |name    = Horse Whistle
   |author  = spacechase0
+
   |author  = icepuente
   |id      = spacechase0.MayoHats
+
   |id      = icepuente.HorseWhistle
   |nexus  = 17514
+
   |nexus  = 1131
 +
  |github  = icepuente/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Whistle
 +
  |author  = nabuma
 +
  |id      = HorseWhistle_SMAPI
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Mart
+
   |name    = Host Tools
   |author  = aedenthorn, Erinthe
+
   |author  = MattPlays
   |id      = aedenthorn.MayoMart
+
   |id      = MattPlays.HostTools
   |nexus  = 17175
+
   |nexus  = 11154
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayonnaise++, Mayonnaise Plus Plus
+
   |name    = Hotbar Hotswap
   |author  = theStormWeaver, Adam 'theStormWeaver' Chevalier
+
   |author  = Jaredlll08
   |id      = xirsoi.mayonnaiseplusplus
+
   |id      = BlameJared.HotbarHotswap
   |nexus  = 4634
+
   |nexus  =
   |github  = xirsoi/MayonnaisePlusPlus
+
  |curse  = 298033
 +
   |github  = jaredlll08/HotbarHotswap
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Rain
+
   |name    = Hot Chocolate Coffee Alternative
   |author  = spacechase0
+
   |author  = certifiableGrimalkin
   |id      = spacechase0.MayoRain
+
   |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
   |nexus  = 17436
+
   |nexus  = 16159
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Meme Outfits
+
   |name    = Hover Labels
   |author  = Mehidden
+
   |author  = Achtuur
   |id      = MemeOutfits.Mehidden
+
   |id      = Achtuur.HoverLabels
   |nexus  = 13213
+
   |nexus  = 17501
 +
  |github  = Achtuur/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HP Bars
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.HPBar
 +
  |nexus  = 1736
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Menus Everywhere
+
   |name    = HQ Farmer Mod
   |author  = nman130
+
   |author  = AsakOhee
   |id      = nman130.MenusEverywhere
+
   |id      = AsakOhee.HQFarmerMod
   |nexus  = 6119
+
   |nexus  = 19644
   |github  = nman130/Stardew-Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Messy Crops
+
   |name    = HUD Customizer
   |author  = Tlitookilakin
+
   |author  = Espy
   |id      = tlitookilakin.MessyCrops
+
   |id      = Espy.HUDCustomizer
   |moddrop = 1123884
+
   |nexus  = 23704
   |nexus  = 11317
+
  |github  =
   |github  = tlitookilakin/MessyCrops
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Huggable Scarecrows
 +
  |author  = bogie5464
 +
  |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
 +
   |nexus  = 3190
 +
   |github  = bogie5464/HuggableScarecrows
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Meteor Defence
+
   |name    = Hugs and Kisses
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MeteorDefence
+
   |id      = aedenthorn.HugsAndKisses
   |nexus  = 10641
+
   |nexus  = 10062
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Hugs and Kisses Continued|Hugs and Kisses Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mice in the Valley
+
   |name    = Hugs and Kisses Continued
   |author  = candidus42
+
   |author  = JoXW
   |id      = Candidus42.MiceInTheValley
+
   |id      = JoXW.HugsAndKisses
   |nexus  = 4638
+
   |nexus  = 21019
  |github  = mus-candidus/MiceInTheValley
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Milk the Villagers
+
   |name    = Hunger
   |author  = trunip190
+
   |author  = Yyeahdude
   |id      = Trunip190.MilkTheVillagers, Trunip190.MilkVillagers<!--before 1.2.2-->
+
   |id      = HungerYyeadude
   |nexus  = 5948
+
   |nexus  = 613
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miller Time
+
   |name    = Hunger and Thirst
   |author  = Satozaki
+
   |author  = PrimevalTitmouse
   |id      = Satozaki.MillerTime
+
   |id      = PrimevalTitmouse.ModEntry
   |nexus  = 7575
+
   |nexus  = 1110
   |github  = AndyCrocker/StardewMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Milo Dog
+
   |name    = Hunger for Food
   |author  = Clark, wilsonch3451
+
   |author  = Tigerle01, Stephan Hensel
   |id      = Clark.MiloDog
+
   |id      = HungerForFoodByTigerle
   |nexus  = 2861
+
   |nexus  = 810
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Assist
+
   |name    = Hungry Morning
   |author  = Kabigon
+
   |author  = lech43
   |id      = Kabigon.MineAssist
+
   |id      = lech43.HungryMorning
   |nexus  = 2296
+
   |nexus  = 6391
  |chucklefish = 5353
+
   |github  =
   |github  = KabigonFirst/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Minecart Patcher
+
   |name    = Hybrid Crop Engine
   |author  = bwdy
+
   |author  = spacechase0
   |id      = mod.kitchen.minecartpatcher, bwdymods.minecartpatcher<!--before 1.0.3-->
+
   |id      = spacechase0.HybridCropEngine
   |nexus  = 11424
+
  |curse  = 867721
   |github  = bwdy/SDVModding
+
   |nexus  = 6577
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Changes
+
   |name    = Hypno Valley
   |author  = JPAN
+
   |author  = Kryspur
   |id      = jpan.MineChanges
+
   |id      = Kryspur.HypnoValley
   |nexus  = 3963
+
   |nexus  = 9052
   |github  = JPANv2/Stardew-Valley-Mine-Changes
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Tweaks
+
   |name    = Identifiable Combined Rings
   |author  = Shockah
+
   |author  = atravita
   |id      = Shockah.MineTweaks
+
   |id      = atravita.IdentifiableCombinedRings
   |nexus  = 16859
+
  |curse  = 870959
   |github  = Shockah/Stardew-Valley-Mods
+
  |moddrop = 1358005
 +
   |nexus  = 15928
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mini Bars
+
   |name    = Idle Animations, Animacoes
   |author  = Ophaneom
+
   |author  = BrasileiroTop
   |id      = Ophaneom.MiniBars
+
   |id      = BrasileiroTop.Animacoes
   |nexus  = 8329
+
   |nexus  = 5139
   |github  = Ophaneom/Mini-Bars
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mini Tool NPC
+
   |name    = Idle Pause
   |author  = Tran Minh Thong
+
   |author  = Veleek
   |id      = mini.tool.npc.mod
+
   |id      = Veleek.IdlePause
   |nexus  = 7060
+
   |nexus  = 1092
   |github  = TMThong/Stardew-Mods
+
   |github  = veleek/IdlePause
 +
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.2.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3345058
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mining at the Farm
+
   |name    = Idle Timer
   |author  = Nishtra
+
   |author  = LordAndreios
   |id      = Nishtra.MiningAtTheFarm, MiningAtTheFarm<!--changed in 1.7 or earlier-->
+
   |id      = LordAndreios.IdleTimer
   |nexus  = 674
+
   |nexus  = 2858
   |github  =
+
   |github  = emperorzuul/SMAPI_MODS
  
   |broke in = Stardew Valley 1.3.23
+
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
+
   |summary  = use [[#Idle Pause|Idle Pause]] instead.
<!--
 
  |unofficial version = 1.9.1-unofficial.1.1-Olivki
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-36#post-3317429
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Minor Light Tweaks
+
   |name    = I Don't Use That Water
   |author  = greentodd
+
   |author  = idermailer
   |id      = greentodd.MinorLightTweaks
+
   |id      = idermailer.iDontUseThatWater
   |nexus  = 10223
+
   |nexus  = 14047
   |github  =
+
   |github  = idermailer/iDontUseThatWater
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miscellaneous Modded Meadows Trolls, Misc Trolls
+
   |name    = IFrames in Mines
   |author  = BlaDe
+
   |author  = Factknowhow
   |id      = BlaDe.MiscTrolls
+
   |id      = Factknowhow.IFramesInMines
   |nexus  = 12037
+
   |nexus  = 16436
   |github  =
+
   |github  = Mekadrom/IFramesInMines
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
+
   |name    = I Got Friendship
   |author  = The Fluffy Robot
+
   |author  = ChiroxT
   |id      = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
+
   |id      = treinke.igotfriendship
   |nexus  = 5691
+
   |nexus  = 13290
   |github  = jamespfluger/Stardew-MisophoniaAccessibility
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miss Coriel's Position Tool
+
   |name    = I Got XP
  |author  = MissCoriel
 
  |id      = misscoriel.PositionTool
 
  |nexus  = 8087
 
  |github  = MissCoriel/Position-Tool
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Miss Coriel's Unique Courtship Response Core
 
  |author  = MissCoriel
 
  |id      = misscoriel.UCRFix
 
  |nexus  = 8284
 
  |github  = MissCoriel/UniqueCourtshipResponseCore
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Missing Gifts
 
 
   |author  = ChiroxT
 
   |author  = ChiroxT
   |id      = treinke.missinggifts
+
   |id      = treinke.igotxp
   |nexus  = 11363
+
   |nexus  = 13289
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mob Count Reports, Report Mob Counts
+
   |name    = ImagEd
   |author  = StultusV
+
   |author  = candidus42
   |id      = StultusV.ReportMobCounts
+
   |id      = Candidus42.ImagEd
   |nexus  = 10899
+
   |nexus  = 7218
   |github  = JudeRV/Stardew-ReportMobCounts
+
   |github  = mus-candidus/ImagEd
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Arcade
+
   |name    = Immersive Grandpa, Misc Introduction Fixes
   |author  = aedenthorn, Erinthe
+
   |author  = mistyspring
   |id      = aedenthorn.MobileArcade
+
   |id      = mistyspring.immersivegrandpa
   |nexus  = 6538
+
   |nexus  = 12562
   |github  = aedenthorn/StardewValleyMods
+
   |github  = misty-spring/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Audio Player
+
   |name    = Immersive Scarecrows
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MobileAudioPlayer
+
   |id      = aedenthorn.ImmersiveScarecrows
   |nexus  = 6568
+
  |curse  = 868685
 +
   |nexus  = 15290
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |beta broke in = Stardew Valley 1.6
 +
  |status        = workaround
 +
  |summary      = use [[#The Return of Immersive Scarecrows|The Return of Immersive Scarecrows]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Calendar
+
   |name    = Immersive Sprinklers
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MobileCalendar
+
   |id      = aedenthorn.ImmersiveSprinklers
   |nexus  = 6601
+
  |curse  = 868686
 +
   |nexus  = 15239
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#The Return of Immersive Sprinklers|The Return of Immersive Sprinklers]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Catalogues
+
   |name    = Improved Mill
   |author  = aedenthorn, Erinthe
+
   |author  = AustinYQM
   |id      = aedenthorn.MobileCatalogues
+
   |id      = AustinYQM.ImprovedMill
   |nexus  = 6543
+
   |nexus  = 1748
   |github  = aedenthorn/StardewValleyMods
+
   |github  = AustinYQM/ImprovedMill
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Phone
+
   |name    = Improved Quality of Life
   |author  = aedenthorn, Erinthe
+
   |author  = Demiacle
   |id      = aedenthorn.MobilePhone
+
   |id      = Demiacle.ImprovedQualityOfLife
   |curse   = 868890
+
   |nexus   = 1025
   |nexus  = 6523
+
   |github  = demiacle/QualityOfLifeMods
   |github  = aedenthorn/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Television
+
   |name    = Improved Tracker
   |author  = aedenthorn, Erinthe
+
   |author  = Anthony Hilyard
   |id      = aedenthorn.MobileTelevision
+
   |id      = com.anthonyhilyard.improvedtracker
   |nexus  = 6575
+
  |curse  = 445215
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 9317
 +
   |github  = AHilyard/ImprovedTracker
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Modify This
+
   |name    = In a Heartbeat
   |author  = aedenthorn, Erinthe
+
   |author  = Shockah
   |id      = aedenthorn.ModThis
+
   |id      = Shockah.InAHeartbeat
   |nexus  = 7814
+
   |nexus  = 17834
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod List Command
+
   |name    = Increase Animal House Max Population
   |author  = Blackclaw
+
   |author  = Mizzion
   |id      = Blackclaw.ModListCommand
+
   |id      = mizzion.increaseanimalhousemaxpopulation
   |nexus  = 5131
+
   |nexus  = 4861
   |github  = Xebeth/StardewValley-ListModsCommand
+
   |github  = Mizzion/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Menu
+
   |name    = Increased Artifact Spots
   |author  = Enaium
+
   |author  = Mizzion
   |id      = Enaium.ModMenu
+
   |id      = mizzion.increasedartifactspots
   |curse   = 436844
+
   |nexus   = 3340
   |moddrop = 885574
+
   |moddrop = 663705
  |nexus  =
+
   |github  = Mizzion/MyStardewMods
   |github  = Enaium-StardewValleyMods/ModMenu
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Settings Tab
+
   |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
   |author  = Gilar Fasulaki
+
   |author  = shekurika
   |id      = GilarF.ModSettingsTab
+
   |id      = shekurika.fishtankCapacity
   |nexus  = 4579
+
   |nexus  = 11388
   |github  = GilarF/SVM
+
   |github  =
 
 
  |broke in = Stardew Valley 1.5
 
  |status  = workaround
 
  |summary  = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Modular Gameplay Overhaul, DaLion's Modular Gameplay Overhaul
+
   |name    = Increased Sprinkler Range
   |author  = DaLion
+
   |author  = EternalSoap
   |id      = DaLion.Overhaul
+
   |id      = eternalsoap.sprinklers
  |moddrop = 1287339
+
   |nexus  = 20745
   |nexus  = 14470
+
   |github  = ArjanSeijs/SprinklerMod
   |github  = daleao/sdv-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Update Menu
+
   |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
   |author  = CatCattyCat, Cat
+
   |author  = GZhynko
   |id      = cat.modupdatemenu
+
   |id      = GZhynko.IncubatePufferfishEggs
   |nexus  = 2536
+
   |nexus  = 6162
  |moddrop = 833560
+
   |github  = gzhynko/StardewMods
   |github  = danvolchek/StardewMods
 
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-79637
 
  |unofficial version = 1.6.1-unofficial.1-dphill
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Updater
+
   |name    = Indoor Sprinklers
   |author  = Platonymous
+
   |author  = ramen
   |id      = Platonymous.ModUpdater
+
   |id      = ramen.IndoorSprinklers
  |curse  = 877226
+
   |nexus  = 21124
   |nexus  = 6338
+
   |github  = mpomirski/StardewMods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Goals Anywhere
+
   |name    = Industrial Furnace
   |author  = Suphax
+
   |author  = Traktori
   |id      = suphax.monstergoalsanywhere
+
   |id      = Traktori.IndustrialFurnace
   |moddrop = 1088762
+
   |nexus  = 5568
   |nexus  =
+
  |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Industrial Furnace for Automate
 +
  |author  = Traktori
 +
  |id      = Traktori.AM.IndustrialFurnace
 +
  |nexus  = 5568
 +
  |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Industrial Furnace-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Industrialization Redux
 +
  |author  = GaLaxY256 and kazuakisama
 +
  |id      = G256.IR.Code
 +
   |nexus  = 22351
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Invasion
+
   |name    = Infallible Fishing
   |author  = Krutonium
+
   |author  = aedenthorn, Erinthe
   |id      = krutonium.monsterinvasion
+
   |id      = aedenthorn.InfallibleFishing
   |nexus  = 12641
+
   |nexus  = 14639
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Level Tip
+
   |name    = Infertile Soil
   |author  = WhiteMind
+
   |author  = Sabera, kelbesque
   |id      = WhiteMind.MonsterLT
+
   |id      = Sabera.InfertileSoil
   |nexus  = 1896
+
   |nexus  = 2515
 
   |github  =
 
   |github  =
  
  |status  = workaround
+
   |broke in = Stardew Valley 1.3.29
  |summary  = Use [[#Almanac|Almanac]] instead
 
   |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Log Anywhere
+
   |name    = Infested Levels
   |author  = MouseyPounds
+
   |author  = Eireon
   |id      = MouseyPounds.MonsterLogAnywhere
+
   |id      = Eireon.InfestedLevels
   |nexus  = 3997
+
   |nexus  = 2823
   |github  = MouseyPounds/stardew-mods
+
   |github  = benrpatterson/InfestedLevels
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Musk in Volcano
+
   |name    = Infinite Energy
   |author  = BananaFruit
+
   |author  = Error27
   |id      = BananaFruit.MonsterMuskInVolcano
+
   |id      = error27.infinite_energy
   |nexus  = 10651
+
   |nexus  = 17717
   |github  = BananaFruit1492/MonsterMuskInVolcano
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monsters - The Framework
+
   |name    = Infinite Inventory
   |author  = spacechase0
+
   |author  = unidarkshin, Devin Lematty
   |id      = spacechase0.MonstersTheFramework
+
   |id      = DevinLematty.InfiniteInventory
   |nexus  = 10673
+
   |nexus  = 2247
   |github  = spacechase0/StardewValleyMods
+
   |github  = unidarkshin/Stardew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moody Planet
+
   |name    = Infinite Junimo Cart Lives
   |author  = Daniel McMenamy, Deathest1
+
   |author  = Renny
   |id      = f1r3w477.MoodyPlanet
+
   |id      = renny.infinitejunimocartlives
   |nexus  = 2830
+
   |nexus  = 2705
   |github  = F1r3w477/TheseModsAintLoyal
+
   |github  = OfficialRenny/InfiniteJunimoCartLives
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moolah Money Mod
+
   |name    = Infinite Money
   |author  = aedenthorn, Erinthe
+
   |author  = Chunky
   |id      = aedenthorn.Moolah
+
   |id      = chunky.InfiniteMoney
   |nexus  = 15123
+
   |nexus  = 11510
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Moongates
 
  |author  = bwdy
 
  |id      = bwdy.moongates
 
  |nexus  = 3545
 
  |github  = bwdymods/SDV-Moongates
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moon Misadventures
+
   |name    = Infinite Watering Cans
   |author  = spacechase0 and ParadigmNomad
+
   |author  = CaptainSully
   |id      = spacechase0.MoonMisadventures
+
   |id      = CaptainSully.InfiniteWateringCan
   |curse  = 867702
+
   |moddrop = 1188756
   |nexus  = 10612
+
   |nexus  = 12739
   |github  = spacechase0/StardewValleyMods
+
   |github  = CaptainSully/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moon Misadventures - Bigger Backpack Compatibility Patch, MoonMisadventures_BiggerBackpackPatch
+
   |name    = Infinite Zoom
   |author  = SinZ
+
   |author  = berkayylmao
   |id      = SinZ.MoonMisadventures_BiggerBackpackPatch
+
   |id      = berkayylmao.InfiniteZoom
   |nexus  = 12096
+
   |nexus  = 8808
   |github  =
+
  |curse  = 500088
 +
   |github  = berkayylmao/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mopsy's Ranch Livin'
+
   |name    = Informant
   |author  = Mopquill
+
   |author  = Slothsoft
   |id      = Mopquill.Ranch-Livin
+
   |id      = Slothsoft.Informant
   |nexus  = 2200
+
   |nexus  = 14293
   |github  = mopquill/Mopsys-Ranch-Livin
+
   |github  = slothsoft/stardew-informant
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |status            = workaround
 +
  |summary            = use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123243 unofficial update] or {{nexus mod|21286|Informant - The Tooltip Labels}} instead.
 +
  |unofficial version = 1.4.1-unofficial.1-dropkicker
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123243
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Animals, More Pets
+
   |name    = In-Game SMAPI Log Uploader, Log Uploader
   |author  = Entoarox
+
   |author  = aedenthorn, Erinthe
   |id      = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
+
   |id      = aedenthorn.LogUploader
   |nexus  = 2274
+
   |nexus  = 13979
  |chucklefish = 4288
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Entoarox/StardewMods
 
 
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Artifact Spots
+
   |name    = Ink Stories, Ink Stories - Advanced Dialogue Scripting
   |author  = momoaau
+
   |author  = Platonymous
   |id      = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
+
   |id      = Platonymous.InkStories
   |nexus  = 451
+
  |curse  = 877221
 +
  |moddrop = 1521399
 +
   |nexus  = 15987
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Increased Artifact Spots|Increased Artifact Spots]] instead.
 
<!--
 
  |unofficial version = 2.0.1-unofficial.1-IQ
 
  |unofficial url    = https://community.playstarbound.com/attachments/moreartifactspot-2-0-1-unofficial-1-iq-zip.201158
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Barn and Coop Animals
+
   |name    = Input Fix
   |author  = AairTheGreat, Aair
+
   |author  = Windmill_City
   |id      = AairTheGreat.MoreBarnCoopAnimals
+
   |id      = Windmill_City.InputFix
   |nexus  = 4869
+
   |nexus  = 5693
   |github  =
+
   |github  = Windmill-City/InputFix
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Buildings
+
   |name    = Input Tools
   |author  = spacechase0
+
   |author  = Sagittaeri
   |id      = spacechase0.MoreBuildings
+
   |id      = Sagittaeri.InputTools
  |curse  = 867740
+
   |nexus  = 14553
  |moddrop = 771640
+
   |github  = sagittaeri/StardewValleyMods
   |nexus  = 2757
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Bundles
+
   |name    = InstaCrops
   |author  = TwinBuilderOne
+
   |author  = WuestMan, redknightofdoom
   |id      = TwinBuilderOne.MoreBundles
+
   |id      = WuestMan.InstaCrops
   |nexus  = 9709
+
   |nexus  = 4077
   |github  = TwinBuilderOne/StardewValleyMods
+
   |github  = Brian-Wuest/Instacrops
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Clocks
+
   |name    = Instant Animals
   |author  = phjoker
+
   |author  = pinocchio1231
   |id      = phjoker.MoreClocks
+
   |id      = pinocchio1231.instantanimals
   |nexus  = 11840
+
   |nexus  = 9573
   |github  = p-holodynski/StardewValleyMods
+
   |github  = joisse1101/InstantAnimals
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Instant Animals 1.6|Instant Animals 1.6]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Conversion Topics
+
   |name    = Instant Animals 1.6
   |author  = violetlizabet
+
   |author  = Siweipancc
   |id      = violetlizabet.MoreConvoTopics
+
   |id      = Siweipancc.Instantanimals
   |nexus  = 10008
+
   |nexus  = 21798
   |github  = elizabethcd/MoreConversationTopics
+
   |github  = siweipancc/InstantAnimals
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Fertilizers
+
   |name    = Instant Break
   |author  = atravita
+
   |author  = Jolyone
   |id      = atravita.MoreFertilizers
+
   |id      = Me.InstantBreak
  |curse  = 870975
+
   |nexus  = 15526
  |moddrop = 1145236
 
  |nexus  = 11837
 
  |github  = atravita-mods/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = More for Leo
 
  |author  = Blams
 
  |id      = blams.MoreForLeo
 
   |nexus  = 12710
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Giant Crops
+
   |name    = Instant Building Construction and Upgrade, Instant Building Construction
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.MoreGiantCrops
+
   |id      = aedenthorn.InstantBuildingConstruction
   |curse  = 867723
+
   |curse  = 868720
  |moddrop = 771694
+
   |nexus  = 14110
   |nexus  = 5263
+
   |github  = aedenthorn/StardewValleyMods
   |github  = spacechase0/StardewValleyMods
+
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass
+
   |name    = Instant Buildings From Farm
   |author  = Satozaki
+
   |author  = BitwiseJon
   |id      = EpicBellyFlop45.MoreGrass
+
   |id      = BitwiseJonMods.InstantBuildings
   |nexus  = 5398
+
   |nexus  = 2070
   |github  = AndyCrocker/StardewMods
+
   |github  = bitwisejon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass on the Beach
+
   |name    = Instant Dialogues
   |author  = Angela Ranna
+
   |author  = idermailer
   |id      = AngelaRanna.MoreGrassOnTheBeach
+
   |id      = idermailer.InstantDialogues
   |nexus  = 8117
+
   |nexus  = 22468
   |github  =
+
   |github  = idermailer/InstantDialogues
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass Starters
+
   |name    = Instant Eat Key
   |author  = spacechase0
+
   |author  = nini700
   |id      = spacechase0.MoreGrassStarters
+
   |id      = nini700.InstantEatKey
   |curse   = 867750
+
   |nexus   = 4464
  |moddrop = 313307
+
 
   |nexus   = 1702
+
   |status   = workaround
   |github = spacechase0/StardewValleyMods
+
   |summary = use [[#Updated Instant Eat Key|Updated Instant Eat Key]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Health
+
   |name    = Instant Fishing
   |author  = j4c0b333
+
   |author  = aurnj, Roy Li
   |id      = j4c0b333.Morehealth
+
   |id      = RuyiLi.InstantFishing
   |nexus  = 4053
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/instant-fishing-mod.129163
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Key Binding
+
   |name    = Instant Geodes
   |author  = SorryLate, rharyanto
+
   |author  = montana123
   |id      = SorryLate.MoreKeybinding
+
   |id      =
   |nexus  = 5290
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/109038
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.1
 +
  |status  = workaround
 +
  |summary  = use [[#Fast Animations|Fast Animations]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Mine Ladders
+
   |name    = Instant Growth Powder
   |author  = JadeTheavas
+
   |author  = aedenthorn, Erinthe
   |id      = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
+
   |id      = aedenthorn.InstantGrowthPowder
   |nexus  = 2105
+
   |nexus  = 7727
   |github  = JadeTheavas/MoreMineLadders
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Multiplayer Info
+
   |name    = Instant Grow Trees
   |author  = cheesysteak
+
   |author  = cantorsdust and Pathoschild
   |id      = cheesysteak.moremultiplayerinfo
+
   |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
   |nexus  = 2173
+
   |nexus  = 173
   |github  = cheesysteak/stardew-steak
+
   |github  = cantorsdust/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Rain
+
   |name    = Instant Load
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Platonymous
   |id      = Omegasis.MoreRain
+
   |id      = Platonymous.InstantLoad
   |nexus  = 441
+
  |curse  = 877220
   |github  = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 1521407
 +
   |nexus  = 16253
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Random Edition, Randomizer
+
   |name    = Instantly Eat Item
   |author  = Chikakoo and doomdonuts, Chikakoo4
+
   |author  = Guedez
   |id      = Chikakoo.Randomizer
+
   |id      = eat.item.instantly
   |nexus  = 5311
+
   |nexus  = 5116
   |github  = Chikakoo/stardew-valley-randomizer
+
   |github  =
 
 
  |broke in          = Stardew Valley 1.5.5
 
  |unofficial version = 0.5.4
 
  |unofficial url    = {{nexus mod|16921}}<!--uses same manifest ID, so treat it as an unofficial update instead of a new mod page-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Rings
+
   |name    = Instantly Increase Crop Growth Phase
   |author  = spacechase0
+
   |author  = RyanJesky
   |id      = spacechase0.MoreRings
+
   |id      = RyanJesky.IncreaseCropGrowthPhase
   |curse   = 867743
+
   |nexus   = 10146
   |moddrop = 771616
+
   |github  = RyanJesky/IncreaseCropGrowthPhase
  |nexus  = 2054
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Sexy Dwarf
+
   |name    = Instant Pets
   |author  = CyberCheese
+
   |author  = blueberry
   |id      = cybercheese.moresexydwarf
+
   |id      = blueberry.InstantPets
   |nexus  = 4320
+
   |nexus  = 9448
   |github  =
+
   |github  = b-b-blueberry/InstantPets
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Silo Storage
+
   |name    = Instant Tool Upgrades
   |author  = OrneryWalrus
+
   |author  = Binarynova
   |id      = OrneryWalrus.MoreSiloStorage
+
   |id      = binarynova.instanttoolupgrades
   |nexus  = 2587
+
   |nexus  = 8918
   |github  =
+
   |github  = Binarynova/MyStardewMods
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Slimes, More Monsters
+
   |name    = Integrated Minecarts
   |author  = Ded4lif
+
   |author  = Jibb
   |id      = Ded4lif.MoreSlimes, Ded4lif.MoreMonsters<!--changed circa 1.6-->
+
   |id      = jibb.minecarts.C
   |nexus  = 7526
+
  |curse  = 988762
   |github  =
+
   |nexus  = 11881
 +
   |github  = Jibblestein/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Weapons
+
   |name    = Interaction Helper
   |author  = Joco80 & Sasara
+
   |author  = Hammurabi
   |id      = Joco80.MoreWeapons
+
   |id      = HammurabiInteractionHelper
   |nexus  = 1168
+
   |nexus  =
   |github = Sasara2201/More-Weapons-SDV-Mod-
+
   |chucklefish = 4640
 +
  |source = https://community.playstarbound.com/resources/interaction-helper.4640/updates
 +
 
 +
  |broke in = SMAPI 2.0
 +
<!--
 +
  |unofficial version = 1.0.4-unofficial.2-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343190
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MOTD Mod
+
   |name    = Interactions, Interacoes
   |author  = thfr
+
   |author  = BrasileiroTop
   |id      = thfr.MOTDMod
+
   |id      = BrasileiroTop.Interacoes
   |nexus  = 3703
+
   |nexus  = 4862
   |github  = rfht/MOTDMod
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moveable Mailbox
+
   |name    = Interaction Tweaks
   |author  = aedenthorn, Erinthe
+
   |author  = jahangmar
   |id      = aedenthorn.MoveableMailbox
+
   |id      = jahangmar.InteractionTweaks
   |nexus  = 7834
+
   |nexus  = 3771
   |github  = aedenthorn/StardewValleyMods
+
   |github  = jahangmar/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moveable Pet Bowl
+
   |name    = Internationalization
   |author  = aedenthorn, Erinthe
+
   |author  = bcmpinc
   |id      = aedenthorn.MoveablePetBowl
+
   |id      = bcmpinc.Internationalization
  |curse  = 868849
+
   |nexus  = 21317
   |nexus  = 8038
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Annoying Cursor
+
   |name    = Into the Game (Save Loaded Notifier)
   |author  = joljyo
+
   |author  = DecidedlyHuman
   |id      = joljyo.MoveAnnoyingCursor
+
   |id      = DecidedlyHuman.SaveLoadedNotifier
   |nexus  = 7378
+
   |nexus  = 12826
   |github  =
+
   |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Between Buildings
+
   |name    = Intravenous Coffee
   |author  = Vilaboa
+
   |author  = mpcomplete
   |id      = Vilaboa.MoveBetweenBuildings
+
   |id      = mpcomplete.IntravenousCoffee
   |nexus  = 17391
+
   |nexus  = 2224
   |github  =
+
   |github  = mpcomplete/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Faster
+
   |name    = Investment
   |author  = Shuai Zhang
+
   |author  = MissCoriel
   |id      = shuaiz.MoveFasterMod
+
   |id      = misscoriel.invest
   |nexus  = 1351
+
   |nexus  = 5293
   |github  = hcoona/StardewValleyMods
+
   |github  =
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Greenhouse Plot
+
   |name    = Investment Maximized
   |author  = aedenthorn, Erinthe
+
   |author  = MissCoriel
   |id      = aedenthorn.MoveGreenhousePlot
+
   |id      = misscoriel.investmax
   |nexus  = 13589
+
  |curse  = 885074
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 9253
 +
   |github  = MissCoriel/InvestmentMaximized
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move It
+
   |name    = Invite Code Mod
   |author  = aedenthorn, Erinthe
+
   |author  = ThePqtatoGalaxy, KOREJJamJar
   |id      = aedenthorn.MoveIt
+
   |id      = KOREJJamJar.InviteCodeMod
   |nexus  = 15163
+
   |nexus  = 4023
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movement Mod, Movement Modifier
+
   |name    = Invite Friend
   |author  = Zoryn
+
   |author  = d5a1lamdtd, HaPyke
   |id      = Zoryn.MovementModifier
+
   |id      = d5a1lamdtd.InviteFriend
   |nexus  =
+
  |moddrop = 1486022
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |nexus  = 19500
   |github  = Zoryn4163/SMAPI-Mods
+
   |github  =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movement Speed
+
   |name    = IPv6
   |author  = bcmpinc
+
   |author  = sunsst
   |id      = bcmpinc.MovementSpeed
+
   |id      = sunsst.IPv6
   |nexus  = 2736
+
   |nexus  = 25045
   |github  = bcmpinc/StardewHack
+
   |github  = sunsst/Stardew-Valley-IPv6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movie Theatre Tweaks
+
   |name    = Iridium Cooking Dishes
   |author  = aedenthorn, Erinthe
+
   |author  = TianXiaobai
   |id      = aedenthorn.MovieTheatreTweaks
+
   |id      = TianXiaobai.IridiumCookingDishes
  |curse  = 868672
+
   |nexus  = 24732
   |nexus  = 16395
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mr. Pam, Snorlax
+
   |name    = Iridium Horse Flute<!--changed in 2.0.0-->, Better Horse Flute
   |author  = daleonar
+
   |author  = Anthony Maciel, maciel310
   |id      = daleonar.Snorlax
+
   |id      = AnthonyMaciel.IridiumHorseFlute<!--changed in 2.0.0-->, AnthonyMaciel.BetterHorseFlute
   |nexus  = 16194
+
   |nexus  = 15285
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Muffin Core
+
   |name    = Iridium Tools Patch
   |author  = Kabi-chan
+
   |author  = Redwood
   |id      = kabi-chan.MuffinCore
+
   |id      = Redwood.IridiumToolsPatch
   |nexus  = 8070
+
   |nexus  = 2897
 +
  |github  = EKomperud/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Farming Tools Patch|Farming Tools Patch]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Is Gus Visiting Ginger Island Today, Is Gus Visiting Island
 +
  |author  = SaltyEggplant
 +
  |id      = SaltyEggplant.IsGusVisitingIsland
 +
  |nexus  = 25270
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Fertilizer
+
   |name    = Is It Cake
   |author  = spacechase0
+
   |author  = LeFauxMatt
   |id      = spacechase0.MultiFertilizer
+
   |id      = furyx639.IsItCake
   |curse  = 867717
+
   |curse  = 871826
   |nexus  = 7436
+
   |nexus  = 14775
   |github  = spacechase0/StardewValleyMods
+
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Backpacks
+
   |name    = Island Gatherers
   |author  = skiilaa
+
   |author  = PeacefulEnd
   |id      = skiilaa.MultiplayerBackpacks
+
   |id      = PeacefulEnd.IslandGatherers
   |nexus  = 2282
+
   |nexus  = 8552
   |github  =
+
   |github  = Floogen/IslandGatherers
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Exp Share, Multiplayer Exp Sharing
+
   |name    = Island Gatherers Automate
   |author  = Achtuur
+
   |author  = PeacefulEnd
   |id      = Achtuur.MultiplayerExpShare
+
   |id      = PeacefulEnd.IslandGatherersAutomate.Automate
   |nexus  = 16891
+
   |nexus  = 8552
   |github  = Achtuur/StardewMods
+
   |github  = Floogen/IslandGatherers
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Horse Reskin
+
   |name    = Island Secret
   |author  = delphinwave
+
   |author  = Edu Anttunes
   |id      = DelphinWave.MultiplayerHorseReskin
+
   |id      = IslandSecret
   |nexus  = 7681
+
   |nexus  = 8096
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Hub
+
   |name    = Item AutoTrasher, AutoTrash
   |author  = Alberto Moreira Luiz
+
   |author  = S1mmyy
   |id      = AlbertoMoreiraLuiz.MultiplayerHub
+
   |id      = S1mmyy.AutoTrash
   |nexus  = 9672
+
   |nexus  = 5140
 +
  |github  = S1mmyy/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Item Bags
 +
  |author  = SlayerDharok
 +
  |id      = SlayerDharok.Item_Bags
 +
  |curse  = 991675
 +
  |nexus  = 5382
 +
  |github  = Videogamers0/SDV-ItemBags
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Item Checker
 +
  |author  = Hitaxas
 +
  |id      = Hitaxas.Items.DLL
 +
  |nexus  = 24305
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Idle
+
   |name    = Item Extensions
   |author  = DoubleZ
+
   |author  = mistyspring
   |id      = DoubleZ.MultiplayerIdle
+
   |id      = mistyspring.ItemExtensions
   |nexus  = 3765
+
   |nexus  = 20357
   |github  = SourceZh/MultiplayerIdle
+
   |github  = misty-spring/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Info
+
   |name    = Item Locator
   |author  = MindMeltMax
+
   |author  = Hitaxas
   |id      = MindMeltMax.MPInfo
+
   |id      = Hitaxas.Items2.DLL
  |moddrop = 1302776
+
   |nexus  = 24305
   |nexus  = 15155
+
   |github  =
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Journey Of The Prairie King, Prairie King - Multiplayer Support
+
   |name    = Item Quality Indicator
   |author  = Scayze
+
   |author  = FunnyMoney
   |id      = scayze.MultiplayerPrairieKing
+
   |id      = funnymoney.itemqualityindicator
   |nexus  = 16030
+
   |nexus  = 15336
   |github  = scayze/multiprairie
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Mod
+
   |name    = Item Recovery
   |author  = Tran Minh Thong
+
   |author  = Mytsy
   |id      = multiplayer.mod
+
   |id      = Mysty.ItemRecovery
   |nexus  = 16582
+
   |nexus  = 9354
   |github  = TMThong/Stardew-Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Mod Checker
+
   |name    = Item Recovery Plus
   |author  = Cherry, CherryChain
+
   |author  = Lunardiver
   |id      = Cherry.MultiplayerModChecker
+
   |id      = Lunardiver.ItemRecoveryPlus
   |nexus  = 6609
+
   |nexus  = 13026
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = LunarDiver/StardewValley.ItemRecoveryPlus
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Speech Bubbles
+
   |name    = Item Research 'n' Spawn
   |author  = Kalthramis
+
   |author  = TSlex
   |id      = Kalthramis.MPSpeechBubbles
+
   |id      = TSlex.ItemResearchSpawner
   |nexus  = 2192
+
   |nexus  = 8933
   |github  =
+
   |moddrop = 1012482
   |source = https://github.com/Kalthramis/StardewValley/tree/MPSpeechBubbles
+
   |github = TSlex/StardewValley
  
  |dev note = source in separate Git branch; GitHub repo outdated (see issue #11)
+
   |broke in = Stardew Valley 1.6
 
 
   |broke in           = Stardew Valley 1.4
 
  |unofficial version = 1.0.3-unofficial.1-SorryLate
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Time
+
   |name    = Item Tooltips
   |author  = lolmaj
+
   |author  = Jaredlll08
   |id      = lolmaj.MultiplayerTime
+
   |id      = BlameJared.ItemTooltips
   |nexus  = 2543
+
   |nexus  =
   |github  = MaciejMarkuszewski/StardewValleyMod
+
  |curse  = 297655
 +
   |github  = jaredlll08/Item-Tooltips
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Floor Farmhouse
+
   |name    = Item Tweaks
   |author  = aedenthorn, Erinthe
+
   |author  = crpz
   |id      = aedenthorn.MultiStoryFarmhouse
+
   |id      = crpz.ItemTweaks
   |nexus  = 8077
+
   |nexus  = 8182
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Gifts for Spouses
+
   |name    = iTile
   |author  = Redwood
+
   |author  = ha1fdaew
   |id      = Redwood.MultipleGiftsForSpouse
+
   |id      = ha1fdaew.iTile
   |nexus  = 2910
+
   |nexus  = 7512
   |github  = EKomperud/StardewMods
+
   |github  = ha1fdaew/iTile
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345219
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Mini-Obelisks
+
   |name    = It's My Farm I'll Pass Out If I Want To, It's My Farm&#44; I Can Pass Out If I Want To!
   |author  = PeacefulEnd
+
   |author  = Apprehentice
   |id      = PeacefulEnd.MultipleMiniObelisks
+
   |id      = apprehentice.IMFIPOIIWT
   |nexus  = 7900
+
   |nexus  = 25188
   |github  = Floogen/MultipleMiniObelisks
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Spouse Dialogs
+
   |name    = Its Stardew Time, Time Master (UNOFFICIAL UPDATE)
   |author  = ceruleandeep
+
   |author  = Caboose Sage, CabooseSage
   |id      = ceruleandeep.multiplespousedialogs
+
   |id      = Cabbose.Sage.ItsStardewTime
   |nexus  = 8711
+
   |nexus  = 20847
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Sprites and Portraits On Rotation, File Loading
+
   |name    = Its Time to Wake Up
   |author  = SlyMerc
+
   |author  = Krutonium
   |id      = FileLoading
+
   |id      = Krutonium.ItsTimeToWakeUp
   |nexus  = 1094
+
   |nexus  = 13798
 
   |github  =
 
   |github  =
 
  |status  = workaround
 
  |summary  = Use [[#Content Patcher|Content Patcher]] instead.
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Save
+
   |name    = Jack Be Thicc
   |author  = aedenthorn, Erinthe
+
   |author  = DeadRobotDev
   |id      = aedenthorn.MultiSave
+
   |id      = DeadRobotDev.JackBeThicc
   |nexus  = 15402
+
   |nexus  = 21533
   |github  = aedenthorn/StardewValleyMods
+
   |github  = DeadRobotDev/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multitool
+
   |name    = Jaques and the Bean Pole, Jaques and Beans
   |author  = Miome
+
   |author  = Matt Cioni
   |id      = miome.MultiToolMod
+
   |id      = mattCioni.JaquesAndBeans
   |nexus  = 2546
+
   |nexus  = 14555
   |github  = miome/MultitoolMod
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi-User Chests
+
   |name    = Jar Opener
   |author  = MindMeltMax
+
   |author  = Genowhirl9999
   |id      = MindMeltMax.MUC
+
   |id      = genowhirl9999.jaropener
   |nexus  = 9856
+
   |nexus  = 5292
   |moddrop = 1135731
+
   |moddrop = 988956
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Yield Crops
+
   |name    = JhinFour
   |author  = Cherry, CherryChain
+
   |author  = Keaton Sadoski
   |id      = Cherry.MultiYieldCrops
+
   |id      = Sadoski.JhinFour
   |nexus  = 6069
+
   |nexus  = 11838
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Multi Yield Crops and Deluxe Grabber Redux Compatibility Patch, MYC-DGR Compatibility Patch
 
  |author  = Jacque Pott
 
  |id      = JacquePott.MYCDGRPatch
 
  |nexus  = 14023
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murder Mod
+
   |name    = Jiggly Junimo Bundles
   |author  = Aren, Aren Desai
+
   |author  = Jonas Henriksson, Greger
   |id      = Aren.MurderMod
+
   |id      = Greger.JigglyJunimoBundles
   |nexus  = 17470
+
   |nexus  =
   |github  = ArenKDesai/Murder-Mod
+
  |url    = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
 +
   |github  = gr3ger/Stardew_JJB
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Community Bundle Item Tooltip|Community Bundle Item Tooltip]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murdercrows
+
   |name    = JoJa84+, JoJa-84-Plus--Ingame-calculator
   |author  = aedenthorn, Erinthe
+
   |author  = k4rakara
   |id      = aedenthorn.Murdercrows
+
   |id      = k4rakara.JoJa84Plus
   |nexus  = 6615
+
   |nexus  = 5803
   |github  = aedenthorn/StardewValleyMods
+
   |github  = K4rakara/Stardew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murder Drone, Personal Combat Drone
+
   |name    = JoJaBan - Arcade Sokoban
   |author  = cotboy
+
   |author  = Platonymous
   |id      = cambam.MURDERDRONE
+
   |id      = Platonymous.JoJaBan
   |nexus  = 4507
+
   |nexus  = 3118
   |github  = camcamcamcam/murderdrone
+
  |moddrop = 793907
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |unofficial url    = http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-104637
 
  |unofficial version = 0.0.7-unofficial.5-prism99
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Museum Store
+
   |name    = Joja Cola Expanded
   |author  = atravita
+
   |author  = Objection777
   |id      = atravita.MuseumRewardsIn<!--since 0.2.0-->, atravita.MuseumStore
+
   |id      = Objection777.JojaColaExpandedCode
  |curse  = 870973
+
   |nexus  = 24227
  |moddrop = 1187402
+
   |github  =
   |nexus  = 12598
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Cursors
+
   |name    = Joja Express
   |author  = Expl0
+
   |author  = OFTS_CQM and Yuxuan
   |id      = Expl0.MushroomCursors
+
   |id      = ofts.jojaExp
   |nexus  = 12594
+
   |nexus  = 23614
   |github  =
+
   |github  = ofts-cqm/SDV_JojaExpress
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Levels
+
   |name    = Joja Financial
   |author  = Eireon, Ben Patterson
+
   |author  = NermNermNerm
   |id      = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
+
   |id      = NermNermNerm.JojaFinancial
   |nexus  = 2818
+
   |nexus  = 24958
   |github  = benrpatterson/MushroomLevels
+
   |github  = NermNermNerm/JojaFinancial
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Level Tip
+
   |name    = JojaMart to PathoMart, Pathomart
   |author  = WhiteMind
+
   |author  = Dounat2201, Sasara
   |id      = WhiteMind.MLT
+
   |id      = Sasara.Pathomart
   |nexus  = 1894
+
   |nexus  = 1142
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use [[#Almanac|Almanac]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Propagator Automation
+
   |name    = Joja Online
   |author  = blueberry and Oddshot
+
   |author  = PeacefulEnd
   |id      = blueberry.BlueberryMushroomAutomation
+
   |id      = PeacefulEnd.JojaOnline
   |nexus  = 4637
+
  |moddrop = 878236
   |github  = b-b-blueberry/BlueberryMushroomMachine
+
   |nexus  = 7486
 +
   |github  = Floogen/JojaOnline
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Propagator - Grow More Mushrooms
+
   |name    = Joja's Dark Secret, Halloween Jam CSharp
   |author  = blueberry, blueberry and Oddshot
+
   |author  = sophiesalacia
   |id      = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
+
   |id      = sophie.HalloweenJamCSharp
   |nexus  = 4637
+
   |nexus  = 18927
   |github  = b-b-blueberry/BlueberryMushroomMachine
+
   |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Rancher
+
   |name    = Joja's Hauntings
   |author  = Goldenrevolver
+
   |author  = MindMeltMax
   |id      = Goldenrevolver.MushroomRancher
+
   |id      = MindMeltMax.HauntedJoja
   |nexus  = 10978
+
   |nexus  = 7014
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
  |moddrop = 1135684
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Musical Cellar
+
   |name    = Joys of Efficiency
   |author  = Lis
+
   |author  = punyo, yakminepunyo
   |id      = Lis.MusicalCellar
+
   |id      = punyo.JoysOfEfficiency
   |nexus  = 7626
+
   |nexus  = 2162
   |github  = lisamreynolds/MusicalCellar
+
   |github  = pomepome/JoysOfEfficiency
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.5.0-unofficial.7-Hackswell
 +
  |unofficial url    = {{github|Hackswell/GloryOfEfficiency/releases}}
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Json Assets
 +
  |author  = spacechase0
 +
  |id      = spacechase0.JsonAssets
 +
  |curse  = 867749
 +
  |moddrop = 399895
 +
  |nexus  = 1720
 +
  |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Musical Paths
+
   |name    = Json Processor
   |author  = aedenthorn, Erinthe
+
   |author  = Jamie Taylor
   |id      = aedenthorn.MusicalPaths
+
   |id      = jltaylor-us.JsonProcessor
   |nexus  = 13197
+
   |nexus  = 13183
   |github  = aedenthorn/StardewValleyMods
+
   |github  = jltaylor-us/StardewJsonProcessor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = My Money
+
   |name    = Json Shuffle
   |author  = Marcos Brendon
+
   |author  = spacechase0
   |id      = marcos.mymoney
+
   |id      = spacechase0.JsonShuffle
   |nexus  = 6736
+
   |nexus  = 21513
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mystical Buildings
+
   |name    = Jump Down the Mine
   |author  = PeacefulEnd
+
   |author  = flowoeB
   |id      = PeacefulEnd.MysticalBuildings
+
   |id      = flowoeB.JumpDownTheMine
   |nexus  = 12312
+
   |nexus  = 8357
   |github  = Floogen/MysticalBuildings
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Name Tags
+
   |name    = Jump Over
   |author  = Enaium
+
   |author  = spacechase0
   |id      = Enaium.NameTags
+
   |id      = spacechase0.JumpOver
   |curse  = 436816
+
   |curse  = 867746
   |moddrop = 877767
+
   |moddrop = 384782
   |nexus  =
+
   |nexus  = 1844
   |github  = Enaium-StardewValleyMods/NameTags
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Napalm Mummies
+
   |name    = Junimatic
   |author  = aedenthorn, Erinthe
+
   |author  = NermNermNerm
   |id      = aedenthorn.NapalmMummies
+
   |id      = NermNermNerm.Junimatic
   |nexus  = 15933
+
   |nexus  = 22672
   |github  = aedenthorn/StardewValleyMods
+
   |github  = NermNermNerm/Junimatic
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Neat Additions
+
   |name    = Junimo Beacon
   |author  = Ilyaki
+
   |author  = Achtuur
   |id      = ilyaki.neatadditions
+
   |id      = Achtuur.JunimoBeacon
   |nexus  = 2648
+
   |nexus  = 17135
   |github  = Ilyaki/NeatAdditions
+
   |github  = Achtuur/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Network Optimizer
+
   |name    = Junimo Boy
   |author  = Ilyaki
+
   |author  = Tyler Gibbs
   |id      = Ilyaki.NetworkOptimizer
+
   |id      = tylergibbs2.JunimoBoy
   |nexus  = 3021
+
   |nexus  = 14384
   |github  = Ilyaki/NetworkOptimizer
+
   |github  = tylergibbs2/StardewValleyMods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Never Ending Adventure - NPC Mateo<!--Nexus-->, Never Ending Adventure - Code<!--manifest-->
+
   |name    = Junimo Cart More Score
   |author  = DestyNova
+
   |author  = yaxuan97
   |id      = DestyNova.NEACode
+
   |id      = yaxuan97.junimocartmorescore
   |nexus  = 12369
+
   |nexus  = 13644
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Clothes Every Day
+
   |name    = Junimo Deposit Anywhere
   |author  = Vrakyas
+
   |author  = Zoryn
   |id      = Vrakyas.NewClothesEveryDay
+
   |id      = Zoryn.JunimoDepositAnywhere
   |nexus  = 4030
+
   |nexus  =
   |github =
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 
+
   |github  = Zoryn4163/SMAPI-Mods
   |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Game on Launch
+
   |name    = Junimo Dialog
   |author  = Nobbele
+
   |author  = ceruleandeep
   |id      = Nobbele.NewGameOnLaunch
+
   |id      = ceruleandeep.junimodialog
   |nexus  = 2654
+
   |nexus  = 8937
   |github  = 4ppleCracker/NewGameOnLaunch
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Game Plus
+
   |name    = Junimo Farm
   |author  = Spacechase0
+
   |author  = Platonymous
   |id      = Spacechase0.NewGamePlus
+
   |id      = Platonymous.JunimoFarm
   |nexus  = 10786
+
   |nexus  = 984
   |github  = spacechase0/StardewValleyMods
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Machines
+
   |name    = Junimo Hut Resize and Retexture, Junimo Hut Size
   |author  = Igorious
+
   |author  = Fernass354
   |id      = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
+
   |id      = Fernass354.JunimoHutSize
   |nexus  =
+
   |nexus  = 18457
  |chucklefish = 3683
+
   |github  =
   |github  = Igorious/StardevValleyNewMachinesMod
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Producer Framework Mod|Producer Framework Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Years Eve → Fireworks
+
   |name    = Junimo Kart Anywhere
   |author  = sophie
+
   |author  = MartyrPher
   |id      = sophie.Fireworks
+
   |id      = JunimoKartAnywhere
   |nexus  = 15277
+
   |nexus  = 4315
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nexus Mods Button
+
   |name    = Junimo Kart Cheater
   |author  = Pickysaurus
+
   |author  = ryaon
   |id      = Pickysaurus.NexusModsButton
+
   |id      = Ryaon.JunimoKartCheater
   |nexus  = 12969
+
   |nexus  = 5137
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nice Messages
+
   |name    = Junimo Kart Global Rankings
   |author  = Nori, seaweednori
+
   |author  = drbirbdev
   |id      = nori.NiceMessages
+
   |id      = drbirbdev.JunimoKartGlobalRankings
   |nexus  = 6160
+
   |nexus  = 14856
   |github  =
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Event Chance Tweak
+
   |name    = Junimo Kart Level Practice
   |author  = aedenthorn, Erinthe
+
   |author  = BlaDe
   |id      = aedenthorn.NightEventChanceTweak
+
   |id      = BlaDe.JunimoLevelPractice
   |nexus  = 10633
+
   |nexus  = 10056
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Owl
+
   |name    = Junimo Kart Level Select
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = b1rdyw1rdy
   |id      = Omegasis.NightOwl
+
   |id      = b1rdyw1rdy.JunimoKartLevelSelect
   |nexus  = 433
+
   |nexus  = 25140
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Shift
+
   |name    = Junimos Accept Cash
   |author  = SevenChords
+
   |author  = spacechase0
   |id      = SevenChords.Night_Shift
+
   |id      = spacechase0.JunimosAcceptCash
   |nexus  = 15345
+
  |curse  = 867716
   |github  =
+
   |nexus  = 7437
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Blink
+
   |name    = Junimo Studio, Music Blocks
   |author  = Mr Tea, MrTea
+
   |author  = Becks723
   |id      = MrTea.NoBlink
+
   |id      = Becks723.JunimoStudio, Becks723.MusicBlocks<!--changed in 1.9.9-->
   |nexus  = 17220
+
   |nexus  = 6971
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Noclip Mode
+
   |name    = Junimo Warp
   |author  = Pathoschild
+
   |author  = Shockah
   |id      = Pathoschild.NoclipMode
+
   |id      = Shockah.JunimoWarp
   |nexus  = 3900
+
   |nexus  = 15676
  |moddrop = 691002
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Cooties
+
   |name    = Junk Mail
   |author  = ceruleandeep
+
   |author  = Taskmaster
   |id      = ceruleandeep.NoCooties
+
   |id      = Taskmaster.JunkMail
   |nexus  = 9000
+
   |nexus  = 4452
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Crows
+
   |name    = Just Relax
   |author  = CatCattyCat, Cat
+
   |author  = Goldenrevolver
   |id      = cat.nocrows
+
   |id      = Goldenrevolver.JustRelax
   |nexus  = 1682
+
   |nexus  = 7770
  |moddrop = 833543
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Fence Decay
+
   |name    = Just Sleep In
   |author  = CatCattyCat, Cat
+
   |author  = Rifleman
   |id      = cat.nofencedecay
+
   |id      = Rifleman.JustSleepIn
   |nexus  = 1180
+
   |nexus  = 11286
   |moddrop = 833537
+
   |github  = 9Rifleman/JustSleepIn
   |github  = danvolchek/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Friendship Decay
+
   |name    = Kamikaze
   |author  = hitachihex
+
   |author  = aurnj, Roy Li
   |id      = hitachihex.NoFriendshipDecay
+
   |id      = RuyiLi.Kamikaze
 
   |nexus  =
 
   |nexus  =
   |url    = https://community.playstarbound.com/threads/no-friendship-decay.108278/
+
   |url    = https://community.playstarbound.com/threads/kamikaze-mod.129126
   |source = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
+
   |github =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Kawakami - Healer NPC
 +
  |author  = Gorzalt and Flerfarvet
 +
  |id      = gorzalt.kawakami
 +
  |nexus  = 2549
 +
  |github  = Gorzalt/StardewValleyMods
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.3.29
   |status  = workaround
+
}}
   |summary = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
{{#invoke:SMAPI compatibility|entry
<!--
+
   |name    = Kedi's Furniture Tweaks, (C#) Furniture Tweaks
   |unofficial version = 1.1.2-unofficial.1-f4ith
+
   |author = KediDili
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
+
  |id      = KediDili.FurnitureTweaks.DLL
-->
+
   |nexus  = 19375
 +
   |github  = KediDili/FurnitureTweaks
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Kids Ever
+
   |name    = Kedi's NPC Utilities
   |author  = Hangy
+
   |author  = KediDili
   |id      = Hangy.NoKidsEver
+
   |id      = KediDili.KNU
   |nexus  = 1464
+
   |nexus  = 17884
   |github  = L3thal1ty/No-Kids-Ever
+
   |github  = KediDili/NPCUtilities
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Kimchi
+
   |name    = Keep Partners, Keep Your Partners
   |author  = jaeha, qpqpqp121
+
   |author  = EssGee, SG
   |id      = jaeha.No_Kimchi
+
   |id      = SG.Partners
   |nexus  = 5043
+
   |nexus  = 5625
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Mine Flyers Redux
+
   |name    = KeyBind UI
   |author  = minervamaga
+
   |author  = Enaium
   |id      = minervamaga.NoMineFlyersRedux
+
   |id      = Enaium.KeyBindUI
 +
  |curse  = 538001
 +
  |moddrop = 1036920
 
   |nexus  =
 
   |nexus  =
  |moddrop = 631110
+
   |github  = Enaium-StardewValleyMods/KeyBindUI
   |github  = minervamaga/NoMineFlyersRedux
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Accidental Exhaustion, Exhaustion Protection
+
   |name    = Keyboard Mod Menu
   |author  = Guedez
+
   |author  = Shadowfoxss
   |id      = exhaustion.protection
+
   |id      = Shadowfoxss.KeyboardModMenu
   |nexus  = 5113
+
   |nexus  = 3147
   |moddrop = 707180
+
   |curse  = 308891
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = No More Random Mine Flyers
 
  |author  = Drynwynn, thepaladinknight
 
  |id      = Drynwynn.NoAddedFlyingMineMonsters
 
  |nexus  = 2528
 
  |github  = Drynwynn/StardewValleyMods
 
  
   |broke in = SMAPI 2.8
+
   |broke in = SMAPI 3.0
   |status  = workaround
+
   |status  = abandoned
  |summary  = use [[#No Mine Flyers Redux|No Mine Flyers Redux]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Non Destructive NPCs
+
   |name    = Key Suppressor
   |author  = MadaraUchiha
+
   |author  = Deflaktor
   |id      = MadaraUchiha.NonDestructiveNPCs
+
   |id      = Deflaktor.KeySuppressor
   |nexus  = 5176
+
   |nexus  = 9295
   |github  = MadaraUchiha/NonDestructiveNPCs
+
   |github  = Deflaktor/KeySuppressor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Non-Random Prairie King
+
   |name    = Kisekae
   |author  = aedenthorn, Erinthe
+
   |author  = Kabigon
   |id      = aedenthorn.NonRandomPrairieKing
+
   |id      = Kabigon.kisekae
   |nexus  = 6509
+
   |nexus  = 2348
   |github  = aedenthorn/StardewValleyMods
+
   |github  = KabigonFirst/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = obsolete
 +
  |summary  = remove this mod (no longer maintained; use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Change Shoe Color|Change Shoe Color]] + [[#Json Assets|Json Assets]] packs instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Poverty by Disconnect
+
   |name    = Kiss Krobus
   |author  = Slumber
+
   |author  = EnanoForro
   |id      = SlumbR.NoPovertyByDisconnect
+
   |id      = EnanoForro.KissKrobus
   |nexus  = 11529
+
   |nexus  = 25234
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Rumble Horse
+
   |name    = Kokoro, Kokoro - Shockah's Core Mod
   |author  = Xangria
+
   |author  = Shockah
   |id      = Xangria.NoRumbleHorse
+
   |id      = Shockah.Kokoro
   |nexus  = 1779
+
   |nexus  = 15682
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = workaround
 
  |summary  = use [[#Updated No Rumble Horse|Updated No Rumble Horse]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Seeds
+
   |name    = Krobus Roommate Shop
   |author  = lech43
+
   |author  = aedenthorn, Erinthe
   |id      = lech43.NoSeeds
+
   |id      = aedenthorn.KrobusRoommateStore
   |nexus  = 6392
+
   |nexus  = 13131
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay
+
   |name    = Krobus Sells Larger Stacks
   |author  = ThatNorthernMonkey
+
   |author  = Annosz
   |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
+
   |id      = Annosz.KrobusSellsLargerStacks
   |nexus  = 237
+
   |nexus  = 5993
   |github  = ThatNorthernMonkey/NoSoilDecay
+
   |github  = Annosz/StardewValleyModding
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#No Soil Decay On Farm|No Soil Decay On Farm]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay On Farm
+
   |name    = Labeling
   |author  = A_Dude
+
   |author  = Enaium
   |id      = A_Dude.NoSoilDecayOnFarm
+
   |id      = Enaium.Labeling
   |nexus  = 8071
+
  |curse  = 443134
   |github  =
+
  |moddrop = 906932
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/Labeling
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay Redux
+
   |name    = Ladder and Snow Yam Tip
   |author  = Platonymous
+
   |author  = WhiteMind
   |id      = Platonymous.NoSoilDecayRedux
+
   |id      = WhiteMind.LAST
  |curse  = 307727
+
   |nexus  = 1906
  |moddrop = 793930
+
   |github  =
   |nexus  = 1084
 
   |github  = Platonymous/Stardew-Valley-Mods
 
  
   |broke in = Stardew Valley 1.5<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.3
  |status  = workaround
 
  |summary  = use [[#No Soil Decay On Farm|No Soil Decay On Farm]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Note Blocks
+
   |name    = Ladder Light
   |author  = Yaramy
+
   |author  = Tocseoj
   |id      = yaramy.noteblocks
+
   |id      = Tocseoj.LadderLight
   |nexus  = 6646
+
  |moddrop = 1549539
   |github  =
+
  |nexus  = 22052
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ladder Locator
 +
  |author  = ChaosEnergy
 +
  |id      = ChaosEnergy.LadderLocator
 +
  |curse  = 989910
 +
   |nexus  = 3094
 +
   |github  = yuri-moens/LadderLocator
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Notes
+
   |name    = Land Grants, Land Grants - Unlimited Players and Farms in Multiplayer
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.Notes
+
   |id      = Platonymous.LandGrants
   |nexus   = 3068
+
   |curse   = 877222
   |moddrop = 793905
+
   |moddrop = 1521380
   |github  = Platonymous/Stardew-Valley-Mods
+
  |nexus  = 15855
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Not Far From The Tree
+
   |name    = Last Day to Plant
   |author  = TheElm
+
   |author  = dmcrider57
   |id      = TheElm.NotFarFromTheTree
+
   |id      = com.dayloncrider.stardewvalley.lastdaytoplant
   |nexus  = 4739
+
   |nexus  = 7917
   |github  = GStefanowich/SDV-NFFTT
+
   |github  = dmcrider/LastDayToPlant
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Thunder Sound
+
   |name    = Last Day to Plant Redux
   |author  = Sto13
+
   |author  = atravita
   |id      = Sto13.NoThunderSound
+
   |id      = atravita.LastDayToPlantRedux
   |nexus  = 14414
+
  |curse  = 870965
   |github  =
+
  |moddrop = 1294435
 +
   |nexus  = 15004
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Transitions
+
   |name    = Lasting Conversation Topics
   |author  = crazywig
+
   |author  = sophiesalacia
   |id      = crazywig.notransitions
+
   |id      = sophie.LastingConversationTopics<!--changed in 0.3.0-->, sophie.LastingCTs
   |nexus  = 7354
+
   |nexus  = 14377
   |github  =
+
   |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Adventures, It's Time to Adventure
+
   |name    = Lavapulse's New Chickens and Eggs, Lavapulse Chickens
   |author  = PurrplingCat
+
   |author  = Lavapulse
   |id      = purrplingcat.npcadventure
+
   |id      = Lavapulse.LavapulseChickens
   |curse   = 577730
+
   |nexus   = 4821
   |nexus  = 4582
+
   |github  =
   |github = purrplingcat/PurrplingMod
+
 
 +
   |status = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Clothing Framework
+
   |name    = Lazy Mod
   |author  = aedenthorn, Erinthe
+
   |author  = weizinai
   |id      = aedenthorn.NPCClothing
+
   |id      = weizinai.LazyMod
   |nexus  = 13940
+
   |nexus  = 22826
   |github  = aedenthorn/StardewValleyMods
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Map Locations
+
   |name    = Leaderboard Library
   |author  = Bouhm and Pathoschild
+
   |author  = drbirbdev
   |id      = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
+
   |id      = drbirbdev.LeaderboardLibrary
   |nexus  = 239
+
   |nexus  = 15102
   |github  = Bouhm/stardew-valley-mods
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Map Locations Extra Config
+
   |name    = Leah Cabin Music Fix
   |author  = trashcan9
+
   |author  = Huanir
   |id      = trashcan9.NPCMapLocations.ExtraConfig
+
   |id      = Huanir.LeahCabinMusicFix
   |nexus  = 16236
+
   |nexus  = 2653
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Path Displayer, Path Display
+
   |name    = Leave the Mine
   |author  = Akago
+
   |author  = Kangzoel
   |id      = akago.PathDisplay
+
   |id      = Kangzoel.LeaveTheMine
   |nexus  = 7563
+
   |nexus  = 11823
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Numerical Health
+
   |name    = Lefty Mode
   |author  = Hydrox, hydrox6
+
   |author  = Max Vollmer, SVProtector
   |id      = Hydrox.NumericalHealth
+
   |id      = maxvollmer.leftymode
   |nexus  = 4863
+
   |nexus  = 6199
 +
  |github  = maxvollmer/LeftyMode
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Legendary Fish Pond Framework
 +
  |author  = sharpskull2
 +
  |id      = sharpskull2.LegendaryFishPondFramework
 +
  |nexus  = 14637
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Import Map, Import Map
+
   |name    = Lenient Window Resize
   |author  = aedenthorn, Erinthe
+
   |author  = DeLiXx
   |id      = aedenthorn.ImportMap
+
   |id      = DeLiXx.Lenient_Window_Resize
   |nexus  = 10965
+
  |curse  = 990483
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 12305
 +
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/lenient-window-resize
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Progress Bars
+
   |name    = Less Mini Shipping Bin
   |author  = Adeel Tariq
+
   |author  = atravita
   |id      = Adeel.ObjectProgressbars
+
   |id      = atravita.LessMiniShippingBin
   |nexus  = 2803
+
  |curse  = 870982
   |github  = AdeelTariq/ObjectProgressBars
+
   |nexus  = 10959
 +
  |moddrop = 1102538
 +
   |github  = atravita-mods/StardewMods
  
   |status  = workaround
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |summary  = broken, use older version 1.3 instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Time Left
+
   |name    = Less Strict Over-Exertion, AntiExhaustion
   |author  = spacechase0
+
   |author  = Permamiss
   |id      = spacechase0.ObjectTimeLeft
+
   |id      = BALANCEMOD_AntiExhaustion
   |curse   = 867757
+
   |nexus   = 637
   |moddrop = 131148
+
   |github  =
   |nexus  = 1315
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = SMAPI 2.0
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = OK Night Check
+
   |name    = Let Me Hatch This Egg
   |author  = aedenthorn, Erinthe
+
   |author  = MikeW
   |id      = aedenthorn.OKNightCheck
+
   |id      = Mikew.letmehatchthisegg.smapi
   |nexus  = 14231
+
   |nexus  = 25175
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = OmniFarm
+
   |name    = Let Me Rest!
   |author  = lambui
+
   |author  = Ophaneom
   |id      = PhthaloBlue.Omnifarm
+
   |id      = Ophaneom.LetMeRest
   |nexus  =
+
   |nexus  = 8205
   |url    = https://community.playstarbound.com/threads/127299
+
   |github  = Ophaneom/Let-Me-Rest
   |github  = lambui/StardewValleyMod_OmniFarm
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Omni Swing
+
   |name    = Let Me Shop
   |author  = Alejandro Akbal
+
   |author  = MindMeltMax
   |id      = AlejandroAkbal.OmniSwing
+
   |id      = MindMeltMax.LetMeShop
   |nexus  = 7877
+
  |moddrop = 1443554
   |github  = AlejandroAkbal/Stardew-Valley-OmniSwing-Mod
+
   |nexus  = 16738
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Omni Tools
+
   |name    = Let's Move It
   |author  = aedenthorn, Erinthe
+
   |author  = Exblosis
   |id      = aedenthorn.OmniTools
+
   |id      = Exblosis.LetsMoveIt
  |curse  = 868690
+
   |nexus  = 20943
   |nexus  = 14865
+
   |github  = Exblosis/StardewValleyMods
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Click Shed Reloader
+
   |name    = Let's Start With Fishing
   |author  = BitwiseJon
+
   |author  = MedievalAI
   |id      = BitwiseJonMods.OneClickShedReloader
+
   |id      = MedievalAI.LetsStartWithFishing
   |nexus  = 2052
+
   |nexus  = 19107
   |github  = bitwisejon/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Day at a Time
+
   |name    = Level Extender
   |author  = Miome
+
   |author  = unidarkshin, Devin Lematty
   |id      = Miome.OneDayAtATime
+
   |id      = Devin_Lematty.Level_Extender, DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.5, 1.3-->
   |nexus  = 8870
+
   |nexus  = 1471
   |github  = miome/OneDayAtATime
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Silo Storage
+
   |name    = Level Forever
   |author  = SorryLate, rharyanto
+
   |author  = GoldstoneBosonMeadows, Parakee
   |id      = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
+
   |id      = GoldstoneBosonMeadows.LevelForever
   |nexus  = 5150
+
   |nexus  = 22920
 
   |github  =
 
   |github  =
 
  |status  = workaround
 
  |summary  = Use [[#Silo Size| Silo Size]] instead.
 
  |broke in = SMAPI 3.12.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Sprinkler One Scarecrow
+
   |name    = Leveling Adjustment
   |author  = Mizzion
+
   |author  = jahangmar
   |id      = mizzion.onesprinkleronescarecrow
+
   |id      = jahangmar.LevelingAdjustment
   |nexus  = 3633
+
   |nexus  = 4689
   |moddrop = 661376
+
   |github  = jahangmar/StardewValleyMods
   |github  = Mizzion/MyStardewMods
+
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129830
 +
  |unofficial version = 1.1.1-unofficial.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Online Splitscreen
+
   |name    = Level Up Notifications
   |author  = DeLiXx
+
   |author  = kd8lvt
   |id      = DeLiXx.Online_Splitscreen
+
   |id      = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
   |nexus  = 12291
+
   |nexus  = 855
 +
  |curse  = 300715
 
   |github  =
 
   |github  =
   |source  = https://gitlab.com/delixx/stardew-valley-online-splitscreen
+
 
 +
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Only Iridium
+
   |name    = LewdDew Valley, LewdDew_Valley_helper2
   |author  = xiaoye97
+
   |author  = shurmash
   |id      = xiaoye97.OnlyIridium
+
   |id      = shurmash.LewdDew_Valley_helper
   |nexus  = 4471
+
   |nexus  = 7222
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Open Hearts
+
   |name    = Lewd Leah
   |author  = MedievalAI
+
   |author  = prowlingDemon, unknownDev
   |id      = MedievalAI.OpenHearts
+
   |id      = prowlingDemon.LewdLeah, unknownDev.lewdLeah<!--changed in 1.2.1-->
   |nexus  = 16944
+
   |nexus  = 4402
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Orchard - Better Fruit Trees
+
   |name    = Light Mod
   |author  = Saitoue
+
   |author  = aedenthorn, Erinthe
   |id      = Saitoue.Orchard
+
   |id      = aedenthorn.LightMod
   |nexus  = 13867
+
   |nexus  = 14387
   |github  = Saitoue/Orchard
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ordinary Capsule
+
   |name    = Light Switch
   |author  = furyx639
+
   |author  = holythesea
   |id      = furyx639.OrdinaryCapsule
+
   |id      = holythesea.LightSwitch
  |curse  = 871831
+
   |nexus  = 15683
   |nexus  = 13489
+
   |github  = holy-the-sea/LightSwitch
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ore Increaser
+
   |name    = Like a Duck to Water
   |author  = crazywig
+
   |author  = aedenthorn, Erinthe
   |id      = crazywig.oreincrease
+
   |id      = aedenthorn.LikeADuckToWater
   |nexus  = 7370
+
   |nexus  = 15860
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Like a Duck to Water Continued|Like a Duck to Water Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Organize Inventory Shortcut
+
   |name    = Like a Duck to Water Continued
   |author  = Yyeahdude
+
   |author  = aedenthorn and tem696969696969, Erinthe
   |id      = Yyeahdude.OrganzieShortcut
+
   |id      = tem696969696969.LikeADuckToWater
   |nexus  = 4772
+
   |nexus  = 21285
   |github  =
+
   |github  = kqrse/StardewValleyMods-aedenthorn
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ornithologist's Guild
+
   |name    = Limited Campfire Cooking
   |author  = Ivy
+
   |author  = Cherry, CherryChain
   |id      = Ivy.OrnithologistsGuild
+
   |id      = Cherry.LimitedCampfireCooking
   |nexus  = 14510
+
   |nexus  = 4971
   |github  = greyivy/OrnithologistsGuild
+
  |moddrop = 716383
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Outfit Sets
+
   |name    = Limited Regrowable Crop Harvests
   |author  = aedenthorn, Erinthe
+
   |author  = Adradis
   |id      = aedenthorn.OutfitSets
+
   |id      = Adradis.LimitedHarvests
   |nexus  = 13888
+
   |nexus  = 24623
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Adradis/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Out of Season Bonuses, Seasonal Items
+
   |name    = Line Sprinklers
   |author  = Midori Armstrong, azureglasses
+
   |author  = nanzington<!--since 1.4.0-->, Hootless
   |id      = midoriarmstrong.seasonalitems
+
   |id      = nanz.LineSprinklers<!--since 1.4.0-->, hootless.LineSprinklers
   |nexus  = 1452
+
   |nexus  = 2917
   |github  =
+
   |github  = hootless/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Overworld Chests
+
   |name    = Line Sprinklers Redux (1.6 Compatible)
   |author  = aedenthorn, Erinthe
+
   |author  = rtrox, Swyytch
   |id      = aedenthorn.OverworldChests
+
   |id      = rtrox.LineSprinklersRedux
   |nexus  = 7710
+
   |nexus  = 23895
   |github  = aedenthorn/StardewValleyMods
+
   |github  = rtrox/LineSprinklersRedux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = OwO Stawdew Vawwey
+
   |name    = Linus Mod
   |author  = CrunchyDuck
+
   |author  = tomii
   |id      = CrunchyDuck.OwOMod
+
   |id      = tomii.LinusMod
   |nexus  = 8923
+
   |nexus  = 11637
   |github  = CrunchyDuck/OwO-Stawdew-Vawwey
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = P2P Animal Noise
+
   |name    = Literally Can't Even
   |author  = Modotte
+
   |author  = spacechase0
   |id      = modotte.P2PAnimalNoise
+
   |id      = spacechase0.LiterallyCantEven
   |nexus  = 17383
+
   |nexus  = 14262
   |github  = modotte/P2PAnimalNoise
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Little NPCs
 +
  |author  = Candidus42
 +
  |id      = Candidus42.LittleNPCs
 +
  |nexus  = 15152
 +
  |github  = mus-candidus/LittleNPCs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pacifist Valley
+
   |name    = Live Progress Bar
   |author  = aedenthorn, Erinthe
+
   |author  = Tyler Gibbs
   |id      = Aedenthorn.PacifistValley
+
   |id      = tylergibbs2.liveprogressbar
   |nexus  = 5464
+
   |nexus  = 7330
   |github  = aedenthorn/StardewValleyMods
+
   |github  = tylergibbs2/LiveProgressBar
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Painting Display
+
   |name    = Livestock Choices
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PaintingDisplay
+
   |id      = aedenthorn.LivestockChoices
   |nexus  = 10918
+
   |nexus  = 11551
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#LivestockChoices
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Panning Upgrades
+
   |name    = Loan Mod
   |author  = drbirbdev
+
   |author  = Doomnik
   |id      = drbirbdev.PanningUpgrades
+
   |id      = Doomnik.LoanMod
   |nexus  = 12242
+
   |nexus  = 3882
   |github  = drbirbdev/StardewValley
+
   |github  = legovader09/SDVLoanMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Panning Upgrades Extra Config
+
   |name    = Lober Cat
   |author  = trashcan9
+
   |author  = codyflagstaff
   |id      = trashcan9.PanningUpgrades.ExtraConfig
+
   |id      = codyflagstaff.lobercat
   |nexus  = 16234
+
   |nexus  = 8219
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paper Mario Partners for Stardew Valley
+
   |name    = Location and Music Logger
   |author  = AnotherStardewValleySunday
+
   |author  = Brandy Lover, WDavi
   |id      = AnotherStardewValleySunday.PaperMarioPartners
+
   |id      = Brandy Lover.LMlog
   |nexus  = 14638
+
   |nexus  = 1366
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Paritee's Better Farm Animal Variety
 
  |author  = Paritee
 
  |id      = Paritee.BetterFarmAnimalVariety
 
  |nexus  = 3296
 
  |github  = paritee/Paritee.StardewValley.Frameworks
 
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 3.2.4-unofficial.kelvinrosa-mouseypounds-elbe
+
   |status   = abandoned
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-68#post-47274
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paritee's Treat Your Animals
+
   |name    = Location Compass
   |author  = Paritee
+
   |author  = Bouhm and Pathoschild
   |id      = Paritee.TreatYourAnimals
+
   |id      = Bouhm.LocationCompass
   |nexus  = 3375
+
   |nexus  = 3045
   |github  = paritee/Paritee.StardewValley.Frameworks
+
   |github  = Bouhm/stardew-valley-mods
 
 
  |broke in          = Stardew Valley 1.4
 
  |unofficial version = 1.1.2-unofficial.2-Strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-46#post-29316
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Parsnips
+
   |name    = Locked Chests
   |author  = MarthaSolomon, SolomonsWorkshop
+
   |author  = MindMeltMax
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
+
   |id      = MindMeltMax.LockedChests
   |nexus  = 2166
+
  |curse  = 1004481
 +
  |moddrop = 1179603
 +
  |nexus  = 12452
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Locked Crab Pots
 +
  |author  = nini700
 +
  |id      = nini700.LockedCrabPot
 +
  |nexus  = 4461
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Locked Maps
 +
  |author  = Edu Anttunes
 +
  |id      = LockedMaps
 +
   |nexus  = 10089
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Parsnips Absolutely Everywhere But It's Garlic, Garlics
+
   |name    = Lock Hotbar Items
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Falson
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
+
   |id      = Falson.LockHotbarItems
   |nexus  = 3524
+
  |moddrop = 1573213
 +
   |nexus  = 23702
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Partial Hearts
+
   |name    = Lockpicks
   |author  = aedenthorn, Erinthe
+
   |author  = bwdy
   |id      = aedenthorn.PartialHearts
+
   |id      = bwdy.lockpicks
   |nexus  = 11628
+
   |nexus  = 3521
   |github  = aedenthorn/StardewValleyMods
+
   |github  = bwdymods/SDV-Lockpicks
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Log Menu
 +
  |author  = JareBear
 +
  |id      = JareBear.LogMenu
 +
  |nexus  = 19919
 +
  |github  = jaredtjahjadi/LogMenu
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Particle Effects
+
   |name    = Log Spam Filter
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ParticleEffects
+
   |id      = aedenthorn.LogSpamFilter
   |nexus  = 11056
+
   |nexus  = 11252
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Part of the Community
+
   |name    = Longer Days
   |author  = bmarquismarkail, Space Baby
+
   |author  = Stuyk
   |id      = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
+
   |id      = Stuyk.LongerDays
  |nexus  = 923
+
   |nexus  = 19027
  |github  = bmarquismarkail/SV_PotC
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Passable Crops
 
  |author  = NCarigon
 
  |id      = NCarigon.PassableCrops
 
   |nexus  = 15223
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passable Ladders
+
   |name    = Longer Fence Life
   |author  = J_Hizzal
+
   |author  = NormanPCN
   |id      = J_Hizzal.PassableLadders
+
   |id      = NormanPCN.LongerFenceLife
   |nexus  = 2985
+
   |nexus  = 10498
   |github  = joelra/SDV-PassableLadders
+
   |github  = NormanPCN/StardewValleyMods
 
 
  |broke in          = Stardew Valley 1.4
 
  |unofficial version = 1.1.1-unofficial.1-Drake1427
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-5#post-3352839
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passable Objects
+
   |name    = Longer Lasting Lures
   |author  = punyo, yakminepunyo
+
   |author  = Caraxian
   |id      = punyo.PassableObjects
+
   |id      = caraxian.LongerLastingLures
   |nexus  = 2329
+
   |nexus  = 2510
   |github  = pomepome/PassableObjects
+
   |github  = Caraxi/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passive Friendship
+
   |name    = Longer Seasons
   |author  = StultusV
+
   |author  = aedenthorn, Erinthe
   |id      = StultusV.PassiveFriendship
+
   |id      = aedenthorn.LongerSeasons
   |nexus  = 8732
+
   |nexus  = 10108
   |github  = JudeRV/Stardew-PassiveFriendship
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Longer Seasons - Continued|Longer Seasons - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause in Multiplayer, Pause Time in Multiplayer
+
   |name    = Longer Seasons - Continued
   |author  = jorgamun
+
   |author  = aedenthorn and FlyingTNT
   |id      = jorgamun.PauseInMultiplayer
+
   |id      = FlyingTNT.LongerSeasons
   |nexus  = 10328
+
   |nexus  = 25164
  |moddrop = 1068093
+
   |github  = FlyingTNT/StardewValleyMods
   |github  = jorgamun/PauseInMultiplayer
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause Sync
+
   |name    = Longevity
   |author  = Terrorbladed
+
   |author  = RTGOAT
   |id      = Tb.Stardew_Pause_Sync
+
   |id      = RTGOAT.Longevity
   |nexus  = 10160
+
   |nexus  = 649
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause While Sitting
+
   |name    = Looking for Love REDUX
   |author  = heyseth
+
   |author  = mushroomhash
   |id      = heyseth.sitpause
+
   |id      = mush.loveydovey
   |nexus  = 8295
+
   |nexus  = 21370
   |github  = heyseth/SDVMods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Look to the Sky
 +
  |author  = drbirbdev
 +
  |id      = drbirbdev.LookToTheSky
 +
  |nexus  = 15262
 +
   |github  = drbirbdev/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PDQ Paths
+
   |name    = Lookup Anything
   |author  = Jaredlll08
+
   |author  = Pathoschild
   |id      = BlameJared.PDQPaths
+
   |id      = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
   |nexus  =
+
  |curse  = 992793
   |curse  = 307090
+
   |nexus  = 541
   |github  =
+
   |moddrop = 606605
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican Fiber
+
   |name    = Loose Audio Files
   |author  = jwdred
+
   |author  = aedenthorn, Erinthe
   |id      = jwdred.PelicanFiber
+
   |id      = aedenthorn.LooseAudioFiles
   |nexus  = 631
+
   |nexus  = 5999
   |github  = jdusbabek/stardewvalley
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3.11
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 3.1.1-unofficial.11-strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-45215
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican Postal Service
+
   |name    = Lore-Friendly JojaMart Prices
   |author  = ElectroCrumpet
+
   |author  = Huanir
   |id      = ElectroCrumpet.PelicanPostalService
+
   |id      = Huanir.LoreFriendlyJojaPrices
   |nexus  = 2770
+
   |nexus  = 2658
 
   |github  =
 
   |github  =
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.7-unofficial.1-Strobe
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357484
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican TTS
+
   |name    = Lost Book Menu
   |author  = Platonymous
+
   |author  = bungus
   |id      = Platonymous.PelicanTTS
+
   |id      = bungus.LostBookMenu
   |nexus  = 1079
+
   |nexus  = 20301
  |moddrop = 793929
+
   |github  = BussinBungus/BungusSDVMods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican xVASynth
+
   |name    = Lost Woods
   |author  = aedenthorn, Erinthe
+
   |author  = Raik, Raik167, YousernameZo
   |id      = aedenthorn.PelicanxVASynth
+
   |id      = raik.testmod
   |nexus  = 10250
+
   |nexus  = 6291
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = People Seeds
+
   |name    = Louis's Garage and Renault 5 Expansion
   |author  = bwdy
+
   |author  = XxHarvzBackxX and Yri and Kaystar
   |id      = bwdy.peopleseeds
+
   |id      = R5.DLL
   |nexus  = 3635
+
   |nexus  = 24687
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Perfection Tweaker
+
   |name    = Love Bubbles
   |author  = shekurika
+
   |author  = SteelixLeiter, Don Collins
   |id      = shekurika.PerfectionTweaker
+
   |id      = LoveBubbles
   |nexus  = 8615
+
   |nexus  = 1318
   |github  =
+
   |github  = doncollins/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Better Ranching|Better Ranching]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Permanent Cellar
+
   |name    = Loved Labels
   |author  = CyanFire
+
   |author  = Advize and Jinxiewinxie
   |id      = CF.PermanentCellar
+
   |id      = Advize.LovedLabels
   |nexus  = 17257
+
   |nexus  = 279
   |github  = CyanFireUK/StardewValleyMods
+
   |github  = AdvizeGH/LovedLabels
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
<!--
 +
  |unofficial version = 2.2.2-unofficial.4-Strobe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-22548
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Permanent Cookout Kit And Better Charcoal Kiln, Better Cookout Kit And Charcoal Kiln
+
   |name    = Loved Labels Redux
   |author  = Goldenrevolver
+
   |author  = thespbgamer
   |id      = Goldenrevolver.PermanentCookoutKit
+
   |id      = thespbgamer.LovedLabelsRedux
   |nexus  = 8035
+
   |nexus  = 8880
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
  |curse  = 834387
 +
   |github  = thespbgamer/LovedLabelsRedux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persia the Mermaid, PersiaMod
+
   |name    = Love Festival
   |author  = Avalon, Avalonii
+
   |author  = AvalonMFX
   |id      = 63b9f419-7449-42db-ab2e-440b4d05c073
+
   |id      = AvalonMFX.LoveFestival
   |nexus  = 1419
+
  |curse  = 1016375
 +
   |nexus  = 17819
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-57#post-3358211 unofficial conversion to Content Patcher].
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Game Options
+
   |name    = Low Health Warning
   |author  = Xangria
+
   |author  = NMVH5
   |id      = Xangria.PersistentGameOptions
+
   |id      = nmvh5.LowHealthWarning
   |nexus  = 1778
+
   |nexus  = 8326
 
   |github  =
 
   |github  =
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Grange Display
+
   |name    = Luck Score HUD, Just Luck Mod
   |author  = aedenthorn, Erinthe
+
   |author  = delaney
   |id      = aedenthorn.PersisitentGrangeDisplay
+
   |id      = dJustLuckMod
   |nexus  = 7977
+
   |nexus  = 10386
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1070645
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Mines
+
   |name    = Luck Skill
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.PersistentMines
+
   |id      = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
   |nexus  = 14985
+
  |curse  = 867393
 +
  |moddrop = 127279
 +
   |nexus  = 521
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persival's Bundle Mod
+
   |name    = Lucky Reclamation Trash Can
   |author  = Persival
+
   |author  = kiranmurmu
   |id      =
+
   |id      = kiranmurmu.LuckyReclamationTrashCan
   |nexus  = 438
+
   |nexus  = 8971
   |github  =
+
   |github  = kiranmurmu/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.1
 
  |status  = workaround
 
  |summary  = use [[#Junimo Deposit Anywhere|Junimo Deposit Anywhere]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Anvil
+
   |name    = Lunar Disturbances
   |author  = Strobe
+
   |author  = Sakorona
   |id      = Strobe.PersonalAnvil
+
   |id      = KoihimeNakamura.LunarDisturbances
   |nexus  = 5326
+
   |nexus  = 2208
   |github  = strobel1ght/Personal-Anvil
+
  |moddrop = 664151
 +
   |github  = Sakorona/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Effects
+
   |name    = Machine Augmentors
   |author  = bwdy
+
   |author  = SlayerDharok
   |id      = bwdy.personaleffects
+
   |id      = SlayerDharok.MachineAugmentors
   |nexus  = 3532
+
   |nexus  = 5600
   |github  = bwdymods/SDV-PersonalEffects
+
   |github  = Videogamers0/SDV-MachineAugmentors
 
 
  |status  = workaround
 
  |summary  = use [[#Personal Effects Redux|Personal Effects Redux]] instead.
 
  |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Effects Redux
+
   |name    = Machine Check
   |author  = ceruleandeep
+
   |author  = FairfieldBW
   |id      = ceruleandeep.personaleffects
+
   |id      = FairfieldBW.MachineCheck
   |nexus  = 8616
+
   |nexus  = 9515
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = FairfieldBW/MachineCheck
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Traveling Cart
+
   |name    = Machine Speed Change
   |author  = aedenthorn, Erinthe
+
   |author  = IceGladiador
   |id      = aedenthorn.PersonalTravellingCart
+
   |id      = IceGladiador.MachineSpeedChange
   |nexus  = 14087
+
   |nexus  = 1780
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = use [[#Configure Machine Speed|Configure Machine Speed]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Bowl Filler
+
   |name    = Machine Status
   |author  = Invatorzen
+
   |author  = Shockah
   |id      = invatorzen.PBF
+
   |id      = Shockah.MachineStatus
   |nexus  = 12161
+
   |nexus  = 11177
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Choice Perks
+
   |name    = Magic
   |author  = skuldomg, Skuld
+
   |author  = spacechase0
   |id      = skuldomg.petChoicePerks
+
   |id      = spacechase0.Magic
   |nexus  = 3313
+
  |curse  = 867745
   |github  = skuldomg/petChoicePerks
+
  |moddrop = 399898
 +
   |nexus  = 2007
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |unofficial version = 1.1.1.unofficial-3.strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42356
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Enhancement Mod
+
   |name    = Magical Crops
   |author  = Jfulmer, Consillium
+
   |author  = shekurika and Asterisk555
   |id      = JfulmerPetEnhancementMod
+
   |id      = shekurika.MagicalCropsCode
   |nexus  =
+
   |nexus  = 8762
  |url    = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
+
   |github  =
   |github  = jlfulmer/PetEnhancementMod
 
 
 
  |broke in      = SMAPI 2.0
 
  |status        = workaround
 
  |summary      = use [[#Pet Interaction|Pet Interaction]] instead.
 
<!--
 
  |unofficial version = 0.0.2-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330575
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Hats
+
   |name    = Magic Junimo Pet
   |author  = aedenthorn, Erinthe
+
   |author  = Entoarox
   |id      = aedenthorn.PetHats
+
   |id      = Entoarox.MagicJunimoPet
   |nexus  = 15301
+
   |nexus  = 3567
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Entoarox/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Interaction
+
   |name    = Magic Pluses
   |author  = jahangmar
+
   |author  = TerryDBS
   |id      = jahangmar.PetInteraction
+
   |id      = TerryDBS.MagicPluses
   |nexus  = 4232
+
   |nexus  = 7096
   |github  = jahangmar/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Spawn Location
+
   |name    = Magic Scepter
   |author  = Shaklin
+
   |author  = not4bene
   |id      = shaklin.petspawnlocation
+
   |id      = not4bene.MagicScepter
   |nexus  = 5986
+
   |nexus  = 8169
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Phone Traveling Cart, 猪车电话
+
   |name    = Magic Valley
   |author  = Becks723
+
   |author  = season
   |id      = Becks723.PhoneTravelingCart
+
   |id      = season.MagicValley
   |nexus  = 12981
+
   |nexus  = 10639
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Phone Villagers
+
   |name    = Mailbox Menu
   |author  = DewMods
+
   |author  = aedenthorn, Erinthe
   |id      = DewMods.StardewValleyMods.PhoneVillagers
+
   |id      = aedenthorn.MailboxMenu
   |nexus   = 2681
+
  |nexus  = 14439
   |github =
+
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
   |summary = use [[#Mailbox Menu Continued|Mailbox Menu Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pick Your Enchantment, Forge Menu Choice
+
   |name    = Mailbox Menu Continued
   |author  = atravita
+
   |author  = aedenthorn and tem696969696969, Erinthe
   |id      = atravita.ForgeMenuChoice
+
   |id      = tem696969696969.MailboxMenu
   |curse   = 870980
+
  |nexus  = 21068
   |nexus   = 11376
+
   |github  = kqrse/StardewValleyMods-aedenthorn
   |moddrop = 1125882
+
}}
   |github  = atravita-mods/StardewMods
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Mail Framework
 +
   |author  = Digus
 +
   |id      = DIGUS.MailFrameworkMod
 +
   |nexus  = 1536
 +
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Picross Arcade Mod, Picrosser
+
   |name    = Mail Order Pigs
   |author  = KediDili
+
   |author  = jwdred
   |id      = KediDili.ThePicrosser
+
   |id      = jwdred.MailOrderPigs
   |nexus  = 17530
+
   |nexus  = 632
   |github  =
+
   |github  = jdusbabek/stardewvalley
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
<!--
 +
  |unofficial version = 1.1.1-unofficial.6-strobe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-44728
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pierre Sells Mixed Seeds
+
   |name    = Mail Services Mod
   |author  = GrimReapers1121
+
   |author  = Digus
   |id      = GrimReapers.PSMS
+
   |id      = Digus.MailServicesMod
   |nexus  = 12606
+
   |nexus  = 7842
 +
  |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pierre's Roulette Shop
+
   |name    = Main Questline Redux (PMC CCJ)<!--Nexus-->, PCM CCJ JC<!--manifest-->, Junimo Sprinkler<!--folder-->
   |author  = Xynerorias
+
   |author  = pinguimbozo
   |id      = xynerorias.pierresroulette
+
   |id      = pinguimbozo.PCMCCJJC
   |nexus  = 10826
+
   |nexus  = 13248
   |github  = xynerorias/pierre-roulette-shop-SV
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Piggy Bank Mod
+
   |name    = Make Gil Real
   |author  = MindMeltMax
+
   |author  = Werewolf Master
   |id      = MindMeltMax.PiggyBank
+
   |id      = Wolf.GilSMAPI
   |nexus  = 6934
+
   |nexus  = 7118
  |moddrop = 1135669
+
   |github  =
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pipe Irrigation
+
   |name    = Make Love
   |author  = aedenthorn, Erinthe
+
   |author  = Kabulla
   |id      = aedenthorn.PipeIrrigation
+
   |id      = Kabulla.MakeLove
   |nexus  = 10205
+
   |nexus  = 16003
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Placeable Mine Shafts
+
   |name    = Makeshift Multiplayer
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = Aedenthorn.PlaceShaft
+
   |id      = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
   |nexus  = 5440
+
   |nexus  = 501
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 127274
 +
   |github  = spacechase0/StardewValleyMP
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PlacementPlus
+
   |name    = Mana Bar
   |author  = 2Retr0
+
   |author  = spacechase0
   |id      = 2Retr0.PlacementPlus
+
   |id      = spacechase0.ManaBar
   |nexus   = 8798
+
   |curse   = 867709
   |curse   = 486164
+
   |nexus   = 7831
   |github  = 2Retr0/PlacementPlus
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plan Importer
+
   |name    = Mandatory Meals, Real Life Mod
   |author  = Platonymous
+
   |author  = darzington
   |id      = Platonymous.PlanImporter
+
   |id      = darzington.RealLifeMod
   |nexus  = 2071
+
   |nexus  = 7445
   |moddrop = 793846
+
   |github  =
   |github  = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Planned Parenthood
+
   |name    = Manure Industries
   |author  = aedenthorn, Erinthe
+
   |author  = Drewdus42
   |id      = aedenthorn.PlannedParenthood
+
   |id      = Drewdus42.ManureIndustries
   |nexus  = 12869
+
   |nexus  = 9310
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plantable Palm Trees
+
   |name    = Many Enchantments
   |author  = MouseyPounds
+
   |author  = Stari
   |id      = MouseyPounds.PlantablePalmTrees
+
   |id      = Stari.ManyEnchantments
   |nexus  = 4096
+
   |nexus  = 8824
   |github  = MouseyPounds/stardew-mods
+
   |github  = SlivaStari/ManyEnchantments
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plant and Fertilize All, Plant All
+
   |name    = Map Binder
   |author  = aedenthorn, Erinthe
+
   |author  = SnowFire k'Vala
   |id      = aedenthorn.PlantAll
+
   |id      = SnowFire.Map_Binder
   |nexus  = 10482
+
   |nexus  = 6983
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Planter Trees
+
   |name    = Map Editor Extended, Map Editor<!--renamed in 1.0.0-->
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PlanterTrees
+
   |id      = aedenthorn.MapEdit
   |nexus  = 11687
+
   |nexus  = 18387<!--8876 before 1.0.0-->
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plant on Grass
+
   |name    = Map Image Export
   |author  = Demiacle
+
   |author  = spacechase0
   |id      = Demiacle.PlantOnGrass
+
   |id      = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
   |nexus  = 1026
+
   |nexus  = 1073
   |github  =
+
  |moddrop = 127273
 +
   |github  = spacechase0/MapImageExporter
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Tillable Ground|Tillable Ground]] instead.
+
   |summary  = remove this mod (map screenshot feature added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Platonic Partners and Friendships
+
   |name    = Mapping Extensions and Extra Properties (MEEP)
   |author  = Amaranthacyan and ch20youk
+
   |author  = DecidedlyHuman
   |id      = Amaranthacyan.PPAFSMAPI
+
   |id      = DecidedlyHuman.MappingExtensionsAndExtraProperties
   |nexus  = 8146
+
   |nexus  = 14493
   |github  =
+
   |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Platonic Relationships
+
   |name    = Map Teleport
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn, Erinthe
   |id      = Cherry.PlatonicRelationships
+
   |id      = aedenthorn.MapTeleport
   |nexus   = 4668
+
   |curse   = 868868
   |moddrop = 716353
+
   |nexus  = 7675
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PlatoTK
+
   |name    = Map Teleport For Expansions, Stardew Valley Map Teleport
   |author  = Platonymous
+
   |author  = hlyvia
   |id      = Platonymous.PlatoTK
+
   |id      = hlyvia.StardewValleyMapTeleport
  |curse  = 877225
+
   |nexus  = 25279
   |nexus  = 6589
+
   |github  = kesesek/StardewValleyMapTeleport
   |github  = Platonymous/PlatoTK
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plato Warp Menu
+
   |name    = Map Teleport, Stardew Valley Map Teleport
   |author  = Platonymous
+
   |author  = Richard2091
   |id      = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
+
   |id      = Richard2091.MapTeleport
  |curse  = 877227
+
   |nexus  = 21381
   |nexus  = 5384
+
   |github  = Richard2091/MapTeleport
  |moddrop = 793920
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Co-ordinate HUD, Player Position HUD and Logger
+
   |name    = Map Utilities
   |author  = DecidedlyHuman
+
   |author  = mabelSyrup
   |id      = DecidedlyHuman.PlayerCoordinates
+
   |id      = mabelsyrup.maputils
   |nexus  = 7969
+
   |nexus  = 4716
   |moddrop = 984961
+
   |github  = mjSurber/Map-Utilities
   |github  = DecidedlyHuman/PlayerCoordinates
+
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Income Stats
+
   |name    = Maritime Secrets
   |author  = ha1fdaew
+
   |author  = Goldenrevolver
   |id      = ha1fdaew.playerincomestats
+
   |id      = Goldenrevolver.MaritimeSecrets
   |nexus  = 7373
+
   |nexus  = 10758
   |github  = ha1fdaew/PlayerIncomeStats
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Playground Mod
+
   |name    = Market Day
   |author  = aedenthorn, Erinthe
+
   |author  = ceruleandeep
   |id      = aedenthorn.PlaygroundMod
+
   |id      = ceruleandeep.MarketDay
   |nexus  = 14125
+
   |nexus  = 11778
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ceruleandeep/CeruleanStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Play Prairie King With NPCs, Two Player Prairie King
+
   |name    = Market Town<!--changed in 3.0.0-->, Food Store
   |author  = aedenthorn, Erinthe
+
   |author  = d5a1lamdtd, HaPyke
   |id      = aedenthorn.TwoPlayerPrairieKing
+
   |id      = d5a1lamdtd.MarketTown<!--changed in 3.0.0-->, d5a1lamdtd.FoodStore
   |nexus  = 12750
+
  |curse  = 994458
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1480763
 +
   |nexus  = 19309
 +
   |github  = congha22/foodstore
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Please Fix Error
+
   |name    = Mass Production
   |author  = Jessebot
+
   |author  = Jacque Pott
   |id      = Jessebot.PleaseFixError
+
   |id      = JacquePott.MassProduction
   |nexus  = 6492
+
   |nexus  = 7021
   |github  = JessebotX/StardewValleyMods
+
   |github  = JacquePott/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Please Gift Me In Person
+
   |name    = Mastery Extended
   |author  = Shockah
+
   |author  = AlanBF
   |id      = Shockah.PleaseGiftMeInPerson
+
   |id      = AlanBF.MasteryExtended, AlanBF.MasteryExtended.SC<!--both mods bundled into same download-->
   |nexus  = 11217
+
   |nexus  = 23697
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = Pet-Slime/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Point and Plant
+
   |name    = Matching Nodes, MinesTokens
   |author  = jwdred
+
   |author  = Eryk601 and sophiesalacia
   |id      = jwdred.PointAndPlant
+
   |id      = Vertigon.MinesTokens
   |nexus  = 572
+
   |nexus  = 11124
   |github  = jdusbabek/stardewvalley
+
   |github  =
 
 
  |broke in          = Stardew Valley 1.3.29
 
  |unofficial version = 1.1.1-unofficial.5-strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 
  |summary            = Use [[#Smart Building|Smart Building]] or the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227 unofficial version]
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pokemania Revised, Pokemania The Return, PokeMania<!--changed in Pokemania Revised 1.0.0-->
+
   |name    = Max Cost Stamina
   |author  = The Krominator
+
   |author  = StultusV
   |id      = TheKrominator.PokemaniaRevised, TheKrominatorPokemania<!--changed in Pokemania Revised 1.0.0-->
+
   |id      = StultusV.MaxCastStamina
   |nexus  = 12065
+
   |nexus  = 10794
   |github  =
+
   |github  = JudeRV/Stardew-MaxCastStamina
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pollen Sprites
+
   |name    = Maximize Fix
   |author  = Esca, Esca-MMC
+
   |author  = Shockah
   |id      = Esca.PollenSprites
+
   |id      = Shockah.MaximizeFix
   |nexus  = 6149
+
   |nexus  = 16099
  |moddrop = 790268
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = Esca-MMC/PollenSprites
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pond Painter
+
   |name    = Mayo Hats
   |author  = MouseyPounds
+
   |author  = spacechase0
   |id      = MouseyPounds.PondPainter
+
   |id      = spacechase0.MayoHats
   |nexus  = 4703
+
   |nexus  = 17514
  |github  = MouseyPounds/stardew-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Pong
 
  |author  = CatCattyCat, Cat
 
  |id      = cat.Pong
 
  |nexus  = 1994
 
  |moddrop = 833548
 
  |github  = danvolchek/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Pony Weight Loss Program
 
  |author  = BadNetCode
 
  |id      = BadNetCode.PonyWeightLossProgram
 
  |nexus  = 1232
 
  |moddrop = 130159
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Poop Framework
+
   |name    = Mayo Mart
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PoopFramework
+
   |id      = aedenthorn.MayoMart
   |nexus  = 17152
+
   |nexus  = 17175
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portable Holes
+
   |name    = Mayonnaise++, Mayonnaise Plus Plus
   |author  = furyx639
+
   |author  = theStormWeaver, Adam 'theStormWeaver' Chevalier
   |id      = furyx639.PortableHoles
+
   |id      = xirsoi.mayonnaiseplusplus
   |curse   = 871832
+
   |nexus   = 4634
   |nexus  = 13471
+
   |github  = xirsoi/MayonnaisePlusPlus
   |github  = LeFauxMatt/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portable TV
+
   |name    = Mayo Rain
   |author  = kdau
+
   |author  = spacechase0
   |id      = kdau.PortableTV
+
   |id      = spacechase0.MayoRain
   |nexus  = 5674
+
   |nexus  = 17436
  |moddrop = 761325
 
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/kdau/portabletv
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portal Guns
+
   |name    = Meal Overhaul
   |author  = TrollTheBotman
+
   |author  = stardemod
   |id      = JoshJKe.PortalGun
+
   |id      = stardemod.MealOverhaul
   |nexus  = 3049
+
   |nexus  = 23528
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portraiture
+
   |name    = Meme Outfits
   |author  = Platonymous
+
   |author  = Mehidden
   |id      = Platonymous.Portraiture
+
   |id      = MemeOutfits.Mehidden
   |nexus  = 999
+
   |nexus  = 13213
  |moddrop = 793927
+
   |github  =
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Post Wedding Dates
+
   |name    = Menus Everywhere
   |author  = Blams
+
   |author  = nman130
   |id      = blams.PostWeddingDates
+
   |id      = nman130.MenusEverywhere
   |nexus  = 10708
+
   |nexus  = 6119
   |github  =
+
   |github  = nman130/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Power Nap
+
   |name    = Merge Fertilizer
   |author  = LakeMonster_, LakeMonster666
+
   |author  = TianXiaobai
   |id      = LakeMonster_.PowerNap, LakeMonster_.BedEnergyRegain<!--changed in 1.2.0-->
+
   |id      = TianXiaobai.MergeFertilizer
   |nexus  = 5256
+
   |nexus  = 17743
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PPJA Producer Converter
+
   |name    = Message Box API, ChatMod
   |author  = Digus
+
   |author  = Kithio
   |id      = Digus.PPJAProducerConverter
+
   |id      = Kithio:ChatMod
  |nexus  = 4972
 
  |github  = Digus/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Prairie King Made Easy
 
  |author  = Mucchan
 
  |id      = Mucchan.PrairieKingMadeEasy
 
 
   |nexus  =
 
   |nexus  =
   |chucklefish = 3594
+
   |chucklefish = 4296
   |github  = mucchan/sv-mod-prairie-king
+
   |github  =
  
   |broke in           = Stardew Valley 1.2
+
   |broke in = SMAPI 2.0
  |unofficial version = 1.0.1-unofficial.2-pathoschild
+
   |status  = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324503
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King Prizes (Lootboxes)
+
   |name    = Messy Crops
   |author  = Renny
+
   |author  = Tlitookilakin
   |id      = renny.prairiekingprizes
+
   |id      = tlitookilakin.MessyCrops
   |nexus  = 2811
+
  |moddrop = 1123884
   |github  = OfficialRenny/PrairieKingPrizes
+
   |nexus  = 11317
 +
   |github  = tlitookilakin/MessyCrops
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King UI Enhancements
+
   |name    = Meteor Defence
   |author  = Incognito357
+
   |author  = aedenthorn, Erinthe
   |id      = Incognito357.PrairieKingUIEnhancements
+
   |id      = aedenthorn.MeteorDefence
   |nexus  = 10769
+
   |nexus  = 10641
   |github  = Incognito357/PrairieKingUIEnhancements
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Predictable Retaining Soil
+
   |name    = Mice in the Valley
   |author  = Shockah
+
   |author  = candidus42
   |id      = Shockah.PredictableRetainingSoil
+
   |id      = Candidus42.MiceInTheValley
   |nexus  = 10956
+
   |nexus  = 4638
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = mus-candidus/MiceInTheValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Predict Seed Maker
+
   |name    = Migrate DGA Items
   |author  = lech43
+
   |author  = violetlizabet
   |id      = lech43.PredictSeedMaker
+
   |id      = violetlizabet.MigrateDGAItems
   |nexus  = 6395
+
   |nexus  = 20612
   |github  =
+
   |github  = elizabethcd/MigrateDGAItems
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Preexisting Relationship
+
   |name    = Milk the Villagers
   |author  = spacechase0
+
   |author  = trunip190
   |id      = spacechase0.PreexistingRelationship
+
   |id      = Trunip190.MilkTheVillagers, Trunip190.MilkVillagers<!--before 1.2.2-->
   |curse   = 867710
+
   |nexus   = 5948
   |nexus  = 7684
+
   |github  =
   |github  = spacechase0/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pregnancy Role
+
   |name    = Miller Time
   |author  = kdau
+
   |author  = Sonozuki
   |id      = kdau.PregnancyRole
+
   |id      = Satozaki.MillerTime
   |nexus  = 5762
+
   |nexus  = 7575
  |moddrop = 768494
+
   |github  = Sonozuki/StardewMods
   |github  =
+
 
   |source  = https://gitlab.com/kdau/pregnancyrole
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prepare for New Day
+
   |name    = Milo Dog
   |author  = igotnousername
+
   |author  = Clark, wilsonch3451
   |id      = igotnousername.PrepareNewDay
+
   |id      = Clark.MiloDog
   |nexus  = 7638
+
   |nexus  = 2861
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Press to Quack
+
   |name    = Mine Assist
   |author  = DraconisLeonidas
+
   |author  = Kabigon
   |id      = DraconisLeonidas.PressToQuack
+
   |id      = Kabigon.MineAssist
   |nexus  = 13583
+
   |nexus  = 2296
   |github  = DraconisLeonidas/PressToQuack
+
  |chucklefish = 5353
 +
   |github  = KabigonFirst/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Price Drops
+
   |name    = Minecart Patcher
   |author  = skuldomg, Skuld
+
   |author  = bwdy
   |id      = skuldomg.priceDrops
+
   |id      = mod.kitchen.minecartpatcher, bwdymods.minecartpatcher<!--before 1.0.3-->
   |nexus  = 2047
+
   |nexus  = 11424
   |github  = skuldomg/priceDrops
+
   |github  = bwdy/SDVModding
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.8-unofficial.1-ResidentDonna
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-18#post-3353768
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Price Fluctuation
+
   |name    = Mine Changes
   |author  = lech43
+
   |author  = JPAN
   |id      = lech43.PriceFluctuation
+
   |id      = jpan.MineChanges
   |nexus  = 6396
+
   |nexus  = 3963
   |github  =
+
   |github  = JPANv2/Stardew-Valley-Mine-Changes
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prices
+
   |name    = Mines Tokens
   |author  = skiilaa
+
   |author  = sophiesalacia
   |id      = skiilaa.Prices
+
   |id      = sophie.MinesTokens
   |nexus  = 2255
+
   |nexus  = 18776
   |github  =
+
   |github  = sophiesalacia/StardewMods
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Price Tooltips
+
   |name    = Mine Tweaks
   |author  = Darkhax
+
   |author  = Shockah
   |id      = darkhax.pricetooltip
+
   |id      = Shockah.MineTweaks
   |nexus  =
+
   |nexus  = 16859
   |curse   = 299169
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = Stardew-Valley-Modding/PriceTooltips
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mini Bars
 +
  |author  = Ophaneom
 +
  |id      = Ophaneom.MiniBars
 +
  |nexus   = 8329
 +
   |github  = Ophaneom/Mini-Bars
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mining at the Farm
 +
  |author  = Nishtra
 +
  |id      = Nishtra.MiningAtTheFarm, MiningAtTheFarm<!--changed in 1.7 or earlier-->
 +
  |nexus  = 674
 +
  |github  =
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.3.23
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
+
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 +
<!--
 +
  |unofficial version = 1.9.1-unofficial.1.1-Olivki
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-36#post-3317429
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Clothing
+
   |name    = Mining with Explosives
   |author  = atravita
+
   |author  = Nishtra
   |id      = atravita.PrismaticClothing
+
   |id      = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
   |curse   = 870969
+
   |nexus   = 770
   |moddrop = 1205162
+
   |github  =
   |nexus   = 13051
+
 
   |github = atravita-mods/StardewMods
+
   |broke in = Stardew Valley 1.3.29
 +
  |status   = obsolete
 +
   |summary = remove this mod (mining with explosives fixed in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Fire
+
   |name    = Mini Tool NPC
   |author  = aedenthorn, Erinthe
+
   |author  = Tran Minh Thong
   |id      = aedenthorn.PrismaticFire
+
   |id      = mini.tool.npc.mod
   |nexus  = 12931
+
   |nexus  = 7060
   |github  = aedenthorn/StardewValleyMods
+
   |github  = TMThong/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Furniture
+
   |name    = Minor Light Tweaks
   |author  = aedenthorn, Erinthe
+
   |author  = greentodd
   |id      = aedenthorn.PrismaticFurniture
+
   |id      = greentodd.MinorLightTweaks
   |nexus  = 12589
+
   |nexus  = 10223
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Pride
+
   |name    = Miscellaneous Modded Meadows Trolls, Misc Trolls
   |author  = kdau
+
   |author  = BlaDe
   |id      = kdau.PrismaticPride
+
   |id      = BlaDe.MiscTrolls
   |nexus  = 9019
+
   |nexus  = 12037
  |moddrop = 978503
 
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/kdau/prismaticpride
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Slime Finder
+
   |name    = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
   |author  = MrKoatl
+
   |author  = The Fluffy Robot
   |id      = MrKoatl.PrismaticSlimeFinder
+
   |id      = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
   |nexus  = 7866
+
   |nexus  = 5691
   |github  =
+
   |github  = jamespfluger/Stardew-MisophoniaAccessibility
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Statue
+
   |name    = Miss Coriel's Position Tool
   |author  = Achtuur
+
   |author  = MissCoriel
   |id      = Achtuur.PrismaticStatue
+
   |id      = misscoriel.PositionTool
   |nexus  = 17013
+
   |nexus  = 8087
   |github  = Achtuur/StardewMods
+
   |github  = MissCoriel/Position-Tool
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Tools
+
   |name    = Miss Coriel's Unique Courtship Response Core, Unique Response Core
   |author  = stokastic
+
   |author  = MissCoriel
   |id      = stokastic.PrismaticTools
+
   |id      = misscoriel.UCRFix
   |nexus   = 2428
+
   |curse   = 885075
   |github  = stokastic/PrismaticTools
+
   |nexus   = 8284
 
+
   |github  = MissCoriel/UniqueCourtshipResponseCore
   |broke in          = Stardew Valley 1.3.29
 
   |unofficial version = 1.7.1-unofficial.12-pathoschild
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-73767
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Producer Framework Mod
+
   |name    = Missing Gifts
   |author  = Digus
+
   |author  = ChiroxT
   |id      = Digus.ProducerFrameworkMod
+
   |id      = treinke.missinggifts
   |nexus  = 4970
+
   |nexus  = 11363
   |github  = Digus/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Producer Framework Mod → PFMAutomate
+
   |name    = Mob Count Reports, Report Mob Counts
   |author  = Digus
+
   |author  = StultusV
   |id      = Digus.PFMAutomate
+
   |id      = StultusV.ReportMobCounts
   |nexus  = 5038
+
   |nexus  = 10899
   |github  = Digus/StardewValleyMods
+
   |github  = JudeRV/Stardew-ReportMobCounts
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profiler
+
   |name    = Mobile Arcade
   |author  = SinZ
+
   |author  = aedenthorn, Erinthe
   |id      = SinZ.Profiler
+
   |id      = aedenthorn.MobileArcade
   |nexus  = 12135
+
   |nexus  = 6538
   |github  = SinZ163/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 +
  |status  = workaround
 +
  |summary  = use [[#Mobile Phone Continued → Arcade Mobile Apps|Mobile Phone Continued → Arcade Mobile Apps]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Calculator
+
   |name    = Mobile Audio Player
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.ProfitCalculator
+
   |id      = aedenthorn.MobileAudioPlayer
   |curse   = 867736
+
   |nexus   = 6568
   |moddrop = 771668
+
   |github  = aedenthorn/StardewValleyMods
  |nexus  = 3378
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Margins
+
   |name    = Mobile Calendar
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn, Erinthe
   |id      = Cherry.ProfitMargins
+
   |id      = aedenthorn.MobileCalendar
   |nexus  = 4663
+
   |nexus  = 6601
   |moddrop = 716352
+
   |github  = aedenthorn/StardewValleyMods
   |github  = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 +
  |status  = workaround
 +
  |summary  = use [[#Mobile Phone Continued → Calendar Mobile App|Mobile Phone Continued → Calendar Mobile App]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Progressive Access Farm
+
   |name    = Mobile Catalogues
   |author  = onjulraz
+
   |author  = aedenthorn, Erinthe
   |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
+
   |id      = aedenthorn.MobileCatalogues
   |nexus  = 2923
+
   |nexus  = 6543
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 +
  |status  = workaround
 +
  |summary  = use [[#Mobile Phone Continued → Mobile Catalogues|Mobile Phone Continued → Mobile Catalogues]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Project Fluent
+
   |name    = Mobile Phone
   |author  = Shockah
+
   |author  = aedenthorn, Erinthe
   |id      = Shockah.ProjectFluent
+
   |id      = aedenthorn.MobilePhone
   |nexus  = 12638
+
  |curse  = 868890
   |github  = Shockah/Stardew-Valley-Mods
+
   |nexus  = 6523
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
  |status  = workaround
 +
  |summary  = use [[#Mobile Phone Continued|Mobile Phone Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Project S
+
   |name    = Mobile Phone Continued
   |author  = NarlanMarlan
+
   |author  = JoXW
   |id      = narlan.projects
+
   |id      = JoXW.MobilePhone
   |nexus  = 3785
+
   |nexus  = 21017
   |github  = NolanEastburn/ProjectS
+
   |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Public Access TV
+
   |name    = Mobile Phone Continued → Arcade Mobile Apps
   |author  = kdau
+
   |author  = JoXW
   |id      = kdau.PublicAccessTV
+
   |id      = JoXW.MobileArcade
   |nexus  = 5605
+
   |nexus  = 21017
   |moddrop = 757967
+
   |github = JoXW100/StardewValleyMods
  |source = https://gitlab.com/kdau/predictivemods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pudding Plus Colored Slime Drops
+
   |name    = Mobile Phone Continued → Calendar Mobile App
   |author  = TerryDBS
+
   |author  = JoXW
   |id      = TerryDBS.ColoredSlimeDrops
+
   |id      = JoXW.MobileCalendar
   |nexus  = 7048
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purchasable Galaxy Item
+
   |name    = Mobile Phone Continued → Mobile Catalogues
   |author  = SorryLate
+
   |author  = JoXW
   |id      = SorryLate.GalaxyItem
+
   |id      = JoXW.MobileCatalogues
   |nexus  = 5289
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purchasable Recipes
+
   |name    = Mobile Phone Continued → Television Mobile App
   |author  = Paracosm
+
   |author  = JoXW
   |id      = Paracosm.PurchasableRecipes
+
   |id      = JoXW.MobileTelevision
   |nexus  = 1722
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Buy Cooking Recipes|Buy Cooking Recipes]] or [[#TV Recipes|TV Recipes]] instead.
 
<!--
 
  |unofficial version = 1.0.1-unofficial.3.mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-17#post-3289499
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purist Mod
+
   |name    = Mobile Television
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PuristMod
+
   |id      = aedenthorn.MobileTelevision
   |nexus  = 16097
+
   |nexus  = 6575
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 +
  |status  = workaround
 +
  |summary  = use [[#Mobile Phone Continued → Television Mobile App|Mobile Phone Continued → Television Mobile App]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PVP Friendly Fire, PVP
+
   |name    = MobileUI Android
   |author  = DewMods
+
   |author  = WisnuNug
   |id      = DewMods.StardewValleyMods.PVP
+
   |id      = WisnuNug.MobileUI
   |nexus  = 15589
+
   |nexus  = 17652
 
   |github  =
 
   |github  =
 +
 +
  |warnings = Only works on Android.
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pyromancer's Journey, Fire Arcade Game<!--changed in 1.0.1-->
+
   |name    = Modify This
   |author  = spacechase0 and ParadigmNomad
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.PyromancersJourney, spacechase0.FireArcadeGame<!--changed in 1.0.1-->
+
   |id      = aedenthorn.ModifyThis<!--changed in 0.9.1-unofficial.1-->, aedenthorn.ModThis
   |curse   = 867715
+
   |nexus  = 7814
   |nexus   = 7455
+
   |github  = aedenthorn/StardewValleyMods
   |github = spacechase0/StardewValleyMods
+
 
 +
   |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.9.1-unofficial.1-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#ModifyThis
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PyTK, Platonymous Toolkit
+
   |name    = Mod List Command
   |author  = Platonymous
+
   |author  = Blackclaw
   |id      = Platonymous.Toolkit
+
   |id      = Blackclaw.ModListCommand
   |nexus  = 1726
+
   |nexus  = 5131
  |moddrop = 793815
+
   |github  = Xebeth/StardewValley-ListModsCommand
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Chests
+
   |name    = Mod Menu
   |author  = spacechase0
+
   |author  = Enaium
   |id      = spacechase0.QiChest
+
   |id      = Enaium.ModMenu
   |nexus  = 15696
+
  |curse  = 436844
   |github  = spacechase0/StardewValleyMods
+
  |moddrop = 885574
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/ModMenu
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Exchanger
+
   |name    = Mod Settings Tab
   |author  = Mizzion
+
   |author  = Gilar Fasulaki
   |id      = mizzion.qiexchanger
+
   |id      = GilarF.ModSettingsTab
   |nexus  = 1930
+
   |nexus  = 4579
   |moddrop = 661359
+
   |github  = GilarF/SVM
   |github = Mizzion/MyStardewMods
+
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
   |summary = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Sprinklers
+
   |name    = Modular Gameplay Overhaul, MARGO, DaLion's Modular Gameplay Overhaul
  |author  = UnknownLegacy
+
   |author  = DaLion
  |id      = UnknownLegacy.QiSprinklers
+
   |id      = DaLion.Overhaul
  |nexus  = 7904
+
   |nexus  = 14470
  |github  = UnkLegacy/QiSprinklers
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
 
   |author  = Prismuth
 
   |id      = <Prismuth.QuaintFarmBridge
 
   |nexus  = 1647
 
 
   |github  =
 
   |github  =
  
   |broke in   = Stardew Valley 1.3
+
  |status  = abandoned
  |status    = workaround
+
   |broke in = Stardew Valley 1.6
  |summary    = use [[#Stone Bridge Over Pond|Stone Bridge Over Pond]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Bait
+
   |name    = Modular Zen Garden, Modular Zen Gardens Furniture
   |author  = MindMeltMax
+
   |author  = leroymilo
   |id      = MindMeltMax.QualityBait
+
   |id      = leroymilo.ModularZenGarden
  |moddrop = 1443555
+
   |nexus  = 22140
   |nexus  = 16832
+
   |github  = Leroymilo/MZG
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Fish Ponds
+
   |name    = Mod Update Menu
   |author  = ytsc
+
   |author  = CatCattyCat, Cat
   |id      = ytsc.QualityFishPonds
+
   |id      = cat.modupdatemenu
   |nexus  = 11021
+
   |nexus  = 2536
   |github  = YTSC/StardewValleyMods
+
  |moddrop = 833560
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123104
 +
  |unofficial version = 1.6.1-unofficial-1.dphill
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Products
+
   |name    = Mod Updater
   |author  = SilentOak
+
   |author  = Platonymous
   |id      = SilentOak.QualityProducts
+
   |id      = Platonymous.ModUpdater
   |nexus  = 3609
+
  |curse  = 877226
   |github  = silentoak/StardewMods
+
   |nexus  = 6338
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Products → Auto Quality Patch
+
   |name    = Money Management Mod
   |author  = SilentOak
+
   |author  = Tbonetomtom
   |id      = SilentOak.AutoQualityPatch
+
   |id      = Tbonetomtom.MoneyManagementMod
   |nexus  = 3609
+
   |nexus  = 17045
   |github  = silentoak/StardewMods
+
   |github  = Tbonetomtom/StardewMods
 
+
}}
  |broke in = Stardew Valley 1.4
 
  |status  = workaround
 
  |summary  = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
 
}}
 
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Scrubber
+
   |name    = Monster Furniture Drop
   |author  = Traktori
+
   |author  = FistOfTheNoob & MangusuPixel
   |id      = Traktori.QualityScrubber
+
   |id      = FistOfTheNoob.MonsterFurnitureDrop
   |nexus  = 5663
+
   |nexus  = 24804
   |github  = Traktori7/StardewValleyMods
+
   |github  = MangusuPixel/MonsterFurnitureDrop
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Scrubber for Automate
+
   |name    = Monster Goals Anywhere
   |author  = Traktori
+
   |author  = Suphax
   |id      = Traktori.AM.QualityScrubber
+
   |id      = suphax.monstergoalsanywhere
   |nexus  = 5663
+
  |moddrop = 1088762
   |github  = Traktori7/StardewValleyMods
+
   |nexus  =
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Smash
+
   |name    = Monster Invasion
   |author  = barfytheclown
+
   |author  = Krutonium
   |id      = barfytheclown.QualitySmash
+
   |id      = krutonium.monsterinvasion
   |nexus  = 7907
+
   |nexus  = 12641
   |github  = jn84/QualitySmash
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Queen of Sauce Randomizer
+
   |name    = Monster Level Tip
   |author  = Speshkitty
+
   |author  = WhiteMind
   |id      = speshkitty.queenofsauceshuffler
+
   |id      = WhiteMind.MonsterLT
   |nexus  = 7151
+
   |nexus  = 1896
  |github  = Speshkitty/QueenOfSauceRandomiser
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Quest Delay
 
  |author  = BadNetCode
 
  |id      = BadNetCode.QuestDelay
 
  |nexus  = 1239
 
  |moddrop = 473938
 
 
   |github  =
 
   |github  =
 +
 +
  |status  = workaround
 +
  |summary  = Use [[#Almanac|Almanac]] instead.
 +
  |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Framework
+
   |name    = Monster Log Anywhere
   |author  = PurrplingCat
+
   |author  = MouseyPounds
   |id      = PurrplingCat.QuestFramework
+
   |id      = MouseyPounds.MonsterLogAnywhere
  |curse  = 577691
+
   |nexus  = 3997
   |nexus  = 6414
+
   |github  = MouseyPounds/stardew-mods
   |github  = purrplingcat/QuestFramework
 
  
   |warnings = Broken on Android.
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Time Limits
+
   |name    = Monster Musk in Volcano
   |author  = aedenthorn, Erinthe
+
   |author  = BananaFruit
   |id      = aedenthorn.QuestTimeLimits
+
   |id      = BananaFruit.MonsterMuskInVolcano
  |curse  = 868671
+
   |nexus  = 10651
   |nexus  = 16403
+
   |github  = BananaFruit1492/MonsterMuskInVolcano
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Forward Dash, Warp Mod
+
   |name    = Monster Slayer Anywhere
   |author  = Vexorth
+
   |author  = AcidicNic
   |id      = Vexorth.Warp
+
   |id      = acidicNic.MonsterSlayerAnywhere
   |nexus  = 16605
+
   |nexus  = 21162
   |github  =
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Glance
+
   |name    = Monsters - The Framework
   |author  = adverserath
+
   |author  = spacechase0
   |id      = Adverserath.QuickGlance
+
   |id      = spacechase0.MonstersTheFramework
   |nexus  = 12058
+
   |nexus  = 10673
   |github  = adverserath/QuickGlance
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Load
+
   |name    = Monthly Mail
   |author  = aedenthorn, Erinthe
+
   |author  = Taskmaster
   |id      = aedenthorn.QuickLoad
+
   |id      = Taskmaster.MonthlyMail
   |nexus  = 7756
+
   |nexus  = 4523
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Minigame
+
   |name    = MoodFix
   |author  = Enaium
+
   |author  = vaindil
   |id      = Enaium.QuickMinigame
+
   |id      = vaindil.MoodFix
   |curse   = 438741
+
   |nexus   = 1809
   |moddrop = 895127
+
   |github  = vaindil/sdv-moodfix
   |nexus  =
+
 
   |github  = Enaium-StardewValleyMods/QuickMinigame
+
   |status  = obsolete
 +
   |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Responses
+
   |name    = Mood Guard
   |author  = aedenthorn, Erinthe
+
   |author  = YonKuma, kumarei
   |id      = aedenthorn.QuickResponses
+
   |id      = YonKuma.MoodGuard
   |nexus  = 6548
+
   |nexus  = 1597
   |github  = aedenthorn/StardewValleyMods
+
   |github  = YonKuma/MoodGuard
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Sell
+
   |name    = Moody Planet
   |author  = Alejandro Akbal, AlejandroAkbal
+
   |author  = Daniel McMenamy, Deathest1
   |id      = AlejandroAkbal.QuickSell
+
   |id      = f1r3w477.MoodyPlanet
   |nexus  = 7854
+
   |nexus  = 2830
   |github  = AlejandroAkbal/Stardew-Valley-Quick-Sell-Mod
+
   |github  = F1r3w477/TheseModsAintLoyal
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Level Extended-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Shop
+
   |name    = Moolah 1.6 Fix
   |author  = Enaium
+
   |author  = supergato664
   |id      = Enaium.QuickShop
+
   |id      = supergato664.Moolah
  |curse  = 436793
+
   |nexus  = 23549
  |moddrop = 864170
+
   |github  =
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/QuickShop
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Start
+
   |name    = Moolah Money Mod
   |author  = WuestMan, redknightofdoom
+
   |author  = aedenthorn, Erinthe
   |id      = WuestMan.QuickStart
+
   |id      = aedenthorn.Moolah
   |nexus  = 2375
+
   |nexus  = 15123
   |github  = Brian-Wuest/Quick_Start
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Swap
+
   |name    = Moongates
   |author  = Allan Wang
+
   |author  = bwdy
   |id      = AllanWang.QuickSwap
+
   |id      = bwdy.moongates
   |nexus  = 13956
+
   |nexus  = 3545
   |github  = AllanWang/Stardew-Mods
+
   |github  = bwdymods/SDV-Moongates
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quotes
+
   |name    = Moon Misadventures
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0 and ParadigmNomad
   |id      = aedenthorn.Quotes
+
   |id      = spacechase0.MoonMisadventures
   |nexus  = 6503
+
  |curse  = 867702
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 10612
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Radioactive Geodes
+
   |name    = Moon Misadventures - Bigger Backpack Compatibility Patch, MoonMisadventures_BiggerBackpackPatch
   |author  = justastranger
+
   |author  = SinZ
   |id      = jas.RadioactiveGeodes
+
   |id      = SinZ.MoonMisadventures_BiggerBackpackPatch
  |moddrop = 952722
+
   |nexus  = 12096
   |nexus  =
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Moon Misadventures, Bigger Backpack-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Radioactive Tools
+
   |name    = Mopsy's Ranch Livin'
   |author  = kakashigr
+
   |author  = Mopquill
   |id      = kakashigr.RadioactiveTools
+
   |id      = Mopquill.Ranch-Livin
   |nexus  = 7630
+
   |nexus  = 2200
   |github  = kakashigr/stardew-radioactivetools
+
   |github  = mopquill/Mopsys-Ranch-Livin
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rainbow Cursor
+
   |name    = More Animals, More Pets
   |author  = Jamie Taylor
+
   |author  = Entoarox
   |id      = jltaylor-us.RainbowCursor
+
   |id      = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
   |nexus  = 15886
+
   |nexus  = 2274
   |github  = jltaylor-us/StardewRainbowCursor
+
  |chucklefish = 4288
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rainbow Trail
+
   |name    = More Artifact Spots
   |author  = aedenthorn, Erinthe
+
   |author  = momoaau
   |id      = aedenthorn.RainbowTrail
+
   |id      = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
   |nexus  = 16914
+
   |nexus  = 451
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Increased Artifact Spots|Increased Artifact Spots]] instead.
 +
<!--
 +
  |unofficial version = 2.0.1-unofficial.1-IQ
 +
  |unofficial url    = https://community.playstarbound.com/attachments/moreartifactspot-2-0-1-unofficial-1-iq-zip.201158
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Raincoat When Raining
+
   |name    = More Barn and Coop Animals
   |author  = BikiFae, bikinavisho
+
   |author  = AairTheGreat, Aair
   |id      = BikiFae.RainCoatWhenRaining
+
   |id      = AairTheGreat.MoreBarnCoopAnimals
   |nexus  = 4659
+
   |nexus  = 4869
   |github  = bikinavisho/RainCoatWhenRaining
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = RainPlus
+
   |name    = More Books
   |author  = Deadlykirpy
+
   |author  = jeWel
   |id      = Kirpy.RainPlus
+
   |id      = jeWel.MoreBooksCode
   |nexus  = 6559
+
   |nexus  = 23891
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rain Randomizer
+
   |name    = More Buildings
   |author  = EvilPdor
+
   |author  = spacechase0
   |id      =
+
   |id      = spacechase0.MoreBuildings
   |nexus   =
+
   |curse  = 867740
   |url    = https://community.playstarbound.com/threads/111526
+
   |moddrop = 771640
   |github  =
+
   |nexus  = 2757
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rain Refills Watering Can
+
   |name    = More Bundles
   |author  = StultusV
+
   |author  = TwinBuilderOne
   |id      = StultusV.RainRefillsWateringCan
+
   |id      = TwinBuilderOne.MoreBundles
   |nexus  = 11554
+
   |nexus  = 9709
   |github  = JudeRV/Stardew-RainRefillsWateringCan
+
   |github  = TwinBuilderOne/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Raised Garden Beds
+
   |name    = More Clocks
   |author  = blueberry
+
   |author  = phjoker
   |id      = blueberry.RaisedGardenBeds
+
   |id      = phjoker.MoreClocks
   |nexus  = 5305
+
   |nexus  = 11840
   |github  = b-b-blueberry/RaisedGardenBeds
+
   |github  = p-holodynski/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ranching Tool Upgrades
+
   |name    = More Conversation Topics
   |author  = drbirbdev
+
   |author  = violetlizabet
   |id      = drbirbdev.RanchingToolUpgrades
+
   |id      = violetlizabet.MoreConvoTopics
   |nexus  = 12280
+
   |nexus  = 10008
   |github  = drbirbdev/StardewValley
+
   |github  = elizabethcd/MoreConversationTopics
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Bundles
+
   |name    = More Dresser Variety
   |author  = balllight
+
   |author  = Dragoon23
   |id      = balllight.RandomBundles
+
   |id      = Dragoon23.MoreDresserVariety
   |nexus  = 13790
+
   |nexus  = 24194
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Hair Color
+
   |name    = More Events
   |author  = bookworm89723
+
   |author  = Siweipancc
   |id      = davis.randomhair
+
   |id      = Siweipancc.MoreEvents
   |nexus  = 3271
+
   |nexus  = 20945
   |github  = joaniedavis/RandomHairMod
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Randomized Energy
+
   |name    = More Fertilizers
   |author  = LakeMonster_, LakeMonster666
+
   |author  = atravita
   |id      = LakeMonster_.RandomizedEnergy
+
   |id      = atravita.MoreFertilizers
   |nexus  = 5250
+
  |curse  = 870975
   |github  =
+
  |moddrop = 1145236
 +
   |nexus  = 11837
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random NPCs, Random Visitors
+
   |name    = More for Leo
   |author  = aedenthorn, Erinthe
+
   |author  = Blams
   |id      = Aedenthorn.RandomNPC
+
   |id      = blams.MoreForLeo
   |nexus  = 4911
+
   |nexus  = 12710
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |warnings  = doesn't work in multiplayer.
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Start Day
+
   |name    = More Giant Crops
   |author  = idermailer
+
   |author  = spacechase0
   |id      = idermailer.RandomStartDay
+
   |id      = spacechase0.MoreGiantCrops
   |nexus   = 13225
+
   |curse   = 867723
   |github  = idermailer/RandomStartDay
+
   |moddrop = 771694
}}
+
  |nexus   = 5263
{{#invoke:SMAPI compatibility|entry
+
   |github = spacechase0/StardewValleyMods
   |name    = Random Tastes
 
   |author = skiilaa
 
  |id      = skiilaa.RandomTastes
 
  |nexus  = 2285
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345023
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Range Display, Sprinkler Range
+
   |name    = More Grass
   |author  = CatCattyCat, Cat
+
   |author  = Sonozuki
   |id      = cat.sprinklerrange
+
   |id      = EpicBellyFlop45.MoreGrass
   |nexus  = 1179
+
   |nexus  = 5398
  |moddrop = 833536
+
   |github  = Sonozuki/StardewMods
   |github  = danvolchek/StardewMods
 
 
 
  |broke in = Stardew Valley 1.5
 
  |status  = workaround
 
  |summary  = use [[#Data Layers|Data Layers]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ranged Tools
+
   |name    = More Grass on the Beach
   |author  = vgperson
+
   |author  = Angela Ranna
   |id      = vgperson.RangedTools
+
   |id      = AngelaRanna.MoreGrassOnTheBeach
   |nexus  = 6935
+
   |nexus  = 8117
   |github  = vgperson/RangedTools
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Range Highlight
+
   |name    = More Grass Starters
   |author  = Jamie Taylor
+
   |author  = spacechase0
   |id      = jltaylor-us.RangeHighlight
+
   |id      = spacechase0.MoreGrassStarters
   |nexus  = 6752
+
  |curse  = 867750
   |github  = jltaylor-us/StardewRangeHighlight
+
  |moddrop = 313307
 +
   |nexus  = 1702
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Readers Digest
+
   |name    = More Health
   |author  = Remy Bach
+
   |author  = j4c0b333
   |id      = remybach.readersdigest
+
   |id      = j4c0b333.Morehealth
   |nexus  = 3040
+
   |nexus  = 4053
   |github  = remybach/stardew-valley-readersdigest
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realistic Fishing
+
   |name    = More Key Binding
   |author  = Kevin Connors
+
   |author  = SorryLate, rharyanto
   |id      = KevinConnors.RealisticFishing
+
   |id      = SorryLate.MoreKeybinding
   |nexus  = 2623
+
   |nexus  = 5290
   |github  = kevinforrestconnors/RealisticFishing
+
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.5
<!--
 
  |unofficial version = 1.2.3-unofficial.3-Mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realistic Random Names
+
   |name    = More Level Up Notifications, Level Up Notifications
   |author  = aedenthorn, Erinthe
+
   |author  = Binarynova
   |id      = aedenthorn.RealNames
+
   |id      = binarynova.levelupnotifications
   |nexus  = 6269
+
   |nexus  = 21667
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Binarynova/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Real Time
+
   |name    = More Lively Sewer Overhaul, Aimon's More Lively Sewer Overhaul Patches
   |author  = Enaium, Lightcolour888
+
   |author  = Aimon111
   |id      = Enaium.RealTime
+
   |id      = AimonsMoreLivelySewerOverhaulPatches
   |nexus  = 5336
+
   |nexus  = 19405
   |github  =
+
   |github  = SimonK1122/More-Lively-Sewer-Overhaul-code-patches
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realtime Minimap
+
   |name    = More Map Layers
   |author  = spacechase0
+
   |author  = Platonymous
   |id      = spacechase0.RealtimeMinimap
+
   |id      = Platonymous.MoreMapLayers
   |curse   = 867706
+
   |nexus   = 1134
   |nexus   = 9386
+
  |github  = Platonymous/Stardew-Valley-Mods
   |github = spacechase0/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status   = abandoned
 +
   |summary = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Real Weather, SDVWM Astro<!--older version-->, SDVWM Environment<!--older version-->
+
   |name    = More Mine Ladders
   |author  = SixthTitan
+
   |author  = JadeTheavas
   |id      = SixthTitan.SDVWM_RealWeather, SixthTitan.SDVWM_Astro<!--older version-->
+
   |id      = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
   |nexus  = 5773
+
   |nexus  = 2105
   |github  =
+
   |github  = JadeTheavas/MoreMineLadders
 +
 
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recatch Legendary Fish
+
   |name    = More Multiplayer Info
   |author  = cantorsdust and Pathoschild
+
   |author  = cheesysteak
   |id      = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
+
   |id      = cheesysteak.moremultiplayerinfo
   |nexus  = 172
+
   |nexus  = 2173
   |github  = cantorsdust/StardewMods
+
   |github  = cheesysteak/stardew-steak
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Recover Stamina
 
  |author  = lperkins2, Logan Perkins
 
  |id      = lperkins2.RecoverStamina
 
  |nexus  = 2332
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#More Multiplayer Info (1.6 Updated)|More Multiplayer Info (1.6 Updated)]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recurring Reminders
+
   |name    = More Multiplayer Info (1.6 Updated)
   |author  = Dem1se
+
   |author  = yummypecho
   |id      = Dem1se.RecurringReminders
+
   |id      = yummypecho.moremultiplayerinfo
   |nexus  = 6840
+
   |nexus  = 22024
   |github  = dem1se/SDVMods
+
   |github  = cheesysteak/stardew-steak
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recyclable Cola
+
   |name    = More Nightly Events
   |author  = XxHarvzBackxX
+
   |author  = Khloe Leclair
   |id      = harvz.RecyclableCola
+
   |id      = leclair.morenightlyevents
   |nexus  = 10865
+
   |nexus  = 22612
   |github  = XxHarvzBackxX/recyclableCola
+
   |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Redesigned Farmhouse Layout
+
   |name    = More Rain
   |author  = Aimon111 & DaLion
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = Aimon111.RedisignedFarmHouseLayout.Warps
+
   |id      = Omegasis.MoreRain
   |nexus  = 11420
+
   |nexus  = 441
   |github  =
+
   |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Refill Watering Can in Town Fountain
+
   |name    = More Random Edition, Randomizer
   |author  = TfueLovesBanana
+
   |author  = Chikakoo and doomdonuts, Chikakoo4
   |id      = TfueLovesBanana.FillWateringCanInTownFountain
+
   |id      = Chikakoo.Randomizer
   |nexus  = 16764
+
   |nexus  = 5311
   |github  =
+
   |github  = Chikakoo/stardew-valley-randomizer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regeneration
+
   |name    = More Rings
   |author  = Hammurabi
+
   |author  = spacechase0
   |id      = HammurabiRegeneration
+
   |id      = spacechase0.MoreRings
   |nexus   =
+
   |curse  = 867743
   |chucklefish = 4584
+
   |moddrop = 771616
   |source = https://community.playstarbound.com/resources/regeneration.4584/updates
+
   |nexus  = 2054
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regen Mod
+
   |name    = More Sensible Juices
   |author  = Zoryn
+
   |author  = NCarigon
   |id      = Zoryn.RegenMod
+
   |id      = NCarigon.MoreSensibleJuices
   |nexus  =
+
   |nexus  = 23146
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  =
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regular Quality
+
   |name    = More Sexy Dwarf
   |author  = desto, JustToDownloadThings
+
   |author  = CyberCheese
   |id      = desto.RegularQuality
+
   |id      = cybercheese.moresexydwarf
   |nexus  = 5090
+
   |nexus  = 4320
   |github  = desto-git/smapi-RegularQuality
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rejuvenating Forest
+
   |name    = More Silo Storage
   |author  = Team Timber
+
   |author  = OrneryWalrus
   |id      = TeamTimber.RejuvenatingForest
+
   |id      = OrneryWalrus.MoreSiloStorage
   |nexus  = 10322
+
   |nexus  = 2587
 
   |github  =
 
   |github  =
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Bar UI
+
   |name    = More Slimes, More Monsters
   |author  = SlyMerc
+
   |author  = Ded4lif
   |id      = RelationshipBar
+
   |id      = Ded4lif.MoreSlimes, Ded4lif.MoreMonsters<!--changed circa 1.6-->
   |nexus  = 1009
+
   |nexus  = 7526
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationships Enhanced
+
   |name    = More Sorting, More Sorting Options
   |author  = rodrigovaz
+
   |author  = Chris Kau & Sean Nightingale
   |id      = relationshipsenhanced
+
   |id      = CKSR.MoreSorting
   |nexus  =
+
   |nexus  = 22944
  |chucklefish = 4435
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Status
+
   |name    = More TV Channel, CanaisTv
   |author  = Dragonisser
+
   |author  = BrasileiroTop
   |id      = relationshipstatus
+
   |id      = BrasileiroTop.CanaisTv
   |nexus  = 751
+
   |nexus  = 5126
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Tooltips
+
   |name    = More Weapons
   |author  = M3ales
+
   |author  = Joco80 & Sasara
   |id      = M3ales.RelationshipTooltips
+
   |id      = Joco80.MoreWeapons
   |nexus  =
+
   |nexus  = 1168
  |curse  = 298040
+
   |github  = Sasara2201/More-Weapons-SDV-Mod-
   |github  = M3ales/RelationshipTooltips
 
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Tracker
+
   |name    = Morning Auto-Pause
   |author  = Branic
+
   |author  = Zamiel
   |id      = Branic.RelationshipTracker
+
   |id      = Zamiel.MorningAutoPause
   |nexus  = 2845
+
   |nexus  = 21266
   |github  = Paradox355/SDVMods
+
   |github  = Zamiell/stardew-valley-mods
 
 
  |broke in          = SMAPI 3.0
 
  |unofficial version = 1.1-beta.2-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345224
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relativity
+
   |name    = Mossy Tree Bubble
   |author  = AdroSlice
+
   |author  = Tocseoj
   |id      = AdroSlice.Relativity
+
   |id      = Tocseoj.MossyTreeBubble
   |nexus  = 13028
+
  |curse  = 1008228
   |github  = adroslice/sdv-relativity-mirror
+
  |moddrop = 1564905
 +
   |nexus  = 22818
 +
   |github  = Tocseoj/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Birthday Gifts<!--Nexus-->, Remember Birthdays<!--manifest-->
+
   |name    = MOTD Mod
   |author  = zeldela
+
   |author  = thfr
   |id      = zeldela-RememberBirthdays
+
   |id      = thfr.MOTDMod
   |nexus  = 13554
+
   |nexus  = 3703
   |github  = zeldela/sdv-mods
+
   |github  = rfht/MOTDMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Faced Direction
+
   |name    = Motorcycle Mod, Moto Mod
   |author  = Annosz
+
   |author  = Akane
   |id      = Annosz.RememberFacedDirection
+
   |id      = Akane.MotorcycleMod<!--changed in 1.0.2 re-release-->, Pathoschild.MotorcycleMod<!--changed in 1.0.2-->, Akane.MotoMod
   |nexus  = 6946
+
   |nexus  = 10553
   |github  = Annosz/StardewValleyModding
+
   |github  =
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |status            = abandoned
 +
  |summary            = remove this mod (no longer maintained; use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-126206 unofficial update] instead).
 +
  |unofficial version = 1.1.0-unofficial.2-CyanFire
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-126206
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Your Umbrella
+
   |name    = mouahrara's Module Collection
   |author  = heyseth
+
   |author  = mouahrara
   |id      = heyseth.umbrellas
+
   |id      = mouahrara.mouahrarasModuleCollection
   |nexus  = 8366
+
   |nexus  = 18973
   |github  = heyseth/SDVMods
+
   |github  = mouahrara/mouahrarasModuleCollection
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reminders
+
   |name    = Mouse Fishing
   |author  = Surkasu
+
   |author  = ruggerbuns
   |id      = Surkasu.Reminders
+
   |id      = ruggerbuns.MouseFishing
   |nexus  = 2481
+
  |curse  = 1046572
 +
   |nexus  = 25231
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Custom Reminders|Custom Reminders]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remind to Exit
+
   |name    = Mouse Movement Fishing, 鼠标移动钓鱼
   |author  = pepoluan
+
   |author  = Night
   |id      = pepoluan.RemindToExit
+
   |id      = Night.MovementFishing
   |nexus  = 8727
+
   |nexus  = 25571
 
   |github  =
 
   |github  =
  |source  = https://sourceforge.net/projects/sdvmod-remind-to-exit/
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remote Fridge Storage
+
   |name    = Mouse Move Mode, Right Click Move Mode
   |author  = EternalSoap, arjan3004
+
   |author  = ylsama
   |id      = EternalSoap.RemoteFridgeStorage
+
   |id      = nghiango1.MouseMoveMode<!--changed in 1.2.9-->, ylsama.MouseMoveMode<!--changed in 1.2.8-->, ylsama.RightClickMoveMode
   |nexus  = 2545
+
   |nexus  = 2614
   |github  = SoapStuff/Remote-Fridge-Storage
+
   |github  = ylsama/RightClickMoveMode
 
 
  |warnings = Broken on Android (loads but does not work).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remove All Monsters
+
   |name    = Moveable Mailbox
   |author  = David J. Lee, djslzx
+
   |author  = aedenthorn, Erinthe
   |id      = djsl.RemoveAllMonsters
+
   |id      = aedenthorn.MoveableMailbox
   |nexus  = 5727
+
   |nexus  = 7834
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#MoveableMailbox
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remove Animal Limitations
+
   |name    = Moveable Pet Bowl
   |author  = Hobbes
+
   |author  = aedenthorn, Erinthe
   |id      = Hobbes.RemoveAnimalLimitations
+
   |id      = aedenthorn.MoveablePetBowl
   |nexus  = 7838
+
  |curse  = 868849
 +
  |nexus  = 8038
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = obsolete
 +
  |summary  = remove this mod (equivalent feature added in Stardew Valley 1.6).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Move Annoying Cursor
 +
  |author  = joljyo
 +
  |id      = joljyo.MoveAnnoyingCursor
 +
   |nexus  = 7378
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rename
+
   |name    = Move Bed
   |author  = Remmie, CoinzReturns
+
   |author  = yangZ, yangZheng20
   |id      = Remmie.Rename
+
   |id      = yangZ.MoveBed
   |nexus  = 2130
+
   |nexus  = 23308
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
  |status  = workaround
 
  |summary  = use [[#Rename Reworked|Rename Reworked]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rename Reworked
+
   |name    = Move Between Buildings
   |author  = Parabyted
+
   |author  = Vilaboa
   |id      = parabyted.renamerework
+
   |id      = Vilaboa.MoveBetweenBuildings
   |nexus  = 10866
+
   |nexus  = 17391
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rented Tools
+
   |name    = Move Faster
   |author  = JarvieK
+
   |author  = Shuai Zhang
   |id      = JarvieK.RentedTools
+
   |id      = shuaiz.MoveFasterMod
   |nexus  = 1307
+
   |nexus  = 1351
   |github  = Jarvie8176/StardewMods
+
   |github  = hcoona/StardewValleyMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.2?
   |unofficial version = 1.2.2-unofficial.1-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346341
+
   |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reorient After Eating
+
   |name    = Move Greenhouse Plot
   |author  = PunningLinguist
+
   |author  = aedenthorn, Erinthe
   |id      = PunningLinguist.ReorientAfterEating
+
   |id      = aedenthorn.MoveGreenhousePlot
   |nexus  = 7585
+
   |nexus  = 13589
   |github  = amconners/ReorientAfterEating
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Replanter
+
   |name    = Move It
   |author  = jwdred
+
   |author  = aedenthorn, Erinthe
   |id      = jwdred.Replanter
+
   |id      = aedenthorn.MoveIt
   |nexus  = 589
+
   |nexus  = 15163
   |github  = jdusbabek/stardewvalley
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.5-strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ReRegeneration
+
   |name    = Movement Mod, Movement Modifier
   |author  = littleraskol
+
   |author  = Zoryn
   |id      = lrsk_sdvm_rerg.0925160827
+
   |id      = Zoryn.MovementModifier
   |nexus  = 6837
+
   |nexus  =
   |moddrop = 827580
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
   |github  = littleraskol/ReRegeneration
+
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reseed, Roc's Reseed Mod
+
   |name    = Movement Speed
   |author  = rocslayer, James Overton
+
   |author  = bcmpinc
   |id      = Roc.Reseed
+
   |id      = bcmpinc.MovementSpeed
   |nexus  = 2421
+
   |nexus  = 2736
   |github  =
+
   |github  = bcmpinc/StardewHack
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = workaround
 
  |summary  = Use [[#Harvest Seeds|Harvest Seeds]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reset Skull Caverns
+
   |name    = Move Through Object
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = ylsama
   |id      = KoihimeNakamura.ResetCaverns
+
   |id      = ylsama.MoveThoughObject
  |moddrop = 1080116
+
   |nexus  = 2680
  |nexus  =
 
  |github  = Sakorona/SDVMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Reset Terrain Features
 
  |author  = mabelSyrup
 
  |id      = MabelSyrup.ResetTerrainFeatures
 
   |nexus  = 4715
 
 
   |github  =
 
   |github  =
 +
  |source  = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
  
   |broke in           = Stardew Valley 1.5
+
   |dev note = source in separate Git branch
  |unofficial version = 1.0.3-unofficial.1-esca
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-64#post-43678
 
  
   |summary = use {{nexus mod|9350|Reset Terrain Features For .NET 5}} or [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-64#post-43678 unofficial update] instead.
+
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
   |summary = remove this mod (no longer maintained; use [[#Noclip Mode|Noclip Mode]] or [[#Passable Objects|Passable Objects]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Responsive Knockback, Responsive MP Knockback
+
   |name    = Movie Theatre Tweaks
  |author  = spacechase0
 
  |id      = spacechase0.ResponsiveKnockback
 
  |nexus  = 12029
 
  |github  = spacechase0/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Restauranteer
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Restauranteer
+
   |id      = aedenthorn.MovieTheatreTweaks
   |nexus  = 14519
+
  |curse  = 868672
 +
   |nexus  = 16395
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Retro Active Achievements
 
  |author  = iceburg
 
  |id      = 7e474181-e1a0-40f9-9c11-retroactive
 
  |nexus  = 4974
 
  |github  = ManApart/RetroActiveAchievements
 
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Retroactive Stardew
+
   |name    = Mr. Pam - Snorlax Mechanics
   |author  = millerscout
+
   |author  = daleonar
   |id      = Millerscout.RetroactiveStardew
+
   |id      = daleonar.Snorlax
   |nexus  = 6953
+
   |nexus  = 16194
   |github  = millerscout/StardewMillerMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reusable Wallpapers and Floors, Wallpaper Retain
+
   |name    = MTN, More Than Necessary
   |author  = Iceburg
+
   |author  = SgtPickles, GameMX
   |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
+
   |id      = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
   |nexus  = 356
+
   |nexus  = 2256
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.5
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
+
   |summary  = remove this mod (no longer maintained; equivalent map customisability was added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reverse Proposal
+
   |name    = Muffin Core
   |author  = GreenOnion24
+
   |author  = Kabi-chan
   |id      = GreenOnion24.ReverseProposal
+
   |id      = kabi-chan.MuffinCore
   |nexus  = 8526
+
   |nexus  = 8070
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Revive Dead Crops
+
   |name    = Multi Fertilizer
   |author  = atravita
+
   |author  = spacechase0
   |id      = atravita.ReviveDeadCrops
+
   |id      = spacechase0.MultiFertilizer
   |curse  = 870964
+
   |curse  = 867717
   |moddrop = 1294436
+
   |nexus  = 7436
   |nexus   = 15005
+
  |github  = spacechase0/StardewValleyMods
   |github = atravita-mods/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
   |summary = use [[#Ultimate Fertilizer|Ultimate Fertilizer]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ribeena's Vehicles, Bus Sprite Adjuster
+
   |name    = Multiplayer Backpacks
   |author  = ribeena
+
   |author  = skiilaa
   |id      = ribeena.boatspriteadjuster, ribeena.busspriteadjuster<!--two separate C# mods bundled-->
+
   |id      = skiilaa.MultiplayerBackpacks
   |nexus  = 11809
+
   |nexus  = 2282
 
   |github  =
 
   |github  =
   |source  = ribeena/BusLocations
+
 
 +
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ridgeside Village
+
   |name    = Multiplayer Emotes
   |author  = Rafseazz
+
   |author  = FerMod
   |id      = Rafseazz.RidgesideVillage
+
   |id      = FerMod.MultiplayerEmotes
   |nexus  = 7286
+
   |nexus  = 2347
   |github  = Rafseazz/Ridgeside-Village-Mod
+
   |github  = FerMod/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Right Click Move Mode
+
   |name    = Multiplayer Exp Share, Multiplayer Exp Sharing
   |author  = ylsama
+
   |author  = Achtuur
   |id      = ylsama.RightClickMoveMode
+
   |id      = Achtuur.MultiplayerExpShare
   |nexus  = 2614
+
   |nexus  = 16891
   |github  = ylsama/RightClickMoveMode
+
   |github  = Achtuur/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ring Overhaul
+
   |name    = Multiplayer Horse Reskin
   |author  = Goldenrevolver
+
   |author  = delphinwave
   |id      = Goldenrevolver.RingOverhaul
+
   |id      = DelphinWave.MultiplayerHorseReskin
   |nexus  = 10669
+
   |nexus  = 7681
  |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Ring Overhaul for Walk of Life
 
  |author  = Jibb
 
  |id      = Jibb.RingOverhaulWOL
 
  |nexus  = 12171
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rise And Shine
+
   |name    = Multiplayer Hub
   |author  = Yoshify
+
   |author  = Alberto Moreira Luiz
   |id      = Yoshify.RiseAndShine
+
   |id      = AlbertoMoreiraLuiz.MultiplayerHub
   |nexus  = 3
+
   |nexus  = 9672
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 0.39.1
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use [[#Just Sleep In|Just Sleep In]] instead.
 
<!--
 
  |unofficial version = 1.1.1-whisk-update
 
  |unofficial url    = https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/page-5#post-3237772
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Riverland Farm but You Need to Build Bridges
+
   |name    = Multiplayer Idle
   |author  = idermailer
+
   |author  = DoubleZ
   |id      = idermailer.riverfarmButBridge
+
   |id      = DoubleZ.MultiplayerIdle
   |nexus  = 15748
+
   |nexus  = 3765
   |github  =
+
   |github  = SourceZh/MultiplayerIdle
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Robin Work Hours
+
   |name    = Multiplayer Info
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.RobinWorkHours
+
   |id      = MindMeltMax.MPInfo
   |nexus  = 11244
+
  |curse  = 1004488
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1302776
 +
   |nexus  = 15155
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rope Bridge
+
   |name    = Multiplayer Journey Of The Prairie King, Prairie King - Multiplayer Support
   |author  = Teban100
+
   |author  = Scayze
   |id      = RopeBridge
+
   |id      = scayze.MultiplayerPrairieKing
   |nexus  = 824
+
   |nexus  = 16030
   |github  = StephenKairos/Teban100-StardewMods
+
   |github  = scayze/multiprairie
 
 
  |broke in          = SMAPI 2.6
 
  |unofficial version = 1.0.1-unofficial.4-pathoschild
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-101456
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rummage - The Thievery Mod
+
   |name    = Multiplayer Lag Fixer - Skull Caverns and Mine
   |author  = ApryllForever
+
   |author  = Xoulious
   |id      = ApryllForever.RestStop.Rummage
+
   |id      = Xoulious.MultiplayerLagFixer
   |nexus  = 12764
+
   |nexus  = 25222
   |github  = ApryllForever/Rummage
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rune Magic
+
   |name    = Multiplayer Mod
   |author  = fierro
+
   |author  = Tran Minh Thong
   |id      = fierro.rune_magic
+
   |id      = multiplayer.mod
   |nexus  = 15065
+
   |nexus  = 16582
   |github  = facufierro/RuneMagic
+
   |github  = TMThong/Stardew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Run Fast, Sprint
+
   |name    = Multiplayer Mod Checker
   |author  = Krutonium
+
   |author  = Cherry, CherryChain
   |id      = krutonium.sprint
+
   |id      = Cherry.MultiplayerModChecker
   |nexus  = 12701
+
   |nexus  = 6609
   |github  =
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Running Key
+
   |name    = Multiplayer Mod Limit
   |author  = strato35
+
   |author  = weizinai
   |id      = Strato35.RunningKey
+
   |id      = weizinai.MultiplayerModLimit
   |nexus  = 5527
+
   |nexus  = 25446
   |github  =
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Running Late
+
   |name    = Multiplayer Sell Price Fix, Fix-sellToStorePrice
   |author  = Coll1234567
+
   |author  = Unremarkable, animavoro
   |id      = Coll1234567.RunningLate
+
   |id      = unremarkable.fix-sellToStorePrice
   |nexus  = 3518
+
   |nexus  = 2135
   |github  =
+
   |github  = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
 +
 
 +
  |broke in = Stardew Valley 1.3.11
 +
  |status  = obsolete
 +
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.17).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rush Orders
+
   |name    = Multiplayer Shaft Fix
   |author  = spacechase0
+
   |author  = Prince-Leto
   |id      = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
+
   |id      = princeleto.multiplayershaftfix
   |curse   = 867397
+
   |nexus   = 2922
   |moddrop = 127276
+
   |github  = Prince-Leto/StardewValleyMods
   |nexus   = 605
+
 
   |github = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.4
 +
  |status   = obsolete
 +
   |summary = remove this mod (fixed in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SAAT.API, SAAT - Audio API and Toolkit
+
   |name    = Multiplayer Speech Bubbles
   |author  = ZeroMeters
+
   |author  = Kalthramis
   |id      = ZeroMeters.SAAT.API
+
   |id      = Kalthramis.MPSpeechBubbles
   |nexus  = 10747
+
   |nexus  = 2192
   |github  = Dawilly/SAAT
+
   |github  =
 +
  |source  = {{github|Kalthramis/StardewValley}}/tree/MPSpeechBubbles
 +
 
 +
  |dev note = source in separate Git branch; GitHub repo outdated (see issue #11)
 +
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.0.3-unofficial.1-SorryLate
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SAAT.Mod, SAAT - Audio API and Toolkit
+
   |name    = Multiplayer Time
   |author  = ZeroMeters
+
   |author  = lolmaj
   |id      = ZeroMeters.SAAT.Mod
+
   |id      = lolmaj.MultiplayerTime
   |nexus  = 10747
+
   |nexus  = 2543
   |github  = Dawilly/SAAT
+
   |github  = MaciejMarkuszewski/StardewValleyMod
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Lightning
+
   |name    = Multiple Floor Farmhouse
   |author  = CatCattyCat, Cat
+
   |author  = aedenthorn, Erinthe
   |id      = cat.safelightning
+
   |id      = aedenthorn.MultiStoryFarmhouse
   |nexus  = 2039
+
   |nexus  = 8077
  |moddrop = 833550
+
   |github  = aedenthorn/StardewValleyMods
   |github  = danvolchek/StardewMods
 
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
+
   |status  = workaround
   |unofficial version = 2.1.1-unofficial.1-strobe
+
   |summary  = use [[#Multiple Floor Farmhouse - Continued|Multiple Floor Farmhouse - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Lightning Redux, Safe Lightning
+
   |name    = Multiple Floor Farmhouse - Continued
   |author  = Shockah
+
   |author  = aedenthorn and FlyingTNT
   |id      = Shockah.SafeLightning
+
   |id      = FlyingTNT.MultipleFloorFarmhouse
   |nexus  = 11857
+
   |nexus  = 25303
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Reading
+
   |name    = Multiple Gifts for Spouses
   |author  = LunaticShade
+
   |author  = Redwood
   |id      = LunaticShade.SafeReading
+
   |id      = Redwood.MultipleGiftsForSpouse
   |nexus  = 8564
+
   |nexus  = 2910
   |github  = LunaticShade/StardewValley.SafeReading
+
   |github  = EKomperud/StardewMods
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.0.1-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345219
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sailor Moon Hairstyles and Clothing, Sailor Styles
+
   |name    = Multiple Horses
   |author  = blueberry
+
   |author  = CyanFire
   |id      = blueberry.SailorStyles, blueberry.SailorStyles.Clothing, blueberry.SailorStyles.Hair, blueberry.SailorStylesHairstyles<!--clothing + hair mods merged in 4.0; hair mod ID changed in 3.0-->
+
   |id      = CF.MultipleHorses
   |nexus  = 4154
+
   |nexus  = 25620
   |github  = b-b-blueberry/SailorStyles
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Saloon Warp Totem
+
   |name    = Multiple Mini-Obelisks
   |author  = Artinity
+
   |author  = PeacefulEnd
   |id      = Artinity.SaloonWarpTotem
+
   |id      = PeacefulEnd.MultipleMiniObelisks
   |nexus  = 16450
+
  |curse  = 870945
   |github  = Artinity/SaloonWarpTotem
+
   |nexus  = 7900
 +
   |github  = Floogen/MultipleMiniObelisks
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sauvignon in Stardew
+
   |name    = Multiple Spouse Dialogs
   |author  = Jesse, Jdvicks94
+
   |author  = ceruleandeep
   |id      = Jesse.SauvignonInStardew
+
   |id      = ceruleandeep.multiplespousedialogs
   |nexus  = 2597
+
   |nexus  = 8711
   |github  = JDvickery/Sauvignon-in-Stardew
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial version = 1.9.1-unofficial.5-BigBhole69
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353940
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Savage Vincent (NPC Speech Bubbles)
+
   |name    = Multiple Spouses
   |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
  |id      = BlaDe.NPCSpeechBubblesVincent
+
   |id      = aedenthorn.MultipleSpouses
  |nexus  = 11833
+
   |nexus  = 6227
  |github  =
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Save Anywhere Redux, Save Anywhere
 
  |author  = RealSweetPanda and Aredjay, (formerly Omegasis)
 
   |id      = Omegasis.SaveAnywhere
 
  |curse  = 898109
 
   |nexus  = 8386<!--non-redux: 444-->
 
   |github  = RealSweetPanda/SaveAnywhereRedux<!--non-redux: janavarro95/Stardew_Valley_Mods-->
 
  
   |warnings = Broken on Android (use the built-in autosave instead).
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Save Backup
+
   |name    = Multiple Sprites and Portraits On Rotation, File Loading
  |author  = SMAPI
+
   |author  = SlyMerc
  |id      = SMAPI.SaveBackup
+
   |id      = FileLoading
  |nexus  =
+
   |nexus  = 1094
  |url    = https://smapi.io
 
  |github  = Pathoschild/SMAPI
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Save Game Options
 
   |author  = SorryLate, rharyanto
 
   |id      = SorryLate.SaveGameOptions
 
   |nexus  = 5190
 
 
   |github  =
 
   |github  =
  
  |broke in = Stardew Valley 1.5
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
+
   |summary  = Use [[#Content Patcher|Content Patcher]] instead.
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scarecrow Highlighter
+
   |name    = Multi Save
   |author  = WretchedPenguin
+
   |author  = aedenthorn, Erinthe
   |id      = WretchedPenguin.ScarecrowHighlighter
+
   |id      = aedenthorn.MultiSave
   |nexus  = 3579
+
   |nexus  = 15402
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |summary            = use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123241 unofficial update] or [[#Multi Save - Continued|Multi Save - Continued]] instead.
 +
  |unofficial version = 0.1.9-unofficial.1-GrimatGaming
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123241
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Screenshot Everywhere
+
   |name    = Multi Save - Continued
   |author  = Gaiadin
+
   |author  = recon88
   |id      = Gaiadin.Stardew-Screenshot-Everywhere
+
   |id      = recon88.MultiSave
   |nexus  = 10805
+
  |curse  = 1018922
   |github  = Gaiadin/Stardew-Screenshot-Everywhere
+
   |nexus  = 22953
 +
   |github  = recon88/Multi-Save-Continued
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scroll To Blank
+
   |name    = Multitool
   |author  = Caraxian
+
   |author  = Miome
   |id      = caraxian.scroll.to.blank
+
   |id      = miome.MultiToolMod
   |nexus  = 4144
+
   |nexus  = 2546
  |chucklefish = 4405
+
   |github  = miome/MultitoolMod
   |github  = Caraxi/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scroll To Zoom
+
   |name    = Multi-User Chests
   |author  = Tomwa
+
   |author  = MindMeltMax
   |id      = Tomwa.ScrollToZoom
+
   |id      = MindMeltMax.MUC
   |nexus  = 2163
+
  |curse  = 997982
   |github  =
+
   |nexus  = 9856
 +
  |moddrop = 1135731
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scrying Orb
+
   |name    = Multi Yield Crops
   |author  = kdau
+
   |author  = Cherry, CherryChain
   |id      = kdau.ScryingOrb
+
   |id      = Cherry.MultiYieldCrops
   |nexus  = 5603
+
   |nexus  = 6069
   |moddrop = 756553
+
   |github = ChroniclerCherry/stardew-valley-mods
  |source = https://gitlab.com/kdau/predictivemods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scythe Harvesting
+
   |name    = Multi Yield Crops and Deluxe Grabber Redux Compatibility Patch, MYC-DGR Compatibility Patch
   |author  = mmanlapat
+
   |author  = Jacque Pott
   |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
+
   |id      = JacquePott.MYCDGRPatch
   |nexus  = 1106
+
   |nexus  = 14023
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6<!--@retest-after Deluxe Grabber Redux-->
  |status  = workaround
 
  |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDV Game of Life
+
   |name    = Murdercrows
   |author  = Super Aardvark, ubererdferkel
+
   |author  = aedenthorn, Erinthe
   |id      = SuperAardvark.GameOfLife
+
   |id      = aedenthorn.Murdercrows
   |nexus  = 5361
+
   |nexus  = 6615
   |github  = super-aardvark/AardvarkMods-SDV
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDV Twitch
+
   |name    = Murder Drone, Personal Combat Drone
   |author  = Dawgeth
+
   |author  = cotboy
   |id      = MTD.SDVTwitch
+
   |id      = cambam.MURDERDRONE
   |nexus  = 1760
+
   |nexus  = 4507
   |github  =
+
   |github  = camcamcamcam/murderdrone
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.5
 +
  |status            = workaround
 +
  |summary            = use [[#Personal Combat Drone Redux|Personal Combat Drone Redux]] or [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-104637 unofficial update] instead.
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-104637
 +
  |unofficial version = 0.0.7-unofficial.5-prism99
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDVWM, The Weather Machine
+
   |name    = Murder Mod
   |author  = SixthTitan
+
   |author  = Aren, Aren Desai
   |id      = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
+
   |id      = Aren.MurderMod
   |nexus  = 3203
+
   |nexus  = 17470
   |github  =
+
   |github  = ArenKDesai/Murder-Mod
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seacliff Farm for Android<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
+
   |name    = Museum Donation Checker
   |author  = FreeTheJunimos
+
   |author  = Hitaxas
   |id      = freethejunimos.seaclifffarm
+
   |id      = Hitaxas.Dono.DLL
   |nexus  = 13911
+
   |nexus  = 24225
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seacliff Farm for PC<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
+
   |name    = Museum Rearranger
   |author  = FreeTheJunimos
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = freethejunimos.seaclifffarm.pc
+
   |id      = Omegasis.MuseumRearranger
   |nexus  = 14296
+
   |nexus  = 428
   |github  =
+
   |github  = janavarro95/Stardew_Valley_Mods
}}
+
 
{{#invoke:SMAPI compatibility|entry
+
   |broke in = Stardew Valley 1.4
   |name    = Season Affixes
+
   |status   = obsolete
  |author  = Shockah
+
   |summary = remove this mod (added in Stardew Valley 1.4).
  |id      = Shockah.SeasonAffixes
 
   |nexus   = 16297
 
   |github = Shockah/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seasonal Save Slots
+
   |name    = Museum Store
   |author  = Tyler Gibbs
+
   |author  = atravita
   |id      = tylergibbs2.SeasonalSaveSlots
+
   |id      = atravita.MuseumRewardsIn<!--since 0.2.0-->, atravita.MuseumStore
   |nexus  = 14382
+
  |curse  = 870973
   |github  = tylergibbs2/StardewValleyMods
+
  |moddrop = 1187402
 +
   |nexus  = 12598
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Season Switcher
+
   |name    = Mushroom Cursors
   |author  = dumbledalton
+
   |author  = Expl0
   |id      = Dumbledalton.SeasonSwitcher
+
   |id      = Expl0.MushroomCursors
   |nexus  = 10457
+
   |nexus  = 12594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sebastian Frog Tank Switch
+
   |name    = Mushroom Levels
   |author  = Shaklin
+
   |author  = Eireon, Ben Patterson
   |id      = shaklin.SebastianFrogTankSwitch
+
   |id      = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
   |nexus  = 8508
+
   |nexus  = 2818
   |github  =
+
   |github  = benrpatterson/MushroomLevels
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Secretariat (Faster Horse)
+
   |name    = Mushroom Level Tip
   |author  = Janglinator
+
   |author  = WhiteMind
   |id      = jangles.secretariat
+
   |id      = WhiteMind.MLT
   |nexus  = 7537
+
   |nexus  = 1894
   |github  = Janglinator/Secretariat
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = Use [[#Almanac|Almanac]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Secret Hedge Maze, Hedge Maze
+
   |name    = Mushroom Log Additions
   |author  = aedenthorn, Erinthe
+
   |author  = justastranger
   |id      = aedenthorn.HedgeMaze
+
   |id      = JAS.MushroomLogAdditions
   |curse  = 868718
+
   |moddrop = 1539617
   |nexus  = 14138
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
   |github  = justastranger/MushroomLogAdditions
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Bag
+
   |name    = Mushroom Propagator Automation
   |author  = Platonymous
+
   |author  = blueberry and Oddshot
   |id      = Platonymous.SeedBag
+
   |id      = blueberry.BlueberryMushroomAutomation
   |nexus  = 1133
+
   |nexus  = 4637
   |moddrop = 793931
+
   |github  = b-b-blueberry/BlueberryMushroomMachine
   |github  = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Mushroom Propagator Automation-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Info, Seed Information
+
   |name    = Mushroom Propagator - Grow More Mushrooms
   |author  = aedenthorn, Erinthe
+
   |author  = blueberry, blueberry and Oddshot
   |id      = aedenthorn.SeedInfo
+
   |id      = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
   |nexus  = 15754
+
   |nexus  = 4637
   |github  = aedenthorn/StardewValleyMods
+
   |github  = b-b-blueberry/BlueberryMushroomMachine
 +
 
 +
  |broke in = Stardew Valley 1.6<!--retest linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Machines
+
   |name    = Mushroom Rancher
   |author  = Veress
+
   |author  = Goldenrevolver
   |id      = Veress.SeedMachines
+
   |id      = Goldenrevolver.MushroomRancher
   |nexus  = 6265
+
   |nexus  = 10978
   |github  = mrveress/SDVMods
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Maker - Better Quality More Seeds
+
   |name    = Musical Cellar
   |author  = vabrell, Victor Abrell
+
   |author  = Lis
   |id      = vabrell.sm_bqms
+
   |id      = Lis.MusicalCellar
   |nexus  = 14236
+
   |nexus  = 7626
   |github  = vabrell/sdw-seed-maker-mod
+
   |github  = lisamreynolds/MusicalCellar
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Maker Crop Quality, SMCQ
+
   |name    = Musical Paths
  |author  = mcoocr
 
  |id      = mcoocr.smcq
 
  |nexus  = 3089
 
  |github  = Noomklaw/SV_BetterQualityMoreSeeds
 
 
 
  |broke in    = SMAPI 3.0
 
  |status      = workaround
 
  |summary      = use [[#Better Quality More Seeds|Better Quality More Seeds]] instead.
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Seed Maker Tweaks
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SeedMakerTweaks
+
   |id      = aedenthorn.MusicalPaths
   |nexus  = 10681
+
   |nexus  = 13197
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seeds are Rare
+
   |name    = Mutant Rings
   |author  = jahangmar
+
   |author  = ApryllForever
   |id      = jahangmar.SeedsAreRare
+
   |id      = ApryllForever.MutantRings
   |nexus  = 3618
+
   |nexus  = 23849
   |github  = jahangmar/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Shortage
+
   |name    = My Money
   |author  = Xynerorias
+
   |author  = Marcos Brendon
   |id      = xynerorias.seedshortage
+
   |id      = marcos.mymoney
   |nexus  = 5614
+
   |nexus  = 6736
   |github  = xynerorias/Seed-Shortage
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seeds Unpacked
+
   |name    = Mystical Buildings
   |author  = blueberry
+
   |author  = PeacefulEnd
   |id      = blueberry.SeedsUnpacked
+
   |id      = PeacefulEnd.MysticalBuildings
   |nexus  = 7215
+
  |curse  = 870928
   |github  = b-b-blueberry/SeedsUnboxed
+
   |nexus  = 12312
 +
   |github  = Floogen/MysticalBuildings
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = See Me Rollin'
+
   |name    = Name Tags
   |author  = Khloe Leclair
+
   |author  = Enaium
   |id      = leclair.seemerollin
+
   |id      = Enaium.NameTags
   |nexus   = 10976
+
   |curse   = 436816
   |moddrop = 1116122
+
   |moddrop = 877767
   |github  = KhloeLeclair/StardewMods
+
  |nexus  =
 +
   |github  = Enaium-StardewValleyMods/NameTags
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Serve
+
   |name    = Napalm Mummies
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SelfServe
+
   |id      = aedenthorn.NapalmMummies
   |nexus  = 11313
+
   |nexus  = 15933
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Service
+
   |name    = Nature Strikes Back
   |author  = JarvieK
+
   |author  = Clumsy Jackdaw
   |id      = JarvieK.SelfService
+
   |id      = ClumsyJackdaw.NatureStrikesBack
   |nexus  = 1304
+
   |nexus  = 19771
   |github  = Jarvie8176/StardewMods
+
   |github  = clumsyjackdaw/StardewValley_NatureStrikesBack
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 0.3.4-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346341
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Service Shops
+
   |name    = Neat Additions
   |author  = GuiNoya, Yesst
+
   |author  = Ilyaki
   |id      = GuiNoya.SelfServiceShop
+
   |id      = ilyaki.neatadditions
   |nexus  = 1622
+
   |nexus  = 2648
   |github  = GuiNoya/SVMods
+
   |github  = Ilyaki/NeatAdditions
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
  |status  = workaround
 
  |summary  = use [[#Self Service|Self Service]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sell Quality
+
   |name    = Network Optimizer
   |author  = DonDorscha, jasonmbrady
+
   |author  = Ilyaki
   |id      = DonDorscha.SellQuality
+
   |id      = Ilyaki.NetworkOptimizer
   |nexus  = 12469
+
   |nexus  = 3021
   |github  =
+
   |github  = Ilyaki/NetworkOptimizer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Send Items Multiplayer
+
   |name    = Never Ending Adventure and Circle of Thorns<!--Nexus-->, NEA & COT<!--manifest changed cira 1.10.0-->, Never Ending Adventure - Code<!--manifest before 1.10.0-->
   |author  = hafnerpw
+
   |author  = DestyNova
   |id      = hafnerpw.SendItemsMultiplayer
+
   |id      = KCC.SnS<!--changed circa 1.10.0-->, DestyNova.NEACode
   |nexus  = 13794
+
   |nexus  = 12369
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Send Items to Other Farmers, Send Letters
+
   |name    = New Achieve, Obtain Achievements
   |author  = Denifia
+
   |author  = AbelSdf, Abel_sdf
   |id      = Denifia.SendItems
+
   |id      = AbelSdf.NewAchieve
   |nexus  = 1087
+
   |nexus  = 20909
  |moddrop = 127754
+
   |github  =
   |github  = Denifia/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Separate Greenhouse
+
   |name    = New Clothes Every Day
   |author  = lolmaj
+
   |author  = Vrakyas
   |id      = lolmaj.SeparateGreenhouse
+
   |id      = Vrakyas.NewClothesEveryDay
   |nexus  = 3965
+
   |nexus  = 4030
   |github  = MaciejMarkuszewski/StardewValleySeparateGreenhouse
+
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Serene Greenhouse
+
   |name    = New Game on Launch
   |author  = PeacefulEnd
+
   |author  = Nobbele
   |id      = PeacefulEnd.SereneGreenhouse
+
   |id      = Nobbele.NewGameOnLaunch
   |nexus  = 8011
+
   |nexus  = 2654
   |github  = Floogen/SereneGreenhouse
+
   |github  = 4ppleCracker/NewGameOnLaunch
 +
 
 +
  |broke in    = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Bookmarker
+
   |name    = New Game Plus
   |author  = Ilyaki
+
   |author  = Spacechase0
   |id      = Ilyaki.ServerBookmarker
+
   |id      = Spacechase0.NewGamePlus
   |nexus  = 2968
+
   |nexus  = 10786
   |github  = Ilyaki/ServerBookmarker
+
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-69#post-3362360
 
  |unofficial version = 1.0.5-unofficial.2-jenrikku
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Browser
+
   |name    = New Machines
   |author  = Ilyaki
+
   |author  = Igorious
   |id      = Ilyaki.ServerBrowser
+
   |id      = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
   |nexus  = 3227
+
   |nexus  =
   |github  = Ilyaki/Server-Browser
+
  |chucklefish = 3683
 +
   |github  = Igorious/StardevValleyNewMachinesMod
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Producer Framework Mod|Producer Framework Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Port Changer
+
   |name    = New Years Eve → Fireworks
   |author  = PhantomGamers
+
   |author  = sophiesalacia
   |id      = PhantomGamers.ServerPortChanger
+
   |id      = sophie.Fireworks
   |nexus  = 2993
+
   |nexus  = 15277
   |github  = PhantomGamers/StardewPortChanger
+
   |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Reminders
+
   |name    = Nexus Mods Button
   |author  = Aelaan Bluewood
+
   |author  = Pickysaurus
   |id      = AelaanBluewood.SetReminders
+
   |id      = Pickysaurus.NexusModsButton
   |nexus  = 16112
+
   |nexus  = 12969
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shadow for Mazes, Maze
+
   |name    = Nice Messages
   |author  = Edu Anttunes
+
   |author  = Nori, seaweednori
   |id      = Maze
+
   |id      = nori.NiceMessages
   |nexus  = 8930
+
   |nexus  = 6160
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shared Exp, Shared Xp
+
   |name    = Night Event Chance Tweak
   |author  = Batzpup
+
   |author  = aedenthorn, Erinthe
   |id      = SharedExp.Batzpup
+
   |id      = aedenthorn.NightEventChanceTweak
   |moddrop = 1269698
+
   |nexus  = 10633
   |nexus  = 14607
+
   |github  = aedenthorn/StardewValleyMods
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shared Professions
+
   |name    = Night Light
   |author  = virtualbjorn
+
   |author  = KankuroGB
   |id      = virtualbjorn.SharedProfessions
+
   |id      = kankurogb.nightlight
   |nexus  = 16628
+
   |nexus  = 21629
   |github  =
+
   |github  = KankuroGB/NightLight
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name   = Sharing is Caring
+
   |name     = Night Owl
   |author = spacechase0
+
   |author   = Omegasis, Alpha_Omegasis
   |id     = spacechase0.SharingIsCaring
+
   |id       = Omegasis.NightOwl
   |nexus   = 14263
+
   |nexus   = 433
   |github = spacechase0/StardewValleyMods
+
   |github   = janavarro95/Stardew_Valley_Mods
 +
  |warnings = affected by Vortex mod manager bug; use {{Nexus mod|19291|Night Owl Repacked}} if you use Vortex.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shed Notifications
+
   |name    = Nightshade
   |author  = TheCroak
+
   |author  = ichortower
   |id      = TheCroak.BuildingsNotifications
+
   |id      = ichortower.Nightshade
   |nexus  = 620
+
   |nexus  = 23742
   |github  =
+
   |github  = ichortower/Nightshade
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shenandoah Library
+
   |name    = Night Shift
   |author  = Nishtra
+
   |author  = SevenChords
   |id      = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
+
   |id      = SevenChords.Night_Shift
   |nexus  = 756
+
   |nexus  = 15345
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship Anything, Ship Everything
+
   |name    = Night Time Sound Notifications, Time Notif
   |author  = Berkay Yigit, berkayylmao
+
   |author  = CarelessImm0rtal and StultusVMods, Careless_Imm0rtal
   |id      = berkayylmao.ShipAnything, berkay2578.ShipAnything<!--changed in 1.2-->, berkay2578.ShipEverything<!--changed in 1.1-->
+
   |id      = Careless_Imm0rtal.Time_Notif.
   |nexus  = 3782
+
   |nexus  = 19651
   |github  = berkayylmao/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship From Inventory
+
   |name    = No Blink
   |author  = Platonymous
+
   |author  = Mr Tea, MrTea
  |id      = Platonymous.ShipFromInventory
+
   |id      = MrTea.NoBlink
  |nexus  = 3219
+
   |nexus  = 17220
  |moddrop = 793916
 
  |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Shipments to Quality, Quality from Shipments
 
  |author  = JPAN
 
   |id      = JPAN.QualityFromShipments
 
   |nexus  = 7531
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipment Tracker
+
   |name    = No Cheat Shortcuts (No Map Overwrite)
   |author  = Iceburg
+
   |author  = kulcris
   |id      = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
+
   |id      = kulcris.NoCheatShortcuts
   |nexus  = 321
+
   |nexus  = 2310
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Collection Sorted By Mods, Sort Shipping Collection
+
   |name    = Noclip Mode
   |author  = holythesea
+
   |author  = Pathoschild
   |id      = holythesea.SortShippingCollection
+
   |id      = Pathoschild.NoclipMode
   |nexus  = 15694
+
  |curse  = 1000622
   |github  = holy-the-sea/SortShippingCollection
+
   |nexus  = 3900
 +
  |moddrop = 691002
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Anywhere
+
   |name    = No Cooties
   |author  = SorryLate, rharyanto
+
   |author  = ceruleandeep
   |id      = SorryLate.ShopAnywhere
+
   |id      = ceruleandeep.NoCooties
   |nexus  = 5299
+
   |nexus  = 9000
   |github  =
+
   |github  = ceruleandeep/CeruleanStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Expander
+
   |name    = No Crows
   |author  = Entoarox
+
   |author  = CatCattyCat, Cat
   |id      = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
+
   |id      = cat.nocrows
   |nexus  = 2278
+
   |nexus  = 1682
   |chucklefish = 4381
+
   |moddrop = 833543
   |github  = Entoarox/StardewMods
+
   |github  = danvolchek/StardewMods
 
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shoplifter
+
   |name    = No Crows Revisited
   |author  = TheMightyAmondee
+
   |author  = Siweipancc
   |id      = TheMightyAmondee.Shoplifter
+
   |id      = Siweipancc.NoCrowsRevisited
   |nexus  = 8569
+
   |nexus  = 21129
   |github  = TheMightyAmondee/Shoplifter
+
   |github  = siweipancc/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shopping Cart
+
   |name    = No Debris Weather
   |author  = furyx639
+
   |author  = Underscore76
   |id      = furyx639.ShoppingCart
+
   |id      = underscore.nodebris
  |curse  = 871829
+
   |nexus  = 19699
   |nexus  = 13701
+
   |github  = Underscore76/NoDebrisWeather
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Tile Framework
+
   |name    = No Debug Mode
   |author  = Cherry, CherryChain
+
   |author  = Pathoschild
   |id      = Cherry.ShopTileFramework
+
   |id      = Pathoschild.NoDebugMode
   |nexus  = 5005
+
   |nexus  = 593
   |moddrop = 716384
+
   |github  = Pathoschild/StardewMods
   |github = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |status = abandoned
 +
  |summary = remove this mod (debug mode removed in SMAPI 1.0).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shovel Tool Upgrades, Upgradable Shovel
+
   |name    = No Fall Damage, Remove Fall Damage from Mineshafts
   |author  = moonslime
+
   |author  = Kryspur
   |id      = moonslime.ShovelToolUpgrades
+
   |id      = Kryspur.NoFallDamage
   |nexus  = 16028
+
   |nexus  = 17749
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Birthdays
+
   |name    = No Fence Decay
   |author  = Traktori
+
   |author  = CatCattyCat, Cat
   |id      = Traktori.ShowBirthdays
+
   |id      = cat.nofencedecay
   |nexus  = 7495
+
   |nexus  = 1180
   |github  = Traktori7/StardewValleyMods
+
  |moddrop = 833537
 +
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#No Fence Decay Redux|No Fence Decay Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Showcase
+
   |name    = No Fence Decay Redux
   |author  = Igorious
+
   |author  = EnderTedi
   |id      = Igorious.Showcase
+
   |id      = EnderTedi.NoFenceDecayRedux
   |nexus  =
+
   |nexus  = 20802
  |chucklefish = 4487
+
   |github  = EnderTedi/No-Fence-Decay-Redux
   |github  = Igorious/Stardew_Valley_Showcase_Mod
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Catch Quality
+
   |name    = No Festival Timer
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = mistyspring
   |id      = f4iTh.ShowCatchQuality
+
   |id      = mistyspring.nofestivaltimer
   |nexus  = 3326
+
   |nexus  = 20077
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Cooking Recipes
+
   |name    = No Friendship Decay
   |author  = MasterOfMutton
+
   |author  = hitachihex
   |id      = faragodavid.showcookingrecipes
+
   |id      = hitachihex.NoFriendshipDecay
   |nexus  = 5525
+
   |nexus  =
   |github =
+
   |url    = https://community.playstarbound.com/threads/no-friendship-decay.108278/
 +
  |source = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
 +
 
 +
  |broke in = Stardew Valley 1.2?
 +
  |status  = workaround
 +
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] or [[#No Friendship Decay - Reborn|No Friendship Decay - Reborn]] instead.
 +
<!--
 +
  |unofficial version = 1.1.2-unofficial.1-f4ith
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Daily Luck
+
   |name    = No Friendship Decay - Reborn
   |author  = Arphox
+
   |author  = The Fluffy Robot
   |id      = Arphox.ShowDailyLuck
+
   |id      = TheFluffyRobot.No
   |nexus  = 15910
+
   |nexus  = 22922
   |github  = arphox/StardewValleyMods
+
   |github  = jamespfluger/Stardew-NoFriendshipDecayReborn
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Item Quality
+
   |name    = No Greenhouse Entrance Tiles
   |author  = Jonqora
+
   |author  = idermailer
   |id      = Jonqora.ShowItemQuality
+
   |id      = idermailer.greenhouseNoEntranceTiles
   |nexus  = 6311
+
   |nexus  = 21557
   |github  = Jonqora/StardewMods
+
   |github  = idermailer/NoGreenhouseEntranceTiles
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Players Behind Buildings, Show Players Behind Map Tiles
+
   |name    = No Hat Treasure in Skull Cave<!--manifest-->, No Hats in Skull Cavern Treasure Chest<!--Nexus-->
   |author  = aedenthorn, Erinthe
+
   |author  = Kumagabear
   |id      = aedenthorn.ShowPlayerBehind
+
   |id      = Kumagabear.NoHatTreasureSkull
  |curse  = 868887
+
   |nexus  = 19655
   |nexus  = 6540
+
   |github  = DotSharkTeeth/StardewValleyMods
   |github  = aedenthorn/stardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Predictable RNG Outcomes
+
   |name    = No Hoof Sound
   |author  = Relance
+
   |author  = AbelSdf, Abel_sdf
   |id      = Relance.ShowPredictableRNGOutcomes
+
   |id      = AbelSdf.NoHoofSound
   |nexus  = 13186
+
   |nexus  = 21020
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shroom Spotter Redux
+
   |name    = No Kids Ever
   |author  = Strobe and TehPers
+
   |author  = Hangy
   |id      = ShroomSpotter
+
   |id      = Hangy.NoKidsEver
   |nexus  = 7934
+
   |nexus  = 1464
   |github  = strobel1ght/ShroomSpotterRedux
+
   |github  = L3thal1ty/No-Kids-Ever
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shut Up
+
   |name    = No Kimchi
   |author  = Geko_X
+
   |author  = jaeha, qpqpqp121
   |id      = gekox.shutUp
+
   |id      = jaeha.No_Kimchi
   |nexus  = 7358
+
   |nexus  = 5043
 
   |github  =
 
   |github  =
   |source = https://gitlab.com/geko_x/stardew-mods
+
 
 +
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = No Mine Exit Dialogue, No Exit Mine Confirmation Dialogue
 +
  |author  = Riverbankboy, The_UltimateNuke
 +
  |id      = theultimatenuke.testmod
 +
  |nexus  = 17965
 +
  |github = TheUltimateNuke/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = No Mine Flyers Redux
 +
  |author  = minervamaga
 +
  |id      = minervamaga.NoMineFlyersRedux
 +
  |nexus  =
 +
  |moddrop = 631110
 +
  |github  = minervamaga/NoMineFlyersRedux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silent Alarm Clock
+
   |name    = No More Accidental Exhaustion, Exhaustion Protection
   |author  = Invatorzen
+
   |author  = Guedez
   |id      = invatorzen.AC
+
   |id      = exhaustion.protection
   |nexus  = 12164
+
   |nexus  = 5113
 +
  |moddrop = 707180
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silent Scarecrows
+
   |name    = No More Pets
   |author  = climaxius
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = climaxius.silentscarecrows
+
   |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
   |nexus  = 3258
+
   |nexus  = 506
   |github  = robbiev/SilentScarecrows
+
   |github  = janavarro95/Stardew_Valley_Mods
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silo Report
+
   |name    = No More Random Mine Flyers
   |author  = bogie5464
+
   |author  = Drynwynn, thepaladinknight
   |id      = bogie5464.SiloReport
+
   |id      = Drynwynn.NoAddedFlyingMineMonsters
   |nexus  = 3194
+
   |nexus  = 2528
   |github  = bogie5464/SiloReport
+
   |github  = Drynwynn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = SMAPI 2.8
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Silo Size|Silo Size]] instead.
+
   |summary  = use [[#No Mine Flyers Redux|No Mine Flyers Redux]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Non Destructive NPCs
 +
  |author  = MadaraUchiha
 +
  |id      = MadaraUchiha.NonDestructiveNPCs
 +
  |nexus  = 5176
 +
  |github  = MadaraUchiha/NonDestructiveNPCs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silo Size
+
   |name    = Non-Random Prairie King
   |author  = pepoluan
+
   |author  = aedenthorn, Erinthe
   |id      = pepoluan.SiloSize
+
   |id      = aedenthorn.NonRandomPrairieKing
   |nexus  = 8819
+
   |nexus  = 6509
  |moddrop = 981291
+
   |github  = aedenthorn/StardewValleyMods
   |github  =
+
 
   |source  = https://sourceforge.net/p/sdvmod-silo-size/
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Crop Label
+
   |name    = No Offscreen Flying Monsters
   |author  = TheMusketeer
+
   |author  = SirDigby
   |id      = SimpleCropLabel
+
   |id      = SirDigby.NoOffscreenFlyers
   |nexus  = 314
+
   |nexus  = 22354
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple HUD
+
   |name    = No Pause When Inactive - Global
   |author  = Enaium
+
   |author  = Neko Boi Nick
   |id      = Enaium.SimpleHUD
+
   |id      = NekoBoiNick.NoPauseWhenInactiveGlobal
  |moddrop = 1145228
+
   |nexus  = 19250
   |nexus  =
+
   |github  = thakyZ/StardewValleyMods
   |github  = Enaium-StardewValleyMods/SimpleHUD
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Hunger System, Hunger Mod
+
   |name    = No Poverty by Disconnect
   |author  = skn
+
   |author  = Slumber
   |id      = skn.HungerMod
+
   |id      = SlumbR.NoPovertyByDisconnect
   |nexus  = 3270<!--was 1127 before re-release-->
+
   |nexus  = 11529
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Screenshots, Screenshot
+
   |name    = No Quarry
   |author  = aedenthorn, Erinthe
+
   |author  = mlambley
   |id      = aedenthorn.Screenshot
+
   |id      = mlambley.NoQuarry
   |nexus  = 10178
+
   |nexus  = 19410
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sounds
+
   |name    = Normalize AI for Inworld AI Mod, Normalize AI
   |author  = BleakCodex
+
   |author  = Platonymous
   |id      = BleakCodex.SimpleSounds
+
   |id      = Platonymous.NormalizeAI
   |nexus  = 14540
+
  |moddrop = 1521423
   |github  = BleakCodex/SimpleSounds
+
   |nexus  = 19334
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sprinkler
+
   |name    = No Rumble Horse
   |author  = ADoby, tZed, Tobias Z
+
   |author  = Xangria
   |id      = tZed.SimpleSprinkler
+
   |id      = Xangria.NoRumbleHorse
   |nexus  = 76
+
   |nexus  = 1779
   |github  = ADoby/SimpleSprinkler
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = use [[#Updated No Rumble Horse|Updated No Rumble Horse]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simplified Achievements
+
   |name    = No Seeds
   |author  = cel10e
+
   |author  = lech43
   |id      = cel10e.SimplifiedAchievements
+
   |id      = lech43.NoSeeds
  |moddrop = 909416
+
   |nexus  = 6392
   |nexus  = 8026
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Single-Player Regen, Single-Player Sleep
+
   |name    = No Seeds From Trees Fix
   |author  = MindMeltMax
+
   |author  = KirbyLink
   |id      = MindMeltMax.SPRegen
+
   |id      = kirbylink.noseedsfromtreesfix
   |nexus  = 6778
+
   |nexus  = 2947
   |moddrop = 1135654
+
  |github  = KirbyLink/NoSeedsFromTreesFix
   |github  = MindMeltMax/Stardew-Valley-Mods
+
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = obsolete
 +
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = No Soil Decay
 +
  |author  = ThatNorthernMonkey
 +
  |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
 +
  |nexus  = 237
 +
   |github  = ThatNorthernMonkey/NoSoilDecay
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = workaround
 +
  |summary  = use [[#No Soil Decay On Farm|No Soil Decay On Farm]] or [[#No Soil Decay Redux|No Soil Decay Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit and Rest
+
   |name    = No Soil Decay On Farm
   |author  = Krutonium
+
   |author  = A_Dude
   |id      = Krutonium.SitandRest
+
   |id      = A_Dude.NoSoilDecayOnFarm
   |nexus  = 7403
+
   |nexus  = 8071
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit For Stamina
+
   |name    = No Soil Decay Redux
   |author  = Entoarox
+
   |author  = Platonymous
   |id      = Entoarox.SitForStamina
+
   |id      = Platonymous.NoSoilDecayRedux
   |nexus  = 7334
+
  |curse  = 307727
   |github  = Entoarox/StardewMods
+
  |moddrop = 793930
 +
   |nexus  = 1084
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Note Blocks
 +
  |author  = Yaramy
 +
  |id      = yaramy.noteblocks
 +
  |nexus  = 6646
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit n' Relax: Rest Your Butt
+
   |name    = Notes
   |author  = MissCoriel
+
   |author  = Platonymous
   |id      = misscoriel.sitnrelax
+
   |id      = Platonymous.Notes
   |nexus  = 7336
+
   |nexus  = 3068
   |github  = MissCoriel/Sit-n-Relax
+
  |moddrop = 793905
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Siv's Marriage
+
   |name    = Not Far From The Tree
   |author  = sivolobwho, Tori Leblanc, Siv
+
   |author  = TheElm
   |id      = 6266959802, medoli900.Siv's Marriage Mod, Siv.MarriageMod<!--official, two 1.2.3-unofficial versions-->
+
   |id      = TheElm.NotFarFromTheTree
   |nexus  = 366
+
   |nexus  = 4739
   |github  = tlcasebeer/SivsMarriageMod
+
   |github  = GStefanowich/SDV-NFFTT
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use {{nexus mod|10206|Looking For Love}} instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sixty-Nine Shirt, Sixty-Nine
+
   |name    = No Thunder Sound
   |author  = aedenthorn, Erinthe
+
   |author  = Sto13
   |id      = aedenthorn.SixtyNine
+
   |id      = Sto13.NoThunderSound
   |nexus  = 6969
+
   |nexus  = 14414
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sizable Fish
+
   |name    = No Transitions
   |author  = spacechase0
+
   |author  = crazywig
   |id      = spacechase0.SizableFish
+
   |id      = crazywig.notransitions
   |nexus  = 14267
+
   |nexus  = 7354
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skateboard
+
   |name    = No Warp Delay
   |author  = aedenthorn, Erinthe
+
   |author  = Tran Minh Thong
   |id      = aedenthorn.Skateboard
+
   |id      = no.warp.delay
   |nexus  = 13096
+
   |nexus  = 19805
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skillful Clothes
+
   |name    = Now Playing
   |author  = LunaticShade
+
   |author  = John Peters
   |id      = LunaticShade.SkillfulClothes
+
   |id      = JohnPeters.NowPlaying
   |nexus  = 8541
+
   |nexus  = 19441
   |github  = LunaticShade/StardewValley.SkillfulClothes
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige
+
   |name    = NPC Adventures, It's Time to Adventure
   |author  = Alphablackwolf
+
   |author  = PurrplingCat
   |id      = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
+
   |id      = purrplingcat.npcadventure
   |nexus  = 569
+
  |curse  = 577730
   |github  = Alphablackwolf/SkillPrestige
+
   |nexus  = 4582
 +
   |github  = purrplingcat/PurrplingMod
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
  |unofficial version = 1.2.4-unofficial.14-libraryaddict
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-27945
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Cooking Skill, Cooking Skill Prestige Adapter
+
   |name    = NPC Bucket for HB, NPC Bucket
   |author  = Alphablackwolf
+
   |author  = shounlol
   |id      = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
+
   |id      = shounlol.NPCBucket
   |nexus  = 569
+
   |nexus  = 20328
   |github  = Alphablackwolf/SkillPrestige
+
   |github  =
 
 
  |broke in          = Stardew Valley 1.3
 
  |unofficial version = 1.2.4-unofficial.13-Jiopaba
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23768
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Luck Skill
+
   |name    = NPC Clothing Framework
   |author  = Alphablackwolf
+
   |author  = aedenthorn, Erinthe
   |id      = Alphablackwolf.LuckSkillPrestigeAdapter
+
   |id      = aedenthorn.NPCClothing
   |nexus  = 569
+
   |nexus  = 13940
   |github  = Alphablackwolf/SkillPrestige
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.2.4-unofficial.13-Jiopaba
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23768
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Magic
+
   |name    = NPC Geometry
   |author  = Alphablackwolf
+
   |author  = ichortower
   |id      = alphablackwolf.MagicPrestigeAdapter
+
   |id      = ichortower.NPCGeometry
   |nexus  = 569
+
   |nexus  = 19259
   |github  = Alphablackwolf/SkillPrestige
+
   |github  = ichortower/NPCGeometry
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.2.4-unofficial.13-Jiopaba
+
   |status  = obsolete
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23768
+
   |summary  = remove this mod (equivalent features added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Rings
+
   |name    = NPC Gift Multipliers
   |author  = AlphaMeece
+
   |author  = XxHarvzBackxX
   |id      = AlphaMeece.SkillRings
+
   |id      = harvz.NPCGiftMultipliers
   |nexus  = 7515
+
   |nexus  = 23139
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Training
+
   |name    = NPC Map Locations
   |author  = spacechase0
+
   |author  = Bouhm and Pathoschild
   |id      = spacechase0.SkillTraining
+
   |id      = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
   |nexus  = 14452
+
   |nexus  = 239
   |github  = spacechase0/StardewValleyMods
+
   |github  = Bouhm/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Dialogue
+
   |name    = NPC Map Locations Extra Config
   |author  = FricativeMelon
+
   |author  = trashcan9
   |id      = FricativeMelon.SkipDialogue
+
   |id      = trashcan9.NPCMapLocations.ExtraConfig
   |nexus  = 15311
+
   |nexus  = 16236
   |github  = FricativeMelon/SkipDialogue
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Fishing Minigame
+
   |name    = NPC Path Displayer, Path Display
   |author  = DewMods
+
   |author  = Akago
   |id      = DewMods.StardewValleyMods.SkipFishingMinigame
+
   |id      = akago.PathDisplay
   |nexus  = 2697
+
   |nexus  = 7563
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Intro
+
   |name    = NPC Speak
   |author  = Pathoschild
+
   |author  = jwdred
   |id      = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
+
   |id      =
   |nexus  = 533
+
   |nexus  = 694
   |moddrop = 606601
+
  |github  =
   |github = Pathoschild/StardewMods
+
 
 +
   |status  = obsolete
 +
   |summary = remove this mod (use [[Modding:Console commands#Dialogue|built-in debug commands]] instead).
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Start
+
   |name    = NPC Tokens, NPC Tokens for Content Patcher
   |author  = DeadRobotDev
+
   |author  = siliconmodding
   |id      = DeadRobotDev.SkipStart
+
   |id      = siliconmodding.NPCTokens
   |nexus  = 11885
+
   |nexus  = 23637
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Text
+
   |name    = Nuclear Valley - PG, Nuclear Bomb
   |author  = CrunchyDuck
+
   |author  = ApryllForever
   |id      = CrunchyDuck.SkipText
+
   |id      = ApryllForever.NuclearBomb, ApryllForever.NuclearBombLocations<!--both mods bundled into same download-->
   |nexus  = 8947
+
   |nexus  = 23339
   |github  = CrunchyDuck/Stardew-Skip-Text
+
   |github  = ApryllForever/NuclearBombLocations
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Drill
+
   |name    = Numerical Health
   |author  = S1mmyy
+
   |author  = Hydrox, hydrox6
   |id      = S1mmyy.SkullCavernDrill
+
   |id      = Hydrox.NumericalHealth
   |nexus  = 6121
+
   |nexus  = 4863
   |github  = S1mmyy/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Drill Redux
+
   |name    = Object Import Map, Import Map
   |author  = NetworkOverflow
+
   |author  = aedenthorn, Erinthe
   |id      = NetworkOverflow.SkullCavernDrillRedux
+
   |id      = aedenthorn.ImportMap
   |nexus  = 16533
+
   |nexus  = 10965
   |github  = AndrewGraber/Skull-Cavern-Drill-Redux
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Elevator
+
   |name    = Object Product Display
   |author  = Bifibi, Lestoph
+
   |author  = aedenthorn, Erinthe
   |id      = SkullCavernElevator
+
   |id      = aedenthorn.ObjectProductDisplay
   |nexus  = 963
+
   |nexus  = 18365
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Toggle
+
   |name    = Object Progress Bars
   |author  = TheMightyAmondee, MightyAmondee
+
   |author  = Adeel Tariq
   |id      = TheMightyAmondee.SkullCavernToggle
+
   |id      = Adeel.ObjectProgressbars
   |nexus  = 7908
+
   |nexus  = 2803
   |github  = TheMightyAmondee/SkullCavernToggle
+
   |github  = AdeelTariq/ObjectProgressBars
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Object Progress Bars Continued|Object Progress Bars Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep Wherever
+
   |name    = Object Progress Bars Continued
   |author  = Vexorth
+
   |author  = adelmoral, Andrés del Moral
   |id      = Vexorth.SleepWherever
+
   |id      = Moral.ObjectProgressbarsContinued
   |nexus  = 16674
+
   |nexus  = 22005
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep In Wedding
+
   |name    = Object Time Left
   |author  = atravita
+
   |author  = spacechase0
   |id      = atravita.SleepInWedding
+
   |id      = spacechase0.ObjectTimeLeft
   |curse  = 870963
+
   |curse  = 867757
   |moddrop = 1294437
+
   |moddrop = 131148
   |nexus  = 15006
+
   |nexus  = 1315
   |github  = atravita-mods/StardewMods
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepless Fisherman
+
   |name    = Ocarina of Time, Ocarina of Time Melodies
   |author  = Annosz
+
   |author  = LokiG4m3r
   |id      = Annosz.SleeplessFisherman
+
   |id      = LokiG4m3r.OcarinaOfTimeMelodies
   |nexus  = 5915
+
   |nexus  = 21819
   |github  = Annosz/StardewValleyModding
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepless in Stardew
+
   |name    = OK Night Check
   |author  = instafluff
+
   |author  = aedenthorn, Erinthe
   |id      = instafluff.sleeplessinstardew
+
   |id      = aedenthorn.OKNightCheck
   |nexus  = 5445
+
   |nexus  = 14231
   |github  = instafluff/SleeplessInStardew
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepovers
+
   |name    = OmniFarm
   |author  = bwdy
+
   |author  = lambui
   |id      = bwdy.sleepovers
+
   |id      = PhthaloBlue.Omnifarm
   |nexus  = 3531
+
   |nexus  =
   |github  = bwdymods/SDV-Sleepovers
+
  |url    = https://community.playstarbound.com/threads/127299
 +
   |github  = lambui/StardewValleyMod_OmniFarm
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 2.0.5-unofficial.2-glimmerDev
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121265
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep Worker
+
   |name    = Omni Swing
   |author  = Platonymous
+
   |author  = Alejandro Akbal
   |id      = Platonymous.SleepWorker
+
   |id      = AlejandroAkbal.OmniSwing
  |curse  = 877233
+
   |nexus  = 7877
  |moddrop = 793835
+
   |github  = AlejandroAkbal/Stardew-Valley-OmniSwing-Mod
   |nexus  = 2062
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepy Eye
+
   |name    = Omni Tools
  |author  = spacechase0
 
  |id      = spacechase0.SleepyEye
 
  |curse  = 867761
 
  |moddrop = 129011
 
  |nexus  = 1152
 
  |github  = spacechase0/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Slime Hutch Water Spots
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SlimeHutchWaterSpots
+
   |id      = aedenthorn.OmniTools
   |nexus  = 13778
+
  |curse  = 868690
 +
   |nexus  = 14865
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123180
 +
  |unofficial version = 0.8.3-unofficial.3-aschismatism
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Mods, Slime Minigame, Slime QOL
+
   |name    = One Click Shed Reloader
   |author  = Tofu, SadDodo
+
   |author  = BitwiseJon
   |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
+
   |id      = BitwiseJonMods.OneClickShedReloader
   |nexus  = 2743
+
   |nexus  = 2052
   |github  =
+
   |github  = bitwisejon/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Produce
+
   |name    = One Day at a Time
   |author  = exotico
+
   |author  = Miome
   |id      = exotico.SlimeProduce
+
   |id      = Miome.OneDayAtATime
   |nexus  = 7634
+
   |nexus  = 8870
   |github  = andraemon/SlimeProduce
+
   |github  = miome/OneDayAtATime
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Spawner
+
   |name    = One Silo Storage
   |author  = aurnj, Roy Li
+
   |author  = SorryLate, rharyanto
   |id      = RuyiLi.SlimeSpawner
+
   |id      = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
   |nexus  =
+
   |nexus  = 5150
  |url    = https://community.playstarbound.com/threads/slime-spawner.129326/
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
  |status  = workaround
 +
  |summary  = Use [[#Silo Size|Silo Size]] instead.
 +
   |broke in = SMAPI 3.12.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slim Hutch
+
   |name    = One Sprinkler One Scarecrow
   |author  = Peasly Wellbott
+
   |author  = Mizzion
   |id      = Wellbott.SlimHutchCode
+
   |id      = mizzion.onesprinkleronescarecrow
   |nexus  = 7424
+
   |nexus  = 3633
   |github  = Wellbott/StardewValleyMods
+
  |moddrop = 661376
 +
   |github  = Mizzion/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slingshot Rebalance
+
   |name    = One Tile High Budget TV, One-Tile Budget TV Screen Fix
   |author  = Redwood, Towering Redwood
+
   |author  = Khitiara
   |id      = Redwood.SlingshotRebalance
+
   |id      = Khitiara.BudgetTVFix
   |nexus  = 14391
+
   |nexus  = 20955
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slower Fence Decay
+
   |name    = Online Splitscreen
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = DeLiXx
   |id      = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
+
   |id      = DeLiXx.Online_Splitscreen
   |nexus  = 252
+
   |nexus  = 12291
   |source  = https://gitlab.com/speeder1/FenceSlowDecayMod
+
  |github  =
 +
   |source  =
  
  |broke in = SMAPI 2.0
+
   |status  = abandoned
   |status   = workaround
 
  |summary = use [[#No Fence Decay|No Fence Decay]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smack Dat Scarecrow
+
   |name    = Only Fish Consume Bait, Only Fishes Consume Bait
   |author  = furyx639
+
   |author  = MercuryVN
   |id      = furyx639.SmackDatScarecrow
+
   |id      = MercuryVN.OnlyFishConsumeBait
  |curse  = 871830
+
   |nexus  = 22766
   |nexus  = 13528
+
   |github  = MercuryVN/OnlyFishConsumeBait
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Small Beach Farm
+
   |name    = Only Iridium
   |author  = Pathoschild
+
   |author  = xiaoye97
   |id      = Pathoschild.SmallBeachFarm
+
   |id      = xiaoye97.OnlyIridium
   |nexus  = 3750
+
   |nexus  = 4471
  |moddrop = 606555
+
   |github  =
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smaller Fish Ponds, Fish Well
+
   |name    = Open Hearts
   |author  = Peasly Wellbott
+
   |author  = MedievalAI
   |id      = Wellbott.FishWell
+
   |id      = MedievalAI.OpenHearts
   |nexus  = 7651
+
   |nexus  = 16944
   |github  = Wellbott/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Building
+
   |name    = Orchard - Better Fruit Trees
   |author  = DecidedlyHuman
+
   |author  = Saitoue
   |id      = DecidedlyHuman.SmartBuilding
+
   |id      = Saitoue.Orchard
   |nexus  = 11158
+
   |nexus  = 13867
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  = Saitoue/Orchard
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Cursor
+
   |name    = Ordinary Capsule
   |author  = DecidedlyHuman
+
   |author  = LeFauxMatt
   |id      = DecidedlyHuman.SmartCursor
+
   |id      = furyx639.OrdinaryCapsule
   |nexus  = 13268
+
  |curse  = 871831
   |github  = DecidedlyHuman/StardewValleyMods
+
   |nexus  = 13489
 +
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Cursor
+
   |name    = Ore Detector
   |author  = stokastic
+
   |author  = AvalonMFX
   |id      = stokastic.SmartCursor
+
   |id      = AvalonMFX.OreDetector
   |nexus   = 2458
+
   |curse   = 1017154
   |github  = stokastic/SmartCursor
+
   |nexus   = 23312
 
+
   |github  = 1Avalon/Ore-Detector
   |broke in          = SMAPI 3.0
 
   |unofficial version = 1.1.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324498
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SmartMod
+
   |name    = Ore Increaser
   |author  = KuroBear
+
   |author  = crazywig
   |id      = KuroBear.SmartMod
+
   |id      = crazywig.oreincrease
   |nexus  =
+
   |nexus  = 7370
  |url    = https://community.playstarbound.com/threads/108104
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smol Fish
+
   |name    = Ore Increase V3
   |author  = gbromios
+
   |author  = KKramer85
   |id      = gbromios.SmolFish
+
   |id      = OreIncreaseV3
   |nexus  = 14287
+
  |curse  = 994197
 +
  |moddrop = 1475534
 +
   |nexus  = 19132
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snack Anything
+
   |name    = Organize Inventory Shortcut
   |author  = Cherry, ChroniclerCherry
+
   |author  = Yyeahdude
   |id      = Cherry.SnackAnything
+
   |id      = Yyeahdude.OrganzieShortcut
   |nexus  = 5196
+
   |nexus  = 4772
  |moddrop = 716397
+
   |github  =
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snail Mail
+
   |name    = Ornamental
   |author  = Darkhax
+
   |author  = Taskmaster
   |id      = darkhax.snailmail
+
   |id      = Taskmaster.Ornamental
   |nexus  =
+
   |nexus  = 4981
  |curse  = 307861
+
   |github  =
   |github  = Stardew-Valley-Modding/Snail-Mail
 
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snow Crab
+
   |name    = Ornithologist's Guild
   |author  = John Peters
+
   |author  = Ivy
   |id      = JohnPeters.SnowCrab
+
   |id      = Ivy.OrnithologistsGuild
   |nexus  = 11302
+
   |nexus  = 14510
   |github  =
+
   |github  = greyivy/OrnithologistsGuild
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Socializing Skill
+
   |name    = OST Player
   |author  = drbirbdev
+
   |author  = ProfeJavix
   |id      = drbirbdev.SocializingSkill
+
   |id      = ProfeJavix.OstPlayer
   |nexus  = 14142
+
   |nexus  = 25203
   |github  = StardewModders/mod-translations
+
   |github  = ProfeJavix/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Network
+
   |name    = Outfit Disable
   |author  = Cecidelus
+
   |author  = idermailer
   |id      = Cecidelus.SocialNetwork
+
   |id      = idermailer.OutfitDisable
   |nexus  = 8255
+
   |nexus  = 23346
   |github  =
+
   |github  = idermailer/OutfitDisable
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Page Order Button
+
   |name    = Outfit Sets
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SocialPageOrderButton
+
   |id      = aedenthorn.OutfitSets
   |nexus  = 7871
+
   |nexus  = 13888
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Page Order Menu
+
   |name    = Out of Season Bonuses, Seasonal Items
 +
  |author  = Midori Armstrong, azureglasses
 +
  |id      = midoriarmstrong.seasonalitems
 +
  |nexus  = 1452
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Overworld Chests
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SocialPageOrderMenu
+
   |id      = aedenthorn.OverworldChests
   |nexus  = 13698
+
   |nexus  = 7710
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in          = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
 +
  |unofficial version = 0.5.4-unofficial.2-mouahrara
 +
  |summary            = {{github|mouahrara/aedenthorn}}#OverworldChests
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Tab Patch for Unlimited Players
+
   |name    = OwO Stawdew Vawwey
   |author  = funny-snek
+
   |author  = CrunchyDuck
   |id      = funnysnek.socialtabpatch
+
   |id      = CrunchyDuck.OwOMod
   |nexus  = 2981
+
   |nexus  = 8923
   |github  =
+
   |github  = CrunchyDuck/OwO-Stawdew-Vawwey
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Solid Foundations
+
   |name    = P2P Animal Noise
   |author  = PeacefulEnd
+
   |author  = Modotte
   |id      = PeacefulEnd.SolidFoundations
+
   |id      = modotte.P2PAnimalNoise
   |nexus  = 12311
+
   |nexus  = 17383
   |github  = Floogen/SolidFoundations
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Solid Foundations → Automate Integration
+
   |name    = Pacifist Valley
   |author  = PeacefulEnd
+
   |author  = aedenthorn, Erinthe
   |id      = PeacefulEnd.SolidFoundationsAutomate
+
   |id      = Aedenthorn.PacifistValley
   |nexus  = 12311
+
   |nexus  = 5464
   |github  = Floogen/SolidFoundations
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sona's Farm
 
  |author  = Kerlin & Sona
 
  |id      = kerlin.sonasfarm
 
  |nexus  = 8545
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sonic Shoes
 
  |author  = lilico
 
  |id      = lilico.SonicShoes
 
  |nexus  = 10226
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sorted Storages
 
  |author  = TeamCoFH, Tech, Zeldo
 
  |id      = Zeldo.LinkedStorages
 
  |nexus  =
 
  |curse  = 290653
 
  |github  =
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] instead.
+
   |summary  = use [[#Pacifist Valley - Continued|Pacifist Valley - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sorting Chests
+
   |name    = Pacifist Valley - Continued
   |author  = aRooooooba
+
   |author  = aedenthorn and FlyingTNT
   |id      = aRooooooba.SortingChests
+
   |id      = FlyingTNT.PacifistValley
   |nexus  = 8224
+
   |nexus  = 23109
   |github  = aRooooooba/SortingChests
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Effect Replacement
+
   |name    = Painting Display
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SoundEffectReplacement
+
   |id      = aedenthorn.PaintingDisplay
   |nexus  = 10232
+
   |nexus  = 10918
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Loop Mod
+
   |name    = Panning Upgrades
   |author  = strelkasaur
+
   |author  = drbirbdev
   |id      = com.strelkasaurus.sm.soundloop
+
   |id      = drbirbdev.PanningUpgrades
   |nexus  = 13099
+
   |nexus  = 12242
   |github  =
+
   |github  = drbirbdev/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sounds Patcher
+
   |name    = Panning Upgrades Extra Config
   |author  = MindMeltMax
+
   |author  = trashcan9
   |id      = MindMeltMax.SoundsPatcher
+
   |id      = trashcan9.PanningUpgrades.ExtraConfig
   |nexus  = 7465
+
   |nexus  = 16234
   |moddrop = 1135690
+
   |github  =
   |github  = MindMeltMax/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Panning Upgrades-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Tweaker
+
   |name    = Paper Mario Partners for Stardew Valley
   |author  = aedenthorn, Erinthe
+
   |author  = AnotherStardewValleySunday
   |id      = aedenthorn.SoundTweaker
+
   |id      = AnotherStardewValleySunday.PaperMarioPartners
   |nexus  = 14767
+
   |nexus  = 14638
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SpaceCore
+
   |name    = Paritee's Better Farm Animal Variety
   |author  = spacechase0
+
   |author  = Paritee
   |id      = spacechase0.SpaceCore
+
   |id      = Paritee.BetterFarmAnimalVariety
   |curse   = 867152
+
   |nexus   = 3296
   |moddrop = 136998
+
   |github  = paritee/Paritee.StardewValley.Frameworks
   |nexus   = 1348
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 +
<!--
 +
   |unofficial version = 3.2.4-unofficial.kelvinrosa-mouseypounds-elbe
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-47274
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn Monsters
+
   |name    = Paritee's Treat Your Animals
   |author  = Berisan
+
   |author  = Paritee
   |id      = Berisan.SpawnMonsters
+
   |id      = Paritee.TreatYourAnimals
   |nexus  = 3201
+
   |nexus  = 3375
   |github  = Berisan/SpawnMonsters
+
   |github  = paritee/Paritee.StardewValley.Frameworks
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.1.2-unofficial.2-Strobe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29316
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn More Rocks
+
   |name    = Parsnips
   |author  = Mase
+
   |author  = MarthaSolomon, SolomonsWorkshop
   |id      = Mase.SpawnMoreRocks
+
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
   |nexus  = 7423
+
   |nexus  = 2166
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Special Orders Anywhere, Special Orders (and More) Anywhere
+
   |name    = Parsnips Absolutely Everywhere But It's Garlic, Garlics
   |author  = AcidicNic
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = acidicnic.SpecialOrdersAnywhere
+
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
   |nexus  = 7588
+
   |nexus  = 3524
   |github  = AcidicNic/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Special Orders Tags Extended
+
   |name    = Partial Hearts
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.SpecialOrdersExtended
+
   |id      = aedenthorn.PartialHearts
   |curse   = 870988
+
   |nexus   = 11628
   |moddrop = 1086743
+
   |github  = aedenthorn/StardewValleyMods
   |nexus   = 9855
+
 
   |github = atravita-mods/StardewMods
+
   |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.2.2-unofficial.1-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#PartialHearts
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Specify Gift Taste Portraits
+
   |name    = Particle Effects
   |author  = Button, Spiderbuttons
+
   |author  = aedenthorn, Erinthe
   |id      = Button.SpecifyGiftTastePortraits
+
   |id      = aedenthorn.ParticleEffects
   |nexus  = 15882
+
   |curse   = 868786
  |github  =
+
   |nexus  = 11056
}}
+
   |github  = aedenthorn/StardewValleyMods
{{#invoke:SMAPI compatibility|entry
 
   |name    = Speed Mod
 
  |author  = Blackclaw
 
  |id      = Blackclaw.SpeedMod
 
   |nexus  = 5082
 
   |github  = Xebeth/StardewValley-SpeedMod
 
  
   |broke in = Stardew Valley 1.5.5<!--@retest-after Mod Settings Tab-->
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speedrun Practice Mod
+
   |name    = Particle Framework
   |author  = Underscore
+
   |author  = Espy
   |id      = underscore.speedrun_practie
+
   |id      = Espy.ParticleFramework
   |nexus  = 7337
+
   |nexus  = 23544
   |github  = Underscore76/SDVPracticeMod
+
   |github  = Smoked-Fish/ParticleFramework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spelldew Valley
+
   |name    = Part of the Community
   |author  = instafluff
+
   |author  = bmarquismarkail, Space Baby
   |id      = instafluff.spelldewvalley
+
   |id      = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
   |nexus  = 7322
+
  |nexus  = 923
   |github  = instafluff/SpelldewValley
+
  |github  = bmarquismarkail/SV_PotC
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Passable Crops
 +
  |author  = NCarigon
 +
  |id      = NCarigon.PassableCrops
 +
   |nexus  = 15223
 +
   |github  = ncarigon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny
+
   |name    = Passable Descents
   |author  = spacechase0
+
   |author  = Rokugin
   |id      = spacechase0.Spenny
+
   |id      = Rokugin.PassableDescents
  |curse  = 867742
+
   |nexus  = 22592
  |moddrop = 771624
+
   |github  = rokugin/StardewMods
   |nexus  = 2755
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny Deluxe
+
   |name    = Passable Ladders
   |author  = spacechase0
+
   |author  = J_Hizzal
   |id      = spacechase0.SpennyDeluxe
+
   |id      = J_Hizzal.PassableLadders
   |nexus  = 14984
+
   |nexus  = 2985
   |github  = spacechase0/StardewValleyMods
+
   |github  = joelra/SDV-PassableLadders
 +
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.1.1-unofficial.1-Drake1427
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-5#post-3352839
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny Lite
+
   |name    = Passable Objects
   |author  = spacechase0
+
   |author  = punyo, yakminepunyo
   |id      = spacechase0.SpennyLite
+
   |id      = punyo.PassableObjects
   |nexus  = 14249
+
   |nexus  = 2329
   |github  = spacechase0/StardewValleyMods
+
   |github  = pomepome/PassableObjects
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spice of Life
+
   |name    = Passerby Cemetery, ClownSharp
   |author  = KarratKake
+
   |author  = DecidedlyHuman and fellowclown
   |id      = KarratKake.SpiceOfLife
+
   |id      = DecidedlyHuman.ClownsSqueakyTools
   |nexus  = 7398
+
   |nexus  = 22600
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Splash Text
+
   |name    = Passive Friendship
   |author  = sophie
+
   |author  = StultusV
   |id      = sophie.SplashText
+
   |id      = StultusV.PassiveFriendship
   |nexus  = 14416
+
   |nexus  = 8732
   |github  = sophiesalacia/StardewMods
+
   |github  = JudeRV/Stardew-PassiveFriendship
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Pause in Multiplayer, Pause Time in Multiplayer
 +
  |author  = jorgamun
 +
  |id      = jorgamun.PauseInMultiplayer
 +
  |nexus  = 10328
 +
  |moddrop = 1068093
 +
  |github  = jorgamun/PauseInMultiplayer
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Pause Time in Multiplayer Revived|Pause Time in Multiplayer Revived]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Screen Manager
+
   |name    = Pause Sync
   |author  = RomenH
+
   |author  = Terrorbladed
   |id      = RomenH.SplitScreenManager
+
   |id      = Tb.Stardew_Pause_Sync
   |nexus  = 12063
+
   |nexus  = 10160
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spoilage
+
   |name    = Pause Time in Multiplayer Revived
   |author  = aedenthorn, Erinthe
+
   |author  = mishmaash
   |id      = aedenthorn.Spoilage
+
   |id      = mishmaash.PauseInMultiplayer
   |nexus  = 14712
+
   |nexus  = 21327
   |github  = aedenthorn/StardewValleyMods
+
   |github  = mishagp/PauseInMultiplayer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spooky Big Pumkin, Spooky_pumkin
+
   |name    = Pause While Sitting
   |author  = Dounat2201, Sasara
+
   |author  = heyseth
   |id      = Sasara.pumkin
+
   |id      = heyseth.sitpause
   |nexus  = 4586
+
   |nexus  = 8295
   |github  =
+
   |github  = heyseth/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse Outdoor Area
+
   |name    = PDQ Paths
   |author  = Shaklin
+
   |author  = Jaredlll08
   |id      = shaklin.spouseoutdoorarea
+
   |id      = BlameJared.PDQPaths
   |nexus  = 6747
+
   |nexus  =
 +
  |curse  = 307090
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouses in Ginger Island, Spouses' Island
+
   |name    = Pelican Fiber
   |author  = mistyspring
+
   |author  = jwdred
   |id      = mistyspring.spousesisland, mistyspring.SpouseRoomCode<!--changed in 3.0-->
+
   |id      = jwdred.PelicanFiber
   |curse   = 880521
+
   |nexus  = 631
   |nexus   = 11037
+
   |github  = jdusbabek/stardewvalley
   |github  = misty-spring/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.3.11
 +
<!--
 +
   |unofficial version = 3.1.1-unofficial.11-strobe
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-45215
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse's Room Mod
+
   |name    = Pelican Postal Service
   |author  = Wata, Watagatapitusberry
+
   |author  = ElectroCrumpet
   |id      = Spouseroom
+
   |id      = ElectroCrumpet.PelicanPostalService
   |nexus  =
+
   |nexus  = 2770
  |url    = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.0.7-unofficial.1-Strobe
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357484
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse Stuff
+
   |name    = Pelican TTS
   |author  = hquake, Per Sikker Hansen, Sikker
+
   |author  = Platonymous
   |id      = Sikker.SpouseStuff
+
   |id      = Platonymous.PelicanTTS
   |nexus  = 4651
+
   |nexus  = 1079
   |github  = sikker/SpouseStuff
+
  |moddrop = 793929
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinkler Activation
+
   |name    = Pelican xVASynth
  |author  = Blaxsmith
 
  |id      = Blaxsmith.SprinklerActivation
 
  |nexus  = 7661
 
  |github  = Blaxsmith/SprinklerActivation
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sprinkler Mod
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SprinklerMod
+
   |id      = aedenthorn.PelicanxVASynth
   |nexus  = 15385
+
   |nexus  = 10250
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint and Dash Buttons, Sprint and Dash Mod
+
   |name    = People Seeds
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = bwdy
   |id      = SPDSprintAndDash
+
   |id      = bwdy.peopleseeds
   |nexus  = 235
+
   |nexus  = 3635
 
   |github  =
 
   |github  =
   |source  = https://gitlab.com/speeder1/SPDSprintAndDashMod
+
 
 +
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint and Dash Redux
+
   |name    = Percent of Max Stamina and Health Regeneration, Regen Percent
   |author  = littleraskol
+
   |author  = MercuriusXeno
   |id      = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
+
   |id      = Mercurius.RegenPercent
   |nexus  = 560
+
   |nexus  = 20900
  |moddrop = 827770
+
   |github  = MercuriusXeno/RegenPercent
   |github  = littleraskol/Sprint-And-Dash-Redux
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinting
+
   |name    = Perfection Tweaker
   |author  = Patrick, mistersnuggler
+
   |author  = shekurika
   |id      =
+
   |id      = shekurika.PerfectionTweaker
   |nexus  =
+
   |nexus  = 8615
  |url    = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
+
   |github  =
   |github  = oliverpl/SprintingMod
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Sprint (unidarkshin)|Sprint (unidarkshin)]], [[#Sprint and Dash Buttons|Sprint and Dash Buttons]], [[#Sprint and Dash Redux|Sprint and Dash Redux]], or [[#Sprint Sprint|Sprint Sprint]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinting
+
   |name    = Perfect Trinkets
   |author  = onemix
+
   |author  = season
   |id      = onemix.Sprinting
+
   |id      = season.PerfectTrinkets
   |nexus  = 10469
+
   |nexus  = 22358
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
+
   |name    = Permanent Cellar
   |author  = Abs, abslam
+
   |author  = CyanFire
   |id      = abs.SprintNRegen
+
   |id      = CF.PermanentCellar
   |nexus  = 4898
+
   |nexus  = 17257
   |github  =
+
   |github  = CyanFireUK/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint Sprint, Sprint Sprint Sprint
+
   |name    = Permanent Cookout Kit And Better Charcoal Kiln, Better Cookout Kit And Charcoal Kiln
   |author  = Jessebot, JessebotX
+
   |author  = Goldenrevolver
   |id      = Jessebot.SprintSprint, Jessebot.SprintSprintSprint<!-- changed when mod renamed-->
+
   |id      = Goldenrevolver.PermanentCookoutKit
   |nexus  = 4778
+
   |nexus  = 8035
   |github  = JessebotX/StardewValleyMods
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint (unidarkshin)
+
   |name    = Persia the Mermaid, PersiaMod
   |author  = unidarkshin, Devin Lematty
+
   |author  = Avalon, Avalonii
   |id      = DevinLematty.Sprint
+
   |id      = 63b9f419-7449-42db-ab2e-440b4d05c073
   |nexus  = 7492
+
   |nexus  = 1419
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-57#post-3358211 unofficial conversion to Content Patcher].
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint (Yoshify)
+
   |name    = Persistent Buffs
   |author  = Yoshify
+
   |author  = aceynk
   |id      =
+
   |id      = aceynk.PersistentBuffs
   |nexus  = 2
+
   |nexus  = 25593
 +
  |github  = aceynk/PersistentBuffs
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Persistent Game Options
 +
  |author  = Xangria
 +
  |id      = Xangria.PersistentGameOptions
 +
  |nexus  = 1778
 
   |github  =
 
   |github  =
 
+
   |broke in = SMAPI 3.0
   |broke in = SMAPI 0.39.1
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Sprint (unidarkshin)|Sprint (unidarkshin)]], [[#Sprint and Dash Buttons|Sprint and Dash Buttons]], [[#Sprint and Dash Redux|Sprint and Dash Redux]], or [[#Sprint Sprint|Sprint Sprint]] instead.
+
   |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = SpriteMaster
 
  |author  = Ameise, Ameisen, mkukli
 
  |id      = DigitalCarbide.SpriteMaster
 
  |nexus  = 4922
 
  |github  = ameisen/SV-SpriteMaster
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprites in Detail
+
   |name    = Persistent Grange Display
   |author  = BleakCodex
+
   |author  = aedenthorn, Erinthe
   |id      = BleakCodex.SpritesInDetail
+
   |id      = aedenthorn.PersisitentGrangeDisplay
   |nexus  = 14487
+
   |nexus  = 7977
   |github  = BleakCodex/SpritesInDetail
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stabbing Sword Special
+
   |name    = Persistent Mines
   |author  = Peasly Wellbott
+
   |author  = spacechase0
   |id      = Wellbott.StabbingSwordSpecial
+
   |id      = spacechase0.PersistentMines
   |nexus  = 7683
+
   |nexus  = 14985
   |github  = Wellbott/StardewValleyMods
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Check Fix
+
   |name    = Persistent Qi Beans and Qi Fruit and Calico Eggs
   |author  = punyo, yakminepunyo
+
   |author  = Dragoon23
   |id      = punyo.StackCheckFix
+
   |id      = Dragoon23.PersistentQiBeans
   |nexus  = 2433
+
   |nexus  = 24719
   |github  = pomepome/StackCheckFix
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stacked Item Icons
+
   |name    = Persival's Bundle Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Persival
   |id      = aedenthorn.StackedItemIcons
+
   |id      =
  |curse  = 868678
+
   |nexus  = 438
  |nexus  = 15468
+
   |github  =
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stack Everything
 
  |author  = CatCattyCat, Cat
 
  |id      = cat.stackeverything
 
   |nexus  = 2053
 
  |moddrop = 833551
 
   |github  = danvolchek/StardewMods
 
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.1
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
+
   |status  = workaround
   |unofficial version = 3.0.3-unofficial.1-strobe
+
   |summary  = use [[#Junimo Deposit Anywhere|Junimo Deposit Anywhere]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Quality
+
   |name    = Personal Anvil
   |author  = furyx639
+
   |author  = Strobe
   |id      = furyx639.StackQuality
+
   |id      = Strobe.PersonalAnvil
  |curse  = 871828
+
   |nexus  = 5326
   |nexus  = 13724
+
   |github  = strobel1ght/Personal-Anvil
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Size Changer
+
   |name    = Personal Combat Drone Redux
   |author  = Shockah
+
   |author  = Prism 99
   |id      = Shockah.StackSizeChanger
+
   |id      = prism99.cambam.MURDERDRONE.redux
   |nexus  = 11866
+
   |nexus  = 18224
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Split Redux
+
   |name    = Personal Effects
   |author  = pepoluan
+
   |author  = bwdy
   |id      = pepoluan.StackSplitRedux
+
   |id      = bwdy.personaleffects
   |nexus  = 8967
+
   |nexus  = 3532
   |moddrop = 976551
+
   |github  = bwdymods/SDV-PersonalEffects
   |github = pepoluan/StackSplitRedux
+
 
 +
   |status  = workaround
 +
  |summary = use [[#Personal Effects Redux|Personal Effects Redux]] instead.
 +
  |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = StackSplitX
+
   |name    = Personal Effects Redux
   |author  = tstaples
+
   |author  = ceruleandeep
   |id      = tstaples.StackSplitX
+
   |id      = ceruleandeep.personaleffects
   |nexus  = 798
+
   |nexus  = 8616
   |github  = tstaples/StackSplitX
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Stack Split Redux|Stack Split Redux]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack to Nearby Chests
+
   |name    = Personal Indoor Farm
   |author  = Ilyaki
+
   |author  = DeLiXx
   |id      = Ilyaki.StackToNearbyChests
+
   |id      = DLX.PIF
   |nexus   = 1787
+
   |curse   = 990840
   |github  = Ilyaki/StackToNearbyChests
+
   |nexus   = 20537
 
+
   |github  =
   |broke in = Stardew Valley 1.5
+
   |source = https://gitlab.com/delixx/stardew-valley/personal-indoor-farm
   |status  = workaround
 
   |summary = use [[#Better Chests|Better Chests]], [[#Convenient Chests|Convenient Chests]], or [[#Stash Items|Stash Items]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Staircase Placement Fix, 楼梯修复, Fix Floor Placement<!--before 1.0.1-->
+
   |name    = Personal Scepter, Personal Return Scepter
   |author  = Becks723
+
   |author  = Alex Noddings
   |id      = Becks723.StaircasePlacementFix, Becks723.FixFloorPlacement<!--before 1.0.1-->
+
   |id      = an.ownscepter
   |nexus  = 13381
+
   |nexus  = 2404
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = StaminaRegen
 
  |author  = EvilPdor
 
  |id      =
 
  |nexus  =
 
  |url    = https://community.playstarbound.com/threads/111526
 
  |github  = natfoth/StardewValleyMods
 
  
  |broke in = SMAPI 2.0
+
   |status  = abandoned
   |status   = workaround
 
  |summary = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Standardized Krobus
+
   |name    = Personal Traveling Cart
   |author  = minervamaga
+
   |author  = aedenthorn, Erinthe
   |id      = minervamaga.StandardizedKrobus
+
   |id      = aedenthorn.PersonalTravellingCart
   |nexus  =
+
   |nexus  = 14087
  |moddrop = 716314
+
   |github  = aedenthorn/StardewValleyMods
  |github  = minervamaga/StandardizedKrobus
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Starbot
 
  |author  = bwdy
 
  |id      = bwdy.starbot
 
  |nexus  = 4755
 
   |github  = bwdymods/SDV-Starbot
 
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Access
+
   |name    = Pet Against Crows
   |author  = Mohammad Shoaib
+
   |author  = stardemod
   |id      = shoaib.stardewaccess
+
   |id      = stardemod.PetAgainstCrows
   |nexus  = 16205
+
   |nexus  = 21247
  |url    = https://github.com/stardew-access/stardew-access/releases
+
   |github  =
   |github  = stardew-access/stardew-access
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew and Chill
+
   |name    = Pet Bowl Filler
   |author  = mod.kitchen
+
   |author  = Invatorzen
   |id      = mod.kitchen.stardewandchill
+
   |id      = invatorzen.PBF
   |nexus  = 12147
+
   |nexus  = 12161
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Aquarium Code
+
   |name    = Pet Bowl Sprinklers
   |author  = Cherry (for Gervig91), CherryChain
+
   |author  = Andrew Young, andyruwruw
   |id      = Cherry.StardewAquarium
+
   |id      = andyruwruw.PetBowlSprinklers
   |nexus  = 6372
+
   |nexus  = 22546
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = andyruwruw/stardew-valley-pet-bowl-sprinklers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Aquarium Informant, Informant - Stardew Aquarium Add-on
+
   |name    = Pet Choice Perks
   |author  = Moonwolf, Moonwolf287
+
   |author  = skuldomg, Skuld
   |id      = Moonwolf.StardewAquariumInformant
+
   |id      = skuldomg.petChoicePerks
   |nexus  = 16527
+
   |nexus  = 3313
   |github  =
+
   |github  = skuldomg/petChoicePerks
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.1.1.unofficial-3.strobe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42356
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Archipelago
+
   |name    = Pet Enhancement Mod
   |author  = Kaito Kid
+
   |author  = Jfulmer, Consillium
   |id      = KaitoKid.StardewArchipelago
+
   |id      = JfulmerPetEnhancementMod
   |nexus  = 16087
+
   |nexus  =
   |github  = agilbert1412/StardewArchipelago
+
  |url    = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
 +
   |github  = jlfulmer/PetEnhancementMod
 +
 
 +
  |broke in      = SMAPI 2.0
 +
  |status        = workaround
 +
  |summary      = use [[#Pet Interaction|Pet Interaction]] instead.
 +
<!--
 +
  |unofficial version = 0.0.2-unofficial.2-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330575
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Auto GC
+
   |name    = Pet Hats
   |author  = Lake1059, 1059Studio
+
   |author  = aedenthorn, Erinthe
   |id      = Lake1059.StardewAutoGC_NET5, Lake1059.StardewAutoGC<!--changed in 1.3.0-->
+
   |id      = aedenthorn.PetHats
  |nexus  = 9293
+
   |nexus  = 15301
  |github  =
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stardew Brewery
 
  |author  = Cylon
 
  |id      = cylon.stardewbrewery
 
   |nexus  = 2057
 
   |github  = JustCylon/stardew-brewery
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
   |status  = obsolete
   |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead
+
   |summary  = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Config Menu
+
   |name    = Pet Interaction
   |author  = Juice805
+
   |author  = jahangmar
   |id      = Juice805.StardewConfigMenu
+
   |id      = jahangmar.PetInteraction
   |nexus  = 1312
+
   |nexus  = 4232
   |github  = StardewConfigFramework/StardewConfigMenu
+
   |github  = jahangmar/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Debt
+
   |name    = Pet's Enhanced
   |author  = Poison
+
   |author  = Sunken_Lace
   |id      = Poison.StardewTesting
+
   |id      = Sunken_Lace.PetsEnhancedCode
   |nexus  = 10005
+
   |nexus  = 24026
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Discord
+
   |name    = Pet Spawn Location
   |author  = Steven Kraft
+
   |author  = Shaklin
   |id      = StevenKraft.StardewDiscord
+
   |id      = shaklin.petspawnlocation
   |nexus  = 3608
+
   |nexus  = 5986
   |github  = steven-kraft/StardewDiscord
+
   |github  =
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Get Achievement Now
+
   |name    = PHDE Mob Spawner
   |author  = Lake1059, 1059 Studio
+
   |author  = zesman
   |id      = Lake1059.StardewGetAchievementNow
+
   |id      = MobSpawner.pseudohub.de
   |nexus  = 11515
+
   |nexus  = 2794
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hack
+
   |name    = PHDE Unlocked Recipes
   |author  = bcmpinc
+
   |author  = zesman
   |id      = bcmpinc.StardewHack
+
   |id      = UnlockedRecipes.pseudohub.de
   |nexus  = 3213
+
   |nexus  = 2798
   |github  = bcmpinc/StardewHack
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.36
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hitboxes
+
   |name    = Phone Traveling Cart, 猪车电话
   |author  = Tyler Gibbs
+
   |author  = Becks723
   |id      = tylergibbs2.StardewHitboxes
+
   |id      = Becks723.PhoneTravelingCart
   |nexus  = 12264
+
   |nexus  = 12981
   |github  = tylergibbs2/StardewHitboxes
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hypnos - Sleeping Overhaul, Hypnos
+
   |name    = Phone Villagers
   |author  = davikr, apdapreturns
+
   |author  = DewMods
   |id      = davikr.hypnos
+
   |id      = DewMods.StardewValleyMods.PhoneVillagers
   |nexus  = 5935
+
   |nexus  = 2681
   |github  = davicr/StardewHypnos
+
   |github  =
  |broken in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Impact, Stardew Impact - Play as NPCs
+
   |name    = Pick Forge Enchantment
   |author  = aedenthorn, Erinthe
+
   |author  = Dragoon23
   |id      = aedenthorn.StardewImpact
+
   |id      = Dragoon23.ForgeEnchantment
   |nexus  = 14365
+
   |nexus  = 22707
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Locations
+
   |name    = Pick Your Enchantment, Forge Menu Choice
   |author  = Mizzion
+
   |author  = atravita
   |id      = mizzion.stardewlocations
+
   |id      = atravita.ForgeMenuChoice
   |nexus  = 1929
+
  |curse  = 870980
   |moddrop = 661357
+
   |nexus  = 11376
   |github  = Mizzion/MyStardewMods
+
   |moddrop = 1125882
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Media Keys
+
   |name    = Picross Arcade Mod, Picrosser
   |author  = Angebro
+
   |author  = KediDili
   |id      = Angebro.StardewMediaKeys
+
   |id      = KediDili.ThePicrosser
   |nexus  = 11246
+
   |nexus  = 17530
  |github  = AngeloC3/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stardew Motif
 
  |author  = Vinyks
 
  |id      = Vinyks.StardewMotif
 
  |nexus  = 14326
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Nametags
+
   |name    = Pierre Sells Mixed Seeds
   |author  = Tyler Gibbs
+
   |author  = GrimReapers1121
   |id      = tylergibbs2.StardewNametags
+
   |id      = GrimReapers.PSMS
   |nexus  = 12158
+
   |nexus  = 12606
  |github  = tylergibbs2/StardewNametags
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew News Feed
+
   |name    = Pierre's Roulette Shop
   |author  = Other Buckets
+
   |author  = Xynerorias
   |id      = OtherBuckets.StardewNewsFeed
+
   |id      = xynerorias.pierresroulette
   |nexus  = 3206
+
   |nexus  = 10826
   |github  = Mikesnorth/StardewNewsFeed
+
   |github  = xynerorias/pierre-roulette-shop-SV
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Notifications
+
   |name    = Piggy Bank Mod
   |author  = monopandora
+
   |author  = MindMeltMax
   |id      = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
+
   |id      = MindMeltMax.PiggyBank
   |nexus  = 4713
+
   |nexus  = 6934
   |moddrop = 664154
+
   |moddrop = 1135669
   |github  = Sakorona/SDVMods
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = STardew Overview
+
   |name    = Pipe Irrigation
   |author  = Sto13
+
   |author  = aedenthorn, Erinthe
   |id      = Sto13.STardewOverview
+
   |id      = aedenthorn.PipeIrrigation
   |nexus  = 14564
+
   |nexus  = 10205
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Utility Grid-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Progress
+
   |name    = Placeable Mine Shafts
  |author  = seeinggreen
 
  |id      = seeinggreen.StardewProgress
 
  |nexus  = 9786
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stardew Realty Framework
 
  |author  = Prism 99
 
  |id      = prism99.advize.stardewrealty
 
  |nexus  = 10512
 
  |github  = Prism-99/FarmExpansion
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stardew RPG
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.StardewRPG
+
   |id      = Aedenthorn.PlaceShaft
   |nexus  = 11132
+
   |nexus  = 5440
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Speak
+
   |name    = Place Floor on Tilled Dirt
   |author  = evfredericksen, Evan Fredericksen
+
   |author  = temisthem
   |id      = evfredericksen.StardewSpeak
+
   |id      = tem696969696969.PlaceFloorOnTilledDirt
   |nexus  = 7929
+
   |nexus  = 23493
   |github  = evfredericksen/StardewSpeak
+
   |github  = kqrse/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Survival Project
+
   |name    = Placement Plus
   |author  = NeroYuki
+
   |author  = 2Retr0
   |id      = neroyuki.rlvalley
+
   |id      = 2Retr0.PlacementPlus
   |nexus  = 14183
+
   |nexus  = 8798
   |github  = NeroYuki/StardewSurvivalProject
+
  |curse  = 486164
 +
   |github  = 2Retr0/PlacementPlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Symphony Remastered, Stardew Symphony
+
   |name    = Plan Importer
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Platonymous
   |id      = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
+
   |id      = Platonymous.PlanImporter
   |nexus  = 425
+
   |nexus  = 2071
   |github  = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 793846
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Twitch Tracker
+
   |name    = Planned Parenthood
   |author  = Cody, Cody Hansen
+
   |author  = aedenthorn, Erinthe
   |id      = cody.StardewTwitchTrackerMod
+
   |id      = aedenthorn.PlannedParenthood
   |nexus  = 16543
+
   |nexus  = 12869
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Barber, Stardew Barber
+
   |name    = Plantable Mushroom Trees
   |author  = phroureo
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = phroureo.BarberSV
+
   |id      = f4iTh.PMT
   |nexus  = 9061
+
   |nexus  = 2349
 
   |github  =
 
   |github  =
 +
 +
  |status  = obsolete
 +
  |broke in = Stardew Valley 1.5
 +
  |summary  = remove this mod ([[Mushroom Tree Seed|mushroom tree seed]] added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley ESP, sdv-helper
+
   |name    = Plantable Palm Trees
   |author  = reimu, r2h, tomdc
+
   |author  = MouseyPounds
   |id      = reimu.sdv-helper
+
   |id      = MouseyPounds.PlantablePalmTrees
   |nexus  = 3917
+
   |nexus  = 4096
   |github  = rei2hu/stardewvalley-esp
+
   |github  = MouseyPounds/stardew-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Expanded
+
   |name    = Plant and Fertilize All, Plant All
   |author  = Flashshifter
+
   |author  = aedenthorn, Erinthe
   |id      = FlashShifter.SVECode
+
   |id      = aedenthorn.PlantAll
   |nexus  = 3753
+
   |nexus  = 10482
   |moddrop = 833179
+
   |github  = aedenthorn/StardewValleyMods
   |github  = FlashShifter/StardewValleyExpanded
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Randomizer
+
   |name    = Planter Trees
   |author  = Tooshi
+
   |author  = aedenthorn, Erinthe
   |id      = Tooshi.Randomizer
+
   |id      = aedenthorn.PlanterTrees
   |nexus  = 5185
+
   |nexus  = 11687
   |curse  = 308003
+
   |github  = aedenthorn/StardewValleyMods
   |github  = cTooshi/stardew-valley-randomizer
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley - Roguelike<!--Nexus-->, Stardew Roguelike<!--manifest-->
+
   |name    = Plant on Grass
   |author  = Tyler Gibbs and TheHaboo
+
   |author  = Demiacle
   |id      = tylergibbs2.StardewRoguelike
+
   |id      = Demiacle.PlantOnGrass
   |nexus  = 13614
+
   |nexus  = 1026
   |github  = tylergibbs2/StardewValleyRoguelike
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Tillable Ground|Tillable Ground]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Web
+
   |name    = Platonic Partners and Friendships
   |author  = Prism 99
+
   |author  = Amaranthacyan and ch20youk
   |id      = prism99.stardewweb
+
   |id      = PPAF.Core<!--changed in 2.3.0-->, Amaranthacyan.PPAFSMAPI
   |nexus  = 8715
+
   |nexus  = 8146
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardust Core
+
   |name    = Platonic Relationships
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Cherry, CherryChain
   |id      = Omegasis.StardustCore
+
   |id      = Cherry.PlatonicRelationships
   |nexus  = 2341
+
   |nexus  = 4668
   |github  = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 716353
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starksouls
+
   |name    = PlatoTK
   |author  = FenrirA
+
   |author  = Platonymous
   |id      = FenrirAsonda.Starksouls
+
   |id      = Platonymous.PlatoTK
   |nexus  = 10915
+
   |curse   = 877225
  |github  = OhWellMikell/Starksouls
+
   |nexus  = 6589
}}
+
   |github  = Platonymous/PlatoTK
{{#invoke:SMAPI compatibility|entry
 
  |name    = Starting Money
 
   |author  = mmanlapat
 
  |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
 
   |nexus  = 1138
 
   |github  =
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Startup Volume Config
+
   |name    = PlatoUI
   |author  = certifiableGrimalkin
+
   |author  = Platonymous
   |id      = certifiableGrimalkin.StartupVolumeConfig
+
   |id      = Platonymous.PlatoUI
   |nexus  = 15846
+
  |moddrop = 1521422
 +
   |nexus  = 19023
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Start With Greenhouse
+
   |name    = Plato Warp Menu
   |author  = CaptainSully
+
   |author  = Platonymous
   |id      = CaptainSully.StartWithGreenhouse
+
   |id      = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
   |nexus  = 9878
+
  |curse  = 877227
   |moddrop = 1035412
+
   |nexus  = 5384
   |github  = CaptainSully/StardewMods
+
   |moddrop = 793920
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Start With Hat
+
   |name    = Player Arrows
   |author  = treyh0
+
   |author  = TheShamanLord
   |id      = treyh0.StartWithHat
+
   |id      = TheShamanLord.PlayerArrows
   |nexus  = 2628
+
   |nexus  = 19479
   |github  =
+
   |github  = Jwaad/Stardew_Player_Arrows
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stash Items
+
   |name    = Player Co-ordinate HUD, Player Position HUD and Logger
   |author  = ZackHill
+
   |author  = DecidedlyHuman
   |id      = ZackHill.StashItems
+
   |id      = DecidedlyHuman.PlayerCoordinates
   |nexus  = 9624
+
   |nexus  = 7969
   |github  = zack-hill/stardew-valley-stash-items
+
  |moddrop = 984961
 +
   |github  = DecidedlyHuman/PlayerCoordinates
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stash Items to Chest
+
   |name    = Player Income Stats
   |author  = lambui
+
   |author  = ha1fdaew
   |id      = BlueMod_StashItemsToChest
+
   |id      = ha1fdaew.playerincomestats
   |nexus  =
+
   |nexus  = 7373
  |url    = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
+
   |github  = ha1fdaew/PlayerIncomeStats
   |github  = lambui/StardewValleyMod_StashItemsToChest
 
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Better Chests|Better Chests]], [[#Convenient Chests|Convenient Chests]], or [[#Stash Items|Stash Items]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stats as Tokens
+
   |name    = Player Server Info
   |author  = Vertighost, Vertigon
+
   |author  = EuroCent
   |id      = Vertigon.StatsAsTokens
+
   |id      = EuroCent.PlayerServerInfo
   |nexus  = 9659
+
   |nexus  = 24267
   |github  = dtomlinson-ga/StatsAsTokens
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stats Passive Regeneration, Stats Reloader
+
   |name    = Playground Mod
   |author  = strato35
+
   |author  = aedenthorn, Erinthe
   |id      = Strato35.StatsReloader
+
   |id      = aedenthorn.PlaygroundMod
   |nexus  = 7428
+
   |nexus  = 14125
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Statue of Generosity
+
   |name    = Play Prairie King With NPCs, Two Player Prairie King
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.StatueOfGenerosity
+
   |id      = aedenthorn.TwoPlayerPrairieKing
  |curse  = 867713
+
   |nexus  = 12750
   |nexus  = 7532
+
   |github  = aedenthorn/StardewValleyMods
   |github  = spacechase0/StardewValleyMods
+
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stay Up
+
   |name    = Please Fix Error
   |author  = su226
+
   |author  = Jessebot
   |id      = Su226.StayUp
+
   |id      = Jessebot.PleaseFixError
   |nexus  = 7592
+
   |nexus  = 6492
   |github  = su226/StardewValleyMods
+
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stay Up Late
+
   |name    = Please Gift Me In Person
   |author  = Krutonium
+
   |author  = Shockah
   |id      = krutonium.stayuplate
+
   |id      = Shockah.PleaseGiftMeInPerson
   |nexus  = 12578
+
   |nexus  = 11217
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stone Bridge Over Pond, Pond With Bridge
+
   |name    = Point and Plant
   |author  = Advize and jinxiewinxie
+
   |author  = jwdred
   |id      = jinxiewinxie.StoneBridgeOverPond
+
   |id      = jwdred.PointAndPlant
   |nexus  = 316
+
   |nexus  = 572
   |github  = Jinxiewinxie/StardewValleyMods
+
   |github  = jdusbabek/stardewvalley
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3.29
   |unofficial version = 1.0.4-unofficial.2-tks4fish
+
  |status  = workaround
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-47583
+
  |summary  = Use [[#Smart Building|Smart Building]] instead.
 +
<!--
 +
   |unofficial version = 1.1.1-unofficial.5-strobe
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stop Sounds When in Background<!--Nexus-->, Stop Sounds When Alt Tabbed<!--manifest-->
+
   |name    = PokefyMania
   |author  = Mustafa
+
   |author  = Noodles of Cat
   |id      = Mustafa.StopSoundsWhenAltTabbed
+
   |id      = NoodlesofCat.PokefyMania
   |nexus  = 13925
+
   |nexus  = 20161
   |github  = mustafa-git/StopSoundsWhenAltTabbed
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Storage Containers
+
   |name    = Pokemania Revised, Pokemania The Return, PokeMania<!--changed in Pokemania Revised 1.0.0-->
   |author  = trashcan9
+
   |author  = The Krominator
   |id      = trashcan9.StorageContainers
+
   |id      = TheKrominator.PokemaniaRevised, TheKrominatorPokemania<!--changed in Pokemania Revised 1.0.0-->
   |nexus  = 16071
+
   |nexus  = 12065
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stronger You
+
   |name    = Pollen Sprites
   |author  = Krutonium
+
   |author  = Esca, Esca-MMC
   |id      = Krutonium.StrongerYou
+
   |id      = Esca.PollenSprites
   |nexus  = 7402
+
   |nexus  = 6149
   |github  =
+
  |moddrop = 790268
 +
   |github  = Esca-MMC/PollenSprites
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stuck at Level 1 but Overpower Drop Rates
+
   |name    = Polyamory Sweet → Polyamory Kiss
   |author  = Darkmushu
+
   |author  = ApryllForever
   |id      = Darkmushu.StuckAtLevel1ButOverPowerDropRates
+
   |id      = ApryllForever.PolyamorySweetKiss<!--changed in 1.1.6-->, ApryllForever.PolyamoryKiss
   |nexus  = 17380
+
   |nexus  = 20599
   |github  =
+
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stumps to Hardwood Stumps
+
   |name    = Polyamory Sweet → Polyamory Sweet Bed
   |author  = Nishtra
+
   |author  = ApryllForever
   |id      = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
+
   |id      = ApryllForever.PolyamorySweetBed
   |nexus  = 691
+
   |nexus  = 20599
   |github  =
+
   |github  = ApryllForever/PolyamorySweetLove
 
+
}}
   |broke in = Stardew Valley 1.3.29
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Polyamory Sweet → Polyamory Sweet Love
 +
  |author  = ApryllForever
 +
   |id      = ApryllForever.PolyamorySweetLove
 +
  |nexus  = 20599
 +
  |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sturdy Saplings<!--manifest-->, Sturdier Saplings<!--Nexus-->
+
   |name    = Polyamory Sweet → Polyamory Sweet Rooms
   |author  = sophie
+
   |author  = ApryllForever
   |id      = sophie.SturdySaplings
+
   |id      = ApryllForever.PolyamorySweetRooms
   |nexus  = 14440
+
   |nexus  = 20599
   |github  = sophiesalacia/StardewMods
+
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Submerged Crab Pots
+
   |name    = Polyamory Sweet → Polyamory Sweet Wedding
   |author  = aedenthorn, Erinthe
+
   |author  = ApryllForever
   |id      = aedenthorn.SubmergedCrabPots
+
   |id      = ApryllForever.PolyamorySweetWedding
   |nexus  = 11719
+
   |nexus  = 20599
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Subterranian Overhaul, Dwarvish
+
   |name    = Polygamy
   |author  = mytigio
+
   |author  = bwdy
   |id      = mytigio.SubterranianOverhaul
+
   |id      = bwdy.polygamy
   |nexus  = 4149
+
   |nexus  = 3542
   |github  = mytigio/SDVMods
+
   |github  = bwdymods/SDV-Polygamy
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.4
 
+
  |status  = abandoned
   |dev note = It almost works, but the game crashes in the mines when you go to a floor where void tree mushrooms spawn (after lvl 90).
+
   |summary  = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sundrop City
+
   |name    = Pomodoro Mod<!--manifest-->, Stardew-Doro<!--Nexus-->
   |author  = The Sundrop Team
+
   |author  = Mezrag Yasser, Yasser
   |id      = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
+
   |id      = Yasser.PomodoroMod
   |nexus  = 4014
+
   |nexus  = 19780
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Pond Painter
 +
  |author  = MouseyPounds
 +
  |id      = MouseyPounds.PondPainter
 +
  |nexus  = 4703
 +
  |github  = MouseyPounds/stardew-mods
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Super Hopper
+
   |name    = Pong
   |author  = spacechase0
+
   |author  = CatCattyCat, Cat
   |id      = spacechase0.SuperHopper
+
   |id      = cat.Pong
   |curse   = 867698
+
   |nexus   = 1994
   |nexus  = 9418
+
   |moddrop = 833548
   |github  = spacechase0/StardewValleyMods
+
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Super Sleeper
+
   |name    = Pony Weight Loss Program
   |author  = spoocky123
+
   |author  = BadNetCode
   |id      = spoocky123.SuperSleeper
+
   |id      = BadNetCode.PonyWeightLossProgram
   |nexus  = 10842
+
   |nexus  = 1232
 +
  |moddrop = 130159
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Surfing Festival
+
   |name    = PoohCore
   |author  = spacechase0 and ParadigmNomad
+
   |author  = Pooh
   |id      = spacechase0.SurfingFestival
+
   |id      = poohnhi.PoohCore
  |curse  = 867720
+
   |nexus  = 22941
   |nexus  = 6688
+
   |github  = poohnhi/PoohCore
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Surprise Pregnancy, SurpriseBaby1
+
   |name    = Poop Framework
   |author  = MiphasGrace
+
   |author  = aedenthorn, Erinthe
   |id      = MiphasGrace.SurpriseBaby1
+
   |id      = aedenthorn.PoopFramework
   |nexus  = 13126
+
   |nexus  = 17152
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Survivalistic
+
   |name    = Portable Holes
   |author  = Ophaneom
+
   |author  = LeFauxMatt
   |id      = Ophaneom.Survivalistic
+
   |id      = furyx639.PortableHoles
   |nexus  = 12179
+
  |curse  = 871832
   |github  = Ophaneom/Survivalistic
+
   |nexus  = 13471
 +
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SvFishingMod
+
   |name    = Portable TV
   |author  = KDERazorback
+
   |author  = kdau
   |id      = KDERazorback.SvFishingMod
+
   |id      = kdau.PortableTV
   |nexus  = 6403
+
   |nexus  = 5674
   |github  = KDERazorback/SvFishingMod
+
  |moddrop = 761325
 +
   |github  =
 +
  |source  = https://gitlab.com/kdau/portabletv
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swim
+
   |name    = Portable Witch Shrines
   |author  = aedenthorn, Erinthe
+
   |author  = chocolatte12
   |id      = aedenthorn.Swim
+
   |id      = chocolatte12.PortableWitchShrines
  |curse  = 868896
+
   |nexus  = 20141
   |nexus  = 6326
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swimsuits Anywhere
+
   |name    = Portal Guns
   |author  = Myzkatonic
+
   |author  = TrollTheBotman
   |id      = Myzkatonic.SwimsuitsAnywhere
+
   |id      = JoshJKe.PortalGun
   |nexus  = 7722
+
   |nexus  = 3049
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swiss Army Knife
+
   |name    = Portraiture
   |author  = John Peters
+
   |author  = Platonymous
   |id      = JohnPeters.SwissArmyKnife
+
   |id      = Platonymous.Portraiture
   |nexus  = 13991
+
   |nexus  = 999
   |github  =
+
  |moddrop = 793927
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swizzy Meads
+
   |name    = Portraiture Plus
   |author  = Swizzy Studios
+
   |author  = Arborsm
   |id      = SwizzyStudios.SwizzyMeads
+
   |id      = Arborsm.PortraiturePlus
   |nexus  = 3241
+
   |nexus  = 24534
   |github  = SwizzyStudios/SV-SwizzyMeads
+
   |github  = Arborsm/PortraiturePlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tab Autoloot
+
   |name    = Positive Predictor
   |author  = Guedez
+
   |author  = season
   |id      = tab.autoloot
+
   |id      = season.PositivePredictor
   |nexus  = 5115
+
   |nexus  = 23132
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tailor Weapon Skins
+
   |name    = Postbox Building, PostBox Mod
   |author  = Peasly Wellbott
+
   |author  = i-saac-b, isaacb
   |id      = Wellbott.TailorWeaponSkins
+
   |id      = i-saac-b.PostBoxMod
   |nexus  = 7797
+
   |nexus  = 17614
   |github  =
+
   |github  = i-saac-b/PostBoxMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tainted Cellar, Underground House Cellar
+
   |name    = Post Wedding Dates
   |author  = Jinxiewinxie and TaintedWheat
+
   |author  = Blams
   |id      = TaintedCellar
+
   |id      = blams.PostWeddingDates
   |nexus  = 1672
+
   |nexus  = 10708
   |github  = Jinxiewinxie/StardewValleyMods
+
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial version = 1.1.1-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Take All
+
   |name    = Power Nap
   |author  = aedenthorn, Erinthe
+
   |author  = LakeMonster_, LakeMonster666
   |id      = aedenthorn.TakeAll
+
   |id      = LakeMonster_.PowerNap, LakeMonster_.BedEnergyRegain<!--changed in 1.2.0-->
   |nexus  = 14247
+
  |nexus  = 5256
   |github  = aedenthorn/StardewValleyMods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = PPJA Producer Converter
 +
  |author  = Digus
 +
  |id      = Digus.PPJAProducerConverter
 +
   |nexus  = 4972
 +
   |github  = Digus/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Take It Slow
+
   |name    = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
   |author  = KarratKake
+
   |author  = ryaon
   |id      = KarratKake.TakeItSlow
+
   |id      = Ryaon.FectorChallenge
   |nexus  = 13432
+
   |nexus  = 5125
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tap Giant Crops
+
   |name    = Prairie King Made Easy
   |author  = atravita
+
   |author  = Mucchan
   |id      = atravita.TapGiantCrops
+
   |id      = Mucchan.PrairieKingMadeEasy
   |curse   = 870968
+
   |nexus   =
   |moddrop = 1205166
+
   |chucklefish = 3594
   |nexus   = 13052
+
   |github  = mucchan/sv-mod-prairie-king
   |github  = atravita-mods/StardewMods
+
 
 +
  |broke in          = Stardew Valley 1.2
 +
   |unofficial version = 1.0.1-unofficial.2-pathoschild
 +
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324503
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tappable Palm Trees
+
   |name    = Prairie King Prizes (Lootboxes)
   |author  = aedenthorn, Erinthe
+
   |author  = Renny
   |id      = aedenthorn.TappablePalmTrees
+
   |id      = renny.prairiekingprizes
   |nexus  = 10661
+
   |nexus  = 2811
   |github  = aedenthorn/StardewValleyMods
+
   |github  = OfficialRenny/PrairieKingPrizes
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tapper Ready
+
   |name    = Prairie King UI Enhancements
   |author  = skunkkky
+
   |author  = Incognito357
   |id      = skunkkk.TapperReady
+
   |id      = Incognito357.PrairieKingUIEnhancements
   |nexus  = 1219
+
   |nexus  = 10769
   |github  =
+
   |github  = Incognito357/PrairieKingUIEnhancements
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
}}
   |summary = use [[#Tapper Report|Tapper Report]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Pravoloxinone
 +
   |author = TheMightyAmondee
 +
  |id      = TheMightyAmondee.Pravoloxinone
 +
  |nexus  = 23008
 +
  |github  = TheMightyAmondee/Pravoloxinone
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tapper Report
+
   |name    = Precise Furniture
   |author  = pepoluan
+
   |author  = Espy
   |id      = pepoluan.TapperReport
+
   |id      = Espy.PreciseFurniture
   |nexus  = 8700
+
   |nexus  = 23488
 
   |github  =
 
   |github  =
  |source  = https://sourceforge.net/p/sdvmod-tapper-report
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Taxes Mod
+
   |name    = Precision Wheel
   |author  = bdawson1993
+
   |author  = DespairScent
   |id      =
+
   |id      = DespairScent.PrecisionWheel
   |nexus  = 38
+
   |nexus  = 22222
   |github  =
+
   |github  = DespairScent/PrecisionWheel
 
 
  |status  = workaround
 
  |summary  = Consider using [[#Ferngill Revenue Service|Ferngill Revenue Service]] or [[#Serfdom - Immersive Taxes|Serfdom - Immersive Taxes]] instead.
 
  |broke in = SMAPI 0.39.1
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TehCore, Teh's Core Mod<!--changed in 1.0.0-beta.20211020-->
+
   |name    = Predictable Retaining Soil
   |author  = TehPers
+
   |author  = Shockah
   |id      = TehPers.Core, TehPers.CoreMod<!--changed in re-release-->
+
   |id      = Shockah.PredictableRetainingSoil
   |nexus  = 3256<!--was 2150 before re-release-->
+
   |nexus  = 10956
  |moddrop = 1071149
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = TehPers/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teh's Festive Slimes
+
   |name    = Predictor
   |author  = TehPers
+
   |author  = JoXW
   |id      = TehPers.FestiveSlimes
+
   |id      = JoXW.Predictor
   |nexus  = 2990
+
   |nexus  = 21332
   |github  = TehPers/StardewValleyMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.4<!--@retest-after Teh's Core Mod-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teh's Fishing Overhaul
+
   |name    = Predict Seed Maker
   |author  = TehPers
+
   |author  = lech43
   |id      = TehPers.FishingOverhaul
+
   |id      = lech43.PredictSeedMaker
   |nexus  = 866
+
   |nexus  = 6395
  |moddrop = 123679
+
   |github  =
   |github  = TehPers/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Telephone Purchasing
+
   |name    = Preexisting Relationship
   |author  = Stingray
+
   |author  = spacechase0
   |id      = Stingray.TP
+
   |id      = spacechase0.PreexistingRelationship
   |nexus  = 10190
+
  |curse  = 867710
   |github  = Stingrayss/StardewValley
+
   |nexus  = 7684
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleporter
+
   |name    = Pregnancy Role
   |author  = Bifibi
+
   |author  = kdau
   |id      = Teleporter
+
   |id      = kdau.PregnancyRole
   |nexus  =
+
   |nexus  = 5762
   |chucklefish = 4374
+
   |moddrop = 768494
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/kdau/pregnancyrole
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Fast Travel|Fast Travel]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport NPC
+
   |name    = Prepare for New Day
   |author  = Enaium
+
   |author  = igotnousername
   |id      = Enaium.TeleportNpc
+
   |id      = igotnousername.PrepareNewDay
  |curse  = 436803
+
   |nexus  = 7638
  |moddrop = 865554
+
   |github  =
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/TeleportNpc
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport NPC Location
+
   |name    = Press to Quack
   |author  = ccr
+
   |author  = DraconisLeonidas
   |id      = ccr.TeleportNPCLocation
+
   |id      = DraconisLeonidas.PressToQuack
   |nexus  = 17190
+
   |nexus  = 13583
   |github  = chencrstu/TeleportNPCLocation
+
   |github  = DraconisLeonidas/PressToQuack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport Point
+
   |name    = Price Drops
   |author  = Enaium
+
   |author  = skuldomg, Skuld
   |id      = Enaium.TeleportPoint
+
   |id      = skuldomg.priceDrops
   |curse   = 436830
+
   |nexus   = 2047
   |moddrop = 864013
+
   |github  = skuldomg/priceDrops
   |nexus   =
+
 
   |github  = Enaium-StardewValleyMods/TeleportPoint
+
   |broke in = Stardew Valley 1.4
 +
<!--
 +
   |unofficial version = 1.0.8-unofficial.1-ResidentDonna
 +
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-18#post-3353768
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport To Farm
+
   |name    = Price Fluctuation
   |author  = Rafael
+
   |author  = lech43
   |id      = Rafael.TeleportToFarm
+
   |id      = lech43.PriceFluctuation
   |nexus  = 7247
+
   |nexus  = 6396
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.5.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Adventurer's Life Expanded
+
   |name    = Prices
   |author  = HamioDracny
+
   |author  = skiilaa
   |id      = HamioDracny.TALE.SMAPI
+
   |id      = skiilaa.Prices
   |nexus  = 14083
+
   |nexus  = 2255
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Best of "The Queen of Sauce"
+
   |name    = Price Tooltips
   |author  = Bpendragon
+
   |author  = Darkhax
   |id      = Bpendragon.BestOfQOS
+
   |id      = darkhax.pricetooltip
   |nexus  = 7985
+
   |nexus  =
   |github  = Bpendragon/Best-of-Queen-of-Sauce
+
  |curse  = 299169
 +
   |github  = Stardew-Valley-Modding/PriceTooltips
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
  |status  = workaround
 +
  |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Daily Newspaper<!--Nexus-->, The Daily Paper<!--manifest-->
+
   |name    = Prismatic Butterfly Location
   |author  = Neat
+
   |author  = no12nv2
   |id      = neat.newspaper
+
   |id      = no12nv2.PrismaticButterflyLocation
   |nexus  = 8689
+
   |nexus  = 23045
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Farmer That Stared at Rocks
+
   |name    = Prismatic Clothing
   |author  = ItsLittany
+
   |author  = atravita
   |id      = itslittany.RockBreaker
+
   |id      = atravita.PrismaticClothing
   |nexus   = 6376
+
   |curse   = 870969
   |moddrop = 804101
+
   |moddrop = 1205162
   |github  =
+
  |nexus  = 13051
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Fishmonger
+
   |name    = Prismatic Dinosaur
   |author  = VoidWitchCult
+
   |author  = JollyLlama
   |id      = VoidWitchCult.TheFishmongerFishing
+
   |id      = JollyLlama.PrismaticDinosaurMonster
   |nexus  = 16326
+
   |nexus  = 25342
   |github  =
+
   |github  = Jolly-Alpaca/PrismaticDinosaur
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Theft of the Winter Star
+
   |name    = Prismatic Fire
   |author  = spacechase0 and ParadigmNomad
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.TheftOfTheWinterStar
+
   |id      = aedenthorn.PrismaticFire
  |curse  = 867729
+
   |nexus  = 12931
  |moddrop = 771680
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  = 5062
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Gnomiverse
+
   |name    = Prismatic Furniture
   |author  = Purppelle and King Gnomus
+
   |author  = aedenthorn, Erinthe
   |id      = Purppelle.TheGnomiverse
+
   |id      = aedenthorn.PrismaticFurniture
   |nexus  = 13266
+
   |nexus  = 12589
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Love of Cooking
+
   |name    = Prismatic Pride
   |author  = blueberry
+
   |author  = kdau
   |id      = blueberry.LoveOfCooking
+
   |id      = kdau.PrismaticPride
   |nexus  = 6830
+
   |nexus  = 9019
   |github  = b-b-blueberry/CooksAssistant
+
  |moddrop = 978503
 +
   |github  =
 +
  |source  = https://gitlab.com/kdau/prismaticpride
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Theme Manager
+
   |name    = Prismatic Slime Finder
   |author  = Khloe Leclair
+
   |author  = MrKoatl
   |id      = leclair.thememanager
+
   |id      = MrKoatl.PrismaticSlimeFinder
   |nexus  = 14525
+
   |nexus  = 7866
   |github  = KhloeLeclair/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Moon
+
   |name    = Prismatic Statue
   |author  = Pucklynn
+
   |author  = Achtuur
   |id      = shannon.MoonMod
+
   |id      = Achtuur.PrismaticStatue
   |nexus  = 2482
+
   |nexus  = 17013
   |github  =
+
   |github  = Achtuur/StardewMods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Pumpkin King
+
   |name    = Prismatic Tools
   |author  = KirbyLink
+
   |author  = stokastic
   |id      = kirbylink.pumpkinking
+
   |id      = stokastic.PrismaticTools
   |nexus  = 3006
+
   |nexus  = 2428
   |github  = KirbyLink/PumpkinKing
+
   |github  = stokastic/PrismaticTools
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3.29
<!--@retest-after Custom Farming Redux
+
  |status  = workaround
  |unofficial version = 1.1.1-unofficial.1-minervamaga
+
  |summary  = use [[#Pristmatic Tools Continued|Pristmatic Tools Continued]] instead.
  |unofficial url    = https://www.nexusmods.com/stardewvalley/mods/4109
+
<!--
 +
  |status            = workaround
 +
  |unofficial version = 1.7.1-unofficial.12-pathoschild
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-73767
 
-->
 
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Queen Of Sauce Reminder
+
   |name    = Prismatic Tools Continued
   |author  = TheShwamp
+
   |author  = iargue
   |id      = TheShwamp.TheQueenOfSauceReminder
+
   |id      = iargue.PrismaticToolsContinued
   |nexus  = 5172
+
   |nexus  = 21450
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Twlight Traveller - Custom NPC (API), APICut
+
   |name    = Prismatic Valley Framework
   |author  = Eris, AkatsukiVana, HuaGei API
+
   |author  = JollyLlama
   |id      = Eris.APICut
+
   |id      = JollyLlama.PrismaticValleyFramework
   |nexus  = 8158
+
   |nexus  = 25287
   |github  =
+
   |github  = Jolly-Alpaca/PrismaticValleyFramework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Think-n-Talk
+
   |name    = Prize Machine Custom Prizes
   |author  = Prism 99
+
   |author  = Tomokisan
   |id      = prism99.thinkntalk
+
   |id      = tomokisan.prizeMachineCustomPrizes
   |nexus  = 9546
+
   |nexus  = 24982
   |github  = Prism-99/Think-n-Talk
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = This Mod Is Organic
+
   |name    = Producer Framework Mod
   |author  = RealSweetPanda, Sweet Panda and Bennoloth
+
   |author  = Digus
   |id      = SweetPanda.Organic
+
   |id      = Digus.ProducerFrameworkMod
   |nexus  = 16648
+
   |nexus  = 4970
   |github  =
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Three-Heart Dance Partner, Three Heart Flower Festival Dance Partners, 3-heart Dance Partner<!--in order: standardized name in 1.0.6, former Nexus name, former manifest name-->
+
   |name    = Producer Framework Mod → PFMAutomate
   |author  = spacechase0
+
   |author  = Digus
   |id      = ThreeHeartDancePartner
+
   |id      = Digus.PFMAutomate
  |curse  = 867388
+
   |nexus  = 5038
  |moddrop = 127278
+
   |github  = Digus/StardewValleyMods
   |nexus  = 500
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Throwable Axe
+
   |name    = Production Stats
   |author  = spacechase0
+
   |author  = FlameHorizon
   |id      = spacechase0.ThrowableAxe
+
   |id      = FlameHorizon.ProductionStats
  |curse  = 867726
+
   |nexus  = 21270
  |moddrop = 771683
+
   |github  = FlameHorizon/ProductionStats
   |nexus  = 5097
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Thunderstorm Totem
+
   |name    = Profession Adjustments
   |author  = justastranger
+
   |author  = Kevin Connors
   |id      = jas.ThunderstormTotem
+
   |id      = KevinConnors.ProfessionAdjustments
   |moddrop = 944622
+
   |nexus  = 2424
   |nexus   =
+
   |github  = kevinforrestconnors/ProfessionAdjustments
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.3.29
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tidy Fields
+
   |name    = Profiler
   |author  = seitanicbean
+
   |author  = SinZ
   |id      = seitanicbean.tidyfields
+
   |id      = SinZ.Profiler
   |nexus  = 10929
+
   |nexus  = 12135
   |github  =
+
   |github  = SinZ163/StardewMods
  |source  = https://gitlab.com/tophatsquid/sdv-tidy-fields
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tidy Social
+
   |name    = Profit Calculator
   |author  = trashcan9
+
   |author  = spacechase0
   |id      = trashcan9.TidySocial
+
   |id      = spacechase0.ProfitCalculator
   |nexus  = 16233
+
  |curse  = 867736
   |github  =
+
  |moddrop = 771668
 +
   |nexus  = 3378
 +
   |github  = spacechase0/StardewValleyMods
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tileman Challenge
+
   |name    = Profit Calculator → DGA Support
   |author  = SpicyKai
+
   |author  = 6135
   |id      = SpicyKai.Tileman
+
   |id      = 6135.ProfitCalculatorDGA
   |nexus  = 11945
+
  |moddrop = 1502461
   |github  = spicykai/StardewValley-Mods
+
   |nexus  = 19931
 +
   |github  = 6135/StardewValley.ProfitCalculator
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tile Transparency, Transparent Tiles
+
   |name    = Profit Calculator<!--manifest-->, In-Game Profit Calculator<!--Nexus-->
   |author  = aedenthorn, Erinthe
+
   |author  = 6135
   |id      = aedenthorn.TileTransparency
+
   |id      = 6135.ProfitCalculator
   |nexus  = 17288
+
  |moddrop = 1502461
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 19931
 +
   |github  = 6135/StardewValley.ProfitCalculator
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tillable Ground
+
   |name    = Profit Margins
   |author  = hawkfalcon
+
   |author  = Cherry, CherryChain
   |id      = hawkfalcon.TillableGround
+
   |id      = Cherry.ProfitMargins
   |nexus  = 2175
+
   |nexus  = 4663
   |github  = hawkfalcon/Stardew-Mods
+
  |moddrop = 716352
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tilled Soil Decay
+
   |name    = Progressive Access Farm
   |author  = bcmpinc
+
   |author  = onjulraz
   |id      = bcmpinc.TilledSoilDecay
+
   |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
   |nexus  = 2738
+
  |nexus  = 2923
   |github  = bcmpinc/StardewHack
+
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Project Fluent
 +
  |author  = Shockah
 +
  |id      = Shockah.ProjectFluent
 +
   |nexus  = 12638
 +
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Before Harvest
+
   |name    = Project S
   |author  = Asconoid
+
   |author  = NarlanMarlan
   |id      = Asconoid.TimeBeforeHarvest
+
   |id      = narlan.projects
   |nexus  = 5764
+
   |nexus  = 3785
   |github  =
+
   |github  = NolanEastburn/ProjectS
  
   |status  = workaround<!--implemented a SMAPI API interface and broke when new functionality was added to SMAPI-->
+
   |broke in = Stardew Valley 1.6
  |summary  = use [[#Time Before Harvest Enhanced|Time Before Harvest Enhanced]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Before Harvest Enhanced
+
   |name    = Public Access TV
   |author  = Jonathan Ginn
+
   |author  = kdau
   |id      = JonathanGinn.TimeBeforeHarvestEnhanced
+
   |id      = kdau.PublicAccessTV
   |nexus  = 12170
+
   |nexus  = 5605
   |github  =
+
   |moddrop = 757967
   |source  = https://gitlab.com/enom/time-before-harvest-enhanced
+
   |source  = https://gitlab.com/kdau/predictivemods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 +
  |status  = workaround
 +
  |summary  = use [[#Public Access TV (1.6)|Public Access TV (1.6)]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Freeze
+
   |name    = Public Access TV (1.6)
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = John Peters
   |id      = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
+
   |id      = JohnPeters.PublicAccessTV
   |nexus  = 973
+
   |nexus  = 22486
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = emurphy42/PredictiveMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Freezes at Midnight
+
   |name    = Pudding Plus Colored Slime Drops
   |author  = JBtheShadow
+
   |author  = TerryDBS
   |id      = JBtheShadow.TimeFreezesAtMidnight
+
   |id      = TerryDBS.ColoredSlimeDrops
   |nexus  = 7425
+
   |nexus  = 7048
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Master
+
   |name    = Puffer Chick - Chickens
   |author  = trashcan9
+
   |author  = Sonozuki
   |id      = trashcan9.TimeMaster
+
   |id      = EpicBellyFlop45.PufferChickChickens
   |nexus  = 16192
+
   |nexus  = 2997
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Multiplier
+
   |name    = Pumpkin Chickens
   |author  = DefenTheNation
+
   |author  = Sonozuki
   |id      = DefenTheNation.TimeMultiplier
+
   |id      = EpicBellyFlop45.PumpkinChickens
   |nexus  = 2262
+
   |nexus  = 3004
   |github  = DefenTheNation/StardewMod-TimeMultiplier
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time of the Prairie King
+
   |name    = Purchasable Galaxy Item
   |author  = The Fluffy Robot
+
   |author  = SorryLate
   |id      = TheFluffyRobot.TimeOfThePrairieKing
+
   |id      = SorryLate.GalaxyItem
   |nexus  = 5631
+
   |nexus  = 5289
   |github  = jamespfluger/Stardew-TimeOfThePrairieKing
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Reminder
+
   |name    = Purchasable Recipes
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Paracosm
   |id      = KoihimeNakamura.TimeReminder
+
   |id      = Paracosm.PurchasableRecipes
   |nexus  = 1000
+
   |nexus  = 1722
   |moddrop = 664035
+
   |github  =
   |github = JohnsonNicholas/SDVMods
+
 
 +
  |broke in = Stardew Valley 1.3
 +
   |status  = workaround
 +
  |summary = use [[#Buy Cooking Recipes|Buy Cooking Recipes]] or [[#TV Recipes|TV Recipes]] instead.
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.3.mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-17#post-3289499
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TimeSpeed
+
   |name    = Purist Mod
   |author  = cantorsdust and Pathoschild
+
   |author  = aedenthorn, Erinthe
   |id      = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
+
   |id      = aedenthorn.PuristMod
   |nexus  = 169
+
   |nexus  = 16097
   |github  = cantorsdust/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Totem
+
   |name    = Pussle
   |author  = gmff
+
   |author  = Platonymous
   |id      = GMFF.TimeTotem
+
   |id      = Platonymous.Pussle
   |curse  = 494425
+
   |moddrop = 1521424
   |nexus  =
+
   |nexus  = 19760
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TMXL Map Toolkit, TMX Loader
+
   |name    = Put Batteries in Fish Tanks
   |author  = Platonymous
+
   |author  = BadNetCode
   |id      = Platonymous.TMXLoader
+
   |id      = BadNetCode.PutBatteriesInFishTanks
  |curse  = 877235
+
   |nexus  = 23155
   |nexus  = 1820
+
   |github  =
  |moddrop = 771913
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = To-Dew
+
   |name    = PVP Friendly Fire, PVP
   |author  = Jamie Taylor
+
   |author  = DewMods
   |id      = jltaylor-us.ToDew
+
   |id      = DewMods.StardewValleyMods.PVP
   |nexus  = 7409
+
   |nexus  = 15589
   |github  = jltaylor-us/StardewToDew
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = To Do List
+
   |name    = Pyromancer's Journey, Fire Arcade Game<!--changed in 1.0.1-->
   |author  = Eleanor, eleanoot
+
   |author  = spacechase0 and ParadigmNomad
   |id      = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
+
   |id      = spacechase0.PyromancersJourney, spacechase0.FireArcadeGame<!--changed in 1.0.1-->
   |nexus  = 1630
+
  |curse  = 867715
   |github  = eleanoot/stardew-to-do-mod
+
   |nexus  = 7455
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#To-Dew|To-Dew]] instead.
 
<!--
 
  |unofficial version = 1.1.3-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329144
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Toggle Monsters
+
   |name    = PyTK, Platonymous Toolkit
   |author  = Jolyone, Me
+
   |author  = Platonymous
   |id      = Me.ToggleMonsters
+
   |id      = Platonymous.Toolkit
   |nexus  = 11801
+
   |nexus  = 1726
   |github  =
+
  |moddrop = 793815
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Toolbar Icons
+
   |name    = Qi Chests
   |author  = furyx639
+
   |author  = spacechase0
   |id      = furyx639.ToolbarIcons
+
   |id      = spacechase0.QiChest
   |curse   = 871834
+
   |nexus  = 15696
   |nexus  = 11026
+
  |github  = spacechase0/StardewValleyMods
   |github  = LeFauxMatt/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Qi Exchanger
 +
  |author  = Mizzion
 +
  |id      = mizzion.qiexchanger
 +
   |nexus  = 1930
 +
  |moddrop = 661359
 +
   |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Qi Sprinklers
 +
  |author  = UnknownLegacy
 +
  |id      = UnknownLegacy.QiSprinklers
 +
  |nexus  = 7904
 +
  |github  = UnkLegacy/QiSprinklers
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Toolbar Tooltips
+
   |name    = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
   |author  = danmw3
+
   |author  = Prismuth
   |id      = danmw3.toolbartooltips
+
   |id      = <Prismuth.QuaintFarmBridge
   |nexus  = 4977
+
   |nexus  = 1647
 
   |github  =
 
   |github  =
 +
 +
  |broke in  = Stardew Valley 1.3
 +
  |status    = workaround
 +
  |summary    = use [[#Stone Bridge Over Pond|Stone Bridge Over Pond]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ToolBelt
+
   |name    = Quality Bait
   |author  = yuri0r
+
   |author  = MindMeltMax
   |id      = yuri0r.ToolBelt
+
   |id      = MindMeltMax.QualityBait
   |nexus   = 8566
+
   |curse   = 1004490
   |github  =
+
   |moddrop = 1443555
   |source = https://gitlab.com/yuri0r/toolbelt
+
  |nexus  = 16832
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Charging
+
   |name    = Quality Fish Ponds
   |author  = mralbobo
+
   |author  = ytsc
   |id      = mralbobo.ToolCharging
+
   |id      = ytsc.QualityFishPonds
   |nexus  =
+
   |nexus  = 11021
  |url    = https://community.playstarbound.com/threads/111988
+
   |github  = YTSC/StardewValleyMods
   |github  = mralbobo/stardew-tool-charging
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.2.2-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344731
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Power Select
+
   |name    = Quality Of Combat
   |author  = CrazyWig
+
   |author  = Aile72
   |id      = crazywig.toolpowerselect
+
   |id      = Aile72.QualityOfCombat
   |nexus  = 2553
+
   |nexus  = 23894
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Power Setup
+
   |name    = Quality of Life - Immersive Tweaks
   |author  = Gilar Fasulaki
+
   |author  = DaLion
   |id      = GilarF.ToolPowerSetup
+
   |id      = DaLion.ImmersiveTweaks
   |nexus  = 4517
+
   |nexus  = 11296
 
   |github  =
 
   |github  =
  
  |broke in = Stardew Valley 1.4
+
   |status  = abandoned
   |status   = workaround
 
  |summary = Use [[#Tool Power Select|Tool Power Select]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Smart Switch
+
   |name    = Quality Products
   |author  = aedenthorn, Erinthe
+
   |author  = SilentOak
   |id      = aedenthorn.ToolSmartSwitch
+
   |id      = SilentOak.QualityProducts
   |curse   = 868687
+
   |nexus  = 3609
   |nexus   = 15216
+
   |github  = silentoak/StardewMods
   |github = aedenthorn/StardewValleyMods
+
 
 +
   |status   = workaround
 +
   |summary = use {{nexus mod|21278|Artisan Goods Keep Quality}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Costs
+
   |name    = Quality Products → Auto Quality Patch
   |author  = Cherry, CherryChain
+
   |author  = SilentOak
   |id      = Cherry.ToolUpgradeCosts
+
   |id      = SilentOak.AutoQualityPatch
   |nexus  = 6576
+
   |nexus  = 3609
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = silentoak/StardewMods
  
   |broke in          = SMAPI 3.12
+
   |status   = workaround
   |unofficial version = 1.0.1-unofficial.1-Skalaki
+
   |summary  = use {{nexus mod|21278|Artisan Goods Keep Quality}} instead.
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-76604
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Delivery
+
   |name    = Quality Scrubber
   |author  = SorryLate
+
   |author  = Traktori
   |id      = SorryLate.ToolUpgradeDelivery
+
   |id      = Traktori.QualityScrubber
   |nexus  = 5421
+
   |nexus  = 5663
   |github  = sorrylate/Stardew-Valley-Mod
+
   |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|20624|Quality Conversion Engine}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Delivery Service
+
   |name    = Quality Scrubber for Automate
   |author  = Felix-Dev
+
   |author  = Traktori
   |id      = Felix-Dev.ToolUpgradeDeliveryService
+
   |id      = Traktori.AM.QualityScrubber
   |nexus  = 2938
+
   |nexus  = 5663
   |github  = Felix-Dev/StardewMods
+
   |github  = Traktori7/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after Quality Scrubber-->
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Mail Services Mod|Mail Services Mod]] or [[#Tool Upgrade Delivery|Tool Upgrade Delivery]] instead.
+
   |summary  = use {{nexus mod|20624|Quality Conversion Engine}} instead.
<!--
 
  |unofficial version = 1.4.1-unofficial.1-pathoschild
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Reminder
+
   |name    = Quality Smash
   |author  = Wracketeer
+
   |author  = barfytheclown
   |id      = Wracketeer.ToolUpgradeReminder
+
   |id      = NormanPCN.QualitySmash<!--changed in 1.4.0-->, barfytheclown.QualitySmash
   |nexus  = 13423
+
   |nexus  = 7907
   |github  =
+
   |github  = jn84/QualitySmash
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Too Many Animals
+
   |name    = Queen of Sauce Randomizer
   |author  = furyx639
+
   |author  = Speshkitty
   |id      = furyx639.TooManyAnimals
+
   |id      = speshkitty.queenofsauceshuffler
  |curse  = 871833
+
   |nexus  = 7151
   |nexus  = 11033
+
   |github  = Speshkitty/QueenOfSauceRandomiser
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Town School Functions
+
   |name    = Questable Tractor
   |author  = Edu Anttunes
+
   |author  = NermNermNerm
   |id      = EduAnttunes.TownSchool.Functions
+
   |id      = NermNermNerm.QuestableTractor
   |nexus  = 6317
+
   |nexus  = 20703
   |github  =
+
   |github  = NermNermNerm/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tractor Mod
+
   |name    = Quest Delay
   |author  = Pathoschild
+
   |author  = BadNetCode
   |id      = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
+
   |id      = BadNetCode.QuestDelay
   |nexus  = 1401
+
   |nexus  = 1239
   |moddrop = 606639
+
   |moddrop = 473938
   |github  = Pathoschild/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tractor Sounds, Tractor Engine Sound
+
   |name    = Quest Essentials
   |author  = MissCoriel
+
   |author  = PurrplingCat
   |id      = misscoriel.tractorsounds
+
   |id      = PurrplingCat.QuestEssentials
   |nexus  = 5781
+
   |nexus  = 8827
   |github  =
+
   |github  = purrplingcat/StardewMods
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Quest Framework
 +
  |author  = PurrplingCat
 +
  |id      = PurrplingCat.QuestFramework
 +
  |curse  = 577691
 +
  |nexus  = 6414
 +
  |github  = purrplingcat/QuestFramework
 +
 
 +
  |warnings = Broken on Android.
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trading
+
   |name    = Quest Time Limits
   |author  = MindMeltMax
+
   |author  = aedenthorn, Erinthe
   |id      = MindMeltMax.Trading
+
   |id      = aedenthorn.QuestTimeLimits
   |moddrop = 1214750
+
   |curse  = 868671
   |nexus  = 13293
+
   |nexus  = 16403
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Quest Time Limits - Continued|Quest Time Limits - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Station
+
   |name    = Quest Time Limits - Continued
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn and FlyingTNT
   |id      = Cherry.TrainStation
+
   |id      = FlyingTNT.QuestTimeLimits
   |nexus  = 6183
+
   |nexus  = 22349
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Tracks
+
   |name    = Quick Agenda
   |author  = aedenthorn, Erinthe
+
   |author  = BadNetCode
   |id      = aedenthorn.TrainTracks
+
   |id      = BadNetCode.QuickAgenda
   |nexus  = 10927
+
   |nexus  = 22258
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Whistle
+
   |name    = Quick Descend by Using Staircase
   |author  = Taskmaster
+
   |author  = kun2331
   |id      = Taskmaster.TrainWhistle
+
   |id      = kun2331.QuickDescendByUsingStaircase
   |nexus  = 4473
+
   |nexus  = 25161
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trampoline
+
   |name    = Quick Forward Dash, Warp Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Vexorth
   |id      = aedenthorn.Trampoline
+
   |id      = Vexorth.Warp
   |nexus  = 11619
+
   |nexus  = 16605
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Transparency Settings
+
   |name    = Quick Glance
   |author  = Esca, Esca-MMC
+
   |author  = adverserath
   |id      = Esca.TransparencySettings
+
   |id      = Adverserath.QuickGlance
   |nexus  = 8891
+
   |nexus  = 12058
  |moddrop = 971985
+
   |github  = adverserath/QuickGlance
   |github  = Esca-MMC/TransparencySettings
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Transparent Objects
+
   |name    = Quick Load
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TransparentObjects
+
   |id      = aedenthorn.QuickLoad
   |nexus  = 6412
+
   |nexus  = 7756
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Bear Abides
+
   |name    = Quick Minigame
   |author  = John Peters
+
   |author  = Enaium
   |id      = JohnPeters.TrashBearAbides
+
   |id      = Enaium.QuickMinigame
   |nexus  = 11359
+
  |curse  = 438741
   |github  =
+
  |moddrop = 895127
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/QuickMinigame
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Bear Item Helper, Trash Bear Name
+
   |name    = Quick Responses
  |author  = MattDeDuck, Duckshard
 
  |id      = MattDeDuck.TrashBearName
 
  |nexus  = 5252
 
  |github  =
 
 
 
  |broke in = Stardew Valley 1.5
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Trash Can Reactions
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TrashCanReactions
+
   |id      = aedenthorn.QuickResponses
   |nexus  = 7643
+
   |nexus  = 6548
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Cans On Horse
+
   |name    = Quick Responses (1.6 Updated)
   |author  = aedenthorn, Erinthe
+
   |author  = yummypecho - original by aedenthorn
   |id      = aedenthorn.TrashCansOnHorse
+
   |id      = yummypecho.QuickResponses
   |nexus  = 16394
+
   |nexus  = 21103
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Does Not Consume Bait
+
   |name    = Quick Sell
   |author  = atravita
+
   |author  = Alejandro Akbal, AlejandroAkbal
   |id      = atravita.TrashDoesNotConsumeBait
+
   |id      = AlejandroAkbal.QuickSell
  |curse  = 870979
+
   |nexus  = 7854
  |moddrop = 1128126
+
   |github  = AlejandroAkbal/Stardew-Valley-Quick-Sell-Mod
   |nexus  = 11426
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Remover
+
   |name    = Quick Shop
   |author  = SorryLate, rharyanto
+
   |author  = Enaium
   |id      = SorryLate.TrashRemover
+
   |id      = Enaium.QuickShop
   |nexus  = 5114
+
  |curse  = 436793
   |github  =
+
  |moddrop = 864170
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/QuickShop
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Trash
+
   |name    = Quick Start
   |author  = Jaredlll08
+
   |author  = WuestMan, redknightofdoom
   |id      = BlameJared.TrashTrash
+
   |id      = WuestMan.QuickStart
   |nexus  =
+
   |nexus  = 2375
   |curse  = 297981
+
   |github  = Brian-Wuest/Quick_Start
   |github  = jaredlll08/Trash-Trash
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Traveling Takes Time
+
   |name    = Quick Stash
   |author  = Vrakyas
+
   |author  = ChiroxT
   |id      = Vrakyas.TravelingTakesTime
+
   |id      = treinke.quickstash
   |nexus  = 4031
+
   |nexus  = 20864
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Travelling Skill
+
   |name    = Quick Swap
   |author  = Achtuur8
+
   |author  = Allan Wang
   |id      = Achtuur.StardewTravelSkill
+
   |id      = AllanWang.QuickSwap
   |nexus  = 16820
+
   |nexus  = 13956
   |github  = Achtuur/StardewTravelSkill
+
   |github  = AllanWang/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Treasure Chests Expanded
+
   |name    = Quotes
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TreasureChestsExpanded
+
   |id      = aedenthorn.Quotes
   |nexus  = 7685
+
   |nexus  = 6503
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Changes
+
   |name    = Radial Menu
   |author  = JPAN
+
   |author  = focustense
   |id      = jpan.TreeChanges
+
   |id      = focustense.RadialMenu
   |nexus  = 3964
+
   |nexus  = 25257
   |github  = JPANv2/Stardew-Valley-Tree-Changes
+
   |github  = focustense/StardewRadialMenu
}}
+
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Shake Mod
+
   |name    = Radioactive Geodes
   |author  = NCarigon
+
   |author  = justastranger
   |id      = NCarigon.TreeShakeMod
+
   |id      = jas.RadioactiveGeodes
   |nexus  = 15927
+
  |moddrop = 952722
   |github  = ncarigon/StardewValleyMods
+
   |nexus  =
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Shaker
+
   |name    = Radioactive Tools
   |author  = TyoAtrosa
+
   |author  = kakashigr
   |id      = TyoAtrosa.Treeshaker
+
   |id      = kakashigr.RadioactiveTools
   |nexus  = 2159
+
   |nexus  = 7630
   |github  = TyoAtrosa/TreeShaker
+
   |github  = kakashigr/stardew-radioactivetools
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Spread
+
   |name    = Rainbow Cursor
   |author  = bcmpinc
+
   |author  = Jamie Taylor
   |id      = bcmpinc.TreeSpread
+
   |id      = jltaylor-us.RainbowCursor
   |nexus  = 3183
+
   |nexus  = 15886
   |github  = bcmpinc/StardewHack
+
   |github  = jltaylor-us/StardewRainbowCursor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Transplant
+
   |name    = Rainbow Trail
   |author  = YukiShiku, LeonBlade
+
   |author  = aedenthorn, Erinthe
   |id      = TreeTransplant
+
   |id      = aedenthorn.RainbowTrail
   |nexus  = 1342
+
   |nexus  = 16914
   |moddrop = 526140
+
   |github  = aedenthorn/StardewValleyMods
  |chucklefish = 5485
+
 
   |github  = LeonBlade/TreeTransplant
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trendy Haley
+
   |name    = Raincoat When Raining
   |author  = candidus42
+
   |author  = BikiFae, bikinavisho
   |id      = Candidus42.TrendyHaley
+
   |id      = BikiFae.RainCoatWhenRaining
   |nexus  = 4984
+
   |nexus  = 4659
   |github  = mus-candidus/TrendyHaley
+
   |github  = bikinavisho/RainCoatWhenRaining
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trick or Treat
+
   |name    = RainPlus
   |author  = Dad of Gwen, Carleton and Gwen
+
   |author  = Deadlykirpy
   |id      = DadOfGwenTrickOrTreatMod
+
   |id      = Kirpy.RainPlus
   |nexus  = 8115
+
   |nexus  = 6559
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = True Random Geodes
+
   |name    = Rain Randomizer
   |author  = lilico/atelier99
+
   |author  = EvilPdor
   |id      = lilico.TrueRandomGeodes
+
   |id      =
   |nexus  = 11371
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111526
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Turn to Your Enemies
+
   |name    = Rain Refills Watering Can
   |author  = Krutonium
+
   |author  = StultusV
   |id      = krutonium.turn_to_your_enemies
+
   |id      = StultusV.RainRefillsWateringCan
   |nexus  = 12643
+
   |nexus  = 11554
   |github  =
+
   |github  = JudeRV/Stardew-RainRefillsWateringCan
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Announcements
+
   |name    = Rains Interaction Mod
   |author  = Zyin
+
   |author  = RainKuro
   |id      = Zyin.TVAnnouncements
+
   |id      = RainKuro.RainsInteractionMod
   |nexus  = 3649
+
   |nexus  = 18850
   |github  = Zyin055/TVAnnouncements
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Brasileira
+
   |name    = Raised Garden Beds
   |author  = JhonnieRandler & Brukob
+
   |author  = blueberry
   |id      = JhonnieMike.BrasilTV
+
   |id      = blueberry.RaisedGardenBeds
   |nexus  = 10843
+
   |nexus  = 5305
   |github  = JhonnieRandler/TVBrasileira
+
   |github  = b-b-blueberry/RaisedGardenBeds
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Channel - Gardening with Hisame, Gardening TV Channel
+
   |name    = Ranching Tool Upgrades
   |author  = hisameartwork
+
   |author  = drbirbdev
   |id      = HisameArtwork.GardeningChannel
+
   |id      = drbirbdev.RanchingToolUpgrades
   |nexus  = 5485
+
   |nexus  = 12280
   |github  =
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Recipes
+
   |name    = Random Bundles
   |author  = SorryLate, rharyanto
+
   |author  = balllight
   |id      = SorryLate.TvRecipes
+
   |id      = balllight.RandomBundles
   |nexus  = 5260
+
   |nexus  = 13790
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twin Stick Strafe Action
+
   |name    = Random Hair Color
   |author  = AndyUr
+
   |author  = bookworm89723
   |id      = AndyUr.TwinStickStrafeAction
+
   |id      = davis.randomhair
   |nexus  = 7589
+
   |nexus  = 3271
   |github  =
+
   |github  = joaniedavis/RandomHairMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twitch Chat Integration
+
   |name    = Randomized Energy
   |author  = Hexenentendrache
+
   |author  = LakeMonster_, LakeMonster666
  |id      = Hexenentendrache.TwitchChatIntegration
+
   |id      = LakeMonster_.RandomizedEnergy
  |nexus  = 17321
+
   |nexus  = 5250
  |github  = Enteligenz/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Twitch in Stardew Valley, Twitch for Stardew
 
  |author  = Telshin, Tim "Telshin" Aldridge
 
   |id      = telshin.twitch-for-stardew
 
  |curse  = 306420
 
   |nexus  =
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ui Info Suite
+
   |name    = Random NPCs, Random Visitors
   |author  = Cdaragorn
+
   |author  = aedenthorn, Erinthe
   |id      = Cdaragorn.UiInfoSuite
+
   |id      = Aedenthorn.RandomNPC
   |nexus  = 1150
+
   |nexus  = 4911
   |github  = cdaragorn/Ui-Info-Suite
+
   |github  = aedenthorn/StardewValleyMods
  
   |warnings = Broken on Android.
+
   |warnings = doesn't work in multiplayer.
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ui Info Suite 2
+
   |name    = Random Slimes
   |author  = Annosz
+
   |author  = ChrisMzz
   |id      = Annosz.UiInfoSuite2
+
   |id      = ChrisMzz.randomslimes
   |nexus  =
+
   |nexus  = 21320
   |url    = https://github.com/Annosz/UIInfoSuite2/releases
+
   |github  = ChrisMzz/StardewValleyMods
   |github  = Annosz/UiInfoSuite2
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Random Start Day
 +
  |author  = idermailer
 +
  |id      = idermailer.RandomStartDay
 +
  |nexus  = 13225
 +
   |github  = idermailer/RandomStartDay
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Random Tastes
 +
  |author  = skiilaa
 +
  |id      = skiilaa.RandomTastes
 +
  |nexus  = 2285
  
   |warnings = Broken on Android.
+
   |broke in = SMAPI 3.0
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345023
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = UI Mod Suite
+
   |name    = Range Display, Sprinkler Range
   |author  = Demiacle
+
   |author  = CatCattyCat, Cat
   |id      = Demiacle.UiModSuite
+
   |id      = cat.sprinklerrange
   |nexus  = 1023
+
   |nexus  = 1179
   |github  = demiacle/UiModSuite
+
  |moddrop = 833536
 +
   |github  = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
+
   |summary  = use [[#Data Layers|Data Layers]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ranged Tools
 +
  |author  = vgperson
 +
  |id      = vgperson.RangedTools
 +
  |nexus  = 6935
 +
  |github  = vgperson/RangedTools
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ukrainizacija, Ukrainizacija - Utilities
+
   |name    = Range Highlight
   |author  = Pereclaw Team
+
   |author  = Jamie Taylor
   |id      = Pereclaw.ukrutilities
+
   |id      = jltaylor-us.RangeHighlight
   |nexus  = 8427
+
  |curse  = 997096
   |github  =
+
   |nexus  = 6752
 +
   |github  = jltaylor-us/StardewRangeHighlight
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ultimate Gold
+
   |name    = Raven of The Valley
   |author  = Shadowfoxss
+
   |author  = nicks
   |id      = Shadowfoxss.UltimateGoldStardew
+
   |id      = nicks.RavenofTheValley
   |nexus  = 2833
+
   |nexus  = 19856
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unbreakable Tackles
+
   |name    = Readers Digest
   |author  = MindMeltMax
+
   |author  = Remy Bach
   |id      = MindMeltMax.UnbreakableTackles
+
   |id      = remybach.readersdigest
   |nexus  = 7719
+
   |nexus  = 3040
  |moddrop = 1135717
+
   |github  = remybach/stardew-valley-readersdigest
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Underdark Sewer
+
   |name    = Readers Digest for 1.6
   |author  = Mel Noelle and Kirbylink
+
   |author  = Slash215
   |id      = melnoelle.underdarksewer
+
   |id      = Slash215.readersdigest
   |nexus  = 3070
+
   |nexus  = 22972
   |github  = KirbyLink/UnderdarkSewer
+
   |github  =
 
 
  |broke in          = SMAPI 3.0
 
  |unofficial version = 1.1.1-unofficial.2-minervamaga
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-9#post-3353113
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Underground Secrets
+
   |name    = Real Clock
 +
  |author  = thimadera
 +
  |id      = thimadera.Realclock
 +
  |nexus  = 21726
 +
  |github  = thimadera/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Realistic Fishing
 +
  |author  = Kevin Connors
 +
  |id      = KevinConnors.RealisticFishing
 +
  |nexus  = 2623
 +
  |github  = kevinforrestconnors/RealisticFishing
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
<!--
 +
  |unofficial version = 1.2.3-unofficial.3-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Realistic Random Names
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.UndergroundSecrets
+
   |id      = aedenthorn.RealNames
   |nexus  = 6597
+
   |nexus  = 6269
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unhinged Mayo Jar
+
   |name    = Real Time
   |author  = spacechase0
+
   |author  = Enaium, Lightcolour888
   |id      = spacechase0.UnhingedMayoJar
+
   |id      = Enaium.RealTime
   |nexus  = 17139
+
   |nexus  = 5336
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Children
+
   |name    = Realtime Framework
   |author  = Shaklin
+
   |author  = drbirbdev
   |id      = shaklin.uniquechildren
+
   |id      = drbirbdev.RealtimeFramework
   |nexus  = 6278
+
   |nexus  = 18915
   |github  =
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Children Talk
+
   |name    = Realtime Minimap
   |author  = Shaklin
+
   |author  = spacechase0
   |id      = shaklin.uniquechildrentalk
+
   |id      = spacechase0.RealtimeMinimap
   |nexus  = 9540
+
  |curse  = 867706
   |github  =
+
   |nexus  = 9386
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Valley
+
   |name    = Real Weather, SDVWM Astro<!--older version-->, SDVWM Environment<!--older version-->
   |author  = aedenthorn, Erinthe
+
   |author  = SixthTitan
   |id      = aedenthorn.UniqueValley
+
   |id      = SixthTitan.SDVWM_RealWeather, SixthTitan.SDVWM_Astro<!--older version-->
  |nexus  = 13828
+
   |nexus  = 5773
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Unlimited Cats and Dogs
 
  |author  = funny-snek
 
  |id      = funnysnek.UnlimitedCatsandDogs
 
   |nexus  = 2942
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Players
+
   |name    = Recatch Legendary Fish
   |author  = Armitxes
+
   |author  = cantorsdust and Pathoschild
   |id      = Armitxes.UnlimitedPlayers
+
   |id      = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
   |nexus  = 2213
+
   |nexus  = 172
  |curse  = 362847
+
   |github  = cantorsdust/StardewMods
   |github  = Armitxes/StardewValley_UnlimitedPlayers
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlockable Bundles
+
   |name    = Recipes In Mail
   |author  = DeLiXx
+
   |author  = Freaksaus
   |id      = DLX.Bundles
+
   |id      = freaksaus.recipesinmail
   |nexus  = 17265
+
   |nexus  = 22173
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/delixx/stardew-valley-unlockable-bundles
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlock Dye Menu
+
   |name    = Recipe Tracker, Stardew Valley Recipe Tracker
   |author  = Shaklin
+
   |author  = Nox Chimaera, noxkimaera
   |id      = shaklin.unlockdyemenu
+
   |id      = NoxChimaera.StardewValleyTodo
   |nexus  = 6156
+
   |nexus  = 22378
 +
  |github  = NoxChimaera/StardewValleyTODO
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Reciprocate
 +
  |author  = YunHikari
 +
  |id      = YunHikari.Reciprocate
 +
  |nexus  = 17714
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlocked Doors
+
   |name    = Recover Stamina
   |author  = damien
+
   |author  = lperkins2, Logan Perkins
   |id      = damien.unlocked_doors
+
   |id      = lperkins2.RecoverStamina
   |nexus  = 4338
+
   |nexus  = 2332
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
+
   |broke in = SMAPI 3.0
   |status   = workaround
+
}}
   |summary = use [[#Custom Locks|Custom Locks]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Recurring Reminders
 +
  |author  = Dem1se
 +
  |id      = Dem1se.RecurringReminders
 +
   |nexus   = 6840
 +
   |github = dem1se/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Updated Instant Eat Key
+
   |name    = Recyclable Cola
   |author  = apomorph
+
   |author  = XxHarvzBackxX
   |id      = apomorph.updatedInstantEatKey
+
   |id      = harvz.RecyclableCola
   |nexus  = 15191
+
   |nexus  = 10865
   |github  =
+
   |github  = XxHarvzBackxX/recyclableCola
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Updated No Rumble Horse
+
   |name    = Redesigned Farmhouse Layout
   |author  = Aladanor
+
   |author  = Aimon111 & DaLion
   |id      = Aladanor.UpdatedNoRumbleHorse
+
   |id      = Aimon111.RedisignedFarmHouseLayout.Warps
   |nexus  = 10164
+
   |nexus  = 11420
   |github  = shailalias/NoRumbleHorse
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgradable Pan
+
   |name    = Redraw Pelican Town Config
   |author  = Anthony Hilyard
+
   |author  = JefGrizli
   |id      = com.anthonyhilyard.upgradablepan
+
   |id      = JefGrizli.RedrawPelicanTownC
  |curse  = 446597
+
   |nexus  = 15564
   |nexus  = 9318
+
   |github  =
   |github  = AHilyard/UpgradeablePan
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgraded Horse, Horse Friendship and Speed Levels
+
   |name    = Refill Silos
   |author  = Richard Cai
+
   |author  = Alpha_Omegasis
   |id      = richard_cai.UpgradedHorse
+
   |id      = Omegasis.RefillSilos
   |nexus  = 5242
+
   |nexus  = 20779
  |github  = RichardJCai/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgradeable Machines Mod, Miihau Upgradeable Machines
+
   |name    = Refill Watering Can in Town Fountain
   |author  = Miihau
+
   |author  = TfueLovesBanana
   |id      = Miihau.MiihauUpgradeableMachines
+
   |id      = TfueLovesBanana.FillWateringCanInTownFountain
   |nexus  = 17234
+
   |nexus  = 16764
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgrade Empty Cabins
+
   |name    = Refund Staircases
   |author  = Cherry, CherryChain
+
   |author  = Nick Martin
   |id      = Cherry.UpgradeEmptyCabins
+
   |id      = NickMartin.RefundStaircases
   |nexus  = 5253
+
   |nexus  = 19209
  |moddrop = 720987
+
   |github  = nickmartin1ee7/RefundStaircases
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Useful Bombs
+
   |name    = Regeneration
   |author  = punyo, yakminepunyo
+
   |author  = Hammurabi
   |id      = punyo.UsefulBombs
+
   |id      = HammurabiRegeneration
   |nexus  = 2488
+
   |nexus  =
   |github = pomepome/UsefulBombs
+
   |chucklefish = 4584
 +
  |source = https://community.playstarbound.com/resources/regeneration.4584/updates
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = Use [[#BetterBombs|BetterBombs]] instead.
+
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
<!--
 
  |unofficial version = 1.0.5-unofficial.1-Mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Usefull Information<!--Nexus-->, Useless Info<!--manifest-->, Useless Information<!--manifest before 1.0-->
+
   |name    = Regen Mod
   |author  = Right Hand Man
+
   |author  = Zoryn
   |id      = raik.uselessinfo
+
   |id      = Zoryn.RegenMod
   |nexus  = 8634
+
   |nexus  =
   |github  =
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Utility Grid
+
   |name    = Regular Quality
   |author  = aedenthorn, Erinthe
+
   |author  = desto, JustToDownloadThings
   |id      = aedenthorn.UtilityGrid
+
   |id      = desto.RegularQuality
   |nexus  = 10197
+
   |nexus  = 5090
   |github  = aedenthorn/StardewValleyMods
+
   |github  = desto-git/smapi-RegularQuality
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = UV Index (Sunscreen Mod)
+
   |name    = Rejuvenating Forest
   |author  = Jonqora
+
   |author  = Team Timber
   |id      = Jonqora.UVIndex
+
   |id      = TeamTimber.RejuvenatingForest
   |nexus  = 6676
+
   |nexus  = 10322
   |github  = Jonqora/StardewMods
+
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Variable Grass
+
   |name    = Relationship Bar UI
   |author  = dantheman999
+
   |author  = SlyMerc
   |id      = dantheman999.VariableGrass
+
   |id      = RelationshipBar
   |nexus  =
+
   |nexus  = 1009
  |url    = https://community.playstarbound.com/threads/107658
+
   |github  =
   |github  = dantheman999301/StardewMods
 
  
   |broke in           = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
  |unofficial version = 1.3.1-unofficial.3-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343789
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Vending Machine, NPC Vending Machine
+
   |name    = Relationships Enhanced
   |author  = ActionJackson
+
   |author  = rodrigovaz
   |id      = ActionJackson.VendingMachine
+
   |id      = relationshipsenhanced
   |nexus  = 7508
+
   |nexus  =
 +
  |chucklefish = 4435
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Vertical Toolbar
+
   |name    = Relationship Status
   |author  = bmarquismarkail, Space Baby
+
   |author  = Dragonisser
   |id      = SB_VerticalToolMenu
+
   |id      = relationshipstatus
   |nexus  = 943
+
   |nexus  = 751
   |github  = bmarquismarkail/SV_VerticalToolMenu
+
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Video Player
+
   |name    = Relationship Tooltips
   |author  = aedenthorn, Erinthe
+
   |author  = M3ales
   |id      = aedenthorn.VideoPlayer
+
   |id      = M3ales.RelationshipTooltips
   |nexus  = 6524
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
  |curse  = 298040
 +
   |github  = M3ales/RelationshipTooltips
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Villager Compass
+
   |name    = Relationship Tracker
   |author  = Jboss
+
   |author  = Branic
   |id      = Jboss.VillagerCompass
+
   |id      = Branic.RelationshipTracker
   |nexus  = 16912
+
   |nexus  = 2845
   |github  = jbossjaslow/Stardew_Mods
+
   |github  = Paradox355/SDVMods
 +
 
 +
  |broke in = SMAPI 3.0
 +
<!--
 +
  |unofficial version = 1.1-beta.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345224
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Relativity
 +
  |author  = AdroSlice
 +
  |id      = AdroSlice.Relativity
 +
  |nexus  = 13028
 +
  |github  = adroslice/sdv-relativity-mirror
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Relaxing Weekends<!--manifest-->, Weekend Relaxation<!--Nexus-->
 +
  |author  = The Fluffy Robot
 +
  |id      = TheFluffyRobot.RelaxingWeekends
 +
  |nexus  = 19662
 +
  |github  = jamespfluger/Stardew-ModCollection
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Visible Fish
+
   |name    = Relocate Buildings And Farm Animals<!--changed in 1.0.1-->, Relocate Farm Animals
   |author  = shekurika
+
   |author  = mouahrara
   |id      = shekurika.WaterFish
+
   |id      = mouahrara.RelocateBuildingsAndFarmAnimals<!--changed in 1.0.1-->, mouahrara.RelocateFarmAnimals
   |nexus  = 8897
+
   |nexus  = 20606
   |github  =
+
   |github  = mouahrara/RelocateFarmAnimals
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Visualize
+
   |name    = Remember Birthday Gifts<!--Nexus-->, Remember Birthdays<!--manifest-->
   |author  = Platonymous
+
   |author  = zeldela
   |id      = Platonymous.Visualize
+
   |id      = zeldela-RememberBirthdays
  |curse  = 307573
+
   |nexus  = 13554
  |moddrop = 793933
+
   |github  = zeldela/sdv-mods
   |nexus  = 1704
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Void Effects, Stardew Void Effects
+
   |name    = Remember Faced Direction
   |author  = Renny
+
   |author  = Annosz
   |id      = renny.stardewvoideffects
+
   |id      = Annosz.RememberFacedDirection
   |nexus  = 2703
+
   |nexus  = 6946
   |github  = OfficialRenny/StardewVoidEffects
+
   |github  = Annosz/StardewValleyModding
 
 
  |broke in          = Stardew Valley 1.3.36
 
  |unofficial version = 1.3.2-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329160
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wait Around
+
   |name    = Remember Your Umbrella
   |author  = Alhifar
+
   |author  = heyseth
   |id      = Alhifar.WaitAround
+
   |id      = heyseth.umbrellas
   |nexus  =
+
   |nexus  = 8366
  |url    = https://community.playstarbound.com/threads/smapi-waitaround.111630/
+
   |github  = heyseth/SDVMods
   |github  = Alhifar/WaitAroundSMAPI
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wake Up
+
   |name    = Reminders
   |author  = EvilPdor
+
   |author  = Surkasu
   |id      =
+
   |id      = Surkasu.Reminders
   |nexus  =
+
   |nexus  = 2481
  |url    = https://community.playstarbound.com/threads/111526
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Reminders|Custom Reminders]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Walk Through Trellis
+
   |name    = Remind to Exit
   |author  = TheOfficialTab
+
   |author  = pepoluan
   |id      = theofficialtab.walkthroughtrellis
+
   |id      = pepoluan.RemindToExit
   |nexus  = 1958
+
   |nexus  = 8727
   |github  = OfficialTab/walk-through-trellis
+
   |github  =
 +
  |source  = https://sourceforge.net/projects/sdvmod-remind-to-exit/
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wallpaper Recycler
+
   |name    = Re-Mixed Seeds, Mixed Seed Mod
   |author  = Mizzion
+
   |author  = nein
   |id      = mizzion.wallpaperrecycler
+
   |id      = nein.MixedSeedMod
   |nexus  = 1905
+
   |nexus  = 22311
  |moddrop = 661354
+
   |github  =
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wall Planter
+
   |name    = Remote Fridge Storage
   |author  = aedenthorn, Erinthe
+
   |author  = EternalSoap, arjan3004
   |id      = aedenthorn.WallPlanter
+
   |id      = EternalSoap.RemoteFridgeStorage
   |nexus  = 11339
+
   |nexus  = 2545
   |github  = aedenthorn/StardewValleyMods
+
   |github  = SoapStuff/Remote-Fridge-Storage
 +
 
 +
  |warnings = Broken on Android (loads but does not work).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wall Televisions
+
   |name    = Removable Horse Hats
   |author  = aedenthorn, Erinthe
+
   |author  = CatCattyCat, Cat
   |id      = aedenthorn.WallTelevision
+
   |id      = cat.removablehorsehats
   |nexus  = 11448
+
   |nexus  = 2223
   |github  = aedenthorn/StardewValleyMods
+
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4)
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Animals
+
   |name    = Remove All Monsters
   |author  = Symen
+
   |author  = David J. Lee, djslzx
   |id      = Symen.WarpAnimals
+
   |id      = djsl.RemoveAllMonsters
   |nexus  = 1400
+
   |nexus  = 5727
   |github  = simonbru/WarpAnimals
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Binder
+
   |name    = Remove Animal Limitations
   |author  = SnowFire kVala
+
   |author  = Hobbes
   |id      = SnowFire.Warp_Binder
+
   |id      = Hobbes.RemoveAnimalLimitations
   |nexus  = 6892
+
   |nexus  = 7838
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Multiplayer
+
   |name    = Rename
   |author  = Strato35, Shalankwa
+
   |author  = Remmie, CoinzReturns
   |id      = Strato35.WarpMultiplayer
+
   |id      = Remmie.Rename
   |nexus  = 7451
+
   |nexus  = 2130
   |github  = Shalankwa/SDV_Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Rename Reworked|Rename Reworked]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Multiplayer (Locations), WarpMultiplayer_Locations
+
   |name    = Rename Reworked
   |author  = Shaklin
+
   |author  = Parabyted
   |id      = shaklin.warpmultiplayer_locations
+
   |id      = parabyted.renamerework
   |nexus  = 8950
+
   |nexus  = 10866
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Network
+
   |name    = Rented Tools
   |author  = tlitookilakin
+
   |author  = JarvieK
   |id      = tlitookilakin.warpnetwork
+
   |id      = JarvieK.RentedTools
   |nexus  = 8567
+
   |nexus  = 1307
   |moddrop = 951720
+
   |github  = Jarvie8176/StardewMods
   |github  = tlitookilakin/WarpNetwork
+
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.2.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346341
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Rented Tools Improved
 +
  |author  = SolusCleansing
 +
  |id      = SolusCleansing.RentedToolsImproved
 +
  |nexus  = 18909
 +
   |github  = SolusCleansing/RentedToolsImproved
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Snitch
+
   |name    = Reorient After Eating
   |author  = ceruleandeep
+
   |author  = PunningLinguist
   |id      = ceruleandeep.WarpSnitch
+
   |id      = PunningLinguist.ReorientAfterEating
   |nexus  = 9087
+
   |nexus  = 7585
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = amconners/ReorientAfterEating
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp To Friends
+
   |name    = Replace Fertilizer
   |author  = Shalankwa
+
   |author  = jingshenSN2
   |id      = Shalankwa.WarpToFriends
+
   |id      = jingshenSN2.replace_fertilizer
   |nexus  = 2180
+
   |nexus  = 24550
   |github  = Shalankwa/SDV_Mods
+
   |github  = jingshenSN2/ReplaceFertilizer
 
 
  |status            = workaround
 
  |summary            = use [[#Warp Multiplayer|Warp Multiplayer]] instead.
 
  |broke in          = Stardew Valley 1.4
 
  |unofficial version = 1.2.1-unofficial.1-SorryLate
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wasteless Watering
+
   |name    = Replanter
   |author  = GrumpyCrouton
+
   |author  = jwdred
   |id      = GrumpyCrouton.WastelessWatering
+
   |id      = jwdred.Replanter
   |nexus  = 10998
+
   |nexus  = 589
   |github  =
+
   |github  = jdusbabek/stardewvalley
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
<!--
 +
  |unofficial version = 1.1.1-unofficial.5-strobe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Balloon
+
   |name    = ReRegeneration
   |author  = HaulinOats
+
   |author  = littleraskol
   |id      = HaulinOats.WaterBalloon
+
   |id      = lrsk_sdvm_rerg.0925160827
   |nexus  = 14481
+
   |nexus  = 6837
   |github  = HaulinOats/StardewMods
+
  |moddrop = 827580
 +
   |github  = littleraskol/ReRegeneration
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Bomb
+
   |name    = Reseed, Roc's Reseed Mod
   |author  = BlaDe
+
   |author  = rocslayer, James Overton
   |id      = BlaDe.WaterBomb
+
   |id      = Roc.Reseed
   |nexus  = 10267
+
   |nexus  = 2421
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = Use [[#Harvest Seeds|Harvest Seeds]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Bot
+
   |name    = Reset Skull Caverns, Skull Caverns Reset
   |author  = andyruwruw
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = andyruwruw.WaterBot
+
   |id      = KoihimeNakamura.ResetCaverns
   |nexus  = 8167
+
  |curse  = 990459
   |github  = andyruwruw/stardew-valley-water-bot
+
  |moddrop = 1080116
 +
   |nexus  = 20846
 +
   |github  = Sakorona/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Can Refiller
+
   |name    = Reset Terrain Features
   |author  = Mizzion
+
   |author  = mabelSyrup
   |id      = mizzion.watercanrefiller
+
   |id      = MabelSyrup.ResetTerrainFeatures
   |nexus  = 3539
+
   |nexus  = 4715
   |moddrop = 661368
+
   |github  =
   |github = Mizzion/MyStardewMods
+
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
   |summary  = use [{{github|Lake1059/ResetTerrainFeatures_NET6}}/releases unofficial update] instead.<!--doesn't follow unofficial version convention, don't use unofficial update fields-->
 +
<!--
 +
  |unofficial version = 1.0.3-unofficial.1-esca
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-43678
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Flow
+
   |name    = Re-Skin Any to Any Weapon Type
   |author  = blueberry
+
   |author  = seqhilla
   |id      = blueberry.WaterFlow
+
   |id      = seqhilla.ReSkinAny
   |nexus  = 11790
+
   |nexus  = 24768
   |github  = b-b-blueberry/WaterFlow
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Can Give Exp
+
   |name    = Resourceful Friends
   |author  = Achtuur
+
   |author  = ItsBenter
   |id      = Achtuur.WateringCanGiveExp
+
   |id      = ItsBenter.ResourcefulFriends.dll
   |nexus  = 16903
+
   |nexus  = 23227
   |github  = Achtuur/StardewMods
+
   |github  = itsbenter/ResourcefulFriends
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Can Tweaks
+
   |name    = Resource Storage
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.WateringCanTweaks
+
   |id      = aedenthorn.ResourceStorage
  |curse  = 868789
+
   |nexus  = 17951
   |nexus  = 10947
 
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Resource Storage - Continued|Resource Storage - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Grants Experience and Crops Can Wither
+
   |name    = Resource Storage - Continued
   |author  = Goldenrevolver
+
   |author  = aedenthorn and FlyingTNT
   |id      = Goldenrevolver.WateringGrantsXP
+
   |id      = FlyingTNT.ResourceStorage
   |nexus  = 7768
+
   |nexus  = 22539
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Pet Bowl, Pet Water Bowl
+
   |name    = Responsive Knockback, Responsive MP Knockback
   |author  = Mizzion
+
   |author  = spacechase0
   |id      = mizzion.petwaterbowl
+
   |id      = spacechase0.ResponsiveKnockback
   |nexus  = 2009
+
   |nexus  = 12029
   |moddrop = 661365
+
   |github  = spacechase0/StardewValleyMods
   |github  = Mizzion/MyStardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Waterproof Items
+
   |name    = Restauranteer
   |author  = Esca, Esca-MMC
+
   |author  = aedenthorn, Erinthe
   |id      = Esca.WaterproofItems
+
   |id      = aedenthorn.Restauranteer
   |nexus  = 6460
+
   |nexus  = 14519
   |moddrop = 807393
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Esca-MMC/WaterproofItems
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Retaining Field
+
   |name    = Retro Active Achievements
   |author  = Digus
+
   |author  = iceburg
   |id      = DIGUS.WaterRetainingFieldMod
+
   |id      = 7e474181-e1a0-40f9-9c11-retroactive
   |nexus  = 2374
+
   |nexus  = 4974
   |github  = Digus/StardewValleyMods
+
   |github  = ManApart/RetroActiveAchievements
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapons Ignore Grass
+
   |name    = Retroactive Stardew
   |author  = aedenthorn, Erinthe
+
   |author  = millerscout
   |id      = aedenthorn.WeaponsIgnoreGrass
+
   |id      = Millerscout.RetroactiveStardew
   |nexus  = 15409
+
   |nexus  = 6953
   |github  = aedenthorn/StardewValleyMods
+
   |github  = millerscout/StardewMillerMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapons on Display
+
   |name    = Reusable Wallpapers and Floors, Wallpaper Retain
   |author  = Anthony Hilyard
+
   |author  = Iceburg
   |id      = com.anthonyhilyard.WeaponsOnDisplay
+
   |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
   |curse   = 447259
+
   |nexus  = 356
   |nexus   = 9319
+
   |github  =
   |github = AHilyard/WeaponsOnDisplay
+
 
 +
   |broke in = SMAPI 2.0
 +
  |status   = workaround
 +
   |summary = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wear More Rings
+
   |name    = Reverse Proposal
   |author  = bcmpinc
+
   |author  = GreenOnion24
   |id      = bcmpinc.WearMoreRings
+
   |id      = GreenOnion24.ReverseProposal
   |nexus  = 3214
+
   |nexus  = 8526
   |github  = bcmpinc/StardewHack
+
   |github  =
 
 
  |warnings = Broken on Android.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Controller
+
   |name    = Revive Dead Crops
   |author  = EvilPdor
+
   |author  = atravita
   |id      =
+
   |id      = atravita.ReviveDeadCrops
   |nexus   =
+
   |curse  = 870964
   |url    = https://community.playstarbound.com/threads/111526
+
   |moddrop = 1294436
   |github  = natfoth/StardewValleyMods
+
   |nexus  = 15005
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |status  = workaround
 
  |summary  = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather God
+
   |name    = Ribeena's Vehicles, Bus Sprite Adjuster
   |author  = nrm33n
+
   |author  = ribeena
   |id      = nrm33n.weatherGod
+
   |id      = ribeena.boatspriteadjuster, ribeena.busspriteadjuster<!--two separate C# mods bundled-->
   |nexus  = 15563
+
   |nexus  = 11809
   |github  =
+
   |github  = ribeena/BusLocations
  
   |status  = broken<!-- author uploaded source code instead of the compiled mod -->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Illnesses
+
   |name    = Ridgeside Village
   |author  = Sakorona
+
   |author  = Rafseazz
   |id      = KoihimeNakamura.WeatherIllnesses
+
   |id      = Rafseazz.RidgesideVillage
   |nexus  = 2210
+
   |nexus  = 7286
  |moddrop = 664153
+
   |github  = Rafseazz/Ridgeside-Village-Mod
   |github  = Sakorona/SDVMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Totem
+
   |name    = Right Click to Untill Soil
   |author  = aedenthorn, Erinthe
+
   |author  = Kumagabear
   |id      = aedenthorn.WeatherTotems
+
   |id      = Kumagabear.RightClickUntillSoil
   |nexus  = 16455
+
   |nexus  = 19563
   |github  = aedenthorn/StardewValleyMods
+
   |github  = DotSharkTeeth/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wedding Mod
+
   |name    = Ring of Fire
   |author  = Opalie
+
   |author  = Platonymous
   |id      = Opalie.Wedding
+
   |id      = Platonymous.RingOfFire
   |nexus  =
+
   |nexus  = 1166
   |moddrop = 526231
+
   |github  = Platonymous/Stardew-Valley-Mods
   |github  = Opalie/Wedding
+
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wedding Tweaks
+
   |name    = Ring Overhaul
   |author  = aedenthorn, Erinthe
+
   |author  = Goldenrevolver
   |id      = aedenthorn.WeddingTweaks
+
   |id      = Goldenrevolver.RingOverhaul
  |curse  = 868829
+
   |nexus  = 10669
   |nexus  = 10117
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weekly Break Reminder
+
   |name    = Ring Overhaul for Walk of Life
   |author  = treehat
+
   |author  = Jibb
   |id      = Treehat.WeeklyBreakReminder
+
   |id      = Jibb.RingOverhaulMARGO<!--changed in 2.0.0-->, Jibb.RingOverhaulWOL
   |nexus  = 8194
+
   |nexus  = 12171
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Ring Overhaul|Ring Overhaul]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Week Starts Sunday
+
   |name    = Rise And Shine
   |author  = aedenthorn, Erinthe
+
   |author  = Yoshify
   |id      = aedenthorn.WeekStartsSunday
+
   |id      = Yoshify.RiseAndShine
   |nexus  = 13707
+
   |nexus  = 3
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Werewolf in the Valley
 
  |author  = Platonymous
 
  |id      = Platonymous.Werewolf
 
  |nexus  = 15724
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = What Are You Missing
 
  |author  = PrivateButtface
 
  |id      = PrivateButtface.WhatAreYouMissing
 
  |nexus  = 4430
 
  |github  = LukeSeewald/PublicStardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = What Farm Cave, WhatAMush
 
  |author  = Oxyligen
 
  |id      = WhatAMush
 
  |nexus  = 1097
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 0.39.1
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
+
   |summary  = Use [[#Just Sleep In|Just Sleep In]] instead.
 +
<!--
 +
  |unofficial version = 1.1.1-whisk-update
 +
  |unofficial url    = https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/page-5#post-3237772
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = wHats Up
+
   |name    = Riverland Farm but You Need to Build Bridges
   |author  = Oxyligen
+
   |author  = idermailer
   |id      = wHatsUp
+
   |id      = idermailer.riverfarmButBridge
   |nexus  = 1082
+
   |nexus  = 15748
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Where Are They
+
   |name    = Robin Work Hours
   |author  = Capaldi12
+
   |author  = aedenthorn, Erinthe
   |id      = Capaldi12.WhereAreThey
+
   |id      = aedenthorn.RobinWorkHours
   |nexus  = 13208
+
   |nexus  = 11244
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
   |source  = https://gitlab.com/Capaldi12/wherearethey
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Where's My Items?
+
   |name    = Rock Paper Scissors
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Spiderbuttons
   |id      = f4iTh.WheresMyItems
+
   |id      = Spiderbuttons.RockPaperScissors
   |nexus  = 2086
+
   |nexus  = 23875
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = White Turnip
+
   |name    = Roosters Hatching and Control Addon, Content Patcher Roosters For 1.6 - Hatching and Control Addon
   |author  = ejun0
+
   |author  = Meara and MikeW
   |id      = ejun0.WhiteTurnip
+
   |id      = Mikew.roostersaddon.smapi
   |nexus  = 8568
+
   |nexus  = 22555
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wiki Links
+
   |name    = Rope Bridge
   |author  = aedenthorn, Erinthe
+
   |author  = Teban100
   |id      = aedenthorn.WikiLinks
+
   |id      = RopeBridge
   |nexus  = 11476
+
   |nexus  = 824
   |github  = aedenthorn/StardewValleyMods
+
   |github  = StephenKairos/Teban100-StardewMods
 +
 
 +
  |broke in          = SMAPI 2.6
 +
  |unofficial version = 1.0.1-unofficial.5-pathoschild
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117099
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wild Flowers, Wildflowers
+
   |name    = Rotate Toolbar
   |author  = aedenthorn, Erinthe
+
   |author  = Pathoschild
   |id      = aedenthorn.Wildflowers
+
   |id      = Pathoschild.RotateToolbar
   |nexus  = 14061
+
   |nexus  = 1100
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Pathoschild/StardewMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Wind Effects
 
  |author  = CatCattyCat
 
  |id      = cat.windeffects
 
  |nexus  = 6647
 
  |moddrop = 833564
 
  |github  = danvolchek/StardewMods
 
  
   |broke in          = Stardew Valley 1.5
+
   |status  = abandoned
   |unofficial version = 1.0.3-unofficial.4-brimbane
+
   |summary = remove this mod (added in Stardew Valley 1.4).
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-80633
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Window Resize
+
   |name    = Rummage - The Thievery Mod
   |author  = thatnzguy
+
   |author  = ApryllForever
   |id      = thatnzguy.WindowResize
+
   |id      = ApryllForever.RestStop.Rummage
   |nexus  = 2266
+
   |nexus  = 12764
   |github  = thatnzguy/WindowResize
+
   |github  = ApryllForever/Rummage
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Grass
+
   |name    = Rune Magic
   |author  = CatCattyCat, Cat
+
   |author  = fierro
   |id      = cat.wintergrass
+
   |id      = fierro.rune_magic
   |nexus  = 1601
+
   |nexus  = 15065
   |moddrop = 833542
+
   |github  = facufierro/RuneMagic
   |github  = danvolchek/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Bigger Craftables-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Pigs
+
   |name    = Run Fast, Sprint
   |author  = MindMeltMax
+
   |author  = Krutonium
   |id      = MindMeltMax.WinterPigs
+
   |id      = krutonium.runfast<!--changed in 1.1.0-->, krutonium.sprint
  |moddrop = 1443556
+
   |nexus  = 12701
   |nexus  = 16879
+
   |github  =
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Rain
+
   |name    = Running Key
   |author  = idermailer
+
   |author  = strato35
   |id      = idermailer.WinterRain
+
   |id      = Strato35.RunningKey
   |nexus  = 13767
+
   |nexus  = 5527
   |github  = idermailer/WinterRain
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Star Spouse
+
   |name    = Running Late
   |author  = drbirbdev
+
   |author  = Coll1234567
   |id      = drbirbdev.WinterStarSpouse
+
   |id      = Coll1234567.RunningLate
   |nexus  = 14164
+
   |nexus  = 3518
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Witcher Mod
+
   |name    = Rush Orders
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = Aedenthorn.WitcherMod
+
   |id      = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
   |nexus  = 5797
+
  |curse  = 867397
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 127276
 +
   |nexus  = 605
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wizard's Mystical Stationary
+
   |name    = SAAT.API, SAAT - Audio API and Toolkit
   |author  = Taskmaster
+
   |author  = ZeroMeters
   |id      = Taskmaster.WizardsMysticalStationary
+
   |id      = ZeroMeters.SAAT.API
   |nexus  = 5246
+
   |nexus  = 10747
   |github  =
+
   |github  = Dawilly/SAAT
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.1.3-unofficial.1-p1xel8ted
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121255
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wonderful Farm Life
+
   |name    = SAAT.Mod, SAAT - Audio API and Toolkit
   |author  = Jinxiewinxie and TaintedWheat
+
   |author  = ZeroMeters
   |id      = WonderfulFarmLife
+
   |id      = ZeroMeters.SAAT.Mod
   |nexus  =
+
   |nexus  = 10747
  |url    = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
+
   |github  = Dawilly/SAAT
   |github  = Jinxiewinxie/StardewValleyMods
 
  
   |broke in          = Stardew Valley 1.1 or 1.11
+
   |broke in          = Stardew Valley 1.6
<!--
+
   |unofficial version = 1.1.3-unofficial.1-p1xel8ted
   |unofficial version = 1.0.1-unofficial.3-pathoschild
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121255
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Working Fireplace
+
   |name    = Sable's Labels
   |author  = jahangmar
+
   |author  = SableDnah
   |id      = jahangmar.WorkingFireplace
+
   |id      = SableDnah.SablesLabels
   |nexus  = 3654
+
   |nexus  = 24948
   |github  = jahangmar/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = X
+
   |name    = Safe Lightning
   |author  = skiilaa
+
   |author  = CatCattyCat, Cat
   |id      = skiilaa.X
+
   |id      = cat.safelightning
   |nexus  = 2286
+
   |nexus  = 2039
   |github  =
+
  |moddrop = 833550
 +
   |github  = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.3.20
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Safe Lightning Updated|Safe Lightning Updated]] instead.
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 +
  |unofficial version = 2.1.1-unofficial.1-strobe
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XP Display
+
   |name    = Safe Lightning Redux, Safe Lightning
 
   |author  = Shockah
 
   |author  = Shockah
   |id      = Shockah.XPDisplay
+
   |id      = Shockah.SafeLightning
   |nexus  = 11089
+
   |nexus  = 11857
 
   |github  = Shockah/Stardew-Valley-Mods
 
   |github  = Shockah/Stardew-Valley-Mods
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Safe Lightning Updated|Safe Lightning Updated]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XPMultiplier
+
   |name    = Safe Lightning Updated
   |author  = nofilenamed
+
   |author  = Rokugin
   |id      = NFN.XPMUL
+
   |id      = Rokugin.SafeLightningUpdated
   |nexus  = 8649
+
   |nexus  = 22783
   |github  = nofilenamed/XPMultiplier
+
   |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XPMultiplier.Space
+
   |name    = Safer Bombs
   |author  = nofilenamed
+
   |author  = Dragoon23
   |id      = NFN.XPMULSPA
+
   |id      = Dragoon23.SaferBombs
   |nexus  = 8760
+
   |nexus  = 23559
   |github  = nofilenamed/XPMultiplier.Space
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Year-Round Crops
+
   |name    = Safe Reading
   |author  = vincebel
+
  |author  = LunaticShade
   |id      = vincebel.YearRoundCrops
+
  |id      = LunaticShade.SafeReading
   |nexus  = 8196
+
  |nexus  = 8564
   |github  = vincebel7/YearRoundCrops
+
  |github  = LunaticShade/StardewValley.SafeReading
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sailor Moon Hairstyles and Clothing, Sailor Styles
 +
   |author  = blueberry
 +
   |id      = blueberry.SailorStyles, blueberry.SailorStyles.Clothing, blueberry.SailorStyles.Hair, blueberry.SailorStylesHairstyles<!--clothing + hair mods merged in 4.0; hair mod ID changed in 3.0-->
 +
   |nexus  = 4154
 +
   |github  = b-b-blueberry/SailorStyles
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Harvest With Scythe Mod, Harvest With Scythe
+
   |name    = Saloon Warp Totem
   |id      = bcmpinc.HarvestWithScythe
+
  |author  = Artinity
   |nexus  = 2731
+
   |id      = Artinity.SaloonWarpTotem
  |author  = bcmpinc
+
   |nexus  = 16450
   |github  = bcmpinc/StardewHack
+
   |github  = Artinity/SaloonWarpTotem
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Sprint Mod
+
   |name    = SAML
   |author  = XxHarvzBackxX
+
   |author  = MindMeltMax
   |id      = XxHarvzBackxX.YASM
+
   |id      = MindMeltMax.SAML
   |nexus  = 9228
+
   |nexus  = 20250
   |github  =
+
   |github  = MindMeltMax/SAML
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = You've Got Mail - Twitch Integration
+
   |name    = Satchels
   |author  = Jaredlll08, YGM Team
+
   |author  = spacechase0
   |id      = BlameJared.YGM, YGM.SDVMod<!--changed in 2.0-->
+
   |id      = spacechase0.Satchels
  |curse  = 308005
+
   |nexus  = 20625
   |nexus  =
+
   |github  = spacechase0/StardewValleyMods
   |github  =
 
 
 
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = zDailyIncrease
+
   |name    = Sauvignon in Stardew
   |author  = thakyZ
+
   |author  = Jesse, Jdvicks94
   |id      = zdailyincrease
+
   |id      = Jesse.SauvignonInStardew
   |nexus  =
+
   |nexus  = 2597
  |chucklefish = 4247
+
   |github  = JDvickery/Sauvignon-in-Stardew
   |github  = thakyZ/zDailyIncrease
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
 +
<!--
 +
  |unofficial version = 1.9.1-unofficial.5-BigBhole69
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353940
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zenchman
+
   |name    = Savage Vincent (NPC Speech Bubbles)
 
   |author  = BlaDe
 
   |author  = BlaDe
   |id      = BlaDe.Zenchman
+
   |id      = BlaDe.NPCSpeechBubblesVincent
   |nexus  = 12024
+
   |nexus  = 11833
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zen Mod
+
   |name    = Save Anywhere Redux, Save Anywhere
   |author  = PositiveVegan
+
   |author  = RealSweetPanda and Aredjay, (formerly Omegasis)
   |id      = PositiveVegan.ZenMod
+
   |id      = Omegasis.SaveAnywhere
   |nexus  = 12899
+
  |curse  = 898109
   |github  =
+
   |nexus  = 8386<!--non-redux: 444-->
 +
   |github  = RealSweetPanda/SaveAnywhereRedux<!--non-redux: janavarro95/Stardew_Valley_Mods-->
 +
 
 +
  |warnings = Broken on Android (use the built-in autosave instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zombie Outbreak
+
   |name    = Save Backup
   |author  = aedenthorn, Erinthe
+
   |author  = SMAPI
   |id      = aedenthorn.ZombieOutbreak
+
   |id      = SMAPI.SaveBackup
   |nexus  = 6743
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
  |url    = https://smapi.io
 +
   |github  = Pathoschild/SMAPI
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoom Level
+
   |name    = Save Game Options
   |author  = thespbgamer
+
   |author  = SorryLate, rharyanto
  |id      = thespbgamer.ZoomLevel
+
   |id      = SorryLate.SaveGameOptions
  |curse  = 714275
+
   |nexus  = 5190
  |nexus  = 7363
+
   |github  =
  |github  = thespbgamer/ZoomLevel
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Zoom Level Keybinding
 
  |author  = GuiNoya, Yesst
 
   |id      = GuiNoya.ZoomLevelKeybind
 
   |nexus  = 1621
 
   |github  = GuiNoya/SVMods
 
  
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Zoom Level|Zoom Level]] instead.
+
   |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Scale Up
 +
  |author  = Platonymous
 +
  |id      = Platonymous.ScaleUp
 +
  |nexus  = 3130
 +
  |moddrop = 793912
 +
  |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoom Mod / Zoom Out Extreme
+
   |name    = Scarecrow Highlighter
   |author  = RockinRolla
+
   |author  = WretchedPenguin
   |id      = RockinMods.ZoomMod
+
   |id      = WretchedPenguin.ScarecrowHighlighter
   |nexus  = 1326
+
   |nexus  = 3579
   |github  = rockinrolla/ZoomMod
+
   |github  =
  
   |broke in = Stardew Valley 1.3.33
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
}}
   |summary = use [[#Zoom Level|Zoom Level]] instead.
+
{{#invoke:SMAPI compatibility|entry
<!--
+
   |name    = Scaring - Thieving Skill
   |unofficial version = 1.2.2-unofficial.1-Mizzion
+
   |author = moonslime
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
+
  |id      = moonslime.SpookySkill
-->
+
   |nexus  = 23791
 +
   |github  = Annosz/UIInfoSuite2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoomy Farmer
+
   |name    = Schedule Viewer
   |author  = Geko_X
+
   |author  = BinaryLip
   |id      = gekox.zoomyFarmer
+
   |id      = BinaryLip.ScheduleViewer
   |nexus   = 6031
+
   |curse   = 1020728
   |github  =
+
   |nexus  = 19305
   |source = https://gitlab.com/geko_x/stardew-mods
+
   |github = BinaryLip/ScheduleViewer
 
}}
 
}}
{{#invoke:SMAPI compatibility|footer}}
 
<div class="game-stable-version" style="display:none;">{{version|link=0}}</div><div class="game-beta-version" style="display:none;">{{version|beta|link=0}}</div>
 
 
===SMAPI mods (obsolete)===
 
This list contains mods which...
 
* have their mod pages hidden/deleted;
 
* or have been replaced by a change in the base game;
 
* or have been explicitly abandoned by the mod author (unless they're open-source and likely to be updated unofficially).
 
 
These will likely never be updated again.
 
 
{{#invoke:SMAPI compatibility|header}}
 
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = 4Leaf
+
   |name    = Scream
   |author  = Alex Noddings
+
   |author  = Taskmaster
   |id      = an.4leaf
+
   |id      = Taskmaster.Scream
   |nexus  = 2365
+
   |nexus  = 4588
 
   |github  =
 
   |github  =
  
Line 15,506: Line 18,521:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advanced Location Loader
+
   |name    = Screaming For Joy
   |author  = Entoarox
+
   |author  = Danil Harding, Danil_HM
   |id      = Entoarox.AdvancedLocationLoader
+
   |id      = DanilH.ScreamingForJoy
   |nexus  = 2270
+
   |nexus  = 24643
  |chucklefish = 3619
+
   |github  =
   |github  = Entoarox/StardewMods
 
 
 
  |broke in = Stardew Valley 1.5
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advancing Sprinklers
+
   |name    = Screenshot Everywhere
   |author  = Warix3
+
   |author  = Gaiadin
   |id      = warix3.advancingsprinklers
+
   |id      = Gaiadin.Stardew-Screenshot-Everywhere
   |nexus  = 2983
+
   |nexus  = 10805
   |github  =
+
   |github  = Gaiadin/Stardew-Screenshot-Everywhere
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use {{nexus mod|4356|Dragon's Advancing Sprinklers for Content Patcher}} instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = AFK Timer, AFK Idle Timer
+
   |name    = Scroll To Blank
   |author  = CKextreme
+
   |author  = Caraxian
   |id      = CKextreme.AfkTimer
+
   |id      = caraxian.scroll.to.blank
   |nexus  = 3721
+
   |nexus  = 4144
   |github  =
+
   |chucklefish = 4405
 
+
   |github = Caraxi/StardewValleyMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Aging Mod
+
   |name    = Scroll To Zoom
   |author  = skn
+
   |author  = Tomwa
   |id      = skn.AgingMod
+
   |id      = Tomwa.ScrollToZoom
   |nexus  = 1129
+
   |nexus  = 2163
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = All Crops All Seasons
+
   |name    = Scrying Orb
   |author  = cantorsdust
+
   |author  = kdau
   |id      = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
+
   |id      = kdau.ScryingOrb
   |nexus  = 170
+
   |nexus  = 5603
   |github = cantorsdust/StardewMods
+
   |moddrop = 756553
 +
  |source = https://gitlab.com/kdau/predictivemods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Crops Anytime Anywhere|Crops Anytime Anywhere]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Angel's Lead Rod Drop Rate Fixer
+
   |name    = Scythe Harvesting
   |author  = Angela Ranna
+
   |author  = mmanlapat
   |id      = AngelaRanna.LeadRodFixer
+
   |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
   |nexus  = 6894
+
   |nexus  = 1106
   |github  = AngelaRanna/StardewMods
+
   |github  =
  
   |status = obsolete
+
  |broke in = Stardew Valley 1.3.29
   |summary = remove this mod (lead rod drop rate fixed in Stardew Valley 1.5).
+
   |status   = workaround
 +
   |summary = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Animal Mood Fix
+
   |name    = SDV Game of Life
   |author  = Grant Peters
+
   |author  = Super Aardvark, ubererdferkel
   |id      = GPeters-AnimalMoodFix
+
   |id      = SuperAardvark.GameOfLife
   |nexus  = 761
+
   |nexus  = 5361
   |github  =
+
   |github  = super-aardvark/AardvarkMods-SDV
  |broke in = SMAPI 2.0
 
  |status  = obsolete
 
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Aquarism - Immersive Fish Ponds
+
   |name    = SDV Twitch
   |author  = DaLion
+
   |author  = Dawgeth
   |id      = DaLion.ImmersivePonds, DaLion.ImmersiveFishPonds<!--before 2.0.7-->
+
   |id      = MTD.SDVTwitch
   |nexus  = 11288
+
   |nexus  = 1760
   |github  = daleao/sdv-mods
+
   |github  =
  
   |status  = abandoned
+
   |broke in = SMAPI 3.0
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Archaeology House Content Management Helper
+
   |name    = SDVWM, The Weather Machine
   |author  = Felix-Dev
+
   |author  = SixthTitan
   |id      = Felix-Dev.ArchaeologyHouseContentManagementHelper
+
   |id      = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
   |nexus  = 2804
+
   |nexus  = 3203
   |github  = Felix-Dev/StardewMods
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Audio Devices
+
   |name    = Seacliff Farm for Android<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
   |author  = Max Vollmer, SVProtector
+
   |author  = FreeTheJunimos
   |id      = maxvollmer.audiodevices
+
   |id      = freethejunimos.seaclifffarm
   |nexus  = 2838
+
   |nexus  = 13911
   |github  = maxvollmer/AudioDevices
+
   |github  =
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (audio switching fixed in Stardew Valley 1.5.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Auto-Grabber Mod
+
   |name    = Seacliff Farm for PC<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
   |author  = Jotser
+
   |author  = FreeTheJunimos
   |id      = Jotser.AutoGrabberMod
+
   |id      = freethejunimos.seaclifffarm.pc
   |nexus  = 2783
+
   |nexus  = 14296
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Deluxe Auto-Grabber|Deluxe Auto-Grabber]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Auto Stack Items to Chest
+
   |name    = Searchable Collections Page
   |author  = Chosimba
+
   |author  = Spiderbuttons
   |id      = Chosimba.AutoStackItemsToChest
+
   |id      = Spiderbuttons.SearchableCollectionsPage
   |nexus  = 2307
+
   |nexus  = 25585
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Baby Gender Interface
+
   |name    = Season Affixes
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Shockah
   |id      = f4iTh.BabyGenderInterface
+
   |id      = Shockah.SeasonAffixes
   |nexus  = 1947
+
   |nexus  = 16297
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Family Planning|Family Planning]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bee House Flower Range Fix
+
   |name    = Seasonal Farmer
   |author  = KirbyLink
+
   |author  = stardemod
   |id      = kirbylink.beehousefix
+
   |id      = stardemod.SeasonalFarmeTrader
   |nexus  = 3013
+
   |nexus  = 24912
   |github  = KirbyLink/BeeHouseFix
+
   |github  =
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Be My Valentine
+
   |name    = Seasonal Garden Farmhouse V2 (Unofficial Update)
   |author  = Taskmaster
+
   |author  = CyanFire, DustBeauty
   |id      = Taskmaster.BeMyValentine
+
   |id      = CF.SeasonalGardenFarmhouseV2.SMAPI
   |nexus  = 5219
+
   |nexus  = 17386
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crafting
+
   |name    = Seasonal Immersion
   |author  = RedstoneBoy
+
   |author  = Entoarox
   |id      = RedstoneBoy.BetterCrafting
+
   |id      = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
   |nexus  = 2504
+
   |nexus  = 2273
   |github  = RedstoneBoy/BetterCrafting
+
  |chucklefish = 4262
 +
   |github  = Entoarox/StardewMods
  
 +
  |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
   |broke in = Stardew Valley 1.4
+
   |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crafting → SpaceCore Support, Better Crafting → SpaceCore and DynamicGameAssets Support
+
   |name    = Seasonal Save Slots
   |author  = Khloe Leclair
+
   |author  = Tyler Gibbs
   |id      = leclair.bcspacecore
+
   |id      = tylergibbs2.SeasonalSaveSlots
   |nexus  = 11115
+
   |nexus  = 14382
  |moddrop = 1115749
+
   |github  = tylergibbs2/StardewValleyMods
   |github  = KhloeLeclair/StardewMods
 
 
 
  |status  = obsolete
 
  |summary = remove this mod (SpaceCore support was added to Better Crafting in version 1.2).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Transmutation
+
   |name    = Season Switcher
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = dumbledalton
   |id      = f4iTh.BetterTransmutation
+
   |id      = Dumbledalton.SeasonSwitcher
   |nexus  = 2120
+
   |nexus  = 10457
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use {{nexus mod|5996|More Bar Transmutation}}  instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Capsule Mod
+
   |name    = Sebastian Frog Tank Switch
   |author  = BunnyJumps
+
   |author  = Shaklin
   |id      = BunnyJumps.BJSCapsuleMod
+
   |id      = shaklin.SebastianFrogTankSwitch
   |nexus  = 2502
+
   |nexus  = 8508
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS MP Kick Mod
+
   |name    = Secretariat (Faster Horse)
   |author  = BunnyJumps
+
   |author  = Janglinator
   |id      = BunnyJumps.BJSMPKickMenu
+
   |id      = jangles.secretariat
   |nexus  = 2503
+
   |nexus  = 7537
   |github  =
+
   |github  = Janglinator/Secretariat
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Night Sounds
+
   |name    = Secret Hedge Maze, Hedge Maze
   |author  = BunnyJumps
+
   |author  = aedenthorn, Erinthe
   |id      = BunnyJumps.BJSNightSounds
+
   |id      = aedenthorn.HedgeMaze
   |nexus  = 2501
+
  |curse  = 868718
   |github  =
+
   |nexus  = 14138
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.8
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Only Treasure Room
+
   |name    = Secret Note Framework
   |author  = BunnyJumps
+
   |author  = ichortower
   |id      = BunnyJumps.BJSOnlyTreasureRoom
+
   |id      = ichortower.SecretNoteFramework
   |nexus  = 3145
+
   |nexus  = 25055
   |github  =
+
   |github  = ichortower/SecretNoteFramework
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Plant Everywhere
+
   |name    = Secret Woods Snorlax
   |author  = BunnyJumps
+
   |author  = ichortower
   |id      = BunnyJumps.BJSPlantEverywhere
+
   |id      = ichortower.SecretWoodsSnorlax
   |nexus  = 3143
+
   |nexus  = 19112
   |github  =
+
   |github  = ichortower/SecretWoodsSnorlax
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Stop Grass
+
   |name    = Seed Bag
   |author  = BunnyJumps
+
   |author  = Platonymous
   |id      = BunnyJumps.BJSStopGrass
+
   |id      = Platonymous.SeedBag
   |nexus  = 2500
+
   |nexus  = 1133
   |github  =
+
  |moddrop = 793931
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Seed Catalogue
 +
  |author  = spacechase0
 +
  |id      = spacechase0.SeedCatalogue
 +
  |nexus  = 1640
 +
  |moddrop = 281292
 +
   |github  = spacechase0/SeedCatalogue
  
   |broke in = Stardew Valley 1.3.29
+
   |status  = obsolete
   |status   = abandoned
+
  |summary = remove this mod ([[Pierre's Missing Stocklist|equivalent feature]] added in Stardew Valley 1.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Seed Info - Continued, Seed Information - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.SeedInfo
 +
  |nexus  = 22519
 +
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Thunderstorm
+
   |name    = Seed Info, Seed Information
   |author  = BunnyJumps
+
   |author  = aedenthorn, Erinthe
   |id      = BunnyJumps.BJSThunderStorm
+
   |id      = aedenthorn.SeedInfo
   |nexus  = 3144
+
   |nexus  = 15754
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Seed Info - Continued | Seed Info - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Blue Chickens in Multiplayer
+
   |name    = Seed Machines
   |author  = WindHero
+
   |author  = Veress
   |id      = WindHero.BlueChickensInMultiplayer
+
   |id      = Veress.SeedMachines
   |nexus  = 2336
+
   |nexus  = 6265
   |github  = HeroOfTheWinds/BlueChickensInMultiplayer
+
   |github  = mrveress/SDVMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (bug was only present during 1.3 beta and was fixed in 1.3.19).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bow
+
   |name    = Seed Maker - Better Quality More Seeds
   |author  = spacechase0
+
   |author  = vabrell, Victor Abrell
   |id      = spacechase0.Bow
+
   |id      = vabrell.sm_bqms
   |nexus  = 2756
+
   |nexus  = 14236
  |moddrop = 771627
+
   |github  = vabrell/sdw-seed-maker-mod
   |github  = spacechase0/Bow
 
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.6
   |summary = remove this mod (no longer maintained; use [[#Archery|Archery]] instead).
+
   |status       = workaround
 +
   |summary     = use [[#Seed Maker - Quality|Seed Maker - Quality]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Brave New World - Core, BNW Core
+
   |name    = Seed Maker Crop Quality, SMCQ
   |author  = DiogoAlbano
+
   |author  = mcoocr
   |id      = DiogoAlbano.BNWCore
+
   |id      = mcoocr.smcq
   |nexus  = 15871
+
   |nexus  = 3089
   |github  = DiogoAlbano/StardewValleyMods
+
   |github  = Noomklaw/SV_BetterQualityMoreSeeds
  
   |status = abandoned
+
  |broke in    = SMAPI 3.0
 +
   |status       = workaround
 +
  |summary      = use [[#Seed Maker - Quality|Seed Maker - Quality]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bwdyworks
+
   |name    = Seed Maker Quality
   |author  = bwdy
+
   |author  = Speshkitty
   |id      = bwdyworks
+
   |id      = speshkitty.seedmakerquality
   |nexus  = 3530
+
   |nexus  = 21000
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Capitalist Split Money
+
   |name    = Seed Maker Tweaks
   |author  = Ilyaki
+
   |author  = aedenthorn, Erinthe
   |id      = Ilyaki.CapitalistSplitMoney
+
   |id      = aedenthorn.SeedMakerTweaks
   |nexus  = 3083
+
   |nexus  = 10681
   |github  = Ilyaki/CapitalistSplitMoney
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Casks Anywhere
+
   |name    = Seeds are Rare
   |author  = YukiShiku, LeonBlade
+
   |author  = jahangmar
   |id      = CasksAnywhere
+
   |id      = jahangmar.SeedsAreRare
   |nexus  = 878
+
   |nexus  = 3618
  |chucklefish = 5486
+
   |github  = jahangmar/StardewValleyMods
  |moddrop = 124612
 
   |github  = LeonBlade/CasksAnywhere
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Casks Everywhere|Casks Everywhere]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Child Bed Config
+
   |name    = Seed Shortage
   |author  = aclockworkhound
+
   |author  = Xynerorias
   |id      = aclockworkhound.ChildBedConfig
+
   |id      = xynerorias.seedshortage
   |nexus  = 3540
+
   |nexus  = 5614
   |github  = clockworkhound/SDV-ChildBedConfig
+
   |github  = xynerorias/Seed-Shortage
  
  |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (added in Stardew Valley 1.5).
 
   |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = CJB Automation
+
   |name    = Seeds Unpacked
   |author  = CJBok
+
   |author  = blueberry
   |id      = CJBAutomation
+
   |id      = blueberry.SeedsUnpacked
   |nexus  = 211
+
   |nexus  = 7215
   |github  = CJBok/SDV-Mods
+
   |github  = b-b-blueberry/SeedsUnboxed
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
}}
   |summary = remove this mod (no longer maintained; use [[#Automate|Automate]] instead).
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = See Me Rollin'
 +
   |author = Khloe Leclair
 +
  |id      = leclair.seemerollin
 +
  |nexus  = 10976
 +
  |moddrop = 1116122
 +
  |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Clock24
+
   |name    = Select Tool Power
   |author  = Lysero
+
   |author  = GrimatGaming
   |id      = Lysero.Clock24
+
   |id      = GrimatGaming.SelectToolPower
   |nexus  = 3718
+
   |nexus  = 21290
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Self Serve
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.SelfServe
 +
  |nexus  = 11313
 +
  |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#24h Clock|24h Clock by Lajna]] or [[#24-Hour Clock Patcher|24-Hour Clock Patcher by pepoluan]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cobalt
+
   |name    = Self Serve for 1.6
   |author  = spacechase0
+
   |author  = NeverToxic
   |id      = spacechase0.Cobalt
+
   |id      = NeverToxic.SelfServe
   |nexus  = 1723
+
   |nexus  = 20985
   |github  = spacechase0/Cobalt
+
   |github  = Dunc4nNT/StardewMods
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Prismatic Tools|Prismatic Tools]] or [[#Radioactive Tools|Radioactive Tools]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Colored Chests
+
   |name    = Self Service
   |author  = Igorious
+
   |author  = JarvieK
   |id      = 4befde5c-731c-4853-8e4b-c5cdf946805f
+
   |id      = JarvieK.SelfService
   |nexus  =
+
   |nexus  = 1304
  |chucklefish = 3684
+
   |github  = Jarvie8176/StardewMods
   |github  =
 
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.4
   |status  = obsolete
+
<!--
   |summary  = remove this mod (colored chests added in Stardew Valley 1.1).
+
   |unofficial version = 0.3.4-unofficial.1-pathoschild
 +
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346341
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Colorful Chests
+
   |name    = Self Service Shops
   |author  = spacechase0
+
   |author  = GuiNoya, Yesst
   |id      = spacechase0.ColorfulChests
+
   |id      = GuiNoya.SelfServiceShop
   |nexus  = 1623
+
   |nexus  = 1622
  |moddrop = 279189
+
   |github  = GuiNoya/SVMods
   |github  = spacechase0/ColorfulChests
 
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.4
 +
   |status   = workaround
 +
  |summary = use [[#Self Service|Self Service]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Concentration on Farming
+
   |name    = Sell Quality
   |author  = punyo, yakminepunyo
+
   |author  = DonDorscha, jasonmbrady
   |id      = punyo.ConcentrationOnFarming
+
   |id      = DonDorscha.SellQuality
   |nexus  = 1445
+
   |nexus  = 12469
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Configurable Shipping Dates
+
   |name    = Send Items Multiplayer
   |author  = Nishtra
+
   |author  = hafnerpw
   |id      = ConfigurableShippingDates
+
   |id      = hafnerpw.SendItemsMultiplayer
   |nexus  = 675
+
   |nexus  = 13794
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Console Coordinates
+
   |name    = Send Items to Other Farmers, Send Letters
   |author  = Pillow
+
   |author  = Denifia
   |id      = Pillow.ConsoleCoordinates
+
   |id      = Denifia.SendItems
   |nexus  = 8957
+
   |nexus  = 1087
   |github  =
+
  |moddrop = 127754
 +
   |github  = Denifia/StardewMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Copy Invite Code
+
   |name    = Separate Greenhouse
   |author  = CatCattyCat, Cat
+
   |author  = lolmaj
   |id      = cat.copyinvitecode
+
   |id      = lolmaj.SeparateGreenhouse
   |nexus  = 2171
+
   |nexus  = 3965
   |github  = danvolchek/StardewMods
+
   |github  = MaciejMarkuszewski/StardewValleySeparateGreenhouse
  
   |status  = obsolete
+
   |broke in = Stardew Valley 1.5
  |summary = remove this mod (added in Stardew Valley 1.3.17).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Craft Counter
+
   |name    = Separate Money for Multiplayer
   |author  = bcmpinc
+
   |author  = funny-snek
   |id      = bcmpinc.CraftCounter
+
   |id      = funnysnek.SeparateMoney
   |nexus  = 2739
+
   |nexus  = 3086
   |github  = bcmpinc/StardewHack
+
   |github  =
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
   |status  = obsolete
 
   |status  = obsolete
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Serene Greenhouse
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.SereneGreenhouse
 +
  |curse  = 870943
 +
  |nexus  = 8011
 +
  |github  = Floogen/SereneGreenhouse
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Serfdom
 +
  |author  = DaLion
 +
  |id      = DaLion.Taxes<!--changed in republished 1.0.0-->, DaLion.ImmersiveTaxes
 +
  |nexus  = 24357
 +
  |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Crafting Counter
+
   |name    = Server Bookmarker
   |author  = lolpcgaming
+
   |author  = Ilyaki
   |id      = lolpcgaming.CraftingCounter
+
   |id      = Ilyaki.ServerBookmarker
   |nexus  = 1585
+
   |nexus  = 2968
   |github  =
+
   |github  = Ilyaki/ServerBookmarker
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
   |status  = obsolete
+
<!--
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-69#post-3362360
 +
   |unofficial version = 1.0.5-unofficial.2-jenrikku
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Craft Priority
+
   |name    = Server Browser
   |author  = trienow
+
   |author  = Ilyaki
   |id      = de.trienow.stardew.craftpriority
+
   |id      = Ilyaki.ServerBrowser
   |nexus  = 4174
+
   |nexus  = 3227
   |github  = trienow/Stardew-CraftPriority
+
   |github  = Ilyaki/Server-Browser
  
   |status = obsolete
+
   |broke in = Stardew Valley 1.4
   |summary = remove this mod (added in Stardew Valley 1.4).
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Server Port Changer
 +
  |author = PhantomGamers
 +
   |id      = PhantomGamers.ServerPortChanger
 +
  |nexus  = 2993
 +
  |github  = PhantomGamers/StardewPortChanger
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Creeper Forage
+
   |name    = Set Money
   |author  = bwdy
+
   |author  = j4c0b333
   |id      = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
+
   |id      = j4c0b333.SetMoney
   |nexus  = 2115
+
   |nexus  = 3889
 
   |github  =
 
   |github  =
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.4
   |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
+
   |status   = abandoned
 +
   |summary = remove this mod (no longer maintained; use [[#CJB Cheats Menu|CJB Cheats Menu]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Set Reminders
 +
  |author  = Aelaan Bluewood
 +
  |id      = AelaanBluewood.SetReminders
 +
  |nexus  = 16112
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Crop Safety
+
   |name    = Set Unique Game ID
   |author  = BadNetCode
+
   |author  = dJomp
   |id      = BadNetCode.CropSafety
+
   |id      = dJomp.SetUniqueGameID
   |nexus  = 1233
+
   |nexus  = 2042
  |moddrop = 130160
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 3.0
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Current Location
+
   |name    = Seven Deadly Sins
   |author  = Omegasis, AlphaOmegasis
+
   |author  = ricehit, Little Dot
   |id      = CurrentLocation102120161203
+
   |id      = ricehit.SevenDeadlySinsSAMPI
   |nexus  = 638
+
   |nexus  = 15100
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sewer Slimes
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.SewerSlimes
 +
  |nexus  = 18195
 +
  |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Asset Modifier, Custom Asset Editor
+
   |name    = Shadow for Mazes, Maze
   |author  = Omegasis, AlphaOmegasis
+
   |author  = Edu Anttunes
   |id      = Omegasis.CustomAssetModifier
+
   |id      = Maze
   |nexus  = 1836
+
   |nexus  = 8930
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |status   = abandoned
+
}}
   |summary = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Shared Exp, Shared Xp
 +
  |author  = Batzpup
 +
  |id      = SharedExp.Batzpup
 +
  |moddrop = 1269698
 +
   |nexus   = 14607
 +
   |github =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Shared Professions
 +
  |author  = virtualbjorn
 +
  |id      = virtualbjorn.SharedProfessions
 +
  |nexus  = 16628
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Bundles
+
   |name    = Shared Recipes
   |author  = furyx639
+
   |author  = jpslatt, jslattery26
   |id      = furyx639.CustomBundles
+
   |id      = jslattery26.SharedRecipes
   |nexus  = 8258
+
   |nexus  = 22718
 
+
   |github  = jslattery26/stardew_mods
   |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Crops
+
   |name    = Share Experience
   |author  = spacechase0
+
   |author  = season
   |id      = spacechase0.CustomCrops
+
   |id      = season.ShareExperience
   |nexus  = 1592
+
   |nexus  = 22163
  |moddrop = 273617
+
   |github  =
   |github  = spacechase0/CustomCrops
 
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Element Handler
+
   |name    = Sharing is Caring
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.CustomElementHandler
+
   |id      = spacechase0.SharingIsCaring
   |nexus  = 1068
+
   |nexus  = 14263
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Emotes
+
   |name    = Shed Notifications
   |author  = purrplingcat
+
   |author  = TheCroak
   |id      = PurrplingCat.CustomEmotes
+
   |id      = TheCroak.BuildingsNotifications
   |nexus  = 10861
+
   |nexus  = 620
   |github  = purrplingcat/CustomEmotes
+
   |github  =
  
   |status  = abandoned
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farming Redux
+
   |name    = Shenandoah Library
   |author  = Platonymous
+
   |author  = Nishtra
   |id      = Platonymous.CustomFarming
+
   |id      = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
   |nexus  = 991
+
   |nexus  = 756
  |curse  = 307366
+
   |github  =
  |moddrop = 793926
 
   |github  = Platonymous/Stardew-Valley-Mods
 
  
   |status   = abandoned
+
   |broke in = Stardew Valley 1.3
   |summary = remove this mod (no longer maintained; use [[#Producer Framework Mod|Producer Framework Mod]] instead.
+
}}
   |broke in = Stardew Valley 1.4.4<!--@retest-linked-->
+
{{#invoke:SMAPI compatibility|entry
<!--
+
   |name    = Shift Toolbar When Paused
   |unofficial version = 2.12.10-unofficial.1-minervamaga
+
   |author = Zamiel
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
+
   |id      = Zamiel.ShiftToolbarWhenPaused
-->
+
   |nexus  = 21613
 +
   |github  = Zamiell/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farming Redux → CFAutomate
+
   |name    = Ship Anything, Ship Everything
   |author  = Platonymous
+
   |author  = Berkay Yigit, berkayylmao
   |id      = Platonymous.CFAutomate
+
   |id      = berkayylmao.ShipAnything, berkay2578.ShipAnything<!--changed in 1.2-->, berkay2578.ShipEverything<!--changed in 1.1-->
  |nexus  = 991
+
   |nexus  = 3782
  |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = berkayylmao/StardewValleyMods
 
 
  |broke in = Automate 1.15
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod → PFMAutomate|Producer Framework Mod → PFMAutomate]] instead.
 
<!--
 
   |unofficial version = 2.12.10-unofficial.1-minervamaga
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farm Types
+
   |name    = Ship Anywhere
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.CustomFarmTypes
+
   |id      = spacechase0.ShipAnywhere
   |nexus  = 1140
+
   |nexus  = 1379
   |moddrop = 128708
+
   |moddrop = 183277
   |github  = spacechase0/CustomFarmTypes
+
   |github  = spacechase0/ShipAnywhere
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Chests Anywhere|Chests Anywhere]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ship From Inventory
 +
  |author  = Platonymous
 +
  |id      = Platonymous.ShipFromInventory
 +
  |nexus  = 3219
 +
  |moddrop = 793916
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Shipments to Quality, Quality from Shipments
 +
  |author  = JPAN
 +
  |id      = JPAN.QualityFromShipments
 +
  |nexus  = 7531
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Greenhouse
+
   |name    = Shipment Tracker
   |author  = Forkmaster
+
   |author  = Iceburg
   |id      = Forkmaster.CustomGreenhouse
+
   |id      = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
   |nexus  = 3464
+
   |nexus  = 321
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Harvest Fix
+
   |name    = Shipping Bin Summary
   |author  = mytigio
+
   |author  = Futro, Futroo
   |id      = mytigio.customharvestfix
+
   |id      = futro.ShippingBinSummary
   |nexus  = 4192
+
   |nexus  = 18992
   |github  = mytigio/CustomHarvestFix
+
   |github  = futroo/Stardew-Valley-Mods
  
   |status  = obsolete
+
   |broke in          = Stardew Valley 1.6
   |summary  = remove this mod (no longer needed, Json Assets handles deshuffling animal products on its own now).
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-132991
   |broke in = Stardew Valley 1.5
+
   |unofficial version = 1.1.0-unofficial
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customise Child Bedroom
+
   |name    = Shipping Collection Sorted By Mods, Sort Shipping Collection
   |author  = Speshkitty
+
   |author  = holythesea
   |id      = speshkitty.CustomiseChildBedroom
+
   |id      = holythesea.SortShippingCollection
   |nexus  = 5540
+
   |nexus  = 15694
   |github  = Speshkitty/CustomiseChildBedroom
+
   |github  = holy-the-sea/SortShippingCollection
  
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Cursor Sprite
+
   |name    = Shipping Taxes
   |author  = Satozaki
+
   |author  = NOGAF
   |id      = EpicBellyFlop45.CustomizeCursorSprite
+
   |id      = NOGAF.ShippingTaxes
   |nexus  = 3014
+
   |nexus  = 5189
   |github  = AndyCrocker/StardewMods
+
   |github  =
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.5
 +
   |status   = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom NPC
+
   |name    = Shop Anywhere
   |author  = Platonymous
+
   |author  = SorryLate, rharyanto
   |id      = Platonymous.CustomNPC
+
   |id      = SorryLate.ShopAnywhere
   |nexus  = 1607
+
   |nexus  = 5299
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Shirts
+
   |name    = Shop Expander
   |author  = Platonymous
+
   |author  = Entoarox
   |id      = Platonymous.CustomShirts
+
   |id      = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
   |nexus  = 2416
+
   |nexus  = 2278
   |github  = Platonymous/Stardew-Valley-Mods
+
  |chucklefish = 4381
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
   |status  = abandoned
+
}}
   |summary = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Shoplifter
 +
   |author = TheMightyAmondee
 +
  |id      = TheMightyAmondee.Shoplifter
 +
  |nexus  = 8569
 +
  |github  = TheMightyAmondee/Shoplifter
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Shops Redux
+
   |name    = Shopping Cart
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = LeFauxMatt
   |id      = Omegasis.CustomShopReduxGui
+
   |id      = furyx639.ShoppingCart
   |nexus  = 1378
+
  |curse  = 871829
   |github  = janavarro95/Stardew_Valley_Mods
+
   |nexus  = 13701
 +
   |github  = LeFauxMatt/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
   |status  = abandoned
 
   |status  = abandoned
  |summary  = remove this mod (no longer maintained; use [[#Shop Tile Framework|Shop Tile Framework]] + [[#TMXL Map Toolkit|TMXL Map Toolkit]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Patio
+
   |name    = Shopping Show
   |author  = aedenthorn, Erinthe
+
   |author  = AvalonMFX
   |id      = aedenthorn.CustomSpousePatio
+
   |id      = AvalonMFX.ShoppingShow
   |nexus   = 6630
+
   |curse   = 1016429
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 18445
 
+
   |github =
   |status = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Custom Spouse Patio Redux|Custom Spouse Patio Redux]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Walls and Floors
+
   |name    = Shop Tile Framework
   |author  = Platonymous
+
   |author  = Cherry, CherryChain
   |id      = Platonymous.CustomWallsAndFloors
+
   |id      = Cherry.ShopTileFramework
   |curse   = 307569
+
   |nexus   = 5005
   |moddrop = 793903
+
   |moddrop = 716384
  |nexus  = 3010
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |broke in = Stardew Valley 1.5.5
 
  |status  = obsolete
 
  |summary  = remove this mod (support for custom walls & floors added in Stardew Valley 1.5.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Notifications, Event Notifications
+
   |name    = Shovel Tool Upgrades, Upgradable Shovel
   |author  = dreamsicl
+
   |author  = moonslime
   |id      = EventNotifications
+
   |id      = moonslime.ShovelToolUpgrades
   |nexus  =
+
   |nexus  = 16028
  |chucklefish = 3621
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.6<!--@retest-after Growable Giant Crops-->
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Stardew Notifications|Stardew Notifications]] instead).
 
<!--
 
  |unofficial url    = https://community.playstarbound.com/attachments/eventnotifications-1-2-1-unofficial-3-f4ith-zip.201340
 
  |unofficial version = 1.2.1-unofficial.3-f4ith
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Quest Anywhere
+
   |name    = Show Birthdays
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Traktori
   |id      = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
+
   |id      = Traktori.ShowBirthdays
   |nexus  = 513
+
   |nexus  = 7495
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = Traktori7/StardewValleyMods
 
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Auto-Grabber, Coop Grabber
+
   |name    = Showcase
   |author  = stokastic
+
   |author  = Igorious
   |id      = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
+
   |id      = Igorious.Showcase
   |nexus  = 2462
+
   |nexus  =
   |github  = stokastic/CoopGrabber
+
  |chucklefish = 4487
 +
   |github  = Igorious/Stardew_Valley_Showcase_Mod
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = SMAPI 2.0
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Deluxe Grabber Redux|Deluxe Grabber Redux]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Desert Obelisk
+
   |name    = Show Catch Quality
   |author  = CatCattyCat, Cat
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = cat.desertobelisk
+
   |id      = f4iTh.ShowCatchQuality
   |nexus  = 2021
+
   |nexus  = 3326
  |moddrop = 833549
+
   |github  =
   |github  = danvolchek/StardewMods
 
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = DewCord Rich Presence
+
   |name    = Show Cooking Recipes
   |author  = explosivetortellini
+
   |author  = MasterOfMutton
   |id      = explosivetortellini.StardewValleyDRP
+
   |id      = faragodavid.showcookingrecipes
   |nexus  = 8348
+
   |nexus  = 5525
   |github  = explosivetortellini/StardewValleyDRP
+
   |github  =
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Emotes
+
   |name    = Show Daily Luck
   |author  = PurrplingCat
+
   |author  = Arphox
   |id      = PurrplingCat.DialogueEmotes
+
   |id      = Arphox.ShowDailyLuck
   |nexus  = 6537
+
   |nexus  = 15910
   |github  = purrplingcat/DialogueEmotes
+
   |github  = arphox/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Show Item Quality
 +
  |author  = Jonqora
 +
  |id      = Jonqora.ShowItemQuality
 +
  |nexus  = 6311
 +
  |github  = Jonqora/StardewMods
  
   |status  = abandoned
+
   |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-126054
 +
  |unofficial version = 1.1.3-unofficial.1-bungus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Horses
+
   |name    = Show Players Behind Buildings, Show Players Behind Map Tiles
   |author  = Bpendragon
+
   |author  = aedenthorn, Erinthe
   |id      = Bpendragon-DynamicHorses
+
   |id      = aedenthorn.ShowPlayerBehind
   |nexus   = 874
+
   |curse   = 868887
   |github  = Bpendragon/DynamicHorses
+
   |nexus   = 6540
 
+
   |github = aedenthorn/stardewValleyMods
  |broke in = Stardew Valley 1.3
 
  |status   = abandoned
 
   |summary = remove this mod (no longer maintained; use [[#Adopt 'n Skin|Adopt 'n Skin]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = EiTK
+
   |name    = Show Predictable RNG Outcomes
   |author  = enaium
+
   |author  = Relance
   |id      = Enaium.EiTK
+
   |id      = Relance.ShowPredictableRNGOutcomes
  |curse  = 365803
+
   |nexus  = 13186
   |nexus  =
 
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Emotes
+
   |name    = Show XP and Level Gains, Show XP
   |author  = aurnj, Roy Li
+
   |author  = adverserath
   |id      = RuyiLi.Emotes
+
   |id      = Adverserath.ShowXP
   |nexus  =
+
   |nexus  = 19501
  |url    = https://community.playstarbound.com/threads/emotes.129159
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Empty Hands
+
   |name    = Shroom Spotter
   |author  = Oblitus
+
   |author  = TehPers
   |id      = QuicksilverFox.EmptyHands
+
   |id      = TehPers.ShroomSpotter
   |nexus  = 1176
+
   |nexus  = 908
   |github  = quicksilverfox/StardewMods
+
  |moddrop = 125766
 +
   |github  = TehPers/StardewValleyMods
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.4
 +
   |status   = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Shroom Spotter Redux|Shroom Spotter Redux]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Even Better Warehouse
+
   |name    = Shroom Spotter Redux
   |author  = charliedemilho
+
   |author  = Strobe and TehPers
   |id      = charliedemilho.EvenBetterWarehouse
+
   |id      = ShroomSpotter
   |nexus  = 10396
+
   |nexus  = 7934
   |github  =
+
   |github  = strobel1ght/ShroomSpotterRedux
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expansive Combat, Proficiência
+
   |name    = Shut Up
   |author  = Hamio, HamioDracny
+
   |author  = Geko_X
   |id      = HamioDracny.ProficienciaEmDano
+
   |id      = gekox.shutUp
   |nexus  = 7511
+
  |moddrop = 1530062
 +
   |nexus  = 7358
 
   |github  =
 
   |github  =
 
+
   |source = https://gitlab.com/geko_x/stardew-mods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FaeQuest
+
   |name    = Silent Alarm Clock
   |author  = Navi-chan, ooo0000
+
   |author  = Invatorzen
   |id      = NaviChan.FaeQuest
+
   |id      = invatorzen.AC
   |nexus  = 2484
+
   |nexus  = 12164
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Expansion
+
   |name    = Silent Scarecrows
   |author  = Advize
+
   |author  = climaxius
   |id      = Advize.FarmExpansion, AdvizeFarmExpansionMod-2-0-5, AdvizeFarmExpansionMod-2-0, 3888bdfd-73f6-4776-8bb7-8ad45aea1915<!--changed in 3.0, 2.0.5, and 2.0-->
+
   |id      = climaxius.silentscarecrows
   |nexus  = 130
+
   |nexus  = 3258
   |github  = AdvizeGH/FarmExpansion
+
   |github  = robbiev/SilentScarecrows
 
 
  |broke in = Stardew Valley 1.3.16
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; see [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-25661 unofficial update] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Hub
+
   |name    = Silo Report
   |author  = Platonymous
+
   |author  = bogie5464
   |id      = Platonymous.FarmHub
+
   |id      = bogie5464.SiloReport
   |nexus  = 2309
+
   |nexus  = 3194
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = bogie5464/SiloReport
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm in the Sky, Fundo
+
   |name    = Silo Size
   |author  = BrasileiroTop
+
   |author  = pepoluan
   |id      = BrasileiroTop.Fundo
+
   |id      = pepoluan.SiloSize
   |nexus  = 5423
+
   |nexus  = 8819
 +
  |moddrop = 981291
 
   |github  =
 
   |github  =
 +
  |source  = https://sourceforge.net/p/sdvmod-silo-size/
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Warps Patch
+
   |name    = Simple Crop Label
   |author  = tlitookilakin
+
   |author  = TheMusketeer
   |id      = tlitookilakin.farmwarpspatch
+
   |id      = SimpleCropLabel
   |nexus  = 8236
+
   |nexus  = 314
  |moddrop = 926207
+
   |github  =
   |github  = tlitookilakin/FarmWarpsPatch
 
 
 
  |status  = obsolete
 
  |summary = remove this mod (bug was fixed in Stardew Valley 1.5.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Geode, Instant Geodes
+
   |name    = Simple Discord RPC (Stardew Edition), Simple RPC
   |author  = ofmanynames
+
   |author  = HypherionSA
   |id      = InstantGeode
+
   |id      = hypherionsa.simplerpc
   |nexus  = 750
+
  |curse  = 1023556
 +
   |nexus  =
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Fast Animations|Fast Animations]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fellowship - Immersive Rings
+
   |name    = Simple HUD
   |author  = DaLion
+
   |author  = Enaium
   |id      = DaLion.ImmersiveRings
+
   |id      = Enaium.SimpleHUD
   |nexus  = 11380
+
  |moddrop = 1145228
   |github  = daleao/sdv-mods
+
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/SimpleHUD
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fire Crackers, Firecracker Mod
+
   |name    = Simple Hunger System, Hunger Mod
   |author  = MindMeltMax
+
   |author  = skn
   |id      = MindMeltMax.FireCracker
+
   |id      = skn.HungerMod
   |nexus  = 7321
+
   |nexus  = 3270<!--was 1127 before re-release-->
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Simple Screenshots, Screenshot
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Screenshot
 +
  |nexus  = 10178
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Simple Sound Manager
 +
  |author  = Omegasis, AlphaOmegasis
 +
  |id      = Omegasis.SimpleSoundManager
 +
  |nexus  = 1410
 +
  |github  = janavarro95/Stardew_Valley_Mods
  
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fischievements
+
   |name    = Simple Sounds
   |author  = MattDeDuck, Duckshard
+
   |author  = BleakCodex
   |id      = MattDeDuck.Fischievements
+
   |id      = BleakCodex.SimpleSounds
   |nexus  = 3658
+
   |nexus  = 14540
   |github  =
+
   |github  = BleakCodex/SimpleSounds
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fixed Secret Woods Debris, Woods Debris Fix
+
   |name    = Simple Sprinkler
   |author  = f4iTh and Lita, JertsukkaTheMan
+
   |author  = ADoby, tZed, Tobias Z
   |id      = f4iTh.WoodsDebrisFix
+
   |id      = tZed.SimpleSprinkler
   |nexus  = 1941
+
   |nexus  = 76
   |github  =
+
   |github  = ADoby/SimpleSprinkler
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Scythe Exp
+
   |name    = Simplified Achievements
   |author  = bcmpinc
+
   |author  = cel10e
   |id      = bcmpinc.FixScytheExp
+
   |id      = cel10e.SimplifiedAchievements
   |nexus  =
+
  |moddrop = 909416
   |github  = bcmpinc/StardewHack
+
   |nexus  = 8026
  |url    = https://github.com/bcmpinc/StardewHack/releases
+
   |github  =
  
   |broke in = Stardew Valley 1.3.25
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.25).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FLO - New Custom NPC, FlorenceMod
+
   |name    = Singin' Stone
   |author  = randomAnon1234
+
   |author  = CyTheGuy01
   |id      = none<!--no manifest ID-->
+
   |id      = CyTheGuy01.TestMod
   |nexus  = 591
+
   |nexus  = 6463
 
   |github  =
 
   |github  =
  
  |broke in = SMAPI 2.0
+
   |status = abandoned
   |status   = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FQ Festival Tweaks
+
   |name    = Single-Player Regen, Single-Player Sleep
   |author  = FletcherQuest
+
   |author  = MindMeltMax
   |id      = FletcherQuest.FQFestivalTweaks
+
   |id      = MindMeltMax.SPRegen
   |nexus  = 9062
+
   |nexus  = 6778
 +
  |moddrop = 1135654
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SinZational Several Spouse Spots
 +
  |author  = SinZ
 +
  |id      = SinZ.SeveralSpouseSpots
 +
  |nexus  = 20655
 +
  |github  = SinZ163/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SinZational Shared Spaces
 +
  |author  = SinZ
 +
  |id      = SinZ.SharedSpaces
 +
  |nexus  = 20654
 +
  |github  = SinZ163/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SinZational Spending Services
 +
  |author  = SinZ
 +
  |id      = SinZ.SinZationalSpendingServices
 +
  |nexus  = 20656
 +
  |github  = SinZ163/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sit and Rest
 +
  |author  = Krutonium
 +
  |id      = Krutonium.SitandRest
 +
  |nexus  = 7403
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Anywhere
+
   |name    = Sit For Stamina
 
   |author  = Entoarox
 
   |author  = Entoarox
   |id      = Entoarox.FurnitureAnywhere
+
   |id      = Entoarox.SitForStamina
   |nexus  = 2276
+
   |nexus  = 7334
  |chucklefish = 4324
 
 
   |github  = Entoarox/StardewMods
 
   |github  = Entoarox/StardewMods
 
  |broke in = Stardew Valley 1.5
 
  |status  = abandoned
 
  |summary  = remove this mod (furniture can be placed anywhere in Stardew Valley 1.5).
 
<!--
 
  |warnings = Many players report a crash when season changes to winter., Broken on Android (needs Entoarox Framework which crashes on startup).
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FuryCore
+
   |name    = Sit n' Relax: Rest Your Butt
   |author  = furyx639
+
   |author  = MissCoriel
   |id      = furyx639.FuryCore
+
   |id      = misscoriel.sitnrelax
   |nexus  = 10696
+
   |nexus  = 7336
 
+
   |github = MissCoriel/Sit-n-Relax
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Get Dressed
+
   |name    = Sit on Chairs, Sentar Em Cadeiras
   |author  = Advize and Jinxiewinxie
+
   |author  = BrasileiroTop, Vagabundo2421
   |id      = Advize.GetDressed
+
   |id      = BrasileiroTop.Sentar
   |nexus  = 331
+
   |nexus  = 4729
   |github  = AdvizeGH/GetDressed
+
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
 
   |status  = obsolete
 
   |status  = obsolete
   |summary  = remove this mod (no longer maintained; use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Change Shoe Color|Change Shoe Color]] + [[#Json Assets|Json Assets]] packs instead).
+
   |summary  = remove this mod (added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Gift
+
   |name    = Sixty-Nine Shirt, Sixty-Nine
   |author  = ShadowDragon8685
+
   |author  = aedenthorn, Erinthe
   |id      = ShadowDragon.GrandfathersGift
+
   |id      = aedenthorn.SixtyNine
   |nexus  = 985
+
   |nexus  = 6969
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Gift Remade
+
   |name    = Sizable Fish
   |author  = pepoluan
+
   |author  = spacechase0
   |id      = pepoluan.GrandfatherGiftRemade
+
   |id      = spacechase0.SizableFish
   |nexus  = 4151
+
   |nexus  = 14267
  |chucklefish = 5783
+
   |github  = spacechase0/StardewValleyMods
   |github  =
 
  |source  = https://sourceforge.net/projects/sdvmod-grandfather-s-gift-re/
 
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hamlet
+
   |name    = Skateboard
   |author  = Taskmaster
+
   |author  = aedenthorn, Erinthe
   |id      = Taskmaster.Hamlet
+
   |id      = aedenthorn.Skateboard
   |nexus  = 4601
+
   |nexus  = 13096
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Animals
+
   |name    = Skateboard For 1.6
   |author  = StarPeanut, Greger
+
   |author  = chiccen
   |id      = HappyAnimals
+
   |id      = chiccen.Skateboard
   |nexus  =
+
   |nexus  = 24074
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = obsolete
 
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HD Sprites
+
   |name    = Skillful Clothes
   |author  = ninthworld
+
   |author  = LunaticShade
   |id      = NinthWorld.HDSprites
+
   |id      = LunaticShade.SkillfulClothes
   |nexus  = 4024
+
   |nexus  = 8541
   |github  = ninthworld/HDSprites
+
   |github  = LunaticShade/StardewValley.SkillfulClothes
 
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Sprite Master|Sprite Master]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hempire
+
   |name    = Skill Prestige
   |author  = Oga_The_Real
+
   |author  = CinderGarde, Alphablackwolf
   |id      = Oga_The_Real.Hempire
+
   |id      = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
   |nexus  = 14477
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
 
 
  |status  = abandoned<!--mod page hidden-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Idle Animations, Animacoes
+
   |name    = Skill Prestige for All SpaceCore Skill Mods
   |author  = BrasileiroTop
+
   |author  = CinderGarde, Alphablackwolf
   |id      = BrasileiroTop.Animacoes
+
   |id      = CinderGarde.SpaceCoreSkillAdapter
   |nexus  = 5139
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Mill
+
   |name    = Skill Prestige for Cooking Skill, Cooking Skill Prestige Adapter
   |author  = AustinYQM
+
   |author  = CinderGarde, Alphablackwolf
   |id      = AustinYQM.ImprovedMill
+
   |id      = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
   |nexus  = 1748
+
   |nexus  = 569
   |github  = AustinYQM/ImprovedMill
+
   |github  = Alphablackwolf/SkillPrestige
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (replaced by [[#Skill Prestige for All SpaceCore Skill Mods|Skill Prestige for All SpaceCore Skill Mods]]).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Inventory
+
   |name    = Skill Prestige for Love of Cooking, SkillPrestige.LoveOfCooking
   |author  = unidarkshin, Devin Lematty
+
   |author  = Tondorian
   |id      = DevinLematty.InfiniteInventory
+
   |id      = Tondorian.SkillPrestige.LoveOfCooking
   |nexus  = 2247
+
   |nexus  = 18605
   |github  = unidarkshin/Stardew-Mods
+
   |github  = Tondorian/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3<!--@retest after The Love of Cooking-->
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Interactions, Interacoes
+
   |name    = Skill Prestige for Luck Skill
   |author  = BrasileiroTop
+
   |author  = CinderGarde, Alphablackwolf
   |id      = BrasileiroTop.Interacoes
+
   |id      = Alphablackwolf.LuckSkillPrestigeAdapter
   |nexus  = 4862
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Farm
+
   |name    = Skill Prestige for Magic
   |author  = Platonymous
+
   |author  = CinderGarde, Alphablackwolf
   |id      = Platonymous.JunimoFarm
+
   |id      = alphablackwolf.MagicPrestigeAdapter
   |nexus  = 984
+
   |nexus  = 569
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Alphablackwolf/SkillPrestige
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (replaced by [[#Skill Prestige for All SpaceCore Skill Mods|Skill Prestige for All SpaceCore Skill Mods]]).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Studio, Music Blocks
+
   |name    = Skill Rings
   |author  = Becks723
+
   |author  = AlphaMeece
   |id      = Becks723.JunimoStudio, Becks723.MusicBlocks<!--changed in 1.9.9-->
+
   |id      = AlphaMeece.SkillRings
   |nexus  = 6971
+
  |curse  = 991336
 +
   |nexus  = 7515
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5.5
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junk Mail
+
   |name    = Skills Experience Bars, Skills Exp Bars
   |author  = Taskmaster
+
   |author  = Muuaji
   |id      = Taskmaster.JunkMail
+
   |id      = Muuaji.SkillsExpBars
   |nexus  = 4452
+
   |nexus  = 25112
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Keyboard Mod Menu
+
   |name    = Skill Training
   |author  = Shadowfoxss
+
   |author  = spacechase0
   |id      = Shadowfoxss.KeyboardModMenu
+
   |id      = spacechase0.SkillTraining
   |nexus  = 3147
+
   |nexus  = 14452
   |curse   = 308891
+
   |github  = spacechase0/StardewValleyMods
   |github =
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |broke in = SMAPI 3.0
+
   |name    = Skinny Animals
   |status   = abandoned
+
   |author = tem696969696969
 +
   |id      = tem696969696969.SkinnyAnimals
 +
   |nexus   = 21826
 +
  |github  = kqrse/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kisekae
+
   |name    = Skin Tone Loader
   |author  = Kabigon
+
   |author  = HeyImAmethyst
   |id      = Kabigon.kisekae
+
   |id      = HeyImAmethyst.SkinToneLoader
   |nexus  = 2348
+
   |nexus  = 22797
   |github  = KabigonFirst/StardewValleyMods
+
   |github  = HeyImAmethyst/SkinToneLoader
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = obsolete
 
  |summary  = remove this mod (no longer maintained; use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Change Shoe Color|Change Shoe Color]] + [[#Json Assets|Json Assets]] packs instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lavapulse's New Chickens and Eggs, Lavapulse Chickens
+
   |name    = Skip Cutscanes
   |author  = Lavapulse
+
   |author  = Zexu2K
   |id      = Lavapulse.LavapulseChickens
+
   |id      = Zexu2K.SkipCutscenesMod
   |nexus  = 4821
+
   |nexus  = 25201
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leah Cabin Music Fix
+
   |name    = Skip Dialogue
   |author  = Huanir
+
   |author  = FricativeMelon
   |id      = Huanir.LeahCabinMusicFix
+
   |id      = FricativeMelon.SkipDialogue
   |nexus  = 2653
+
   |nexus  = 15311
   |github  =
+
   |github  = FricativeMelon/SkipDialogue
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Less Strict Over-Exertion, AntiExhaustion
+
   |name    = Skip Fish
   |author  = Permamiss
+
   |author  = LucaINC
   |id      = BALANCEMOD_AntiExhaustion
+
   |id      = LucaINC.StardewValleyMods.SkipFish
   |nexus  = 637
+
   |nexus  = 19762
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Location and Music Logger
+
   |name    = Skip Fishing Minigame
   |author  = Brandy Lover, WDavi
+
   |author  = DewMods
   |id      = Brandy Lover.LMlog
+
   |id      = DewMods.StardewValleyMods.SkipFishingMinigame
   |nexus  = 1366
+
   |nexus  = 2697
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name   = Makeshift Multiplayer
+
   |name     = Skip Fishing Minigame 2
   |author = spacechase0
+
   |author   = philosquare
   |id     = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
+
   |id       = philosquare.SkipFishingMinigame2
  |nexus  = 501
+
   |moddrop  = 1530481
   |moddrop = 127274
+
   |nexus    =
  |github = spacechase0/StardewValleyMP
+
   |github   = philosquare/SDVSkipFishingMinigame2
 
 
   |broke in = Stardew Valley 1.3
 
   |status   = obsolete
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Image Export
+
   |name    = Skip Intro
   |author  = spacechase0
+
   |author  = Pathoschild
   |id      = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
+
   |id      = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
   |nexus   = 1073
+
   |curse   = 1000635
   |moddrop = 127273
+
   |nexus   = 533
   |github  = spacechase0/MapImageExporter
+
   |moddrop = 606601
 
+
   |github = Pathoschild/StardewMods
   |broke in = Stardew Valley 1.5
 
   |status  = obsolete
 
  |summary = remove this mod (map screenshot feature added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Message Box API, ChatMod
+
   |name    = Skip Start
   |author  = Kithio
+
   |author  = DeadRobotDev
   |id      = Kithio:ChatMod
+
   |id      = DeadRobotDev.SkipStart
   |nexus  =
+
   |nexus  = 11885
  |chucklefish = 4296
 
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skip Text
 +
  |author  = CrunchyDuck
 +
  |id      = CrunchyDuck.SkipText
 +
  |nexus  = 8947
 +
  |github  = CrunchyDuck/Stardew-Skip-Text
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skull Cavern Drill
 +
  |author  = S1mmyy
 +
  |id      = S1mmyy.SkullCavernDrill
 +
  |nexus  = 6121
 +
  |github  = S1mmyy/StardewMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mining with Explosives
+
   |name    = Skull Cavern Drill Redux
   |author  = Nishtra
+
   |author  = NetworkOverflow
   |id      = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
+
   |id      = NetworkOverflow.SkullCavernDrillRedux
   |nexus  = 770
+
   |nexus  = 16533
   |github  =
+
   |github  = AndrewGraber/Skull-Cavern-Drill-Redux
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = obsolete
 
  |summary  = remove this mod (mining with explosives fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monthly Mail
+
   |name    = Skull Cavern Elevator
   |author  = Taskmaster
+
   |author  = Bifibi, Lestoph
   |id      = Taskmaster.MonthlyMail
+
   |id      = SkullCavernElevator
   |nexus  = 4523
+
   |nexus  = 963
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MoodFix
+
   |name    = Skull Cavern Toggle
   |author  = vaindil
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = vaindil.MoodFix
+
   |id      = TheMightyAmondee.SkullCavernToggle
   |nexus  = 1809
+
   |nexus  = 7908
   |github  = vaindil/sdv-moodfix
+
   |github  = TheMightyAmondee/SkullCavernToggle
 
 
  |status  = obsolete
 
  |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mood Guard
+
   |name    = Skull Cave Saver
   |author  = YonKuma, kumarei
+
   |author  = cantorsdust
   |id      = YonKuma.MoodGuard
+
   |id      = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
   |nexus  = 1597
+
   |nexus  = 175
   |github  = YonKuma/MoodGuard
+
   |github  = cantorsdust/StardewMods
  
  |broke in = Stardew Valley 1.3
+
   |status = abandoned
   |status   = obsolete
+
   |summary = remove this mod (no longer maintained; use [[#Skull Cavern Elevator|Skull Cavern Elevator]] instead).
   |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Map Layers
+
   |name    = Sleeping Stamina Config
   |author  = Platonymous
+
   |author  = ilMioPuntatore
   |id      = Platonymous.MoreMapLayers
+
   |id      = ilMioPuntatore.Sleeping
   |nexus  = 1134
+
   |nexus  = 25244
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More TV Channel, CanaisTv
+
   |name    = Sleep In Wedding
   |author  = BrasileiroTop
+
   |author  = atravita
   |id      = BrasileiroTop.CanaisTv
+
   |id      = atravita.SleepInWedding
   |nexus  = 5126
+
  |curse  = 870963
   |github  =
+
  |moddrop = 1294437
 +
   |nexus  = 15006
 +
   |github  = atravita-mods/StardewMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Motorcycle Mod, Moto Mod
+
   |name    = Sleepless Fisherman
   |author  = Akane
+
   |author  = Annosz
   |id      = Akane.MotoMod
+
   |id      = Annosz.SleeplessFisherman
   |nexus  = 10553
+
   |nexus  = 5915
   |github  =
+
   |github  = Annosz/StardewValleyModding
 
 
  |status  = abandoned<!--mod page hidden-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Through Object
+
   |name    = Sleepless in Stardew
   |author  = ylsama
+
   |author  = instafluff
   |id      = ylsama.MoveThoughObject
+
   |id      = instafluff.sleeplessinstardew
   |nexus  = 2680
+
   |nexus  = 5445
   |github  =
+
   |github  = instafluff/SleeplessInStardew
  |source  = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
 
 
 
  |dev note = source in separate Git branch
 
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Noclip Mode|Noclip Mode]] or [[#Passable Objects|Passable Objects]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MTN, More Than Necessary
+
   |name    = Sleepovers
   |author  = SgtPickles, GameMX
+
   |author  = bwdy
   |id      = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
+
   |id      = bwdy.sleepovers
   |nexus  = 2256
+
  |nexus  = 3531
 +
  |github  = bwdymods/SDV-Sleepovers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sleep Warning
 +
  |author  = GlimmerDev
 +
  |id      = glimmerDev.SleepWarning
 +
  |nexus  = 21128
 +
  |github  = GlimmerDev/StardewValleyMod_SleepWarning
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sleep Wherever
 +
  |author  = Vexorth
 +
  |id      = Vexorth.SleepWherever
 +
   |nexus  = 16674
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
  |status  = obsolete
 
  |summary  = remove this mod (no longer maintained; equivalent map customisability was added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Emotes
+
   |name    = Sleep Worker
   |author  = FerMod
+
   |author  = Platonymous
   |id      = FerMod.MultiplayerEmotes
+
   |id      = Platonymous.SleepWorker
   |nexus   = 2347
+
   |curse   = 877233
   |github  = FerMod/StardewMods
+
   |moddrop = 793835
 
+
   |nexus   = 2062
   |broke in = Stardew Valley 1.4
+
   |github = Platonymous/Stardew-Valley-Mods
  |status   = obsolete
 
   |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Sell Price Fix, Fix-sellToStorePrice
+
   |name    = Sleepy Eye
   |author  = Unremarkable, animavoro
+
   |author  = spacechase0
   |id      = unremarkable.fix-sellToStorePrice
+
   |id      = spacechase0.SleepyEye
   |nexus  = 2135
+
  |curse  = 867761
   |github  = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
+
  |moddrop = 129011
 +
   |nexus  = 1152
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.11
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.17).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Shaft Fix
+
   |name    = Slime Hutch Resize and Retexture, Slime Hutch Resize
   |author  = Prince-Leto
+
   |author  = fernass354
   |id      = princeleto.multiplayershaftfix
+
   |id      = fernass354.SlimeHutchResize
   |nexus  = 2922
+
   |nexus  = 18507
   |github  = Prince-Leto/StardewValleyMods
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Spouses
+
   |name    = Slime Hutch Water Spots
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MultipleSpouses
+
   |id      = aedenthorn.SlimeHutchWaterSpots
   |nexus  = 6227
+
   |nexus  = 13778
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Museum Rearranger
+
   |name    = Slime Minerals
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = ChrisMzz
   |id      = Omegasis.MuseumRearranger
+
   |id      = ChrisMzz.slimeminerals
   |nexus  = 428
+
   |nexus  = 20930
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = ChrisMzz/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Cheat Shortcuts (No Map Overwrite)
+
   |name    = Slime Mods, Slime Minigame, Slime QOL
   |author  = kulcris
+
   |author  = Tofu, SadDodo
   |id      = kulcris.NoCheatShortcuts
+
   |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
   |nexus  = 2310
+
   |nexus  = 2743
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Debug Mode
+
   |name    = Slime Produce
   |author  = Pathoschild
+
   |author  = exotico
   |id      = Pathoschild.NoDebugMode
+
   |id      = exotico.SlimeProduce
   |nexus  = 593
+
   |nexus  = 7634
   |github  = Pathoschild/StardewMods
+
   |github  = andraemon/SlimeProduce
  
   |status  = abandoned
+
   |broke in          = Stardew Valley 1.6
   |summary = remove this mod (debug mode removed in SMAPI 1.0).
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-122362
 +
  |unofficial version = 1.3.4-unofficial.1-LikeFrogs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Pets
+
   |name    = Slime Spawner
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = aurnj, Roy Li
   |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
+
   |id      = RuyiLi.SlimeSpawner
   |nexus  = 506
+
   |nexus  =
   |github  = janavarro95/Stardew_Valley_Mods
+
  |url    = https://community.playstarbound.com/threads/slime-spawner.129326/
 +
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = SMAPI 2.0
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Seeds From Trees Fix
+
   |name    = Slime Water Filler, Slime AutoWaterer
   |author  = KirbyLink
+
   |author  = Speshkitty
   |id      = kirbylink.noseedsfromtreesfix
+
   |id      = speshkitty.slimewaterer
   |nexus  = 2947
+
   |nexus  = 7141
   |github  = KirbyLink/NoSeedsFromTreesFix
+
   |github  = Speshkitty/SlimeWaterFiller
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.5
 
   |status  = obsolete
 
   |status  = obsolete
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
+
   |summary  = remove this mod (fixed in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Speak
+
   |name    = Slim Hutch
   |author  = jwdred
+
   |author  = Peasly Wellbott
   |id      =
+
   |id      = Wellbott.SlimHutchCode
   |nexus  = 694
+
   |nexus  = 7424
   |github  =
+
   |github  = Wellbott/StardewValleyMods
 
 
  |status  = obsolete
 
  |summary  = Similar console commands [https://stardewvalleywiki.com/Modding:Console_commands#Dialogue seem to exist in the game]
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ornamental
+
   |name    = Slingshot Rebalance
   |author  = Taskmaster
+
   |author  = Redwood, Towering Redwood
   |id      = Taskmaster.Ornamental
+
   |id      = Redwood.SlingshotRebalance
   |nexus  = 4981
+
   |nexus  = 14391
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Scepter, Personal Return Scepter
+
   |name    = Slots Cheats
   |author  = Alex Noddings
+
   |author  = Fischkop2
   |id      = an.ownscepter
+
   |id      = Fischkop2.SlotsCheats
   |nexus  = 2404
+
   |nexus  = 22574
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PHDE Mob Spawner
+
   |name    = Slower Fence Decay
   |author  = zesman
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = MobSpawner.pseudohub.de
+
   |id      = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
   |nexus  = 2794
+
   |nexus  = 252
   |github =
+
   |source = https://gitlab.com/speeder1/FenceSlowDecayMod
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = SMAPI 2.0
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#No Fence Decay Redux|No Fence Decay Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PHDE Unlocked Recipes
+
   |name    = Smack Dat Scarecrow
   |author  = zesman
+
   |author  = LeFauxMatt
   |id      = UnlockedRecipes.pseudohub.de
+
   |id      = furyx639.SmackDatScarecrow
   |nexus  = 2798
+
  |curse  = 871830
   |github  =
+
   |nexus  = 13528
 +
   |github  = LeFauxMatt/StardewMods
  
   |broke in = Stardew Valley 1.3.36
+
   |broke in = Stardew Valley 1.6
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plantable Mushroom Trees
+
   |name    = Small Beach Farm
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Pathoschild
   |id      = f4iTh.PMT
+
   |id      = Pathoschild.SmallBeachFarm
   |nexus   = 2349
+
   |curse   = 1000624
   |github  =
+
   |nexus   = 3750
 
+
   |moddrop = 606555
  |status   = obsolete
+
   |github = Pathoschild/StardewMods
   |broke in = Stardew Valley 1.5
 
   |summary = remove this mod ([[Mushroom Tree Seed|mushroom tree seed]] added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Polygamy
+
   |name    = Smaller Fish Ponds, Fish Well
   |author  = bwdy
+
   |author  = Peasly Wellbott
   |id      = bwdy.polygamy
+
   |id      = Wellbott.FishWell
   |nexus  = 3542
+
   |nexus  = 7651
   |github  = bwdymods/SDV-Polygamy
+
   |github  = Wellbott/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
+
   |summary  = use [[#The Return of Smaller Fish Ponds|The Return of Smaller Fish Ponds]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
+
   |name    = Small Tree Texture
   |author  = ryaon
+
   |author  = season
   |id      = Ryaon.FectorChallenge
+
   |id      = season.SmallTreeTexture
   |nexus  = 5125
+
   |nexus  = 22285
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profession Adjustments
+
   |name    = Smart Building
   |author  = Kevin Connors
+
   |author  = DecidedlyHuman
   |id      = KevinConnors.ProfessionAdjustments
+
   |id      = DecidedlyHuman.SmartBuilding
   |nexus  = 2424
+
   |nexus  = 11158
   |github  = kevinforrestconnors/ProfessionAdjustments
+
   |github  = DecidedlyHuman/StardewValleyMods
 
+
}}
   |broke in = Stardew Valley 1.3.29
+
{{#invoke:SMAPI compatibility|entry
   |status   = abandoned
+
  |name    = Smart Cursor
 +
   |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.SmartCursor
 +
   |nexus   = 13268
 +
  |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Puffer Chick - Chickens
+
   |name    = Smart Cursor
   |author  = Satozaki
+
   |author  = stokastic
   |id      = EpicBellyFlop45.PufferChickChickens
+
   |id      = stokastic.SmartCursor
   |nexus  = 2997
+
   |nexus  = 2458
   |github  =
+
   |github  = stokastic/SmartCursor
  
   |status  = abandoned
+
   |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.1.1-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324498
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pumpkin Chickens
+
   |name    = Smarter Carpenters
   |author  = Satozaki
+
   |author  = TheWarpriest
   |id      = EpicBellyFlop45.PumpkinChickens
+
   |id      = TheWarpriest.SmarterCarpenters
   |nexus  = 3004
+
   |nexus  = 25417
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality of Life - Immersive Tweaks
+
   |name    = SmartMod
   |author  = DaLion
+
   |author  = KuroBear
   |id      = DaLion.ImmersiveTweaks
+
   |id      = KuroBear.SmartMod
   |nexus  = 11296
+
   |nexus  =
   |github  = daleao/sdv-mods
+
  |url    = https://community.playstarbound.com/threads/108104
 +
   |github  =
  
   |status = abandoned
+
   |broke in = Stardew Valley 1.2
   |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Smol Fish
 +
  |author = gbromios
 +
   |id      = gbromios.SmolFish
 +
  |nexus  = 14287
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Essentials
+
   |name    = Snack Anything
   |author  = PurrplingCat
+
   |author  = Cherry, ChroniclerCherry
   |id      = PurrplingCat.QuestEssentials
+
   |id      = Cherry.SnackAnything
   |nexus  = 8827
+
   |nexus  = 5196
   |github  = purrplingcat/StardewMods
+
   |moddrop = 716397
 
+
   |github = ChroniclerCherry/stardew-valley-mods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Removable Horse Hats
+
   |name    = Snail Mail
   |author  = CatCattyCat, Cat
+
   |author  = Darkhax
   |id      = cat.removablehorsehats
+
   |id      = darkhax.snailmail
   |nexus  = 2223
+
   |nexus  =
   |github  = danvolchek/StardewMods
+
  |curse  = 307861
 +
   |github  = Stardew-Valley-Modding/Snail-Mail
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4)
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ring of Fire
+
   |name    = Snow Crab
   |author  = Platonymous
+
   |author  = John Peters
   |id      = Platonymous.RingOfFire
+
   |id      = JohnPeters.SnowCrab
   |nexus  = 1166
+
   |nexus  = 11302
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rotate Toolbar
+
   |name    = Socializing Skill
   |author  = Pathoschild
+
   |author  = drbirbdev
   |id      = Pathoschild.RotateToolbar
+
   |id      = drbirbdev.SocializingSkill
   |nexus  = 1100
+
   |nexus  = 14142
   |github  = Pathoschild/StardewMods
+
   |github  = drbirbdev/StardewValley
 
 
  |status  = abandoned
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scale Up
+
   |name    = Social Network
   |author  = Platonymous
+
   |author  = Cecidelus
   |id      = Platonymous.ScaleUp
+
   |id      = Cecidelus.SocialNetwork
   |nexus  = 3130
+
   |nexus  = 8255
  |moddrop = 793912
+
   |github  =
   |github  = Platonymous/Stardew-Valley-Mods
 
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (merged into [[#PyTK|PyTK]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scream
+
   |name    = Social Page Order Button
   |author  = Taskmaster
+
   |author  = aedenthorn, Erinthe
   |id      = Taskmaster.Scream
+
   |id      = aedenthorn.SocialPageOrderButton
   |nexus  = 4588
+
   |nexus  = 7871
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
  |summary = use [[#Social Page Order Redux|Social Page Order Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seasonal Immersion
+
   |name    = Social Page Order Menu
   |author  = Entoarox
+
   |author  = aedenthorn, Erinthe
   |id      = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
+
   |id      = aedenthorn.SocialPageOrderMenu
   |nexus  = 2273
+
   |nexus  = 13698
  |chucklefish = 4262
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Entoarox/StardewMods
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
+
   |summary  = use [[#Social Page Order Redux|Social Page Order Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Catalogue
+
   |name    = Social Page Order Redux
   |author  = spacechase0
+
   |author  = aedenthorn and FlyingTNT
   |id      = spacechase0.SeedCatalogue
+
   |id      = FlyingTNT.SocialPageOrderRedux
   |nexus  = 1640
+
   |nexus  = 23374
  |moddrop = 281292
+
   |github  = FlyingTNT/StardewValleyMods
   |github  = spacechase0/SeedCatalogue
 
 
 
  |status  = obsolete
 
  |summary = remove this mod ([[Pierre's Missing Stocklist|equivalent feature]] added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Separate Money for Multiplayer
+
   |name    = Social Tab Patch for Unlimited Players
 
   |author  = funny-snek
 
   |author  = funny-snek
   |id      = funnysnek.SeparateMoney
+
   |id      = funnysnek.socialtabpatch
   |nexus  = 3086
+
   |nexus  = 2981
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Solar Eclipse Event
 +
  |author  = Sakorona, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.SolarEclipseEvent
 +
  |nexus  = 897
 +
  |github  = JohnsonNicholas/SDVMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
   |status  = obsolete
+
   |status  = abandoned
   |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
+
   |summary  = remove this mod (no longer maintained; use [[#Lunar Disturbances|Lunar Disturbances]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Solid Foundations
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.SolidFoundations
 +
  |curse  = 870929
 +
  |nexus  = 12311
 +
  |github  = Floogen/SolidFoundations
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Serfdom - Immersive Taxes
+
   |name    = Solid Foundations → Automate Integration
   |author  = DaLion
+
   |author  = PeacefulEnd
   |id      = DaLion.ImmersiveTaxes
+
   |id      = PeacefulEnd.SolidFoundationsAutomate
   |nexus  = 12547
+
   |nexus  = 12311
   |github  = daleao/sdv-mods
+
   |github  = Floogen/SolidFoundations
  
   |status  = abandoned
+
   |broke in = Solid Foundations 2.0.2?
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Money
+
   |name    = Sona's Farm
   |author  = j4c0b333
+
   |author  = Kerlin & Sona
   |id      = j4c0b333.SetMoney
+
   |id      = kerlin.sonasfarm
   |nexus  = 3889
+
   |nexus  = 8545
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#CJB Cheats Menu|CJB Cheats Menu]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Unique Game ID
+
   |name    = Sonic Shoes
   |author  = dJomp
+
   |author  = lilico
   |id      = dJomp.SetUniqueGameID
+
   |id      = lilico.SonicShoes
   |nexus  = 2042
+
   |nexus  = 10226
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship Anywhere
+
   |name    = Sorted Storages
   |author  = spacechase0
+
   |author  = TeamCoFH, Tech, Zeldo
   |id      = spacechase0.ShipAnywhere
+
   |id      = Zeldo.LinkedStorages
   |nexus  = 1379
+
   |nexus  =
   |moddrop = 183277
+
   |curse  = 290653
   |github  = spacechase0/ShipAnywhere
+
   |github  =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#Chests Anywhere|Chests Anywhere]] instead).
+
   |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Taxes
+
   |name    = Sorting Chests
   |author  = NOGAF
+
   |author  = aRooooooba
   |id      = NOGAF.ShippingTaxes
+
   |id      = aRooooooba.SortingChests
   |nexus  = 5189
+
   |nexus  = 8224
   |github  =
+
   |github  = aRooooooba/SortingChests
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shroom Spotter
+
   |name    = Sound Effect Replacement
   |author  = TehPers
+
   |author  = aedenthorn, Erinthe
   |id      = TehPers.ShroomSpotter
+
   |id      = aedenthorn.SoundEffectReplacement
   |nexus  = 908
+
   |nexus  = 10232
  |moddrop = 125766
+
   |github  = aedenthorn/StardewValleyMods
   |github  = TehPers/StardewValleyMods
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Shroom Spotter Redux|Shroom Spotter Redux]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sound Manager
+
   |name    = Sound Loop Mod
   |author  = Omegasis, AlphaOmegasis
+
   |author  = strelkasaur
   |id      = Omegasis.SimpleSoundManager
+
   |id      = com.strelkasaurus.sm.soundloop
  |nexus  = 1410
+
   |nexus  = 13099
  |github  = janavarro95/Stardew_Valley_Mods
 
 
 
  |status  = abandoned
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Singin' Stone
 
  |author  = CyTheGuy01
 
  |id      = CyTheGuy01.TestMod
 
   |nexus  = 6463
 
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit on Chairs, Sentar Em Cadeiras
+
   |name    = Sounds Patcher
   |author  = BrasileiroTop, Vagabundo2421
+
   |author  = MindMeltMax
   |id      = BrasileiroTop.Sentar
+
   |id      = MindMeltMax.SoundsPatcher
   |nexus  = 4729
+
   |nexus  = 7465
   |github  =
+
   |moddrop = 1135690
 
+
   |github = MindMeltMax/Stardew-Valley-Mods
   |broke in = Stardew Valley 1.5
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cave Saver
+
   |name    = Sound Tweaker
   |author  = cantorsdust
+
   |author  = aedenthorn, Erinthe
   |id      = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
+
   |id      = aedenthorn.SoundTweaker
   |nexus  = 175
+
   |nexus  = 14767
   |github  = cantorsdust/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 
+
}}
   |status = abandoned
+
{{#invoke:SMAPI compatibility|entry
   |summary = remove this mod (no longer maintained; use [[#Skull Cavern Elevator|Skull Cavern Elevator]] instead).
+
   |name    = SpaceCore
 +
  |author = spacechase0
 +
   |id      = spacechase0.SpaceCore
 +
  |curse  = 867152
 +
  |moddrop = 136998
 +
  |nexus  = 1348
 +
  |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Water Filler, Slime AutoWaterer
+
   |name    = Spawn Monsters
   |author  = Speshkitty
+
   |author  = Berisan
   |id      = speshkitty.slimewaterer
+
   |id      = Berisan.SpawnMonsters
   |nexus  = 7141
+
   |nexus  = 3201
   |github  = Speshkitty/SlimeWaterFiller
+
   |github  = Berisan/SpawnMonsters
 
 
  |broke in = Stardew Valley 1.5
 
  |status  = obsolete
 
  |summary  = remove this mod (fixed in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Solar Eclipse Event
+
   |name    = Spawn More Rocks
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Mase
   |id      = KoihimeNakamura.SolarEclipseEvent
+
   |id      = Mase.SpawnMoreRocks
   |nexus  = 897
+
   |nexus  = 7423
   |github  = JohnsonNicholas/SDVMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Lunar Disturbances|Lunar Disturbances]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 17,242: Line 20,195:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speedster
+
   |name    = Spawn Supply Crates on Beach
   |author  = Platonymous
+
   |author  = onlythechosen
   |id      = Platonymous.Speedster
+
   |id      = otc.supplycratesonbeach
   |nexus  = 1102
+
   |nexus  = 20828
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Money
+
   |name    = Speaking Valley
   |author  = Platonymous
+
   |author  = Dualityofsoul
   |id      = Platonymous.SplitMoney
+
   |id      = Dualityofsoul.SpeakingValley
   |nexus  = 2303
+
   |nexus  = 25024
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |status  = abandoned
 
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Screen
+
   |name    = Special Orders Anywhere, Special Orders (and More) Anywhere
   |author  = Ilyaki
+
   |author  = AcidicNic
   |id      = Ilyaki.SplitScreen
+
   |id      = acidicnic.SpecialOrdersAnywhere
   |nexus  = 2139
+
   |nexus  = 7588
   |github  = Ilyaki/SplitScreen
+
   |github  = AcidicNic/StardewValleyMods
 
 
  |broke in = SMAPI 3.0
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinkles
+
   |name    = Special Orders Tags Extended
   |author  = Platonymous
+
   |author  = atravita
   |id      = Platonymous.Sprinkles
+
   |id      = atravita.SpecialOrdersExtended
   |nexus  =
+
  |curse  = 870988
   |chucklefish = 4592
+
  |moddrop = 1086743
 +
  |nexus  = 9855
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Special Orders Tweaks
 +
  |author  = nnn
 +
  |id      = nnn.Special_Orders_Tweaks
 +
  |nexus  = 22719
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Special Power Utilities
 +
  |author  = Spiderbuttons
 +
  |id      = Spiderbuttons.SpecialPowerUtilities
 +
   |nexus  = 22300
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Specify Gift Taste Portraits
 +
  |author  = Button, Spiderbuttons
 +
   |id      = Button.SpecifyGiftTastePortraits
 +
  |nexus  = 15882
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
}}
   |summary = remove this mod (no longer maintained; use [[#Activated Sprinklers|Activated Sprinklers]] instead).
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Spectator Mode
 +
   |author = weizinai
 +
  |id      = weizinai.SpectatorMode
 +
  |nexus  = 25339
 +
  |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Content Compatibility Layer (SCCL)
+
   |name    = Speed Boots
   |author  = TehPers
+
   |author  = season
   |id      = SCCL
+
   |id      = season.SpeedBoots
   |nexus  = 889
+
   |nexus  = 22958
   |github  = TehPers/StardewValleyMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Editor
+
   |name    = Speed Mod
   |author  = spacechase0
+
   |author  = Blackclaw
   |id      = spacechase0.StardewEditor.GameIntegration
+
   |id      = Blackclaw.SpeedMod
   |nexus  = 1298
+
   |nexus  = 5082
   |github  = spacechase0/StardewEditor
+
   |github  = Xebeth/StardewValley-SpeedMod
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5.5<!--@retest-after Mod Settings Tab-->
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Summit Reborn
+
   |name    = Speedrun Practice Mod
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Underscore
   |id      = KoihimeNakamura.summitreborn
+
   |id      = underscore.ac_practice<!--changed in 2.0.0-->, underscore.speedrun_practie
   |nexus  = 2073
+
   |nexus  = 7337
   |github  = JohnsonNicholas/SDVMods
+
   |github  = Underscore76/SDVPracticeMod
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swim (Almost) Anywhere, Swim Suit
+
   |name    = Speedster
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.SwimSuit
+
   |id      = Platonymous.Speedster
   |nexus  = 1215
+
   |nexus  = 1102
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
  |summary  = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Chest Dimension
+
   |name    = Spelldew Valley
   |author  = zazizu
+
   |author  = instafluff
   |id      = zazizu.TheChestDimension
+
   |id      = instafluff.spelldewvalley
   |nexus  = 4013
+
   |nexus  = 7322
   |github  = cilekli-link/SDVMods
+
   |github  = instafluff/SpelldewValley
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Long Night
+
   |name    = Spenny
   |author  = Pathoschild
+
   |author  = spacechase0
   |id      = Pathoschild.TheLongNight
+
   |id      = spacechase0.Spenny
   |nexus   = 1369
+
   |curse   = 867742
   |github  = Pathoschild/StardewMods
+
   |moddrop = 771624
 
+
   |nexus   = 2755
   |broke in = Stardew Valley 1.3.20
+
   |github = spacechase0/StardewValleyMods
  |status   = abandoned
 
   |summary = remove this mod (no longer maintained; use [[#Night Owl|Night Owl]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Notifier
+
   |name    = Spenny Deluxe
   |author  = CKextreme
+
   |author  = spacechase0
   |id      = CKextreme.TimeNotifier
+
   |id      = spacechase0.SpennyDeluxe
   |nexus  = 3706
+
   |nexus  = 14984
   |github  =
+
   |github  = spacechase0/StardewValleyMods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Reminder
+
   |name    = Spenny Lite
   |author  = Sakorona
+
   |author  = spacechase0
   |id      = KoihimeNakamura.TimeReminder
+
   |id      = spacechase0.SpennyLite
   |nexus  = 1000
+
   |nexus  = 14249
   |github  = Sakorona/SDVMods
+
   |github  = spacechase0/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Travel
+
   |name    = Spice of Life
   |author  = Cile_ed
+
   |author  = KarratKake
   |id      = Cile_ed.TimeTravel
+
   |id      = KarratKake.SpiceOfLife
   |nexus  = 4068
+
   |nexus  = 7398
 
   |github  =
 
   |github  =
  
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Geodes
+
   |name    = Splash Text
   |author  = spacechase0
+
   |author  = sophiesalacia
   |id      = spacechase0.ToolGeodes
+
   |id      = sophie.SplashText
   |nexus  = 3090
+
   |nexus  = 14416
  |moddrop = 771642
+
   |github  = sophiesalacia/StardewMods
   |github  = spacechase0/ToolGeodes
 
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tooth and Nail - Immersive Tools, Power Tools<!--Nexus before 4.0.0-->, Immersive Tools<!--manifest before 4.0.0-->, Chargeable Axe and Pickaxe<!--manifest before 3.0.0-->, Chargeable Resource Tools<!--Nexus before 3.0.0-->
+
   |name    = Split Money
   |author  = DaLion
+
   |author  = Platonymous
   |id      = DaLion.ImmersiveTools, thelion.AwesomeTools<!--before 3.0.0-->
+
   |id      = Platonymous.SplitMoney
   |nexus  = 7965
+
   |nexus  = 2303
   |github  = daleao/sdv-mods
+
   |github  = Platonymous/Stardew-Valley-Mods
  
 
   |status  = abandoned
 
   |status  = abandoned
   |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
+
   |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ultiplayer
+
   |name    = Split Screen
   |author  = Platonymous
+
   |author  = Ilyaki
   |id      = Platonymous.Ultiplayer
+
   |id      = Ilyaki.SplitScreen
   |nexus  = 2134
+
   |nexus  = 2139
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Ilyaki/SplitScreen
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = SMAPI 3.0
   |status   = abandoned
+
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Splitscreen Improved
 +
  |author  = gaussfire
 +
  |id      = gaussfire.SplitscreenImproved
 +
   |nexus  = 24507
 +
   |github  = alanperrow/StardewModding
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Gift (Gift All Week)
+
   |name    = Split Screen Manager
   |author  = Chirase
+
   |author  = RomenH
   |id      = Tommy.GiftAllWeek
+
   |id      = RomenH.SplitScreenManager
   |nexus  = 6850
+
   |nexus  = 12063
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Gift (Gift Every Day)
+
   |name    = Split Screen Regions
   |author  = Chirase
+
   |author  = Espy
   |id      = Tommy.GiftEveryDay
+
   |id      = Espy.SplitScreenRegions
   |nexus  = 6850
+
   |nexus  = 23669
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Spoilage
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Spoilage
 +
  |nexus  = 14712
 +
  |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlockable Areas
+
   |name    = Spooky Big Pumkin, Spooky_pumkin
   |author  = DeLiXx
+
   |author  = Dounat2201, Sasara
   |id      = DeLiXx.Unlockable_Areas
+
   |id      = Sasara.pumkin
   |nexus  = 15132
+
   |nexus  = 4586
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/delixx/stardew-valley-unlockable-areas
 
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Walk of Life, Awesome Professions
+
   |name    = Spouse Outdoor Area
   |author  = DaLion
+
   |author  = Shaklin
   |id      = DaLion.ImmersiveProfessions, DaLion.AwesomeProfessions<!--changed in 3.0.0?-->, thelion.AwesomeProfessions<!--changed in 2.0.7-->
+
   |id      = shaklin.spouseoutdoorarea
   |nexus  = 8111
+
   |nexus  = 6747
   |github  = daleao/sdv-mods
+
   |github  =
 
 
  |status  = abandoned
 
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Walkshop
+
   |name    = Spouses in Ginger Island, Spouses' Island
   |author  = enaium
+
   |author  = mistyspring
   |id      = Enaium.Walkshop
+
   |id      = mistyspring.spousesisland, mistyspring.SpouseRoomCode<!--changed in 3.0-->
  |curse  = 365806
+
   |nexus  = 11037
   |nexus  =
+
   |github  = misty-spring/StardewMods
   |github  =
 
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wallpaper Fix
+
   |name    = Spouse's Room Mod
   |author  = Travoos
+
   |author  = Wata, Watagatapitusberry
   |id      =
+
   |id      = Spouseroom
 
   |nexus  =
 
   |nexus  =
   |chucklefish = 4211
+
   |url    = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
 
   |github  =
 
   |github  =
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4; for wallpaper swapping use [[#Wallpaper Recycler|Wallpaper Recycler]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Chests
+
   |name    = Spouse Stuff
   |author  = CyTheGuy01, CyberCheese15
+
   |author  = hquake, Per Sikker Hansen, Sikker
   |id      = cybercheese.WarpChests
+
  |id      = Sikker.SpouseStuff
   |nexus  = 6402
+
  |nexus  = 4651
 +
  |github  = sikker/SpouseStuff
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Springmyst
 +
  |author  = DaLion
 +
   |id      = DaLion.Enchantments
 +
   |nexus  = 24832
 
   |github  =
 
   |github  =
 
  |status  = abandoned<!--also broken reference to old SpaceCore type-->
 
  |summary  = remove this mod (no longer maintained; use [[Junimo Chest]]s instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wash Away Forage, Tidal Beach
+
   |name    = Sprinkler Activation
   |author  = Sakorona (ItsBenter)
+
   |author  = Blaxsmith
   |id      = KoihimeNakamura.WashAwayForage
+
   |id      = Blaxsmith.SprinklerActivation
   |nexus  = 6715
+
   |nexus  = 7661
   |github  = Sakorona/SDVMods
+
   |github  = Blaxsmith/SprinklerActivation
 
+
}}
   |broke in = Stardew Valley 1.5
+
{{#invoke:SMAPI compatibility|entry
   |status   = abandoned
+
  |name    = Sprinkler Attachments
 +
  |author  = mushymato
 +
   |id      = mushymato.SprinklerAttachments
 +
   |nexus   = 25326
 +
  |github  = Mushymato/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapon Reskinner
+
   |name    = Sprinkler Mod
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.WeaponReskinner
+
   |id      = aedenthorn.SprinklerMod
   |nexus  = 5095
+
   |nexus  = 15385
  |moddrop = 771681
+
   |github  = aedenthorn/StardewValleyMods
   |github  = spacechase0/WeaponReskinner
 
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
   |status  = obsolete
+
   |status  = workaround
   |summary  = remove this mod ([[Forge|equivalent feature]] added in Stardew Valley 1.5).
+
   |summary  = use {{nexus mod|22167|Sprinkler Mod Redux}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XmlSerializerRetool
+
   |name    = Sprinkles
   |author  = Persival
+
   |author  = Platonymous
   |id      = none <!-- no ID in manifest -->
+
   |id      = Platonymous.Sprinkles
   |nexus  = 450
+
   |nexus  =
 +
  |chucklefish = 4592
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Activated Sprinklers|Activated Sprinklers]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XNB Loader
+
   |name    = Sprint and Dash Buttons, Sprint and Dash Mod
   |author  = Entoarox
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = Entoarox.XnbLoader
+
   |id      = SPDSprintAndDash
   |nexus  = 2275
+
   |nexus  = 235
   |chucklefish = 4506
+
   |github  =
   |github = Entoarox/StardewMods
+
   |source = https://gitlab.com/speeder1/SPDSprintAndDashMod
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
 
}}
 
}}
{{#invoke:SMAPI compatibility|footer}}
 
 
===Content packs===
 
This list shows broken content packs for SMAPI mods like Content Patcher. '''Only incompatible content packs are listed'''; working content packs are not listed (even if they have non-compatibility bugs). For legacy XNB mods, see [[#XNB mods]].
 
 
{{#invoke:SMAPI compatibility|header}}
 
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = 2CUTE FarmCave
+
   |name    = Sprint and Dash Redux
   |author  = taintedwheat
+
   |author  = littleraskol
   |id      = taintedwheat.2CuteFarmCave
+
   |id      = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
   |nexus  = 843
+
   |nexus  = 560
   |github  =
+
  |moddrop = 827770
 +
   |github  = littleraskol/Sprint-And-Dash-Redux
  
  |content pack for  = Content Patcher
+
   |broke in = Stardew Valley 1.6
 
 
   |broke in           = Stardew Valley 1.3.36
 
  |unofficial version = 2.0.1-unofficial.1-opalie
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bathroom After 2nd House Upgrade
+
   |name    = Sprinting
   |author  = DevilBro/Ursii98
+
   |author  = onemix
   |id      = ursii98.BathroomAfter2ndHouseupgrade
+
   |id      = onemix.Sprinting
   |nexus  = 2578
+
   |nexus  = 10469
   |github  =
+
   |github  = thiagomasson/Sprinting
   |content pack for = Content Patcher
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |broke in          = Stardew Valley 1.4
+
   |name    = Sprinting
   |unofficial version = 4.0.1-unofficial.2-minervamaga
+
  |author  = Patrick, mistersnuggler
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354247
+
   |id      =
}}
+
   |nexus  =
{{#invoke:SMAPI compatibility|entry
+
   |url    = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
   |name    = Green Pastures Farm
+
  |github  = oliverpl/SprintingMod
   |author  = Bugbuddy
+
 
   |id      = bugbuddy.GreenPasturesFarm
+
  |broke in = Stardew Valley 1.2
   |nexus  = 2326
+
  |status  = workaround
   |github  =
+
  |summary  = use [[#Sprint (unidarkshin)|Sprint (unidarkshin)]], [[#Sprint and Dash Buttons|Sprint and Dash Buttons]], [[#Sprint and Dash Redux|Sprint and Dash Redux]], or [[#Sprint Sprint|Sprint Sprint]] instead.
 
+
}}
  |content pack for = Content Patcher
+
{{#invoke:SMAPI compatibility|entry
 
+
   |name    = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
   |broke in           = Stardew Valley 1.3.36
+
   |author  = Abs, abslam
   |unofficial version = 1.2.1-unofficial.1-pathoschild
+
   |id      = abs.SprintNRegen
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330827
+
   |nexus  = 4898
}}
+
   |github  =
{{#invoke:SMAPI compatibility|entry
+
 
   |name    = Immersive Farm 2
+
   |broke in = Stardew Valley 1.6
   |author  = Zander
+
}}
   |id      = zander.immersivefarm2
+
{{#invoke:SMAPI compatibility|entry
   |nexus  = 1531
+
  |name    = Sprint Sprint, Sprint Sprint Sprint
   |github  =
+
   |author  = Jessebot, JessebotX
 
+
   |id      = Jessebot.SprintSprint, Jessebot.SprintSprintSprint<!-- changed when mod renamed-->
   |content pack for = Content Patcher
+
  |nexus  = 4778
 
+
  |github  = JessebotX/StardewValleyMods
   |broke in = Stardew Valley 1.3.36
+
}}
   |status   = workaround
+
{{#invoke:SMAPI compatibility|entry
   |summary = use {{nexus mod|3561|Immersive Farm 2 Unofficial Update}} instead.
+
   |name    = Sprint (unidarkshin)
}}
+
   |author  = unidarkshin, Devin Lematty
{{#invoke:SMAPI compatibility|entry
+
   |id      = DevinLematty.Sprint
   |name    = Overgrown Fairy Buildings
+
   |nexus  = 7492
   |author  = Ali Read/naeldeus
+
   |github  =
   |id      = naeldeus.OvergrownFairyBuildings
+
}}
   |nexus  = 4564
+
{{#invoke:SMAPI compatibility|entry
   |github  =
+
   |name    = Sprint (Yoshify)
 
+
  |author  = Yoshify
   |content pack for = Content Patcher
+
   |id      =
 
+
   |nexus   = 2
  |broke in           = Stardew Valley 1.5
+
   |github  =
  |unofficial version = OvergrownFairyBuildings.1.5.unofficialUpdate2
+
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-26846
+
  |broke in = SMAPI 0.39.1
}}
+
  |status  = workaround
{{#invoke:SMAPI compatibility|entry
+
  |summary = use [[#Sprint (unidarkshin)|Sprint (unidarkshin)]], [[#Sprint and Dash Buttons|Sprint and Dash Buttons]], [[#Sprint and Dash Redux|Sprint and Dash Redux]], or [[#Sprint Sprint|Sprint Sprint]] instead.
   |name    = Remove That Damn Rock
+
}}
   |author  = Plutey/Androxilogin
+
{{#invoke:SMAPI compatibility|entry
   |id      = Androxilogin.RemoveThatDamnRock
+
   |name    = SpriteMaster
   |nexus  = 384
+
   |author  = Ameise, Ameisen, mkukli
   |github  =
+
   |id      = DigitalCarbide.SpriteMaster
 
+
   |nexus  = 4922
  |content pack for = Content Patcher
+
   |github  = ameisen/SV-SpriteMaster
 
+
 
  |broke in          = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.1-minervamaga
+
}}
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-14#post-3353498
+
{{#invoke:SMAPI compatibility|entry
}}
+
   |name    = Sprites in Detail
{{#invoke:SMAPI compatibility|footer}}
+
   |author  = BleakCodex
 
+
   |id      = BleakCodex.SpritesInDetail
===XNB mods===
+
   |nexus  = 14487
See [[Modding:Using XNB mods]].
+
   |github  = BleakCodex/SpritesInDetail
 
+
}}
==Mod data overrides==
+
{{#invoke:SMAPI compatibility|entry
This section overrides the data specified in mods' [[Modding:Modder Guide/APIs/Manifest|<samp>manifest.json</samp> files]] or mod pages for SMAPI's update checks. '''This is a specialized section; in most cases it's better to correct the mod instead.''' See the [[Module:SMAPI compatibility overrides#Usage|format description]] when editing this section.
+
  |name    = Stabbing Sword Special
 
+
  |author  = Peasly Wellbott
{{#invoke:SMAPI compatibility overrides|header}}
+
  |id      = Wellbott.StabbingSwordSpecial
{{#invoke:SMAPI compatibility overrides|entry
+
  |nexus  = 7683
   |name          = Adjust Artisan Prices
+
  |github  = Wellbott/StardewValleyMods
   |id            = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc
+
 
   |update keys    =
+
  |broke in = Stardew Valley 1.6
   |local version  =
+
}}
   |remote version = 0.01 → 0.0.1
+
{{#invoke:SMAPI compatibility|entry
   |reason        = [https://community.playstarbound.com/resources/smapi-adjust-artisan-prices.3532/history mod page] has wrong version format
+
  |name    = Stack Check Fix
}}
+
  |author  = punyo, yakminepunyo
{{#invoke:SMAPI compatibility overrides|entry
+
  |id      = punyo.StackCheckFix
   |name          = Almighty Farming Tool
+
  |nexus  = 2433
   |id            = 439
+
  |github  = pomepome/StackCheckFix
   |update keys    =
+
}}
   |local version  =
+
{{#invoke:SMAPI compatibility|entry
   |remote version = 1.21 → 1.2.1
+
  |name    = Stacked Item Icons
   |reason        = {{nexus mod|439|mod page}} has wrong version format
+
  |author  = aedenthorn, Erinthe
}}
+
  |id      = aedenthorn.StackedItemIcons
 +
  |curse  = 868678
 +
  |nexus  = 15468
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stack Everything
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.stackeverything
 +
  |nexus  = 2053
 +
  |moddrop = 833551
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Stack Everything Redux|Stack Everything Redux]] instead.
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 +
  |unofficial version = 3.0.3-unofficial.1-strobe
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stack Everything Redux
 +
  |author  = thimadera
 +
  |id      = thimadera.StackEverythingRedux
 +
  |nexus  = 22381
 +
  |github  = thimadera/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stack Quality
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.StackQuality
 +
  |curse  = 871828
 +
  |nexus  = 13724
 +
  |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stack Size Changer
 +
  |author  = Shockah
 +
  |id      = Shockah.StackSizeChanger
 +
  |nexus  = 11866
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stack Split Redux
 +
  |author  = pepoluan
 +
  |id      = pepoluan.StackSplitRedux
 +
  |nexus  = 8967
 +
  |moddrop = 976551
 +
  |github  = pepoluan/StackSplitRedux
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Stack Everything Redux|Stack Everything Redux]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = StackSplitX
 +
  |author  = tstaples
 +
  |id      = tstaples.StackSplitX
 +
  |nexus  = 798
 +
  |github  = tstaples/StackSplitX
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Stack Split Redux|Stack Split Redux]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stack to Nearby Chests
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.StackToNearbyChests
 +
  |nexus  = 1787
 +
  |github  = Ilyaki/StackToNearbyChests
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Better Chests|Better Chests]], [[#Convenient Chests|Convenient Chests]], or [[#Stash Items|Stash Items]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Staircase Placement Fix, 楼梯修复, Fix Floor Placement<!--before 1.0.1-->
 +
  |author  = Becks723
 +
  |id      = Becks723.StaircasePlacementFix, Becks723.FixFloorPlacement<!--before 1.0.1-->
 +
  |nexus  = 13381
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = StaminaRegen
 +
  |author  = EvilPdor
 +
  |id      =
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111526
 +
  |github  = natfoth/StardewValleyMods
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Standardized Krobus
 +
  |author  = minervamaga
 +
  |id      = minervamaga.StandardizedKrobus
 +
  |nexus  =
 +
  |moddrop = 716314
 +
  |github  = minervamaga/StandardizedKrobus
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Starbot
 +
  |author  = bwdy
 +
  |id      = bwdy.starbot
 +
  |nexus  = 4755
 +
  |github  = bwdymods/SDV-Starbot
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Access
 +
  |author  = Mohammad Shoaib
 +
  |id      = shoaib.stardewaccess
 +
  |nexus  = 16205
 +
  |url    = {{github|stardew-access/stardew-access}}/releases
 +
  |github  = stardew-access/stardew-access
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew and Chill
 +
  |author  = mod.kitchen
 +
  |id      = mod.kitchen.stardewandchill
 +
  |nexus  = 12147
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Aquarium Code
 +
  |author  = Gervig91
 +
  |id      = Cherry.StardewAquarium
 +
  |nexus  = 6372
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Aquarium Informant, Informant - Stardew Aquarium Add-on
 +
  |author  = Moonwolf, Moonwolf287
 +
  |id      = Moonwolf.StardewAquariumInformant
 +
  |nexus  = 16527
 +
  |github  =
 +
 
 +
  |broke in          = Stardew Valley 1.6<!--@retest-after Stardew Aquarium-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Archipelago
 +
  |author  = Kaito Kid
 +
  |id      = KaitoKid.StardewArchipelago
 +
  |nexus  = 16087
 +
  |github  = agilbert1412/StardewArchipelago
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Auto GC
 +
  |author  = Lake1059, 1059Studio
 +
  |id      = Lake1059.StardewAutoGC_NET5, Lake1059.StardewAutoGC<!--changed in 1.3.0-->
 +
  |nexus  = 9293
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Brewery
 +
  |author  = Cylon
 +
  |id      = cylon.stardewbrewery
 +
  |nexus  = 2057
 +
  |github  = JustCylon/stardew-brewery
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Config Menu
 +
  |author  = Juice805
 +
  |id      = Juice805.StardewConfigMenu
 +
  |nexus  = 1312
 +
  |github  = StardewConfigFramework/StardewConfigMenu
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Content Compatibility Layer (SCCL)
 +
  |author  = TehPers
 +
  |id      = SCCL
 +
  |nexus  = 889
 +
  |github  = TehPers/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Debt
 +
  |author  = Poison
 +
  |id      = Poison.StardewTesting
 +
  |nexus  = 10005
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Discord
 +
  |author  = Steven Kraft
 +
  |id      = StevenKraft.StardewDiscord
 +
  |nexus  = 3608
 +
  |github  = steven-kraft/StardewDiscord
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Druid
 +
  |author  = Neosinf
 +
  |id      = neosinf.StardewDruid
 +
  |nexus  = 18465
 +
  |github  = Neosinf/StardewDruid
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Druid Lite
 +
  |author  = Neosinf
 +
  |id      = neosinf.StardewDruidLite
 +
  |nexus  = 19308
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Editor
 +
  |author  = spacechase0
 +
  |id      = spacechase0.StardewEditor.GameIntegration
 +
  |nexus  = 1298
 +
  |github  = spacechase0/StardewEditor
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew FPS (Animation Frame Speed)
 +
  |author  = 1059 Studio, Lake1059
 +
  |id      = Lake1059.StardewFPS
 +
  |nexus  = 20801
 +
  |github  = Lake1059/StardewFPS
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Get Achievement Now
 +
  |author  = Lake1059, 1059 Studio
 +
  |id      = Lake1059.StardewGetAchievementNow
 +
  |nexus  = 11515
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Hack
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.StardewHack
 +
  |nexus  = 3213
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Hitboxes
 +
  |author  = Tyler Gibbs
 +
  |id      = tylergibbs2.StardewHitboxes
 +
  |nexus  = 12264
 +
  |github  = tylergibbs2/StardewHitboxes
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Hypnos - Sleeping Overhaul, Hypnos
 +
  |author  = davikr, apdapreturns
 +
  |id      = davikr.hypnos
 +
  |nexus  = 5935
 +
  |github  = davicr/StardewHypnos
 +
  |broken in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Impact, Stardew Impact - Play as NPCs
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.StardewImpact
 +
  |nexus  = 14365
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Locations
 +
  |author  = Mizzion
 +
  |id      = mizzion.stardewlocations
 +
  |nexus  = 1929
 +
  |moddrop = 661357
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Media Keys
 +
  |author  = Angebro
 +
  |id      = Angebro.StardewMediaKeys
 +
  |nexus  = 11246
 +
  |github  = AngeloC3/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Multiplayer Server
 +
  |author  = funny-snek & Zuberii & moy, Moy
 +
  |id      = moy.Always_On_Server
 +
  |nexus  = 20659
 +
  |github  = AguirreMoy/Stardew-Multiplayer-Server-Mod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Nametags
 +
  |author  = Tyler Gibbs
 +
  |id      = tylergibbs2.StardewNametags
 +
  |nexus  = 12158
 +
  |github  = tylergibbs2/StardewNametags
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew News Feed
 +
  |author  = Other Buckets
 +
  |id      = OtherBuckets.StardewNewsFeed
 +
  |nexus  = 3206
 +
  |github  = Mikesnorth/StardewNewsFeed
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Notifications
 +
  |author  = monopandora (maintained by Sakorona)
 +
  |id      = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
 +
  |moddrop = 664154
 +
  |nexus  = 4713
 +
  |github  = Sakorona/SDVMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = STardew Overview
 +
  |author  = Sto13
 +
  |id      = Sto13.STardewOverview
 +
  |nexus  = 14564
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Progress
 +
  |author  = seeinggreen
 +
  |id      = seeinggreen.StardewProgress
 +
  |nexus  = 9786
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Realty Framework
 +
  |author  = Prism 99
 +
  |id      = prism99.advize.stardewrealty
 +
  |nexus  = 10512
 +
  |github  = Prism-99/FarmExpansion
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew RPC - Discord Rich Presence
 +
  |author  = ElocinDev
 +
  |id      = elocindev.stardewrpc
 +
  |curse  = 1009887
 +
  |nexus  =
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew RPG
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.StardewRPG
 +
  |nexus  = 11132
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Speak
 +
  |author  = evfredericksen, Evan Fredericksen
 +
  |id      = evfredericksen.StardewSpeak
 +
  |nexus  = 7929
 +
  |github  = evfredericksen/StardewSpeak
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Survival Project
 +
  |author  = NeroYuki
 +
  |id      = neroyuki.rlvalley
 +
  |nexus  = 14183
 +
  |github  = NeroYuki/StardewSurvivalProject
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Symphony Remastered, Stardew Symphony
 +
  |author  = Omegasis, Alpha_Omegasis
 +
  |id      = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
 +
  |nexus  = 425
 +
  |github  = janavarro95/Stardew_Valley_Mods
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Twitch Tracker
 +
  |author  = Cody, Cody Hansen
 +
  |id      = cody.StardewTwitchTrackerMod
 +
  |nexus  = 16543
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley Balance Overhaul, Stardew Valley Balance Overhaul Bundles
 +
  |author  = Alvadea & Jaksha & Theoddon
 +
  |id      = Theoddon.SVBOBundlesLoader
 +
  |nexus  = 13426
 +
  |github  = Annosz/UIInfoSuite2
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley Barber, Stardew Barber
 +
  |author  = phroureo
 +
  |id      = phroureo.BarberSV
 +
  |nexus  = 9061
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley ESP, sdv-helper
 +
  |author  = reimu, r2h, tomdc
 +
  |id      = reimu.sdv-helper
 +
  |nexus  = 3917
 +
  |github  = rei2hu/stardewvalley-esp
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley Expanded
 +
  |author  = Flashshifter
 +
  |id      = FlashShifter.SVECode
 +
  |nexus  = 3753
 +
  |moddrop = 833179
 +
  |github  = FlashShifter/StardewValleyExpanded
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley Randomizer
 +
  |author  = Tooshi
 +
  |id      = Tooshi.Randomizer
 +
  |nexus  = 5185
 +
  |curse  = 308003
 +
  |github  = cTooshi/stardew-valley-randomizer
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley - Roguelike<!--Nexus-->, Stardew Roguelike<!--manifest-->
 +
  |author  = Tyler Gibbs and TheHaboo
 +
  |id      = tylergibbs2.StardewRoguelike
 +
  |nexus  = 13614
 +
  |github  = tylergibbs2/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley Timelapse<!--manifest-->, Stardew Timelapse<!--Nexus-->
 +
  |author  = evskii
 +
  |id      = evskii.StardewTimelapse
 +
  |nexus  = 19806
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Voices
 +
  |author  = Shannon Hobby
 +
  |id      = shobby.StardewVoices
 +
  |curse  = 1010539
 +
  |nexus  = 22550
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Web
 +
  |author  = Prism 99
 +
  |id      = prism99.stardewweb
 +
  |nexus  = 8715
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Web API
 +
  |author  = zunderscore
 +
  |id      = zunderscore.StardewWebApi
 +
  |nexus  = 22540
 +
  |github  = zunderscore/StardewWebApi
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardust Core
 +
  |author  = Omegasis, Alpha_Omegasis
 +
  |id      = Omegasis.StardustCore
 +
  |nexus  = 2341
 +
  |github  =  janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Starksouls
 +
  |author  = FenrirA
 +
  |id      = FenrirAsonda.Starksouls
 +
  |nexus  = 10915
 +
  |github  = OhWellMikell/Starksouls
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Start in Ginger Island
 +
  |author  = mistyspring
 +
  |id      = mistyspring.GingerIslandStart
 +
  |nexus  = 20401
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Starting Money
 +
  |author  = mmanlapat
 +
  |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
 +
  |nexus  = 1138
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Startup Volume Config
 +
  |author  = certifiableGrimalkin
 +
  |id      = certifiableGrimalkin.StartupVolumeConfig
 +
  |nexus  = 15846
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Start With Greenhouse
 +
  |author  = CaptainSully
 +
  |id      = CaptainSully.StartWithGreenhouse
 +
  |nexus  = 9878
 +
  |moddrop = 1035412
 +
  |github  = CaptainSully/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Start With Hat
 +
  |author  = treyh0
 +
  |id      = treyh0.StartWithHat
 +
  |nexus  = 2628
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stash Items
 +
  |author  = ZackHill
 +
  |id      = ZackHill.StashItems
 +
  |nexus  = 9624
 +
  |github  = zack-hill/stardew-valley-stash-items
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stash Items to Chest
 +
  |author  = lambui
 +
  |id      = BlueMod_StashItemsToChest
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
 +
  |github  = lambui/StardewValleyMod_StashItemsToChest
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Better Chests|Better Chests]], [[#Convenient Chests|Convenient Chests]], or [[#Stash Items|Stash Items]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Static Inventory
 +
  |author  = Dinotopea
 +
  |id      = Dinotopea.StaticInventory
 +
  |nexus  = 20093
 +
  |github  = nrobinson12/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Static Tool Power
 +
  |author  = Omek97
 +
  |id      = omek97.static_toolpower
 +
  |nexus  = 21281
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stats as Tokens
 +
  |author  = sophiesalacia
 +
  |id      = Vertigon.StatsAsTokens
 +
  |nexus  = 9659
 +
  |github  = dtomlinson-ga/StatsAsTokens
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stats Passive Regeneration, Stats Reloader
 +
  |author  = strato35
 +
  |id      = Strato35.StatsReloader
 +
  |nexus  = 7428
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Statue of Generosity
 +
  |author  = spacechase0
 +
  |id      = spacechase0.StatueOfGenerosity
 +
  |curse  = 867713
 +
  |nexus  = 7532
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Statue Shorts
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.StatueShorts
 +
  |nexus  = 17642
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|22135|Statue Shorts Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Statue Shorts Redux
 +
  |author  = Nom0ri
 +
  |id      = aedenthorn.StatueShorts
 +
  |nexus  = 22135
 +
  |github  = Nom0ri/StatueShortsRedux
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Status Announcements
 +
  |author  = Aile72
 +
  |id      = Aile72.StatusAnnouncements
 +
  |nexus  = 24937
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stay Up
 +
  |author  = su226
 +
  |id      = Su226.StayUp
 +
  |nexus  = 7592
 +
  |github  = su226/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stay Up Late
 +
  |author  = Krutonium
 +
  |id      = krutonium.stayuplate
 +
  |nexus  = 12578
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stay Up Plus
 +
  |author  = neur0tox1n, neur0tox1n_
 +
  |id      = neur0tox1n_.StayUpPlus
 +
  |nexus  = 21469
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SteamDew
 +
  |author  = Mewsubi
 +
  |id      = Mewsubi.SteamDew
 +
  |nexus  = 19396
 +
  |github  = myuusubi/SteamDew
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = obsolete
 +
  |summary  = remove this mod (Steam integration added in Stardew Valley 1.6).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stendew Valley
 +
  |author  = Haunted Pineapple
 +
  |id      = HauntedPineapple.StendewValley
 +
  |nexus  = 19483
 +
  |github  = HauntedPineapple/Stendew-Valley
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stone Bridge Over Pond, Pond With Bridge
 +
  |author  = Advize and jinxiewinxie
 +
  |id      = jinxiewinxie.StoneBridgeOverPond
 +
  |nexus  = 316
 +
  |github  = Jinxiewinxie/StardewValleyMods
 +
 
 +
  |broke in = SMAPI 3.0
 +
<!--
 +
  |unofficial version = 1.0.4-unofficial.2-tks4fish
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-47583
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stop Flower Harvests
 +
  |author  = BlobLeader
 +
  |id      = BlobLeader.StopFlowerHarvests
 +
  |nexus  = 24559
 +
  |github  = seichen/Stardew-Stop-Flower-Harvests
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stop Sounds When in Background<!--Nexus-->, Stop Sounds When Alt Tabbed<!--manifest-->
 +
  |author  = Mustafa
 +
  |id      = Mustafa.StopSoundsWhenAltTabbed
 +
  |nexus  = 13925
 +
  |github  = mustafa-git/StopSoundsWhenAltTabbed
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Storage Containers
 +
  |author  = trashcan9
 +
  |id      = trashcan9.StorageContainers
 +
  |nexus  = 16071
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stronger You
 +
  |author  = Krutonium
 +
  |id      = Krutonium.StrongerYou
 +
  |nexus  = 7402
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stuck at Level 1 but Overpower Drop Rates
 +
  |author  = Darkmushu
 +
  |id      = Darkmushu.StuckAtLevel1ButOverPowerDropRates
 +
  |nexus  = 17380
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stumps to Hardwood Stumps
 +
  |author  = Nishtra
 +
  |id      = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
 +
  |nexus  = 691
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sturdy Saplings<!--manifest-->, Sturdier Saplings<!--Nexus-->
 +
  |author  = sophiesalacia
 +
  |id      = sophie.SturdySaplings
 +
  |nexus  = 14440
 +
  |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Submerged Crab Pots
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.SubmergedCrabPots
 +
  |nexus  = 11719
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#SubmergedCrabPots
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Subterranian Overhaul, Dwarvish
 +
  |author  = mytigio
 +
  |id      = mytigio.SubterranianOverhaul
 +
  |nexus  = 4149
 +
  |github  = mytigio/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use {{nexus mod|22021|Dwarven Expansion}} instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Summit Reborn
 +
  |author  = Sakorona, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.summitreborn
 +
  |nexus  = 2073
 +
  |github  = JohnsonNicholas/SDVMods
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sundrop City
 +
  |author  = The Sundrop Team
 +
  |id      = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
 +
  |nexus  = 4014
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Super Hopper
 +
  |author  = spacechase0
 +
  |id      = spacechase0.SuperHopper
 +
  |curse  = 867698
 +
  |nexus  = 9418
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Super Sleeper
 +
  |author  = spoocky123
 +
  |id      = spoocky123.SuperSleeper
 +
  |nexus  = 10842
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Surfing Festival
 +
  |author  = spacechase0 and ParadigmNomad
 +
  |id      = spacechase0.SurfingFestival
 +
  |curse  = 867720
 +
  |nexus  = 6688
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Surprise Pregnancy, SurpriseBaby1
 +
  |author  = MiphasGrace
 +
  |id      = MiphasGrace.SurpriseBaby1
 +
  |nexus  = 13126
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Survivalistic
 +
  |author  = Ophaneom
 +
  |id      = Ophaneom.Survivalistic
 +
  |nexus  = 12179
 +
  |github  = Ophaneom/Survivalistic
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.0.5-unofficial.2-Locked15
 +
  |unofficial url    = {{github|Locked15/SDV_Survivalistic-Rebooted}}/releases
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SV Fishing Mod
 +
  |author  = KDERazorback
 +
  |id      = KDERazorback.SvFishingMod
 +
  |nexus  = 6403
 +
  |github  = KDERazorback/SvFishingMod
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SV Notepad
 +
  |author  = HereBeCush
 +
  |id      = herebecush.SVNotepad
 +
  |nexus  = 21473
 +
  |github  =
 +
  |source  = https://gitlab.com/hbc-mods/stardew-valley/sv-notepad
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swap Rings
 +
  |author  = Zamiel
 +
  |id      = Zamiel.SwapRings
 +
  |nexus  = 21205
 +
  |github  = Zamiell/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swim
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Swim
 +
  |curse  = 868896
 +
  |nexus  = 6326
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Swim - Continued|Swim - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swim (Almost) Anywhere, Swim Suit
 +
  |author  = Platonymous
 +
  |id      = Platonymous.SwimSuit
 +
  |nexus  = 1215
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swim - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.Swim
 +
  |nexus  = 23169
 +
  |github  = FlyingTNT/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swimsuits Anywhere
 +
  |author  = Myzkatonic
 +
  |id      = Myzkatonic.SwimsuitsAnywhere
 +
  |nexus  = 7722
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swiss Army Knife
 +
  |author  = John Peters
 +
  |id      = JohnPeters.SwissArmyKnife
 +
  |nexus  = 13991
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swizzy Meads
 +
  |author  = Swizzy Studios
 +
  |id      = SwizzyStudios.SwizzyMeads
 +
  |nexus  = 3241
 +
  |github  = SwizzyStudios/SV-SwizzyMeads
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tab Autoloot
 +
  |author  = Guedez
 +
  |id      = tab.autoloot
 +
  |nexus  = 5115
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tailor Weapon Skins
 +
  |author  = Peasly Wellbott
 +
  |id      = Wellbott.TailorWeaponSkins
 +
  |nexus  = 7797
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tainted Cellar, Underground House Cellar
 +
  |author  = Jinxiewinxie and TaintedWheat
 +
  |id      = TaintedCellar
 +
  |nexus  = 1672
 +
  |github  = Jinxiewinxie/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
<!--
 +
  |unofficial version = 1.1.1-unofficial.2-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Take a Break
 +
  |author  = Krutonium
 +
  |id      = krutonium.TakeABreak
 +
  |nexus  = 12549
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Take All
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TakeAll
 +
  |nexus  = 14247
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Take It Slow
 +
  |author  = KarratKake
 +
  |id      = KarratKake.TakeItSlow
 +
  |nexus  = 13432
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Talk to Inworld's AI Villagers, Inworld
 +
  |author  = Inworld AI, PogDerson
 +
  |id      = PogDerson.Inworld
 +
  |nexus  = 16816
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tap Giant Crops
 +
  |author  = atravita
 +
  |id      = atravita.TapGiantCrops
 +
  |curse  = 870968
 +
  |moddrop = 1205166
 +
  |nexus  = 13052
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tappable Palm Trees
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TappablePalmTrees
 +
  |nexus  = 10661
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tapper Ready
 +
  |author  = skunkkky
 +
  |id      = skunkkk.TapperReady
 +
  |nexus  = 1219
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Tapper Report|Tapper Report]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tapper Report
 +
  |author  = pepoluan
 +
  |id      = pepoluan.TapperReport
 +
  |nexus  = 8700
 +
  |github  =
 +
  |source  = https://sourceforge.net/p/sdvmod-tapper-report
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Taxes Mod
 +
  |author  = bdawson1993
 +
  |id      =
 +
  |nexus  = 38
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Ferngill Revenue Service|Ferngill Revenue Service]] or [[#Serfdom - Immersive Taxes|Serfdom - Immersive Taxes]] instead).
 +
  |broke in = SMAPI 0.39.1
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TehCore, Teh's Core Mod<!--changed in 1.0.0-beta.20211020-->
 +
  |author  = TehPers
 +
  |id      = TehPers.Core, TehPers.CoreMod<!--changed in re-release-->
 +
  |nexus  = 3256<!--was 2150 before re-release-->
 +
  |moddrop = 1071149
 +
  |github  = TehPers/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teh's Festive Slimes
 +
  |author  = TehPers
 +
  |id      = TehPers.FestiveSlimes
 +
  |nexus  = 2990
 +
  |github  = TehPers/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after Teh's Core Mod-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teh's Fishing Overhaul
 +
  |author  = TehPers
 +
  |id      = TehPers.FishingOverhaul
 +
  |nexus  = 866
 +
  |moddrop = 123679
 +
  |github  = TehPers/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Telephone Purchasing
 +
  |author  = Stingray
 +
  |id      = Stingray.TP
 +
  |nexus  = 10190
 +
  |github  = Stingrayss/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleportation Tool
 +
  |author  = jeWel
 +
  |id      = jeWel.TeleportationToolModCode
 +
  |nexus  = 22534
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleporter
 +
  |author  = Bifibi
 +
  |id      = Teleporter
 +
  |nexus  =
 +
  |chucklefish = 4374
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = workaround
 +
  |summary  = use [[#Fast Travel|Fast Travel]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleport Mod
 +
  |author  = Falson, Falson127
 +
  |id      = Falson.TeleportMod
 +
  |nexus  = 18842
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleport NPC
 +
  |author  = Enaium
 +
  |id      = Enaium.TeleportNpc
 +
  |curse  = 436803
 +
  |moddrop = 865554
 +
  |nexus  =
 +
  |github  = Enaium-StardewValleyMods/TeleportNpc
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleport NPC Location
 +
  |author  = ccr
 +
  |id      = ccr.TeleportNPCLocation
 +
  |nexus  = 17190
 +
  |github  = chencrstu/TeleportNPCLocation
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleport Point
 +
  |author  = Enaium
 +
  |id      = Enaium.TeleportPoint
 +
  |curse  = 436830
 +
  |moddrop = 864013
 +
  |nexus  =
 +
  |github  = Enaium-StardewValleyMods/TeleportPoint
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleport To Farm
 +
  |author  = Rafael
 +
  |id      = Rafael.TeleportToFarm
 +
  |nexus  = 7247
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Terraria Accessories
 +
  |author  = jeWel
 +
  |id      = jeWel.TerrariaAccessoriesCode
 +
  |nexus  = 22931
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Test Mod for Automated Workflows, Test Mod
 +
  |author  = spacechase0
 +
  |id      = spacechase0.TestMod
 +
  |nexus  = 21216
 +
  |github  = spacechase0/TestModWorkflow
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Thai Font Adjuster
 +
  |author  = 'ELL and NRTnarathip
 +
  |id      = ELL.ThaiFontAdjuster
 +
  |nexus  = 9586
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Adventurer's Life Expanded
 +
  |author  = HamioDracny
 +
  |id      = HamioDracny.TALE.SMAPI
 +
  |nexus  = 14083
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Best of "The Queen of Sauce"
 +
  |author  = Bpendragon
 +
  |id      = Bpendragon.BestOfQOS
 +
  |nexus  = 7985
 +
  |github  = Bpendragon/Best-of-Queen-of-Sauce
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Cave Cult, Cave Cult Code
 +
  |author  = CtrlAltDefeat, Evan Yoshitani
 +
  |id      = CtrlAltDefeat.CaveCultCode
 +
  |nexus  = 23741
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Chest Dimension
 +
  |author  = zazizu
 +
  |id      = zazizu.TheChestDimension
 +
  |nexus  = 4013
 +
  |github  = cilekli-link/SDVMods
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Daily Newspaper<!--Nexus-->, The Daily Paper<!--manifest-->
 +
  |author  = Neat
 +
  |id      = neat.newspaper
 +
  |nexus  = 8689
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Farmer That Stared at Rocks
 +
  |author  = ItsLittany
 +
  |id      = itslittany.RockBreaker
 +
  |nexus  = 6376
 +
  |moddrop = 804101
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Fish Dimension
 +
  |author  = ichortower
 +
  |id      = ichortower.TheFishDimension
 +
  |nexus  = 22335
 +
  |github  = ichortower/TheFishDimension
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Theft of the Winter Star
 +
  |author  = spacechase0 and ParadigmNomad
 +
  |id      = spacechase0.TheftOfTheWinterStar
 +
  |curse  = 867729
 +
  |moddrop = 771680
 +
  |nexus  = 5062
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Gnomiverse
 +
  |author  = Purppelle and King Gnomus
 +
  |id      = Purppelle.TheGnomiverse
 +
  |nexus  = 13266
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Great Stardew Valley Bake-Off, Bake Off Code
 +
  |author  = Tlitookilakin
 +
  |id      = tlitookilakin.BakeOffCode
 +
  |nexus  = 18856
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Long Night
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.TheLongNight
 +
  |nexus  = 1369
 +
  |github  = Pathoschild/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.3.20
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Night Owl|Night Owl]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Love of Cooking
 +
  |author  = blueberry
 +
  |id      = blueberry.LoveOfCooking
 +
  |nexus  = 6830
 +
  |github  = b-b-blueberry/CooksAssistant
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Theme Manager
 +
  |author  = Khloe Leclair
 +
  |id      = leclair.thememanager
 +
  |nexus  = 14525
 +
  |github  = KhloeLeclair/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Moon
 +
  |author  = Pucklynn
 +
  |id      = shannon.MoonMod
 +
  |nexus  = 2482
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Northern Gulf
 +
  |author  = The commission of The Northern Gulf
 +
  |id      = TcTHG.Custom_The_Northern_Gulf
 +
  |nexus  = 19376
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Pumpkin King
 +
  |author  = KirbyLink
 +
  |id      = kirbylink.pumpkinking
 +
  |nexus  = 3006
 +
  |github  = KirbyLink/PumpkinKing
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--@retest-after Custom Farming Redux
 +
  |unofficial version = 1.1.1-unofficial.1-minervamaga
 +
  |unofficial url    = {{nexus mod|4109}}
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Queen Of Sauce Reminder
 +
  |author  = TheShwamp
 +
  |id      = TheShwamp.TheQueenOfSauceReminder
 +
  |nexus  = 5172
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Return of Custom Backpack Framework
 +
  |author  = platinummyr
 +
  |id      = platinummyr.CustomBackpackFramework
 +
  |nexus  = 21588
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Return of Immersive Scarecrows
 +
  |author  = aedenthorn and lucaskfreitas
 +
  |id      = lucaskfreitas.ImmersiveScarecrows
 +
  |nexus  = 20701
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Return of Immersive Sprinklers
 +
  |author  = aedenthorn and lucaskfreitas
 +
  |id      = lucaskfreitas.ImmersiveSprinklers
 +
  |nexus  = 20796
 +
  |github  = lucaskfreitas/ImmersiveSprinklers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Return of More Backpack Upgrades
 +
  |author  = platinummyr
 +
  |id      = platinummyr.CPMoreBackpacks
 +
  |nexus  = 21591
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Return of Smaller Fish Ponds, Smaller Fish Ponds
 +
  |author  = platinummyr and wellbott
 +
  |id      = platinummyr.SmallerFishPonds
 +
  |nexus  = 21900
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = The Twlight Traveller - Custom NPC (API), APICut
 +
  |author  = Eris, AkatsukiVana, HuaGei API
 +
  |id      = Eris.APICut
 +
  |nexus  = 8158
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = They Deserve It Too - Portraits for Vendors, TDIT - Dialogue Box for Mariner
 +
  |author  = Dolphin Is Not a Fish
 +
  |id      = Dolphin.Kedi.OldMarinerDialogue
 +
  |nexus  = 20414
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Thinking Time
 +
  |author  = PokeBenji
 +
  |id      = PokeBenji.ThinkingTime, YourName.ThinkingTimeMobile<!--mobile version-->
 +
  |curse  = 1024585
 +
  |nexus  = 24457
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Think-n-Talk
 +
  |author  = Prism 99
 +
  |id      = prism99.thinkntalk
 +
  |nexus  = 9546
 +
  |github  = Prism-99/Think-n-Talk
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = This Mod Is Organic
 +
  |author  = RealSweetPanda, Sweet Panda and Bennoloth
 +
  |id      = SweetPanda.Organic
 +
  |nexus  = 16648
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Three-Heart Dance Partner, Three Heart Flower Festival Dance Partners, 3-heart Dance Partner<!--in order: standardized name in 1.0.6, former Nexus name, former manifest name-->
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ThreeHeartDancePartner<!--changed in 1.1.2-unofficial.2-FlyingTNT-->, ThreeHeartDancePartner
 +
  |curse  = 867388
 +
  |moddrop = 127278
 +
  |nexus  = 500
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121338
 +
  |unofficial version = 1.1.2-unofficial.2-FlyingTNT
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Throwable Axe
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ThrowableAxe
 +
  |curse  = 867726
 +
  |moddrop = 771683
 +
  |nexus  = 5097
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Thunderstorm Totem
 +
  |author  = justastranger
 +
  |id      = jas.ThunderstormTotem
 +
  |moddrop = 944622
 +
  |nexus  =
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tidy Fields
 +
  |author  = seitanicbean
 +
  |id      = seitanicbean.tidyfields
 +
  |nexus  = 10929
 +
  |github  =
 +
  |source  = https://gitlab.com/tophatsquid/sdv-tidy-fields
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tidy Orchard - Move Fruit Trees
 +
  |author  = huan
 +
  |id      = huan.tidy_orchard_move_fruit_trees
 +
  |nexus  = 25054
 +
  |github  = huancz/SDV-TidyOrchard
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tidy Social
 +
  |author  = trashcan9
 +
  |id      = trashcan9.TidySocial
 +
  |nexus  = 16233
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tileman Challenge
 +
  |author  = SpicyKai
 +
  |id      = SpicyKai.Tileman
 +
  |nexus  = 11945
 +
  |github  = spicykai/StardewValley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Tileman Redux|Tileman Redux]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tileman Redux
 +
  |author  = Freaksaus
 +
  |id      = Freaksaus.TilemanRedux
 +
  |nexus  = 23023
 +
  |github  = Freaksaus/Tileman-Redux
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tile Transparency, Transparent Tiles
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TileTransparency
 +
  |nexus  = 17288
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tillable Ground
 +
  |author  = hawkfalcon
 +
  |id      = hawkfalcon.TillableGround
 +
  |nexus  = 2175
 +
  |github  = hawkfalcon/Stardew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tilled Soil Decay
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.TilledSoilDecay
 +
  |nexus  = 2738
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tilt-Shift - Native Effect Shader
 +
  |author  = misterwu
 +
  |id      = misterwu.tiltshifteffect
 +
  |nexus  = 21959
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Before Harvest
 +
  |author  = Asconoid
 +
  |id      = Asconoid.TimeBeforeHarvest
 +
  |nexus  = 5764
 +
  |github  =
 +
 
 +
  |status  = workaround<!--implemented a SMAPI API interface and broke when new functionality was added to SMAPI-->
 +
  |summary  = use [[#Time Before Harvest Enhanced|Time Before Harvest Enhanced]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Before Harvest Enhanced
 +
  |author  = Jonathan Ginn
 +
  |id      = JonathanGinn.TimeBeforeHarvestEnhanced
 +
  |nexus  = 12170
 +
  |github  =
 +
  |source  = https://gitlab.com/enom/time-before-harvest-enhanced
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-133343
 +
  |unofficial version = 1.1.0-unofficial
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Freeze
 +
  |author  = Omegasis, Alpha_Omegasis
 +
  |id      = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
 +
  |nexus  = 973
 +
  |github  = janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Freezes at Midnight
 +
  |author  = JBtheShadow
 +
  |id      = JBtheShadow.TimeFreezesAtMidnight
 +
  |nexus  = 7425
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Master
 +
  |author  = trashcan9
 +
  |id      = trashcan9.TimeMaster
 +
  |nexus  = 16192
 +
  |github  =
 +
  |source  = {{nexus mod|16192}}?tab=files
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = {{github|pipedream420/TimeMaster}}/releases
 +
  |unofficial version = 1.2.2-unofficial.1-pipedream420
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Multiplier
 +
  |author  = DefenTheNation
 +
  |id      = DefenTheNation.TimeMultiplier
 +
  |nexus  = 2262
 +
  |github  = DefenTheNation/StardewMod-TimeMultiplier
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Notifier
 +
  |author  = CKextreme
 +
  |id      = CKextreme.TimeNotifier
 +
  |nexus  = 3706
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time of the Prairie King
 +
  |author  = The Fluffy Robot
 +
  |id      = TheFluffyRobot.TimeOfThePrairieKing
 +
  |nexus  = 5631
 +
  |github  = jamespfluger/Stardew-TimeOfThePrairieKing
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Reminder
 +
  |author  = Sakorona
 +
  |id      = KoihimeNakamura.TimeReminder
 +
  |nexus  = 1000
 +
  |github  = Sakorona/SDVMods
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Reminder
 +
  |author  = Sakorona, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.TimeReminder
 +
  |nexus  = 1000
 +
  |moddrop = 664035
 +
  |github  = JohnsonNicholas/SDVMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TimeSpeed
 +
  |author  = cantorsdust and Pathoschild
 +
  |id      = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
 +
  |nexus  = 169
 +
  |github  = cantorsdust/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Totem
 +
  |author  = gmff
 +
  |id      = GMFF.TimeTotem
 +
  |curse  = 494425
 +
  |nexus  =
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Travel
 +
  |author  = Cile_ed
 +
  |id      = Cile_ed.TimeTravel
 +
  |nexus  = 4068
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Time Watch
 +
  |author  = KyuubiRan
 +
  |id      = kyuubiran.TimeWatch
 +
  |nexus  = 23725
 +
  |github  = KyuubiRan/TimeWatch
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TMXL Map Toolkit, TMX Loader
 +
  |author  = Platonymous
 +
  |id      = Platonymous.TMXLoader
 +
  |curse  = 877235
 +
  |nexus  = 1820
 +
  |moddrop = 771913
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = To-Dew
 +
  |author  = Jamie Taylor
 +
  |id      = jltaylor-us.ToDew
 +
  |curse  = 997100
 +
  |nexus  = 7409
 +
  |github  = jltaylor-us/StardewToDew
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = To Do List
 +
  |author  = Eleanor, eleanoot
 +
  |id      = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
 +
  |nexus  = 1630
 +
  |github  = eleanoot/stardew-to-do-mod
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = use [[#To-Dew|To-Dew]] instead.
 +
<!--
 +
  |unofficial version = 1.1.3-unofficial.2-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329144
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Toggle Items Framework
 +
  |author  = selph, zombifier
 +
  |id      = selph.ToggleItems
 +
  |nexus  = 21361
 +
  |github  = zombifier/My_Stardew_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Toggle Monsters
 +
  |author  = Jolyone, Me
 +
  |id      = Me.ToggleMonsters
 +
  |moddrop = 1587713
 +
  |nexus  = 11801
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Toggle Music, Toggle Music Hotkey
 +
  |author  = MaltoseMatt
 +
  |id      = MaltoseMatt.ToggleMusic
 +
  |nexus  = 22913
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Assembly
 +
  |author  = OFTS_CQM
 +
  |id      = ofts.toolAss
 +
  |nexus  = 23872
 +
  |github  = ofts-cqm/ToolAssembly
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Toolbar Icons
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.ToolbarIcons
 +
  |curse  = 871834
 +
  |moddrop = 1547451
 +
  |nexus  = 11026
 +
  |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Toolbar Tooltips
 +
  |author  = danmw3
 +
  |id      = danmw3.toolbartooltips
 +
  |nexus  = 4977
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = ToolBelt
 +
  |author  = yuri0r
 +
  |id      = yuri0r.ToolBelt
 +
  |nexus  = 8566
 +
  |github  =
 +
  |source  = https://gitlab.com/yuri0r/toolbelt
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Charging
 +
  |author  = mralbobo
 +
  |id      = mralbobo.ToolCharging
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111988
 +
  |github  = mralbobo/stardew-tool-charging
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.2.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344731
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Geodes
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ToolGeodes
 +
  |nexus  = 3090
 +
  |moddrop = 771642
 +
  |github  = spacechase0/ToolGeodes
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Pouch
 +
  |author  = CodeWordZ, zulu333
 +
  |id      = CodeWordZ.ToolPouch
 +
  |nexus  = 25136
 +
  |github  = Brandon22Adams/ToolPouch
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Power Select
 +
  |author  = CrazyWig
 +
  |id      = crazywig.toolpowerselect
 +
  |nexus  = 2553
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Power Setup
 +
  |author  = Gilar Fasulaki
 +
  |id      = GilarF.ToolPowerSetup
 +
  |nexus  = 4517
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = Use [[#Tool Power Select|Tool Power Select]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Smart Switch
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.ToolSmartSwitch
 +
  |curse  = 868687
 +
  |nexus  = 15216
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |summary = use [[#Tool Smart Switch (Updated)|Tool Smart Switch (Updated)]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Smart Switch (Updated)
 +
  |author  = Fiorbeth
 +
  |id      = Fiorbeth.ToolSmartSwitch
 +
  |nexus  = 20829
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Upgrade Costs
 +
  |author  = Cherry, CherryChain
 +
  |id      = Cherry.ToolUpgradeCosts
 +
  |nexus  = 6576
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Upgrade Delivery
 +
  |author  = SorryLate
 +
  |id      = SorryLate.ToolUpgradeDelivery
 +
  |nexus  = 5421
 +
  |github  = sorrylate/Stardew-Valley-Mod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Upgrade Delivery Service
 +
  |author  = Felix-Dev
 +
  |id      = Felix-Dev.ToolUpgradeDeliveryService
 +
  |nexus  = 2938
 +
  |github  = Felix-Dev/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Mail Services Mod|Mail Services Mod]] or [[#Tool Upgrade Delivery|Tool Upgrade Delivery]] instead.
 +
<!--
 +
  |unofficial version = 1.4.1-unofficial.1-pathoschild
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Upgrade Duration Changer
 +
  |author  = GrimatGaming
 +
  |id      = GrimatGaming.ToolUpgradeDurationChanger
 +
  |nexus  = 21438
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tool Upgrade Reminder
 +
  |author  = Wracketeer
 +
  |id      = Wracketeer.ToolUpgradeReminder
 +
  |nexus  = 13423
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Too Many Animals
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.TooManyAnimals
 +
  |curse  = 871833
 +
  |nexus  = 11033
 +
  |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tooth and Nail - Immersive Tools, Power Tools<!--Nexus before 4.0.0-->, Immersive Tools<!--manifest before 4.0.0-->, Chargeable Axe and Pickaxe<!--manifest before 3.0.0-->, Chargeable Resource Tools<!--Nexus before 3.0.0-->
 +
  |author  = DaLion
 +
  |id      = DaLion.ImmersiveTools, thelion.AwesomeTools<!--before 3.0.0-->
 +
  |nexus  = 7965
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Town School Functions
 +
  |author  = Edu Anttunes
 +
  |id      = EduAnttunes.TownSchool.Functions
 +
  |nexus  = 6317
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tractor Mod
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
 +
  |curse  = 992849
 +
  |nexus  = 1401
 +
  |moddrop = 606639
 +
  |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tractor Sounds, Tractor Engine Sound
 +
  |author  = MissCoriel
 +
  |id      = misscoriel.tractorsounds
 +
  |nexus  = 5781
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trading
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.Trading
 +
  |curse  = 1004485
 +
  |moddrop = 1214750
 +
  |nexus  = 13293
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Train Info
 +
  |author  = BinaryLip
 +
  |id      = BinaryLip.TrainInfo
 +
  |curse  = 1035850
 +
  |nexus  = 21883
 +
  |github  = BinaryLip/TrainInfo
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Train Station
 +
  |author  = Cherry, CherryChain
 +
  |id      = Cherry.TrainStation
 +
  |nexus  = 6183
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Train Tracks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TrainTracks
 +
  |nexus  = 10927
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Train Whistle
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.TrainWhistle
 +
  |nexus  = 4473
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trampoline
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Trampoline
 +
  |nexus  = 11619
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#Trampoline
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Translation Replacer
 +
  |author  = ofts, OFTS_CQM
 +
  |id      = ofts.transRep
 +
  |nexus  = 22871
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Transparency Settings
 +
  |author  = Esca, Esca-MMC
 +
  |id      = Esca.TransparencySettings
 +
  |nexus  = 8891
 +
  |moddrop = 971985
 +
  |github  = Esca-MMC/TransparencySettings
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Transparent Objects
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TransparentObjects
 +
  |nexus  = 6412
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash 4 Elliott
 +
  |author  = ChrisMzz
 +
  |id      = ChrisMzz.trash4elliott
 +
  |nexus  = 18882
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Bear Abides
 +
  |author  = John Peters
 +
  |id      = JohnPeters.TrashBearAbides
 +
  |nexus  = 11359
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Bear Item Helper, Trash Bear Name
 +
  |author  = MattDeDuck, Duckshard
 +
  |id      = MattDeDuck.TrashBearName
 +
  |nexus  = 5252
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Can Reactions
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TrashCanReactions
 +
  |nexus  = 7643
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Cans On Horse
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TrashCansOnHorse
 +
  |nexus  = 16394
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Does Not Consume Bait
 +
  |author  = atravita
 +
  |id      = atravita.TrashDoesNotConsumeBait
 +
  |curse  = 870979
 +
  |moddrop = 1128126
 +
  |nexus  = 11426
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Remover
 +
  |author  = SorryLate, rharyanto
 +
  |id      = SorryLate.TrashRemover
 +
  |nexus  = 5114
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Trash
 +
  |author  = Jaredlll08
 +
  |id      = BlameJared.TrashTrash
 +
  |nexus  =
 +
  |curse  = 297981
 +
  |github  = jaredlll08/Trash-Trash
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Traveling Cart Reminder
 +
  |author  = TheShwamp
 +
  |id      = TheShwamp.TravelingCartReminder
 +
  |nexus  = 25209
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Traveling Cart Visit Everyday
 +
  |author  = dayLerFar, nnn
 +
  |id      = nnn.TCVED
 +
  |nexus  = 22240
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Traveling Takes Time
 +
  |author  = Vrakyas
 +
  |id      = Vrakyas.TravelingTakesTime
 +
  |nexus  = 4031
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Travelling Skill
 +
  |author  = Achtuur8
 +
  |id      = Achtuur.StardewTravelSkill
 +
  |nexus  = 16820
 +
  |github  = Achtuur/StardewTravelSkill
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Treasure Chests Expanded
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TreasureChestsExpanded
 +
  |nexus  = 7685
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
 +
  |unofficial version = 0.3.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#TreasureChestsExpanded
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Changes
 +
  |author  = JPAN
 +
  |id      = jpan.TreeChanges
 +
  |nexus  = 3964
 +
  |github  = JPANv2/Stardew-Valley-Tree-Changes
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Shake Mod
 +
  |author  = NCarigon
 +
  |id      = NCarigon.TreeShakeMod
 +
  |nexus  = 15927
 +
  |github  = ncarigon/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Shaker
 +
  |author  = TyoAtrosa
 +
  |id      = TyoAtrosa.Treeshaker
 +
  |nexus  = 2159
 +
  |github  = TyoAtrosa/TreeShaker
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.0.2-unofficial.2-huancz
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-134929
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Spread
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.TreeSpread
 +
  |nexus  = 3183
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Transplant
 +
  |author  = YukiShiku, LeonBlade
 +
  |id      = TreeTransplant
 +
  |nexus  = 1342
 +
  |moddrop = 526140
 +
  |chucklefish = 5485
 +
  |github  = LeonBlade/TreeTransplant
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Transplant (Fix)
 +
  |author  = LeonBlade and Siweipancc
 +
  |id      = Siweipancc.TreeTransplant
 +
  |nexus  = 20852
 +
  |github  = siweipancc/TreeTransplant
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trendy Haley
 +
  |author  = candidus42
 +
  |id      = Candidus42.TrendyHaley
 +
  |nexus  = 4984
 +
  |github  = mus-candidus/TrendyHaley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trick or Treat
 +
  |author  = Dad of Gwen, Carleton and Gwen
 +
  |id      = DadOfGwenTrickOrTreatMod
 +
  |nexus  = 8115
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tricks and Treats
 +
  |author  = ch20youk
 +
  |id      = ch20youk.TricksAndTreats
 +
  |nexus  = 18947
 +
  |github  = cl4r3/Halloween-Mod-Jam-2023
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = True Random Geodes
 +
  |author  = lilico/atelier99
 +
  |id      = lilico.TrueRandomGeodes
 +
  |nexus  = 11371
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Truly Invincible
 +
  |author  = Kithplana
 +
  |id      = kithplana.trulyinvincible
 +
  |nexus  = 25281
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Turbo
 +
  |author  = Primm
 +
  |id      = Primm.Turbo
 +
  |nexus  = 23835
 +
  |github  = PrimmR/Turbo
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Turn to Your Enemies
 +
  |author  = Krutonium
 +
  |id      = krutonium.turn_to_your_enemies
 +
  |nexus  = 12643
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TV Announcements
 +
  |author  = Zyin
 +
  |id      = Zyin.TVAnnouncements
 +
  |nexus  = 3649
 +
  |github  = Zyin055/TVAnnouncements
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TV Brasileira
 +
  |author  = JhonnieRandler & Brukob
 +
  |id      = JhonnieMike.BrasilTV
 +
  |nexus  = 10843
 +
  |github  = JhonnieRandler/TVBrasileira
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TV Channel - Gardening with Hisame, Gardening TV Channel
 +
  |author  = hisameartwork
 +
  |id      = HisameArtwork.GardeningChannel
 +
  |nexus  = 5485
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TV Recipes
 +
  |author  = SorryLate, rharyanto
 +
  |id      = SorryLate.TvRecipes
 +
  |nexus  = 5260
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = TV Shopping Channel
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.TVshoppingChannel
 +
  |nexus  = 24885
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Twin Stick Strafe Action
 +
  |author  = AndyUr
 +
  |id      = AndyUr.TwinStickStrafeAction
 +
  |nexus  = 7589
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Twitch Chat Integration
 +
  |author  = Hexenentendrache
 +
  |id      = Hexenentendrache.TwitchChatIntegration
 +
  |nexus  = 17321
 +
  |github  = Enteligenz/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Twitch in Stardew Valley, Twitch for Stardew
 +
  |author  = Telshin, Tim "Telshin" Aldridge
 +
  |id      = telshin.twitch-for-stardew
 +
  |curse  = 306420
 +
  |nexus  =
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ui Info Suite
 +
  |author  = Cdaragorn
 +
  |id      = Cdaragorn.UiInfoSuite
 +
  |nexus  = 1150
 +
  |github  = cdaragorn/Ui-Info-Suite
 +
 
 +
  |warnings = Broken on Android.
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status  = workaround
 +
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ui Info Suite 2
 +
  |author  = Annosz, Abs0rbed
 +
  |id      = Annosz.UiInfoSuite2
 +
  |nexus  =
 +
  |url    = {{github|Annosz/UIInfoSuite2}}/releases
 +
  |github  = Annosz/UiInfoSuite2
 +
 
 +
  |warnings = Broken on Android.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = UI Mod Suite
 +
  |author  = Demiacle
 +
  |id      = Demiacle.UiModSuite
 +
  |nexus  = 1023
 +
  |github  = demiacle/UiModSuite
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = workaround
 +
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ukrainizacija, Ukrainizacija - Utilities
 +
  |author  = Pereclaw Team
 +
  |id      = Pereclaw.ukrutilities
 +
  |nexus  = 8427
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ultimate Fertilizer
 +
  |author  = fox_white, fox_white25
 +
  |id      = fox_white25.ultimate_fertilizer
 +
  |nexus  = 21318
 +
  |github  = foxwhite25/Stardew-Ultimate-Fertilizer
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ultimate Gold
 +
  |author  = Shadowfoxss
 +
  |id      = Shadowfoxss.UltimateGoldStardew
 +
  |nexus  = 2833
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ultiplayer
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Ultiplayer
 +
  |nexus  = 2134
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unbreakable Tackles
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.UnbreakableTackles
 +
  |curse  = 997978
 +
  |nexus  = 7719
 +
  |moddrop = 1135717
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Uncanny Valley
 +
  |author  = UncannyValley
 +
  |id      = UncannyValley.UncannyValleyMod
 +
  |nexus  = 20519
 +
  |github  = jasisco5/UncannyValleyMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Uncle Iroh Approved Tea
 +
  |author  = slimerrain
 +
  |id      = slimerrain.byproducts
 +
  |nexus  = 22376
 +
  |github  = slimerrain/stardew-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Underdark Sewer
 +
  |author  = Mel Noelle and Kirbylink
 +
  |id      = melnoelle.underdarksewer
 +
  |nexus  = 3070
 +
  |github  = KirbyLink/UnderdarkSewer
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.1.1-unofficial.2-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-9#post-3353113
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Underground Secrets
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.UndergroundSecrets
 +
  |nexus  = 6597
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21475|Underground Secrets Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Underground Secrets Redux
 +
  |author  = aedenthorn and Prism 99
 +
  |id      = prism99.aedenthorn.UndergroundSecrets
 +
  |nexus  = 21475
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unhinged Mayo Jar
 +
  |author  = spacechase0
 +
  |id      = spacechase0.UnhingedMayoJar
 +
  |nexus  = 17139
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Extra Map Layers-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unique Children
 +
  |author  = Shaklin
 +
  |id      = shaklin.uniquechildren
 +
  |nexus  = 6278
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unique Children Talk
 +
  |author  = Shaklin
 +
  |id      = shaklin.uniquechildrentalk
 +
  |nexus  = 9540
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unique Valley
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.UniqueValley
 +
  |nexus  = 13828
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Cats and Dogs
 +
  |author  = funny-snek
 +
  |id      = funnysnek.UnlimitedCatsandDogs
 +
  |nexus  = 2942
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Community Center
 +
  |author  = TIplurka
 +
  |id      = tiplurka.UnlimitedCommunityCenter
 +
  |nexus  = 23897
 +
  |github  = perkmi/Always-On-Server-for-Multiplayer
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Gift (Gift All Week)
 +
  |author  = Chirase
 +
  |id      = Tommy.GiftAllWeek
 +
  |nexus  = 6850
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Gift (Gift Every Day)
 +
  |author  = Chirase
 +
  |id      = Tommy.GiftEveryDay
 +
  |nexus  = 6850
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Players
 +
  |author  = Armitxes
 +
  |id      = Armitxes.UnlimitedPlayers
 +
  |nexus  = 2213
 +
  |curse  = 362847
 +
  |github  = Armitxes/StardewValley_UnlimitedPlayers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlockable Areas
 +
  |author  = DeLiXx
 +
  |id      = DeLiXx.Unlockable_Areas
 +
  |nexus  = 15132
 +
  |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley-unlockable-areas
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlockable Bundles
 +
  |author  = DeLiXx
 +
  |id      = DLX.Bundles
 +
  |curse  = 990830
 +
  |nexus  = 17265
 +
  |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/unlockable-bundles
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlock Dye Menu
 +
  |author  = Shaklin
 +
  |id      = shaklin.unlockdyemenu
 +
  |nexus  = 6156
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlocked Doors
 +
  |author  = damien
 +
  |id      = damien.unlocked_doors
 +
  |nexus  = 4338
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Locks|Custom Locks]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unscheduled Evaluation
 +
  |author  = wrongcoder
 +
  |id      = wrongcoder.UnscheduledEvaluation
 +
  |nexus  = 22752
 +
  |github  = wrongcoder/UnscheduledEvaluation
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Updated Instant Eat Key
 +
  |author  = apomorph
 +
  |id      = apomorph.updatedInstantEatKey
 +
  |nexus  = 15191
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Updated No Rumble Horse
 +
  |author  = Aladanor
 +
  |id      = Aladanor.UpdatedNoRumbleHorse
 +
  |nexus  = 10164
 +
  |github  = shailalias/NoRumbleHorse
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgradable Pan
 +
  |author  = Anthony Hilyard
 +
  |id      = com.anthonyhilyard.upgradablepan
 +
  |curse  = 446597
 +
  |nexus  = 9318
 +
  |github  = AHilyard/UpgradeablePan
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgradeable Machines Mod, Miihau Upgradeable Machines
 +
  |author  = Miihau
 +
  |id      = Miihau.MiihauUpgradeableMachines
 +
  |nexus  = 17234
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Casks
 +
  |author  = CyanFire
 +
  |id      = CF.UpgradedCasks
 +
  |nexus  = 22477
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Horse, Horse Friendship and Speed Levels
 +
  |author  = Richard Cai
 +
  |id      = richard_cai.UpgradedHorse
 +
  |nexus  = 5242
 +
  |github  = RichardJCai/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Jars
 +
  |author  = CyanFire
 +
  |id      = CF.UpgradedJars
 +
  |nexus  = 15756
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Kegs
 +
  |author  = CyanFire
 +
  |id      = CF.UpgradedKegs
 +
  |nexus  = 15755
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgrade Empty Cabins
 +
  |author  = Cherry, CherryChain
 +
  |id      = Cherry.UpgradeEmptyCabins
 +
  |nexus  = 5253
 +
  |moddrop = 720987
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Useful Bombs
 +
  |author  = punyo, yakminepunyo
 +
  |id      = punyo.UsefulBombs
 +
  |nexus  = 2488
 +
  |github  = pomepome/UsefulBombs
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = Use [[#BetterBombs|BetterBombs]] instead.
 +
<!--
 +
  |unofficial version = 1.0.5-unofficial.1-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Useful Cookings
 +
  |author  = Chocciee
 +
  |id      = Chocciee.UsefulCookings
 +
  |nexus  = 22234
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Usefull Information<!--Nexus-->, Useless Info<!--manifest-->, Useless Information<!--manifest before 1.0-->
 +
  |author  = Right Hand Man
 +
  |id      = raik.uselessinfo
 +
  |nexus  = 8634
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Utility Grid
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.UtilityGrid
 +
  |nexus  = 10197
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = UV Index (Sunscreen Mod)
 +
  |author  = Jonqora
 +
  |id      = Jonqora.UVIndex
 +
  |nexus  = 6676
 +
  |github  = Jonqora/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Variable Grass
 +
  |author  = dantheman999
 +
  |id      = dantheman999.VariableGrass
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/107658
 +
  |github  = dantheman999301/StardewMods
 +
 
 +
  |broke in          = SMAPI 2.0
 +
  |unofficial version = 1.3.1-unofficial.3-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343789
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Variable Seasons, Stardew Variable Seasons
 +
  |author  = calebstein1
 +
  |id      = calebstein1.StardewVariableSeasons
 +
  |nexus  = 19904
 +
  |github  = calebstein1/StardewVariableSeasons
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Vending Machine, NPC Vending Machine
 +
  |author  = ActionJackson
 +
  |id      = ActionJackson.VendingMachine
 +
  |nexus  = 7508
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Vertical Toolbar
 +
  |author  = bmarquismarkail, Space Baby
 +
  |id      = SB_VerticalToolMenu
 +
  |nexus  = 943
 +
  |github  = bmarquismarkail/SV_VerticalToolMenu
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Video Player
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.VideoPlayer
 +
  |nexus  = 6524
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Villager Compass
 +
  |author  = Jboss
 +
  |id      = Jboss.VillagerCompass
 +
  |nexus  = 16912
 +
  |github  = jbossjaslow/Stardew_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visible Artifact Spots
 +
  |author  = Zamiel
 +
  |id      = Zamiel.VisibleArtifactSpots
 +
  |nexus  = 21223
 +
  |github  = Zamiell/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visible Fish
 +
  |author  = shekurika
 +
  |id      = shekurika.WaterFish
 +
  |nexus  = 8897
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visit Mount Vapius
 +
  |author  = Lumisteria
 +
  |id      = lumisteria.visitmountvapius.code
 +
  |nexus  = 9600
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visualize
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Visualize
 +
  |curse  = 307573
 +
  |moddrop = 793933
 +
  |nexus  = 1704
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = VisualizeTK
 +
  |author  = Platonymous
 +
  |id      = Platonymous.VisualizeTK
 +
  |moddrop = 1521421
 +
  |nexus  = 19009
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Void Effects, Stardew Void Effects
 +
  |author  = Renny
 +
  |id      = renny.stardewvoideffects
 +
  |nexus  = 2703
 +
  |github  = OfficialRenny/StardewVoidEffects
 +
 
 +
  |broke in = Stardew Valley 1.3.36
 +
<!--
 +
  |unofficial version = 1.3.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329160
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wait Around
 +
  |author  = Alhifar
 +
  |id      = Alhifar.WaitAround
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/smapi-waitaround.111630/
 +
  |github  = Alhifar/WaitAroundSMAPI
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wait - Refined Multiplayer Time Pause
 +
  |author  = aurpine
 +
  |id      = aurpine.WAIT
 +
  |nexus  = 20661
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wake Up
 +
  |author  = EvilPdor
 +
  |id      =
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111526
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Walk Of Life - Rebirth<!--changed in republished 1.0.0-->, Walk of Life, Awesome Professions
 +
  |author  = DaLion
 +
  |id      = DaLion.Professions<!--changed in republished 0.2.0-->, DaLion.ImmersiveProfessions, DaLion.AwesomeProfessions<!--changed in 3.0.0?-->, thelion.AwesomeProfessions<!--changed in 2.0.7-->
 +
  |nexus  = 24355
 +
  |github  = daleao/sdv
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Walkshop
 +
  |author  = enaium
 +
  |id      = Enaium.Walkshop
 +
  |curse  = 365806
 +
  |nexus  =
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Walk Through Trellis
 +
  |author  = TheOfficialTab
 +
  |id      = theofficialtab.walkthroughtrellis
 +
  |nexus  = 1958
 +
  |github  = OfficialTab/walk-through-trellis
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wallpaper Fix
 +
  |author  = Travoos
 +
  |id      =
 +
  |nexus  =
 +
  |chucklefish = 4211
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4; for wallpaper swapping use [[#Wallpaper Recycler|Wallpaper Recycler]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wallpaper Recycler
 +
  |author  = Mizzion
 +
  |id      = mizzion.wallpaperrecycler
 +
  |nexus  = 1905
 +
  |moddrop = 661354
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wallpaper Switcher
 +
  |author  = Pikachu de Bigode
 +
  |id      = PikachuDeBigode.WallpaperSwitcher
 +
  |nexus  = 24822
 +
  |github  = JulianoSFA/WallpaperSwitcher
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Planter
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WallPlanters<!--changed in 0.1.2-unofficial.1-->, aedenthorn.WallPlanter
 +
  |nexus  = 11339
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#WallPlanters
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Televisions
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WallTelevision
 +
  |nexus  = 11448
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Wall Televisions - Continued|Wall Televisions - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Televisions - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.WallTelevision
 +
  |nexus  = 22372
 +
  |github  = FlyingTNT/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Animals
 +
  |author  = Symen
 +
  |id      = Symen.WarpAnimals
 +
  |nexus  = 1400
 +
  |github  = simonbru/WarpAnimals
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Binder
 +
  |author  = SnowFire kVala
 +
  |id      = SnowFire.Warp_Binder
 +
  |nexus  = 6892
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Chests
 +
  |author  = CyTheGuy01, CyberCheese15
 +
  |id      = cybercheese.WarpChests
 +
  |nexus  = 6402
 +
  |github  =
 +
 
 +
  |status  = abandoned<!--also broken reference to old SpaceCore type-->
 +
  |summary  = remove this mod (no longer maintained; use [[Junimo Chest]]s instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Multiplayer
 +
  |author  = Strato35, Shalankwa
 +
  |id      = Strato35.WarpMultiplayer
 +
  |nexus  = 7451
 +
  |github  = Shalankwa/SDV_Mods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Multiplayer (Locations), WarpMultiplayer_Locations
 +
  |author  = Shaklin
 +
  |id      = shaklin.warpmultiplayer_locations
 +
  |nexus  = 8950
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Network
 +
  |author  = tlitookilakin
 +
  |id      = tlitookilakin.warpnetwork
 +
  |nexus  = 8567
 +
  |moddrop = 951720
 +
  |github  = tlitookilakin/WarpNetwork
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@restest after AeroCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Parsnip
 +
  |author  = Pillow
 +
  |id      = Pillow.WarpParsnip
 +
  |nexus  = 18628
 +
  |github  = AnotherPillow/WarpParsnip
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Snitch
 +
  |author  = ceruleandeep
 +
  |id      = ceruleandeep.WarpSnitch
 +
  |nexus  = 9087
 +
  |github  = ceruleandeep/CeruleanStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp to Friends
 +
  |author  = Shalankwa
 +
  |id      = Shalankwa.WarpToFriends
 +
  |nexus  = 2180
 +
  |github  = Shalankwa/SDV_Mods
 +
 
 +
  |status            = workaround
 +
  |summary            = use [[#Warp Multiplayer|Warp Multiplayer]] instead.
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.2.1-unofficial.1-SorryLate
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp to Player
 +
  |author  = lesbiansheep, Shalankwa
 +
  |id      = lesbiansheep.WarpToPlayer
 +
  |nexus  = 21075
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wash Away Forage, Tidal Beach
 +
  |author  = Sakorona (ItsBenter)
 +
  |id      = KoihimeNakamura.WashAwayForage
 +
  |nexus  = 6715
 +
  |github  = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wasteless Watering
 +
  |author  = GrumpyCrouton
 +
  |id      = GrumpyCrouton.WastelessWatering
 +
  |nexus  = 10998
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Balloon
 +
  |author  = HaulinOats
 +
  |id      = HaulinOats.WaterBalloon
 +
  |nexus  = 14481
 +
  |github  = HaulinOats/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Bomb
 +
  |author  = BlaDe
 +
  |id      = BlaDe.WaterBomb
 +
  |nexus  = 10267
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Bot
 +
  |author  = andyruwruw
 +
  |id      = andyruwruw.WaterBot
 +
  |nexus  = 8167
 +
  |github  = andyruwruw/stardew-valley-water-bot
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Can Refiller
 +
  |author  = Mizzion
 +
  |id      = mizzion.watercanrefiller
 +
  |nexus  = 3539
 +
  |moddrop = 661368
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Flow
 +
  |author  = blueberry
 +
  |id      = blueberry.WaterFlow
 +
  |nexus  = 11790
 +
  |github  = b-b-blueberry/WaterFlow
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Watering Can Give Exp
 +
  |author  = Achtuur
 +
  |id      = Achtuur.WateringCanGiveExp
 +
  |nexus  = 16903
 +
  |github  = Achtuur/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Watering Can Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WateringCanTweaks
 +
  |curse  = 868789
 +
  |nexus  = 10947
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Watering Grants Experience and Crops Can Wither
 +
  |author  = Goldenrevolver
 +
  |id      = Goldenrevolver.WateringGrantsXP
 +
  |nexus  = 7768
 +
  |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Pet Bowl, Pet Water Bowl
 +
  |author  = Mizzion
 +
  |id      = mizzion.petwaterbowl
 +
  |nexus  = 2009
 +
  |moddrop = 661365
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Waterproof Items
 +
  |author  = Esca, Esca-MMC
 +
  |id      = Esca.WaterproofItems
 +
  |nexus  = 6460
 +
  |moddrop = 807393
 +
  |github  = Esca-MMC/WaterproofItems
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Retaining Field
 +
  |author  = Digus
 +
  |id      = DIGUS.WaterRetainingFieldMod
 +
  |nexus  = 2374
 +
  |github  = Digus/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Your Crops
 +
  |author  = chiccen
 +
  |id      = chiccen.WaterYourCrops
 +
  |nexus  = 24710
 +
  |github  = chiccenFL/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wealth is Health
 +
  |author  = Qi The Mysterious
 +
  |id      = QiTheMysterious.WealthIsHealth
 +
  |nexus  = 19903
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weapon Reskinner
 +
  |author  = spacechase0
 +
  |id      = spacechase0.WeaponReskinner
 +
  |nexus  = 5095
 +
  |moddrop = 771681
 +
  |github  = spacechase0/WeaponReskinner
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = obsolete
 +
  |summary  = remove this mod ([[Forge|equivalent feature]] added in Stardew Valley 1.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weapons Ignore Grass
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeaponsIgnoreGrass
 +
  |nexus  = 15409
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weapons on Display
 +
  |author  = Anthony Hilyard
 +
  |id      = com.anthonyhilyard.WeaponsOnDisplay
 +
  |curse  = 447259
 +
  |nexus  = 9319
 +
  |github  = AHilyard/WeaponsOnDisplay
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wear More Rings
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.WearMoreRings
 +
  |nexus  = 3214
 +
  |github  = bcmpinc/StardewHack
 +
 
 +
  |warnings = Broken on Android.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Controller
 +
  |author  = EvilPdor
 +
  |id      =
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111526
 +
  |github  = natfoth/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather God
 +
  |author  = nrm33n
 +
  |id      = nrm33n.weatherGod
 +
  |nexus  = 15563
 +
  |github  =
 +
 
 +
  |status  = broken<!-- author uploaded source code instead of the compiled mod -->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Illnesses
 +
  |author  = Sakorona
 +
  |id      = KoihimeNakamura.WeatherIllnesses
 +
  |nexus  = 2210
 +
  |moddrop = 664153
 +
  |github  = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Totem
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeatherTotem<!--changed in 0.1.1-unofficial.1-->, aedenthorn.WeatherTotems
 +
  |nexus  = 16455
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#WeatherTotem
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Totems Expanded
 +
  |author  = TheMightyAmondee
 +
  |id      = TheMightyAmondee.WeatherTotems
 +
  |nexus  = 21539
 +
  |github  = TheMightyAmondee/WeatherTotems
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Wonders
 +
  |author  = Kanadeyoru
 +
  |id      = Kana.WeatherWonders.DLL
 +
  |curse  = 1016623
 +
  |nexus  = 23868
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wedding Mod
 +
  |author  = Opalie
 +
  |id      = Opalie.Wedding
 +
  |nexus  =
 +
  |moddrop = 526231
 +
  |github  = Opalie/Wedding
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wedding Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeddingTweaks
 +
  |curse  = 868829
 +
  |nexus  = 10117
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weedsplosion
 +
  |author  = stardemod
 +
  |id      = stardemod.Weedsplosion
 +
  |nexus  = 25114
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weekly Break Reminder
 +
  |author  = treehat
 +
  |id      = Treehat.WeeklyBreakReminder
 +
  |nexus  = 8194
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Week Starts Sunday
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeekStartsSunday
 +
  |nexus  = 13707
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weird Sounds
 +
  |author  = mori_sensei
 +
  |id      = mori_sensei.WeirdSounds
 +
  |nexus  = 23848
 +
  |github  = alcmoe/SVMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Werewolf in the Valley
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Werewolf
 +
  |curse  = 877223
 +
  |moddrop = 1521370
 +
  |nexus  = 15724
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wetland Cultivation
 +
  |author  = QiuFengTanoka
 +
  |id      = QiuFengTanoka.WetlandCultivation
 +
  |nexus  = 25405
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = What Are You Missing
 +
  |author  = PrivateButtface
 +
  |id      = PrivateButtface.WhatAreYouMissing
 +
  |nexus  = 4430
 +
  |github  = LukeSeewald/PublicStardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = What Do You Want
 +
  |author  = John Peters, John Peters (you know, the farmer?)
 +
  |id      = JohnPeters.WhatDoYouWant
 +
  |nexus  = 24689
 +
  |github  = emurphy42/WhatDoYouWant
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = What Farm Cave, WhatAMush
 +
  |author  = Oxyligen
 +
  |id      = WhatAMush
 +
  |nexus  = 1097
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = wHats Up
 +
  |author  = Oxyligen
 +
  |id      = wHatsUp
 +
  |nexus  = 1082
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Where Are They
 +
  |author  = Capaldi12
 +
  |id      = Capaldi12.WhereAreThey
 +
  |nexus  = 13208
 +
  |github  =
 +
  |source  = https://gitlab.com/Capaldi12/wherearethey
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Where's My Horse
 +
  |author  = temisthem
 +
  |id      = tem696969696969.WheresMyHorse
 +
  |nexus  = 23287
 +
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Where's My Items?
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.WheresMyItems
 +
  |nexus  = 2086
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = White Turnip
 +
  |author  = ejun0
 +
  |id      = ejun0.WhiteTurnip
 +
  |nexus  = 8568
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Who Lives Here
 +
  |author  = Prism 99
 +
  |id      = prism99.wholiveshere
 +
  |nexus  = 19840
 +
  |github  = Prism-99/WhoLivesHere
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wiki Links
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WikiLinks
 +
  |nexus  = 11476
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|24119|Wiki Links by Aedenthorn}}.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Eggs Hatching
 +
  |author  = MikeW
 +
  |id      = Mikew.wildeggshatching
 +
  |nexus  = 23935
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Flowers
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Wildflowers
 +
  |nexus  = 14061
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21498|Wild Flowers Reimagined}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Flowers Reimagined
 +
  |author  = jpp
 +
  |id      = jpp.WildFlowersReimagined
 +
  |nexus  = 21498
 +
  |github  = jpparajeles/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Tree Tweaks
 +
  |author  = chiccen
 +
  |id      = chiccen.WildTreeTweaks
 +
  |nexus  = 24349
 +
  |github  = chiccenFL/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Willy's Fishing Workshops
 +
  |author  = not4bene
 +
  |id      = not4bene.WillysFishingWorkshops
 +
  |nexus  = 24877
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wind Effects
 +
  |author  = CatCattyCat
 +
  |id      = cat.windeffects
 +
  |nexus  = 6647
 +
  |moddrop = 833564
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial version = 1.0.3-unofficial.5-brimbane
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119900
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Window Resize
 +
  |author  = thatnzguy
 +
  |id      = thatnzguy.WindowResize
 +
  |nexus  = 2266
 +
  |github  = thatnzguy/WindowResize
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Grass
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.wintergrass
 +
  |nexus  = 1601
 +
  |moddrop = 833542
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |status  = obsolete
 +
  |summary  = remove this mod (grass no longer dies in winter in Stardew Valley 1.6).
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Pigs
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.WinterPigs
 +
  |curse  = 1004491
 +
  |moddrop = 1443556
 +
  |nexus  = 16879
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Rain
 +
  |author  = idermailer
 +
  |id      = idermailer.WinterRain
 +
  |nexus  = 13767
 +
  |github  = idermailer/WinterRain
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Star Spouse
 +
  |author  = drbirbdev
 +
  |id      = drbirbdev.WinterStarSpouse
 +
  |nexus  = 14164
 +
  |github  = drbirbdev/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Witcher Mod
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = Aedenthorn.WitcherMod
 +
  |nexus  = 5797
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wizard's Mystical Stationary
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.WizardsMysticalStationary
 +
  |nexus  = 5246
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wonderful Farm Life
 +
  |author  = Jinxiewinxie and TaintedWheat
 +
  |id      = WonderfulFarmLife
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
 +
  |github  = Jinxiewinxie/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.1 or 1.11
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.3-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Workbench Helper
 +
  |author  = Ballom41
 +
  |id      = Ballom41.WorkbenchHelper
 +
  |nexus  = 21294
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Working Fireplace
 +
  |author  = jahangmar
 +
  |id      = jahangmar.WorkingFireplace
 +
  |nexus  = 3654
 +
  |github  = jahangmar/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = World Maps, World Maps Everywhere
 +
  |author  = shekurika
 +
  |id      = shekurika.worldMaps
 +
  |nexus  = 24210
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = X
 +
  |author  = skiilaa
 +
  |id      = skiilaa.X
 +
  |nexus  = 2286
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.20
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XmlSerializerRetool
 +
  |author  = Persival
 +
  |id      = none <!-- no ID in manifest -->
 +
  |nexus  = 450
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.1
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XNB Loader
 +
  |author  = Entoarox
 +
  |id      = Entoarox.XnbLoader
 +
  |nexus  = 2275
 +
  |chucklefish = 4506
 +
  |github  = Entoarox/StardewMods
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XP Display
 +
  |author  = Shockah
 +
  |id      = Shockah.XPDisplay
 +
  |nexus  = 11089
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XPMultiplier
 +
  |author  = nofilenamed
 +
  |id      = NFN.XPMUL
 +
  |nexus  = 8649
 +
  |github  = nofilenamed/XPMultiplier
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XPMultiplier.Space
 +
  |author  = nofilenamed
 +
  |id      = NFN.XPMULSPA
 +
  |nexus  = 8760
 +
  |github  = nofilenamed/XPMultiplier.Space
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Xtardew Core
 +
  |author  = hixega
 +
  |id      = hixega.XtardewCore
 +
  |nexus  = 19096
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yanshufitos Mod
 +
  |author  = yanshufitos
 +
  |id      = yanshufitos.yanshufitosmod
 +
  |nexus  = 20355
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |broke in = never worked
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Year-Round Crops
 +
  |author  = vincebel
 +
  |id      = vincebel.YearRoundCrops
 +
  |nexus  = 8196
 +
  |github  = vincebel7/YearRoundCrops
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Auto Watering
 +
  |author  = zhuoyun233
 +
  |id      = zhuoyun233.YetAnotherAutoWatering
 +
  |nexus  = 21036
 +
  |github  = ZhuoYun233/YetAnotherAutoWatering-StardrewValleyMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Cooking Skill
 +
  |author  = moonslime
 +
  |id      = moonslime.CookingSkill
 +
  |nexus  = 22681
 +
  |github  = Pet-Slime/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Fishing Mod
 +
  |author  = NeverToxic
 +
  |id      = NeverToxic.YetAnotherFishingMod
 +
  |nexus  = 20391
 +
  |github  = Dunc4nNT/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Harvest With Scythe Mod, Harvest With Scythe
 +
  |id      = bcmpinc.HarvestWithScythe
 +
  |nexus  = 2731
 +
  |author  = bcmpinc
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Map Teleport, Stardew Map Teleport
 +
  |author  = moddem
 +
  |id      = moddem.StardewMapTeleport
 +
  |nexus  = 18143
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Sprint Mod
 +
  |author  = XxHarvzBackxX
 +
  |id      = XxHarvzBackxX.YASM
 +
  |nexus  = 9228
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = You've Got Mail - Twitch Integration
 +
  |author  = Jaredlll08, YGM Team
 +
  |id      = BlameJared.YGM, YGM.SDVMod<!--changed in 2.0-->
 +
  |curse  = 308005
 +
  |nexus  =
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = zDailyIncrease
 +
  |author  = thakyZ
 +
  |id      = zdailyincrease
 +
  |nexus  =
 +
  |chucklefish = 4247
 +
  |github  = thakyZ/zDailyIncrease
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = ZelWorld - Custom World Music
 +
  |author  = zelink
 +
  |id      = zelink.ZelWorld
 +
  |nexus  = 21466
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zenchman
 +
  |author  = BlaDe
 +
  |id      = BlaDe.Zenchman
 +
  |nexus  = 12024
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zen Mod
 +
  |author  = PositiveVegan
 +
  |id      = PositiveVegan.ZenMod
 +
  |nexus  = 12899
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zombie Outbreak
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.ZombieOutbreak
 +
  |nexus  = 6743
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Level
 +
  |author  = thespbgamer
 +
  |id      = thespbgamer.ZoomLevel
 +
  |curse  = 714275
 +
  |nexus  = 7363
 +
  |github  = thespbgamer/ZoomLevel
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Level Keybinding
 +
  |author  = GuiNoya, Yesst
 +
  |id      = GuiNoya.ZoomLevelKeybind
 +
  |nexus  = 1621
 +
  |github  = GuiNoya/SVMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Zoom Level|Zoom Level]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Mod / Zoom Out Extreme
 +
  |author  = RockinRolla
 +
  |id      = RockinMods.ZoomMod
 +
  |nexus  = 1326
 +
  |github  = rockinrolla/ZoomMod
 +
 
 +
  |broke in = Stardew Valley 1.3.33
 +
  |status  = workaround
 +
  |summary  = use [[#Zoom Level|Zoom Level]] instead.
 +
<!--
 +
  |unofficial version = 1.2.2-unofficial.1-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Per Map
 +
  |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.ZoomPerMap
 +
  |nexus  = 22227
 +
  |github  = DecidedlyHuman/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoomy Farmer
 +
  |author  = Geko_X
 +
  |id      = gekox.zoomyFarmer
 +
  |moddrop = 1530058
 +
  |nexus  = 6031
 +
  |github  =
 +
  |source  = https://gitlab.com/geko_x/stardew-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|footer}}
 +
<div class="game-stable-version" style="display:none;">{{version|link=0}}</div><div class="game-beta-version" style="display:none;">{{version|link=0}}</div>
 +
 
 +
===Content packs===
 +
This list shows broken content packs for SMAPI mods like Content Patcher. '''Only incompatible content packs are listed'''; working content packs are not listed (even if they have non-compatibility bugs). For legacy XNB mods, see [[#XNB mods]].
 +
 
 +
{{#invoke:SMAPI compatibility|header}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = 2CUTE FarmCave
 +
  |author  = taintedwheat
 +
  |id      = taintedwheat.2CuteFarmCave
 +
  |nexus  = 843
 +
  |github  =
 +
 
 +
  |content pack for  = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.3.36
 +
  |unofficial version = 2.0.1-unofficial.1-opalie
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adventurer's Guild Expanded
 +
  |author  = SUPERT
 +
  |id      = supert.adventureguildexpanded
 +
  |nexus  = 12102
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.1.0-unofficial.2-femtohound
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-200#post-126783
 +
  |summary            = use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-199#post-126783 unofficial update] or {{nexus mod|22591|Adventurer's Guild Expanded - Unofficial Update for 1.6}}.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bathroom After 2nd House Upgrade
 +
  |author  = DevilBro/Ursii98
 +
  |id      = ursii98.BathroomAfter2ndHouseupgrade
 +
  |nexus  = 2578
 +
  |github  =
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 4.0.1-unofficial.2-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354247
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Boogies Tidy Crafting<!--manifest-->, Tidy Crafting Menu<!--Nexus-->
 +
  |author  = Boogie
 +
  |id      = Boogie.Crafting
 +
  |nexus  = 7177
 +
 
 +
  |summary  = broken (doesn't show new 1.6 crafting recipes).
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cuter Slimes
 +
  |author  = Amaryn
 +
  |id      = Amaryn.CuterSlimes
 +
  |nexus  = 6073
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21889|Cuter Slimes Refreshed}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Don't Enable Pam
 +
  |author  = Jonqora
 +
  |id      = Jonqora.DontEnablePam
 +
  |nexus  = 6721
 +
  |github  = Jonqora/StardewMods/tree/master/DontEnablePam
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|23080|No Pam Enabling}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Green Pastures Farm
 +
  |author  = Bugbuddy
 +
  |id      = bugbuddy.GreenPasturesFarm
 +
  |nexus  = 2326
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.3.36
 +
  |unofficial version = 1.2.1-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330827
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Farm 2
 +
  |author  = Zander
 +
  |id      = zander.immersivefarm2
 +
  |nexus  = 1531
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.3.36
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|3561|Immersive Farm 2 Unofficial Update}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Spouses
 +
  |author  = someguy363
 +
  |id      = iss.immersivespouses
 +
  |nexus  = 5117
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|22538|Immersive Spouses 1.6}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Looking for Love
 +
  |author  = sivolobwho and foggywizard
 +
  |id      = foggy.LfL
 +
  |nexus  = 10206
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21370|Looking For Love Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Lumisteria Clumps and Nodes
 +
  |author  = Lumisteria
 +
  |id      = lumisteria.CON.NodesForClassicOres
 +
  |nexus  = 9256
 +
  |github  =
 +
 
 +
  |content pack for = Custom Ore Nodes
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{Nexus mod|21986|Lumisteria Glimmering Clumps and Nodes}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = More Backpack Upgrades
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CPMoreBackpacks
 +
  |nexus  = 13827
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21591|The Return Of More Backpack Upgrades}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Overgrown Fairy Buildings
 +
  |author  = Ali Read/naeldeus
 +
  |id      = naeldeus.OvergrownFairyBuildings
 +
  |nexus  = 4564
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial version = OvergrownFairyBuildings.1.5.unofficialUpdate2
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-26846
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Quality Artisan Products
 +
  |author  = Wingyl
 +
  |id      = Wingyl.QualityArtisanProducts
 +
  |moddrop = 707502
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Artisan Goods Keep Quality|Artisan Goods Keep Quality]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Remove That Damn Rock
 +
  |author  = Plutey/Androxilogin
 +
  |id      = Androxilogin.RemoveThatDamnRock
 +
  |nexus  = 384
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.2
 +
  |unofficial version = 1.1.1-unofficial.1-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-14#post-3353498
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Spacious Greenhouse
 +
  |author  = mintgal
 +
  |id      = mintgal.SpaciousGreenhouse
 +
  |nexus  = 4137
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-124427
 +
  |unofficial version = 1.2.1-unofficial
 +
}}
 +
{{#invoke:SMAPI compatibility|footer}}
 +
 
 +
===XNB mods===
 +
See [[Modding:Using XNB mods]].
 +
<!--
 +
 
 +
Do not list XNB mods here.
 +
 
 +
-->
 +
 
 +
==Mod data overrides==
 +
This section overrides the data specified in mods' [[Modding:Modder Guide/APIs/Manifest|<samp>manifest.json</samp> files]] or mod pages for SMAPI's update checks. '''This is a specialized section; in most cases it's better to correct the mod instead.''' See the [[Module:SMAPI compatibility overrides#Usage|format description]] when editing this section.
 +
 
 +
{{#invoke:SMAPI compatibility overrides|header}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Adjust Artisan Prices
 +
   |id            = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc
 +
   |update keys    =
 +
   |local version  =
 +
   |remote version = 0.01 → 0.0.1
 +
   |reason        = [https://community.playstarbound.com/resources/smapi-adjust-artisan-prices.3532/history mod page] has wrong version format
 +
}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Almighty Farming Tool
 +
   |id            = 439
 +
   |update keys    =
 +
   |local version  =
 +
   |remote version = 1.21 → 1.2.1
 +
   |reason        = {{nexus mod|439|mod page}} has wrong version format
 +
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
{{#invoke:SMAPI compatibility overrides|entry
 
   |name          = Auto Water
 
   |name          = Auto Water
Line 17,684: Line 24,406:
 
   |local version  =
 
   |local version  =
 
   |remote version =
 
   |remote version =
  |reason        = manifest has wrong update keys<!--last checked: 1.9.0-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
{{#invoke:SMAPI compatibility overrides|entry
Line 17,717: Line 24,438:
 
   |remote version = 1.12 → 1.1.2
 
   |remote version = 1.12 → 1.1.2
 
   |reason        = {{nexus mod|1094|mod page}} + manifest has wrong version format<!--last checked: 1.1.2-->
 
   |reason        = {{nexus mod|1094|mod page}} + manifest has wrong version format<!--last checked: 1.1.2-->
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
  |name          = Object Progress Bar
 
  |id            = Adeel.ObjectProgressbars
 
  |update keys    =
 
  |local version  = 1.4.0 → 1.3.0
 
  |remote version =
 
  |reason        = broken update
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
{{#invoke:SMAPI compatibility overrides|entry
Line 17,773: Line 24,486:
 
   |remote version =
 
   |remote version =
 
   |reason        = mod page moved<!--last checked: 1.0.0-->
 
   |reason        = mod page moved<!--last checked: 1.0.0-->
 +
}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
  |name          = Luck Skill
 +
  |id            = spacechase0.LuckSkill
 +
  |update keys    = GitHub:Nykal145/LuckSkill1.6 → Nexus:521
 +
  |local version  =
 +
  |remote version = 1.4.0-unofficial.5-Nykal145 → 1.2.6
 +
  |reason        = Changed from unofficial to official maintainer<!--last checked: 1.0.0-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility overrides|footer}}
 
{{#invoke:SMAPI compatibility overrides|footer}}
Line 17,781: Line 24,502:
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
 
* Post a message in the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] to ask questions or say when your mods are updated.
 
* Post a message in the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] to ask questions or say when your mods are updated.
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
+
* Chat or ask questions in [[Modding:Community#Discord|#making-mods on Discord]].
  
 
===Creating an unofficial update===
 
===Creating an unofficial update===
Line 17,797: Line 24,518:
 
   |next =
 
   |next =
 
}}
 
}}
 +
 +
[[Category:Modding]]
  
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[es:Modding:Compatibilidad de mods]]
 
[[es:Modding:Compatibilidad de mods]]
 
[[zh:模组:模组兼容性]]
 
[[zh:模组:模组兼容性]]

Latest revision as of 06:15, 7 July 2024

SMAPI mod compatibility, July 2017 to June 2024. See notable events which affect this chart.
broken (proprietary)
broken (open-source)
compatible

Sometimes a mod will stop working due to a major game update; SMAPI automatically disables incompatible mods. This page lists known SMAPI mods and their compatibility with the latest versions, and explains how to fix broken mods if possible.

Instructions

For players

See smapi.io/mods for a more user-friendly view of this page.

To update your mods:

  1. For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
  2. If a mod is still failing, post a message in the coordination thread (with your SMAPI log attached) and we'll help.

For mod authors

Feel free to update the lists below! See instructions for editing the template.

Notes for the mod status:

  • Only mark a mod abandoned or obsolete if (a) the mod author has explicitly abandoned the mod, or (b) they've hidden or deleted the mod page, or (c) it's been superseded by an equivalent game feature. A mod is not considered abandoned just because it hasn't been updated for a while.
  • Only mark a mod broken if it's incompatible. This isn't the place to track general mod bugs, unless they impact compatibility. In rare cases where a non-compatibility bug is severe enough to note here (e.g. game crashes on some platforms), you can use the warnings field.

Compatibility list

C# mods

This includes every known C# SMAPI mod. It's updated for new/updated mods on CurseForge/ModDrop/Nexus periodically with the help of semi-automated scripts, but feel free to make corrections as needed!

Content packs

This list shows broken content packs for SMAPI mods like Content Patcher. Only incompatible content packs are listed; working content packs are not listed (even if they have non-compatibility bugs). For legacy XNB mods, see #XNB mods.

XNB mods

See Modding:Using XNB mods.

Mod data overrides

This section overrides the data specified in mods' manifest.json files or mod pages for SMAPI's update checks. This is a specialized section; in most cases it's better to correct the mod instead. See the format description when editing this section.

For mod developers

Updating a mod

See migration guides. You can...

Creating an unofficial update

To avoid conflicting with official updates, here's the recommended way to create an unofficial update. This assumes you're creating a basic update (not a continuation or reinvention), and the code is on GitHub (adjust the steps accordingly if it's elsewhere).

  1. Fork the code.
  2. Make your changes to that fork (see updating a mod).
  3. Change the version in manifest.json to the official version number plus 0.0.1, with -unofficial.1-yourName at the end.
    For example, if the current version is 1.0.0 and your name is SampleUser, change it to 1.0.1-unofficial.1-sampleUser. If you need to release a new unofficial update, just increment unofficial.1 to unofficial.2, etc. This ensures that official versions supersede unofficial ones (e.g., for update checks), and other users can release newer unofficial updates if needed.
  4. Push your changes to GitHub.
  5. Post a release package to the coordination thread with a link to your fork on GitHub.
    (If the mod uses the NuGet build package, there should be a release package named <mod name> <version>.zip in your bin folder.)
  6. Submit a pull request to the original author (if applicable).