Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Add "The Return of Immersive Scarecrows", redirect Immersive Scarecrows to it.)
Tags: Mobile edit Mobile web edit
 
(552 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 47: Line 53:
 
   |source  = https://sourceforge.net/p/sdvmod-24h-harmony/
 
   |source  = https://sourceforge.net/p/sdvmod-24h-harmony/
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
   |beta status  = workaround
+
   |status  = workaround
   |beta summary  = use content pack like [https://www.nexusmods.com/stardewvalley/mods/20794 24H Clock Language]
+
   |summary  = use [[#24h Clock|24h Clock]] or {{nexus mod|20794|24H Clock Language}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 60: 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 69: Line 98:
 
   |github  = Ophaneom/Abilities-Experience-Bars
 
   |github  = Ophaneom/Abilities-Experience-Bars
  
   |beta broke in = Stardew Valley 1.6
+
   |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 96: Line 134:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 112: Line 150:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 127: Line 165:
 
   |nexus  = 2088
 
   |nexus  = 2088
 
   |github  =
 
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Active Menu Anywhere
 +
   |author  = weizinai
 +
  |id      = weizinai.ActiveMenuAnywhere
 +
  |nexus  = 21093
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 137: Line 180:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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 143: Line 188:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AdditionalMineMaps
 
   |id      = aedenthorn.AdditionalMineMaps
 +
  |curse  = 868700
 
   |nexus  = 14595
 
   |nexus  = 14595
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
Line 152: Line 198:
 
   |nexus  = 20111
 
   |nexus  = 20111
 
   |github  =
 
   |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 160: Line 215:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 169: Line 224:
 
   |github  = MiguelLucas/StardewValleyMods
 
   |github  = MiguelLucas/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 178: Line 233:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adjustable Sprinklers
 +
  |author  = NCarigon
 +
  |id      = NCarigon.AdjustableSprinklers
 +
  |nexus  = 21843
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 199: Line 261:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 219: Line 281:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 233: Line 295:
 
   |github  = Gathouria/Adopt-Skin
 
   |github  = Gathouria/Adopt-Skin
  
   |beta broke in = Stardew Valley 1.6
+
   |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 239: Line 308:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AdvancedCooking
 
   |id      = aedenthorn.AdvancedCooking
 +
  |curse  = 868782
 
   |nexus  = 11264
 
   |nexus  = 11264
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 248: Line 327:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AdvancedFluteBlocks
 
   |id      = aedenthorn.AdvancedFluteBlocks
 +
  |curse  = 868790
 
   |nexus  = 10934
 
   |nexus  = 10934
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 263: Line 345:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advanced Loot Framework
+
   |name    = Advanced Location Loader
   |author  = aedenthorn, Erinthe
+
   |author  = Entoarox
   |id      = aedenthorn.AdvancedLootFramework
+
   |id      = Entoarox.AdvancedLocationLoader
   |nexus  = 7739
+
   |nexus  = 2270
   |github  = aedenthorn/StardewValleyMods
+
  |chucklefish = 3619
 +
   |github  = Entoarox/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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
 +
  |name    = Advanced Loot Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.AdvancedLootFramework
 +
  |curse  = 868863
 +
  |nexus  = 7739
 +
  |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 291: Line 388:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 297: Line 396:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AdvancedMenuPositioning
 
   |id      = aedenthorn.AdvancedMenuPositioning
 +
  |curse  = 868780
 
   |nexus  = 11315
 
   |nexus  = 11315
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
Line 311: Line 411:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |id      = spacechase0.AdvancedSocialInteractions
 
   |id      = spacechase0.AdvancedSocialInteractions
 +
  |curse  = 867133
 
   |nexus  = 14451
 
   |nexus  = 14451
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Advancing Sprinklers
 +
  |author  = Warix3
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 321: Line 433:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 348: Line 460:
 
   |github  = Tlitookilakin/AeroCore
 
   |github  = Tlitookilakin/AeroCore
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 354: Line 467:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AFKTimePause
 
   |id      = aedenthorn.AFKTimePause
 +
  |curse  = 868715
 
   |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 364: Line 494:
 
   |github  = phrasefable/StardewMods
 
   |github  = phrasefable/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 380: Line 520:
 
   |github  = XxHarvzBackxX/airstrike
 
   |github  = XxHarvzBackxX/airstrike
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = AI Valley
 +
  |author  = Dualityofsoul
 +
  |id      = Dualityofsoul.AIValley
 +
  |nexus  = 25025
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 404: Line 551:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
Line 410: Line 569:
 
   |author  = Jag3dagster
 
   |author  = Jag3dagster
 
   |id      = HedgehogTechnologies.AllowBeachSprinklers<!--changed in 1.1.0-->, Jag3dagster.AllowBeachSprinklers
 
   |id      = HedgehogTechnologies.AllowBeachSprinklers<!--changed in 1.1.0-->, Jag3dagster.AllowBeachSprinklers
 +
  |curse  = 989210
 
   |nexus  = 7629
 
   |nexus  = 7629
 
   |github  = Hedgehog-Technologies/StardewMods
 
   |github  = Hedgehog-Technologies/StardewMods
Line 427: Line 587:
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 436: Line 596:
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Alamanac, Dynamic Game Assets-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Alamanac, Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 457: Line 617:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.AlternativeTextures
 
   |id      = PeacefulEnd.AlternativeTextures
 +
  |curse  = 870938
 
   |nexus  = 9246
 
   |nexus  = 9246
 
   |github  = Floogen/AlternativeTextures
 
   |github  = Floogen/AlternativeTextures
Line 473: Line 634:
 
   |nexus  = 15926
 
   |nexus  = 15926
 
   |github  = Jaksha6472/WitchTower
 
   |github  = Jaksha6472/WitchTower
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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}}
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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 495: Line 673:
 
   |nexus  = 2733
 
   |nexus  = 2733
 
   |github  = bcmpinc/StardewHack
 
   |github  = bcmpinc/StardewHack
 
+
}}
   |beta broke in = Stardew Valley 1.6<!--@retest-after 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 510: Line 700:
 
   |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
 +
 
   |broke in = Stardew Valley 1.6
 
   |broke in = Stardew Valley 1.6
 
}}
 
}}
Line 517: Line 708:
 
   |id      = cindyexe.afddiw
 
   |id      = cindyexe.afddiw
 
   |nexus  = 8823
 
   |nexus  = 8823
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ancient Seed Expended, More Ancient Seeds C
 +
  |author  = Zexu2K
 +
  |id      = Zeux2K.More_Ancient_Seeds_C
 +
  |nexus  = 26498
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 525: Line 725:
 
   |nexus  = 6894
 
   |nexus  = 6894
 
   |github  = AngelaRanna/StardewMods
 
   |github  = AngelaRanna/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 533: Line 743:
 
   |github  = AngelaRanna/StardewMods
 
   |github  = AngelaRanna/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 542: Line 752:
 
   |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
 
+
-->
   |beta broke in = Stardew Valley 1.6
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Angry Seagulls
 +
  |author  = spacechase0
 +
   |id      = spacechase0.AngrySeagulls
 +
  |nexus  = 26121
 +
  |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 572: Line 789:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AnimalDialogueFramework
 
   |id      = aedenthorn.AnimalDialogueFramework
 +
  |curse  = 868666
 
   |nexus  = 16881
 
   |nexus  = 16881
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 583: Line 801:
 
   |nexus  = 1538
 
   |nexus  = 1538
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6<!--@retest-linked, @retest-after Mail Framework-->
+
{{#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
 
   |github  = nofilenamed/AnimalObserver
 
   |github  = nofilenamed/AnimalObserver
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 609: Line 833:
 
   |github  = Hakej/Animal-Pet-Status
 
   |github  = Hakej/Animal-Pet-Status
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 619: Line 843:
 
   |github  = lshtech/AnimalProduceExpansion
 
   |github  = lshtech/AnimalProduceExpansion
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 627: Line 851:
 
   |nexus  = 7769
 
   |nexus  = 7769
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 637: Line 859:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animals Don't Remove Grass
 +
  |author  = MrShreddie
 +
  |id      = MrShreddie.AnimalsDontRemoveGrass
 +
  |nexus  = 21028
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 646: Line 875:
 
   |github  = rikai/AnimalSelector
 
   |github  = rikai/AnimalSelector
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 663: Line 893:
 
   |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
 
+
-->
   |beta broke in = Stardew Valley 1.6
+
}}
 +
{{#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 675: Line 912:
 
   |nexus  = 6196
 
   |nexus  = 6196
 
   |github  = gzhynko/StardewMods
 
   |github  = gzhynko/StardewMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 686: Line 921:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |status = obsolete
+
   |status = obsolete
   |summary = remove this mod (Added in Stardew Valley 1.6)
+
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 699: Line 934:
 
   |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
 +
  |curse  = 868854
 
   |nexus  = 7957
 
   |nexus  = 7957
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 712: Line 950:
 
   |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.
 
+
-->
  |beta broke in = Stardew Valley 1.6<!--@retest-after HD Portraits-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 748: Line 986:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 754: Line 992:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.YAJM
 
   |id      = aedenthorn.YAJM
 +
  |curse  = 868885
 
   |nexus  = 6546
 
   |nexus  = 6546
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 765: Line 1,006:
 
   |nexus  = 2887
 
   |nexus  = 2887
 
   |github  = funny-snek/anticheat-and-servercode
 
   |github  = funny-snek/anticheat-and-servercode
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = AntiCheat Whitelist, AntiCheat Server Whitelist
 +
  |author  = alichan, alichanST
 +
  |id      = alichan.AntiCheatWhitelist
 +
  |nexus  = 24204
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 779: Line 1,027:
 
   |nexus  = 5371
 
   |nexus  = 5371
 
   |github  = super-aardvark/AardvarkMods-SDV
 
   |github  = super-aardvark/AardvarkMods-SDV
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Anti Tool Exhaustion
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.antiToolExhaustion
 +
  |curse  = 1081754
 +
  |nexus  = 26371
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 787: Line 1,043:
 
   |github  = MouseyPounds/stardew-mods
 
   |github  = MouseyPounds/stardew-mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 793: Line 1,049:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.AprilFools
 
   |id      = aedenthorn.AprilFools
 +
  |curse  = 868768
 
   |nexus  = 11496
 
   |nexus  = 11496
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 802: Line 1,061:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |id      = spacechase0.AQualityMod
 
   |id      = spacechase0.AQualityMod
 +
  |curse  = 867134
 
   |nexus  = 14448
 
   |nexus  = 14448
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Arcade 2048
+
  |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
 +
   |name    = Arcade 2048
 
   |author  = Platonymous
 
   |author  = Platonymous
 
   |id      = Platonymous.2048
 
   |id      = Platonymous.2048
Line 816: Line 1,083:
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 837: Line 1,104:
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 843: Line 1,129:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.Archery
 
   |id      = PeacefulEnd.Archery
 +
  |curse  = 870921
 
   |nexus  = 16767
 
   |nexus  = 16767
 
   |github  = Floogen/Archery
 
   |github  = Floogen/Archery
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 852: Line 1,139:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.Archery.StarterPack.Code
 
   |id      = PeacefulEnd.Archery.StarterPack.Code
 +
  |curse  = 870920
 
   |nexus  = 16768
 
   |nexus  = 16768
 
   |github  = Floogen/Archery
 
   |github  = Floogen/Archery
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 864: Line 1,152:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Armor Ore
 +
  |author  = gmff
 +
  |id      = GMFF.ArmorOre
 +
  |nexus  =
 +
  |curse  = 485718
 +
  |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 873: Line 1,179:
 
   |moddrop = 661378
 
   |moddrop = 661378
 
   |github  = Mizzion/MyStardewMods
 
   |github  = Mizzion/MyStardewMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 885: Line 1,189:
 
   |source  = https://sourceforge.net/p/sdvmods-artifact-fix-redux/
 
   |source  = https://sourceforge.net/p/sdvmods-artifact-fix-redux/
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 905: Line 1,209:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 931: Line 1,243:
 
   |nexus  = 260
 
   |nexus  = 260
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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 943: Line 1,260:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 960: Line 1,277:
 
   |warnings = Broken on Android.
 
   |warnings = Broken on Android.
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 971: Line 1,288:
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 977: Line 1,294:
 
   |author  = mistyspring
 
   |author  = mistyspring
 
   |id      = mistyspring.AudioDescription
 
   |id      = mistyspring.AudioDescription
  |curse  = 880513
 
 
   |nexus  = 16294
 
   |nexus  = 16294
 
   |github  = misty-spring/StardewMods
 
   |github  = misty-spring/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 994: Line 1,321:
 
   |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
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto-Attack
 +
  |author  = X3n0n182
 +
  |id      = X3n0n182.AutoAttack
 +
  |nexus  = 7258
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,004: Line 1,339:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Auto-Attack
+
   |name    = Auto Bait and Tackles
   |author  = X3n0n182
+
  |author  = Alison Li
   |id      = X3n0n182.AutoAttack
+
  |id      = Alison-Li.AutoBaitAndTackles
   |nexus  = 7258
+
  |nexus  = 6773
 +
  |github  = Alison-Li/AutoBaitAndTacklesMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Break Geode
 +
   |author  = weizinai
 +
   |id      = weizinai.AutoBreakGeode
 +
   |nexus  = 20685
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Auto Bait and Tackles
+
   |name    = Auto Catch
   |author  = Alison Li
+
   |author  = MercuryVN
   |id      = Alison-Li.AutoBaitAndTackles
+
   |id      = MercuryVN.AutoCatch
   |nexus  = 6773
+
   |nexus  = 22616
   |github  = Alison-Li/AutoBaitAndTacklesMod
+
   |github  = MercuryVN/AutoCatch
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Catch Fish
 +
  |author  = WillTheMage
 +
  |id      = WillTheMage.AutoCatchFishMod
 +
  |nexus  = 25997
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,024: Line 1,373:
 
   |author  = Ben880, ben1830
 
   |author  = Ben880, ben1830
 
   |id      = BenjaminWilcox.AutoCoffee
 
   |id      = BenjaminWilcox.AutoCoffee
 +
  |curse  = 990166
 
   |nexus  = 2387
 
   |nexus  = 2387
 
   |github  =
 
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Consume, Auto Consume for Heal and Buff
 +
   |author  = Jihyun and Somin
 +
  |id      = JihyunSomin.AutoConsume
 +
  |nexus  = 24178
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,040: Line 1,395:
 
   |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 1,056: Line 1,418:
 
   |github  = Dwayneten/AutoFarmScreenshot
 
   |github  = Dwayneten/AutoFarmScreenshot
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Daily Screenshot|Daily Screenshot]] instead.
 
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 1,067: Line 1,433:
 
   |github  = maephie/StardewMods
 
   |github  = maephie/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#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 1,075: Line 1,448:
 
   |nexus  = 1895
 
   |nexus  = 1895
 
   |github  = WhiteMinds/mod-sv-autofish
 
   |github  = WhiteMinds/mod-sv-autofish
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Autofish, Autofish Used All Version
 +
   |author  = dirinkbottle
 +
  |id      = dirinkbottle.autofish
 +
  |nexus  = 26954
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,085: Line 1,463:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,093: Line 1,478:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 1,100: Line 1,495:
 
   |nexus  = 14162
 
   |nexus  = 14162
 
   |github  =
 
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Grab Truffles
 +
  |author  = Frostiverse
 +
  |id      = Frostiverse.AutoGrabTruffles
 +
  |nexus  = 21705
 +
  |github  = Hunter-Chambers/StardewValleyMods
 +
}}
 +
{{#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 1,114: Line 1,521:
 
   |author  = Pathoschild
 
   |author  = Pathoschild
 
   |id      = Pathoschild.Automate
 
   |id      = Pathoschild.Automate
 +
  |curse  = 992857
 
   |nexus  = 1063
 
   |nexus  = 1063
 
   |moddrop = 509760
 
   |moddrop = 509760
Line 1,136: Line 1,544:
 
   |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 1,143: Line 1,559:
 
   |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 1,150: Line 1,575:
 
   |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
 +
  |name    = Automatic To-Do List
 +
  |author  = VoxaelFox
 +
  |id      = VoxaelFox.AutomaticTodoList
 +
  |nexus  = 26008
 +
  |github  = paulwrubel/stardew-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,158: Line 1,597:
 
   |nexus  = 15776
 
   |nexus  = 15776
 
   |github  = kristian-skistad/automators
 
   |github  = kristian-skistad/automators
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |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    = AutoPetter
 +
  |author  = Brogio
 +
  |id      = Brogio.AutoPetter
 +
  |nexus  = 27203
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,163: Line 1,623:
 
   |author  = Jag3Dagster
 
   |author  = Jag3Dagster
 
   |id      = HedgehogTechnologies.AutoForager, HedgehogTechnologies.AutoShaker, Jag3Dagster.AutoShaker<!--changed in 2.0.0 and 1.6.1-->
 
   |id      = HedgehogTechnologies.AutoForager, HedgehogTechnologies.AutoShaker, Jag3Dagster.AutoShaker<!--changed in 2.0.0 and 1.6.1-->
 +
  |curse  = 989657
 
   |nexus  = 7736
 
   |nexus  = 7736
 
   |github  = Hedgehog-Technologies/StardewMods
 
   |github  = Hedgehog-Technologies/StardewMods
Line 1,172: Line 1,633:
 
   |nexus  = 443
 
   |nexus  = 443
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto-Stack Bait & Ammo
 +
  |author  = Jonathan Feenstra
 +
  |id      = JonathanFeenstra.AutoStackBait
 +
  |nexus  = 23423
 +
  |github  = JonathanFeenstra/Auto-StackBaitAndAmmo
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,182: Line 1,650:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Auto Tool Select
+
  |name    = Auto Stack Items to Chest
   |author  = lolmaj
+
  |author  = Chosimba
   |id      = lolmaj.AutoToolSelect
+
  |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
 +
   |name    = Auto Tool Select
 +
   |author  = lolmaj
 +
   |id      = lolmaj.AutoToolSelect
 
   |nexus  = 3883
 
   |nexus  = 3883
 
   |github  = MaciejMarkuszewski/StardewValleyAutoToolSelect
 
   |github  = MaciejMarkuszewski/StardewValleyAutoToolSelect
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,197: Line 1,674:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,214: Line 1,697:
 
   |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,233: Line 1,723:
 
   |nexus  = 5463
 
   |nexus  = 5463
 
   |github  = stellarashes/SDVMods
 
   |github  = stellarashes/SDVMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,245: Line 1,733:
 
   |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,256: Line 1,744:
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |status  = abandoned
 +
  |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Baby Chance Adjustment
 +
  |author  = LateFilmsGamer
 +
  |id      = Late's.AdjustBabyChance
 +
  |nexus  = 15018
 +
  |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,276: Line 1,792:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |id      = spacechase0.BackstoryQuestionsFramework
 
   |id      = spacechase0.BackstoryQuestionsFramework
 +
  |curse  = 867131
 
   |nexus  = 14570
 
   |nexus  = 14570
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,294: Line 1,825:
 
   |nexus  = 13043
 
   |nexus  = 13043
 
   |github  = Mizzion/MyStardewMods
 
   |github  = Mizzion/MyStardewMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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,304: Line 1,840:
 
   |moddrop = 986076
 
   |moddrop = 986076
 
   |github  = lshtech/StardewValleyMods
 
   |github  = lshtech/StardewValleyMods
 
+
  |summary = feature now in vanilla game (1.6)
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,322: Line 1,858:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.3.4-unofficial.4-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BatForm
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,332: Line 1,870:
  
 
   |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,340: Line 1,885:
 
   |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.
 
+
-->
  |beta status = broken<!--@retest-after Battle Royalley - Year 2-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,351: Line 1,896:
 
   |id      = tylergibbs2.BattleRoyalleyYear2
 
   |id      = tylergibbs2.BattleRoyalleyYear2
 
   |nexus  = 9891
 
   |nexus  = 9891
   |github  = tylergibbs2/BattleRoyalley-Year2
+
   |github  = tylergibbs2/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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,360: Line 1,912:
 
   |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,366: Line 1,925:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.BedTweaks
 
   |id      = aedenthorn.BedTweaks
 +
  |curse  = 868834
 
   |nexus  = 10023
 
   |nexus  = 10023
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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  = aedenthorn, Erinthe
+
  |author  = KirbyLink
   |id      = aedenthorn.BeePaths
+
  |id      = kirbylink.beehousefix
   |nexus  = 14812
+
  |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
 +
   |id      = aedenthorn.BeePaths
 +
  |curse  = 868914
 +
   |nexus  = 14812
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,386: Line 1,962:
 
   |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,394: Line 1,979:
 
   |nexus  = 9315
 
   |nexus  = 9315
 
   |github  = AHilyard/BerrySeasonReminder
 
   |github  = AHilyard/BerrySeasonReminder
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better 10 Hearts
 +
  |author  = Sonozuki
 +
  |id      = EpicBellyFlop45.Better10Hearts
 +
  |nexus  = 3605
 +
  |github  = Sonozuki/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,416: Line 2,009:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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,425: Line 2,020:
 
   |github  = daleao/bagi-meads
 
   |github  = daleao/bagi-meads
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Better Artisan Good Icons-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Artisan Good Icons-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,433: Line 2,028:
 
   |nexus  = 8141
 
   |nexus  = 8141
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,457: Line 2,050:
 
   |nexus  = 11166
 
   |nexus  = 11166
 
   |github  = NormanPCN/StardewValleyMods
 
   |github  = NormanPCN/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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
Line 1,465: Line 2,063:
 
   |id      = furyx639.BetterChests
 
   |id      = furyx639.BetterChests
 
   |curse  = 871836
 
   |curse  = 871836
 +
  |moddrop = 1547210
 
   |nexus  = 9791
 
   |nexus  = 9791
 
   |github  = LeFauxMatt/StardewMods
 
   |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Crab Pots
 +
  |author  = Sonozuki
 +
  |id      = EpicBellyFlop45.BetterCrabPots
 +
  |nexus  = 3159
 +
  |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,475: Line 2,094:
 
   |moddrop = 1115749
 
   |moddrop = 1115749
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,482: Line 2,099:
 
   |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
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Better Crafting-->
+
   |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,502: Line 2,128:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,511: Line 2,137:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,521: Line 2,147:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.BetterElevator
 
   |id      = aedenthorn.BetterElevator
 +
  |curse  = 868746
 
   |nexus  = 12802
 
   |nexus  = 12802
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,546: Line 2,189:
 
   |nexus  = 10287
 
   |nexus  = 10287
 
   |github  = urbanyeti/stardew-better-friendship
 
   |github  = urbanyeti/stardew-better-friendship
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Frog Control, Spit That Up - Better Frog Control
 +
  |author  = Malkavian, Malkavian242
 +
  |id      = malkavian.betterfrogcontrol
 +
  |nexus  = 26144
 +
  |github  = LucasOCastro/StardewValley-BetterFrogControl
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,555: Line 2,205:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,568: Line 2,218:
 
   |github  = AairTheGreat/StardewValleyMods
 
   |github  = AairTheGreat/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,578: Line 2,228:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,592: Line 2,244:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,606: Line 2,258:
 
}}
 
}}
 
{{#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
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,639: Line 2,289:
 
   |nexus  = 2221
 
   |nexus  = 2221
 
   |github  = hawkfalcon/Stardew-Mods
 
   |github  = hawkfalcon/Stardew-Mods
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,649: Line 2,297:
 
   |source  = https://gitlab.com/micfort/betterjunimoscropfields
 
   |source  = https://gitlab.com/micfort/betterjunimoscropfields
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,658: Line 2,306:
 
   |github  = ceruleandeep/CeruleanStardewMods
 
   |github  = ceruleandeep/CeruleanStardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Better Junimos-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Junimos-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,667: Line 2,315:
 
   |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,684: Line 2,339:
 
   |github  = Sonozuki/StardewMods
 
   |github  = Sonozuki/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,693: Line 2,350:
 
   |github  = AairTheGreat/StardewValleyMods
 
   |github  = AairTheGreat/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,702: Line 2,359:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Better Pannint-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Pannint-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,717: Line 2,374:
 
   |nexus  = 17252
 
   |nexus  = 17252
 
   |github  = Achtuur/StardewMods
 
   |github  = Achtuur/StardewMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,727: Line 2,382:
 
   |github  = bmarquismarkail/SV_BetterQualityMoreSeeds
 
   |github  = bmarquismarkail/SV_BetterQualityMoreSeeds
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,746: Line 2,401:
 
   |nexus  = 859
 
   |nexus  = 859
 
   |github  = urbanyeti/stardew-better-ranching
 
   |github  = urbanyeti/stardew-better-ranching
  |broke in = Stardew Valley 1.6
 
  |unofficial url = https://www.nexusmods.com/stardewvalley/mods/20721
 
  |unofficial version = 2.0.1
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,763: Line 2,415:
 
   |nexus  = 11610
 
   |nexus  = 11610
 
   |github  = DecidedlyHuman/StardewValleyMods
 
   |github  = DecidedlyHuman/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,771: Line 2,421:
 
   |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,785: Line 2,435:
 
   |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
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,801: Line 2,450:
 
   |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,812: Line 2,461:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,827: Line 2,476:
 
   |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,836: Line 2,487:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,844: Line 2,502:
 
   |nexus  = 1992
 
   |nexus  = 1992
 
   |github  =
 
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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,855: Line 2,518:
 
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,863: Line 2,526:
 
   |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
 +
  |curse  = 1081728
 +
  |nexus  = 25022
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,872: Line 2,560:
 
   |github  = CaptainSully/StardewMods
 
   |github  = CaptainSully/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,881: Line 2,576:
 
   |github  = AairTheGreat/StardewValleyMods
 
   |github  = AairTheGreat/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Workbenches
+
   |name    = Better Transmutation
   |author  = CatCattyCat, Cat
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = cat.betterworkbenches
+
   |id      = f4iTh.BetterTransmutation
   |nexus  = 4830
+
   |nexus  = 2120
  |moddrop = 833559
+
   |github  =
   |github  = danvolchek/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Trash Can
 +
  |author  = shivaGuy
 +
  |id      = shivaGuy.BetterTrashCan
 +
  |nexus  = 11814
 +
  |github  =
 +
}}
 +
{{#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
 +
  |name    = Better Workbenches
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.betterworkbenches
 +
  |nexus  = 4830
 +
  |moddrop = 833559
 +
  |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,900: Line 2,631:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,913: Line 2,660:
  
 
   |warnings = Broken on Android.
 
   |warnings = Broken on Android.
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,924: Line 2,669:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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,934: Line 2,693:
 
   |github  = JessebotX/StardewValleyMods
 
   |github  = JessebotX/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,955: Line 2,714:
 
   |nexus  = 492
 
   |nexus  = 492
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,964: Line 2,721:
 
   |nexus  = 6948
 
   |nexus  = 6948
 
   |github  = desto-git/sdv-mods
 
   |github  = desto-git/sdv-mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,973: Line 2,728:
 
   |nexus  = 14073
 
   |nexus  = 14073
 
   |github  = drbirbdev/StardewValley
 
   |github  = drbirbdev/StardewValley
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Birb Core
 +
   |author  = drbirbdev
 +
  |id      = drbirbdev.BirbCore
 +
  |nexus  = 19140
 +
  |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,983: Line 2,743:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Happy Birthday (by Omegasis)-->
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayBuff
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Birthday Friendship, Birthday Knowledge Friendship
 
   |name    = Birthday Friendship, Birthday Knowledge Friendship
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.BirthdayFriendship
+
   |id      = aedenthorn.BirthdayKnowledgeFriendship<!--changed in 0.1.1-unofficial.1-->, aedenthorn.BirthdayFriendship
 
   |nexus  = 17974
 
   |nexus  = 17974
 
   |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}}#BirthdayKnowledgeFriendship
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,000: Line 2,766:
  
 
   |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 2,009: Line 2,782:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS No Clip
+
   |name    = BJS Capsule Mod
 
   |author  = BunnyJumps
 
   |author  = BunnyJumps
   |id      = BunnyJumps.BJSNoClip
+
   |id      = BunnyJumps.BJSCapsuleMod
   |nexus  = 2820
+
   |nexus  = 2502
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Time Skipper
+
   |name    = BJS MP Kick Mod
 
   |author  = BunnyJumps
 
   |author  = BunnyJumps
   |id      = BunnyJumps.BJSTimeSkipper
+
   |id      = BunnyJumps.BJSMPKickMenu
   |nexus  = 2178
+
   |nexus  = 2503
 
   |github  =
 
   |github  =
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.3.29
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-99#post-74821
+
   |status  = obsolete
   |unofficial version = 1.4.3-unofficial.1-Vivan
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS True Master
+
   |name    = BJS Night Sounds
   |author  = Qther - BunnyJumps
+
   |author  = BunnyJumps
   |id      = BunnyJumps.BJSTrueMaster
+
   |id      = BunnyJumps.BJSNightSounds
   |nexus  = 5324
+
   |nexus  = 2501
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.8
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Blackhearts
+
  |name    = BJS No Clip
   |author  = Mightywa33ior
+
  |author  = BunnyJumps
   |id      = Mightywa33ior.Blackhearts
+
  |id      = BunnyJumps.BJSNoClip
 +
  |nexus  = 2820
 +
  |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
 +
  |name    = BJS Time Skipper
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSTimeSkipper
 +
  |nexus  = 2178
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-74821
 +
  |unofficial version = 1.4.3-unofficial.1-Vivan
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS True Master
 +
  |author  = Qther - BunnyJumps
 +
  |id      = BunnyJumps.BJSTrueMaster
 +
  |nexus  = 5324
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Blackhearts
 +
   |author  = Mightywa33ior
 +
   |id      = Mightywa33ior.Blackhearts
 
   |nexus  = 7502
 
   |nexus  = 7502
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,053: Line 2,894:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,064: Line 2,905:
  
 
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Blinking Cursed Mannequins
 +
  |author  = Dragoon23
 +
  |id      = Dragoon23.BlinkingMannequin
 +
  |nexus  = 25750
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,083: Line 2,931:
 
   |source  = https://sourceforge.net/p/sdvmod-damage-overlay/
 
   |source  = https://sourceforge.net/p/sdvmod-damage-overlay/
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,092: Line 2,940:
 
   |github  = explosivetortellini/bluechickensaregreen
 
   |github  = explosivetortellini/bluechickensaregreen
  
   |beta broke in = Stardew Valley 1.6
+
   |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  =
+
  |nexus  = 2336
   |curse  = 297252
+
  |github  = HeroOfTheWinds/BlueChickensInMultiplayer
   |github  = Stardew-Valley-Modding/Bookcase
+
 
 +
  |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    = Bomb Drop
 +
  |author  = WillTheMage
 +
  |id      = WillTheMage.BombDropMod
 +
  |nexus  = 26062
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Bookcase
 +
   |author  = Darkhax
 +
   |id      = darkhax.bookcase
 +
   |nexus  =
 +
   |curse  = 297252
 +
   |github  = Stardew-Valley-Modding/Bookcase
  
 
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Boogies Tidy Crafting
+
   |name    = Boomerangs, Boomerang Mod
   |author  = Boogie
+
   |author  = Arannya
   |id      = Boogie.Crafting
+
   |id      = Arannya.Weapons.Boomerangs
   |nexus  = 7177
+
   |nexus  = 22724
   |summary = Not showing new 1.6 crafting recipices
+
   |github  = arannya/BoomerangMod
  |broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,119: Line 2,984:
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,129: Line 2,994:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 2,139: Line 3,026:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,148: Line 3,035:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Simple Sound Manager-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Simple Sound Manager-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,157: Line 3,044:
 
   |github  = StarAmy/BreedingOverhaul
 
   |github  = StarAmy/BreedingOverhaul
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Animal Husbandry Overhaul, @retest-after Paritee's Better Farm Animal Variety-->
+
   |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 2,171: Line 3,066:
 
}}
 
}}
 
{{#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  =
+
   |github  = kqrse/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,186: Line 3,079:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.6.1-unofficial.7-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
 
{{#invoke:SMAPI compatibility|entry
Line 2,195: Line 3,097:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,206: Line 3,108:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,215: Line 3,117:
 
   |github  = SlivaStari/BuildableForge
 
   |github  = SlivaStari/BuildableForge
  
   |beta broke in = Stardew Valley 1.6
+
   |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 2,224: Line 3,134:
 
   |github  = Yariazen/YariazenMods
 
   |github  = Yariazen/YariazenMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Solid Foundations-->
+
   |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 2,233: Line 3,152:
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,242: Line 3,161:
 
   |github  = bmarquismarkail/SV_BuildersList
 
   |github  = bmarquismarkail/SV_BuildersList
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,250: Line 3,169:
 
   |nexus  = 446
 
   |nexus  = 446
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buildings Included
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.MapBuildings
 +
  |nexus  = 27359
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,258: Line 3,184:
 
   |github  = Esca-MMC/BuildOnAnyTile
 
   |github  = Esca-MMC/BuildOnAnyTile
 
   |moddrop = 827525
 
   |moddrop = 827525
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,268: Line 3,192:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,274: Line 3,198:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.BulkAnimalPurchase
 
   |id      = aedenthorn.BulkAnimalPurchase
 +
  |curse  = 868767
 
   |nexus  = 11539
 
   |nexus  = 11539
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.2.2-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BulkAnimalPurchase
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bulk Buy
 +
  |author  = focustense
 +
  |id      = focustense.BulkBuy
 +
  |nexus  = 26856
 +
  |github  = focustense/StardewBulkBuy
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,283: Line 3,217:
 
   |author  = BananaFruit
 
   |author  = BananaFruit
 
   |id      = BananaFruit.BulkStaircases
 
   |id      = BananaFruit.BulkStaircases
   |nexus  = 10622
+
   |nexus  = 23482
 
   |moddrop = 1084873
 
   |moddrop = 1084873
 
   |github  = BananaFruit1492/BulkStaircases
 
   |github  = BananaFruit1492/BulkStaircases
Line 2,294: Line 3,228:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,302: Line 3,236:
 
   |nexus  = 15792
 
   |nexus  = 15792
 
   |github  = ncarigon/StardewValleyMods
 
   |github  = ncarigon/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,312: Line 3,244:
 
   |github  = hootless/StardewMods
 
   |github  = hootless/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Button's Extra Trigger Action Stuff
 +
  |author  = Spiderbuttons
 +
  |id      = Spiderbuttons.BETAS
 +
  |nexus  = 27100
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,329: Line 3,277:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,338: Line 3,286:
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,347: Line 3,296:
 
   |github  = Denifia/StardewMods
 
   |github  = Denifia/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,363: Line 3,324:
 
   |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,369: Line 3,337:
 
   |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    = Calico Statue Spotter
 +
  |author  = wronque
 +
  |id      = wronque.CalicoStatueSpotter
 +
  |nexus  = 25837
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Call to Build
 +
  |author  = TheWarpriest
 +
  |id      = TheWarpriest.CallToBuild
 +
  |nexus  = 26122
 +
  |github  =
 +
}}
 +
{{#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,381: Line 3,370:
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,393: Line 3,382:
 
   |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    = Cape Stardew
 +
  |author  = Arony, dreamygloom
 +
  |id      = dreamygloom.CapeStardewCode
 +
  |nexus  = 14635
 +
  |github  =
 +
}}
 +
{{#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,402: Line 3,409:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,413: Line 3,420:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,421: Line 3,428:
 
   |nexus  = 13009
 
   |nexus  = 13009
 
   |github  = DecidedlyHuman/StardewValleyMods
 
   |github  = DecidedlyHuman/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,430: Line 3,435:
 
   |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
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Solid Foundations-->
+
   |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,441: Line 3,457:
 
   |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,454: Line 3,470:
 
   |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,463: Line 3,479:
 
   |github  = adverserath/StardewValley-CasualLifeMod
 
   |github  = adverserath/StardewValley-CasualLifeMod
  
   |beta broke in = Stardew Valley 1.6
+
   |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,469: Line 3,487:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CatalogueFilter
 
   |id      = aedenthorn.CatalogueFilter
 +
  |curse  = 868740
 
   |nexus  = 13137
 
   |nexus  = 13137
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,489: Line 3,524:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,513: Line 3,548:
 
   |github  = skuldomg/catGifts
 
   |github  = skuldomg/catGifts
  
   |beta broke in = Stardew Valley 1.6
+
   |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,520: Line 3,557:
 
   |id      = DelphinWave.CatsAndDogsMod
 
   |id      = DelphinWave.CatsAndDogsMod
 
   |nexus  = 7407
 
   |nexus  = 7407
   |status = obsolete
+
 
   |summary = remove this mod (Added 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,530: Line 3,568:
 
   |github  = WizardsLizards/CauldronOfChance
 
   |github  = WizardsLizards/CauldronOfChance
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,536: Line 3,574:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.CaveOfMemories
 
   |id      = PeacefulEnd.CaveOfMemories
 +
  |curse  = 870927
 
   |nexus  = 12619
 
   |nexus  = 12619
 
   |github  = Floogen/MysticalBuildings
 
   |github  = Floogen/MysticalBuildings
Line 2,545: Line 3,584:
 
   |nexus  = 5104
 
   |nexus  = 5104
 
   |github  = mus-candidus/CellarAvailable
 
   |github  = mus-candidus/CellarAvailable
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,555: Line 3,592:
 
   |github  = slothsoft/stardew-challenger
 
   |github  = slothsoft/stardew-challenger
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,564: Line 3,601:
 
   |github  = slothsoft/stardew-challenger
 
   |github  = slothsoft/stardew-challenger
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Challenger-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Challenger-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,603: Line 3,640:
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
 
   |id      = MindMeltMax.ChangeFarmCaves
 
   |id      = MindMeltMax.ChangeFarmCaves
 +
  |curse  = 1004487
 
   |moddrop = 1247516
 
   |moddrop = 1247516
 
   |nexus  = 14000
 
   |nexus  = 14000
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,615: Line 3,651:
 
   |nexus  = 13428
 
   |nexus  = 13428
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,625: Line 3,659:
 
   |github  = aleksanderwaagr/Stardew-ChangeProfessions
 
   |github  = aleksanderwaagr/Stardew-ChangeProfessions
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,633: Line 3,667:
 
   |nexus  = 6101
 
   |nexus  = 6101
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,650: Line 3,682:
 
   |github  = DevWithMaj/Stardew-CHAOS
 
   |github  = DevWithMaj/Stardew-CHAOS
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,665: Line 3,697:
 
   |nexus  = 12999
 
   |nexus  = 12999
 
   |github  = JudeRV/SDV_WikiLinker
 
   |github  = JudeRV/SDV_WikiLinker
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chargeable Resource Tools
 +
  |author  = DaLion
 +
  |id      = DaLion.Chargeable
 +
  |nexus  = 23048
 +
  |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,673: Line 3,712:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chaste Valley
 +
  |author  = Tensor
 +
  |id      = Tensor.ChasteValley
 +
  |nexus  = 21925
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,683: Line 3,729:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,698: Line 3,746:
 
   |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,706: Line 3,756:
 
   |github  = ChristinaEd/ChefHelperAddToFridges
 
   |github  = ChristinaEd/ChefHelperAddToFridges
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,726: Line 3,776:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,737: Line 3,787:
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,743: Line 3,793:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.ChessBoards
 
   |id      = aedenthorn.ChessBoards
 +
  |curse  = 868765
 
   |nexus  = 11580
 
   |nexus  = 11580
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,752: Line 3,805:
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
 
   |id      = MindMeltMax.ChestDisplays
 
   |id      = MindMeltMax.ChestDisplays
 +
  |curse  = 997977
 
   |nexus  = 7644
 
   |nexus  = 7644
 
   |moddrop = 1135692
 
   |moddrop = 1135692
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,766: Line 3,818:
 
   |github  = berkayylmao/StardewValleyMods
 
   |github  = berkayylmao/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,798: Line 3,857:
 
   |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,807: Line 3,873:
 
   |github  = sergiomadd/StardewValleyMods
 
   |github  = sergiomadd/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,845: Line 3,936:
 
   |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
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,876: Line 3,967:
 
   |github  = valruno/ChooseRandomFarmEvent
 
   |github  = valruno/ChooseRandomFarmEvent
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,886: Line 3,977:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,895: Line 3,986:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = CJB Cheats Menu
+
   |name    = CJB Automation
   |author  = CJBok and Pathoschild
+
   |author  = CJBok
   |id      = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
+
   |id      = CJBAutomation
   |nexus  = 4
+
   |nexus  = 211
  |moddrop = 741872
 
 
   |github  = CJBok/SDV-Mods
 
   |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
 +
  |name    = CJB Cheats Menu
 +
  |author  = CJBok and Pathoschild
 +
  |id      = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
 +
  |curse  = 1000644
 +
  |nexus  = 4
 +
  |moddrop = 741872
 +
  |github  = CJBok/SDV-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,910: Line 4,014:
 
   |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,919: Line 4,023:
 
   |author  = CJBok and Pathoschild
 
   |author  = CJBok and Pathoschild
 
   |id      = CJBok.ShowItemSellPrice, CJBShowItemSellPrice<!--changed in 1.7-->
 
   |id      = CJBok.ShowItemSellPrice, CJBShowItemSellPrice<!--changed in 1.7-->
 +
  |curse  = 1000642
 
   |nexus  = 5
 
   |nexus  = 5
 
   |moddrop = 509768
 
   |moddrop = 509768
Line 2,944: Line 4,049:
 
   |github  = Sonozuki/StardewMods
 
   |github  = Sonozuki/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,952: Line 4,057:
 
   |nexus  = 794
 
   |nexus  = 794
 
   |github  = tstaples/CleanFarm
 
   |github  = tstaples/CleanFarm
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clear Farm Debris
 +
  |author  = David Renne
 +
  |id      = DavidRenne.ClearFarmDebris
 +
  |nexus  = 26715
 +
  |github  =
 +
}}
 +
{{#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,963: Line 4,082:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Right Click Move Mode|Right Click Move Mode]] instead.
 
   |summary  = use [[#Right Click Move Mode|Right Click Move Mode]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Climates of Ferngill, Ferngill Custom Weather, Ferngill Weathers
 +
  |author  = Sakorona, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.FerngillCustomWeathers, KoihimeNakamura.ClimatesOfFerngill<!--changed in 2.0-->
 +
  |nexus  = 604
 +
  |moddrop = 664033
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 2,970: Line 4,118:
 
   |nexus  = 18765
 
   |nexus  = 18765
 
   |github  =
 
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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,983: Line 4,136:
 
   |unofficial version = 1.1.1-unofficial.2-Mizzion
 
   |unofficial version = 1.1.1-unofficial.2-Mizzion
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-65#post-3331467
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-65#post-3331467
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cobalt
 +
  |author  = spacechase0
 +
  |id      = spacechase0.Cobalt
 +
  |nexus  = 1723
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 2,995: Line 4,159:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CoinCollector
 
   |id      = aedenthorn.CoinCollector
 +
  |curse  = 868837
 
   |nexus  = 9843
 
   |nexus  = 9843
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,006: Line 4,171:
 
   |nexus  = 14379
 
   |nexus  = 14379
 
   |github  = tylergibbs2/StardewValleyMods
 
   |github  = tylergibbs2/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cold Weather Haley SMAPI
 +
  |author  = DanielSerrano, Lord Xamon
 +
  |id      = LordXamon.ColdWeatherHaleyPRO
 +
  |nexus  = 1169
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,015: Line 4,189:
 
   |nexus  = 18086
 
   |nexus  = 18086
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,025: Line 4,197:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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
Line 3,033: Line 4,217:
 
   |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 3,052: Line 4,260:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.CombatDummy
 
   |id      = PeacefulEnd.CombatDummy
 +
  |curse  = 870919
 
   |nexus  = 16769
 
   |nexus  = 16769
 
   |github  = Floogen/CombatDummy
 
   |github  = Floogen/CombatDummy
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,066: Line 4,275:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,081: Line 4,290:
 
   |author  = SlayerDharok
 
   |author  = SlayerDharok
 
   |id      = SlayerDharok.CombineMachines
 
   |id      = SlayerDharok.CombineMachines
 +
  |curse  = 992028
 
   |nexus  = 7411
 
   |nexus  = 7411
 
   |github  = Videogamers0/SDV-CombineMachines
 
   |github  = Videogamers0/SDV-CombineMachines
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,107: Line 4,315:
 
   |nexus  = 1329
 
   |nexus  = 1329
 
   |github  = musbah/StardewValleyMod
 
   |github  = musbah/StardewValleyMod
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |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
Line 3,123: Line 4,329:
 
   |nexus  = 20425
 
   |nexus  = 20425
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,132: Line 4,336:
 
   |nexus  = 6893
 
   |nexus  = 6893
 
   |github  = vgperson/CommunityCenterHelper
 
   |github  = vgperson/CommunityCenterHelper
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,142: Line 4,344:
 
   |github  = b-b-blueberry/CustomCommunityCentre
 
   |github  = b-b-blueberry/CustomCommunityCentre
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Community Center-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Custom Community Center-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,162: Line 4,364:
 
   |github  = jahangmar/StardewValleyMods
 
   |github  = jahangmar/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
Line 3,202: Line 4,421:
 
   |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
Line 3,210: Line 4,439:
 
   |github  = sophiesalacia/StardewMods
 
   |github  = sophiesalacia/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,220: Line 4,449:
 
   |github  = Mizzion/MyStardewMods
 
   |github  = Mizzion/MyStardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,229: Line 4,458:
 
   |github  = BayesianBandit/ConfigureMachineSpeed
 
   |github  = BayesianBandit/ConfigureMachineSpeed
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 3,249: Line 4,492:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.ConnectedGardenPots
 
   |id      = aedenthorn.ConnectedGardenPots
 +
  |curse  = 868773
 
   |nexus  = 11411
 
   |nexus  = 11411
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 3,288: Line 4,534:
 
   |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 3,297: Line 4,552:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,337: Line 4,592:
 
   |nexus  = 6564
 
   |nexus  = 6564
 
   |github  =
 
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Continuous Music
 +
   |author  = exhaustors
 +
  |id      = exhaustors.ContinuousMusic
 +
  |nexus  = 24348
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,344: Line 4,604:
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |id      = spacechase0.ControllerRadialKeybindings
 
   |id      = spacechase0.ControllerRadialKeybindings
 +
  |curse  = 867143
 
   |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 3,354: Line 4,622:
 
   |github  = tesla1889tv/ControlValleyMod
 
   |github  = tesla1889tv/ControlValleyMod
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,363: Line 4,631:
 
   |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
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,376: Line 4,638:
 
   |nexus  = 10384
 
   |nexus  = 10384
 
   |github  = alanperrow/StardewModding
 
   |github  = alanperrow/StardewModding
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cooking Overhaul
 +
   |author  = stardemod
 +
  |id      = stardemod.CookingOverhaul
 +
  |nexus  = 24845
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,388: Line 4,655:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,398: Line 4,665:
 
}}
 
}}
 
{{#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 3,418: Line 4,686:
 
   |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
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
+
   |status  = obsolete
 +
  |summary = remove this mod (added in Stardew Valley 1.3.17).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,425: Line 4,701:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.CosmeticRings
 
   |id      = PeacefulEnd.CosmeticRings
 +
  |curse  = 870941
 
   |nexus  = 8522
 
   |nexus  = 8522
 
   |github  = Floogen/CosmeticRings
 
   |github  = Floogen/CosmeticRings
 +
 +
  |broke in = Stardew Valley 1.6
 
   |status  = abandoned
 
   |status  = abandoned
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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 3,440: Line 4,724:
 
   |github  = CompSciLauren/stardew-valley-cozy-clothing-mod
 
   |github  = CompSciLauren/stardew-valley-cozy-clothing-mod
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,449: Line 4,733:
 
   |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
 
+
-->
   |beta broke in = Stardew Valley 1.6
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crab Pot Collect Jellies
 +
  |author  = Cloudyluna
 +
   |id      = Cloudyluna.CrabPotCollectJellies
 +
  |nexus  = 27358
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,461: Line 4,752:
 
   |nexus  = 7767
 
   |nexus  = 7767
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |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
 +
  |curse  = 868897
 
   |nexus  = 6279
 
   |nexus  = 6279
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 3,480: Line 4,772:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |curse  = 868850
 
   |nexus  = 8031
 
   |nexus  = 8031
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 3,495: Line 4,790:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CraftFromContainers
 
   |id      = aedenthorn.CraftFromContainers
 +
  |curse  = 868683
 
   |nexus  = 15341
 
   |nexus  = 15341
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,508: Line 4,804:
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Craft Anything Framework
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.CAF
 +
  |nexus  = 24794
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Craft Counter
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.CraftCounter
 +
  |nexus  = 2739
 +
  |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
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 3,530: Line 4,873:
 
   |github  = KediDili/Creaturebook
 
   |github  = KediDili/Creaturebook
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Critter Rings
+
  |name    = Creeper Forage
   |author  = atravita
+
  |author  = bwdy
   |id      = atravita.CritterRings
+
  |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
 +
   |id      = atravita.CritterRings
 
   |curse  = 870962
 
   |curse  = 870962
 
   |moddrop = 1358001
 
   |moddrop = 1358001
Line 3,541: Line 4,901:
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,559: Line 4,919:
 
   |source  = https://gitlab.com/kdau/cropbeasts
 
   |source  = https://gitlab.com/kdau/cropbeasts
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,568: Line 4,928:
 
   |github  = FairfieldBW/CropCheck
 
   |github  = FairfieldBW/CropCheck
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,586: Line 4,946:
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,602: Line 4,962:
 
   |github  = stoobinator/Stardew-Valley-Grace-Period
 
   |github  = stoobinator/Stardew-Valley-Grace-Period
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,610: Line 4,970:
 
   |nexus  = 18914
 
   |nexus  = 18914
 
   |github  = gzhynko/stardew-mods
 
   |github  = gzhynko/stardew-mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#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
 +
  |curse  = 868752
 
   |nexus  = 12178
 
   |nexus  = 12178
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropGrowthInfo
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,629: Line 4,990:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in     = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
   |unofficial url    = https://github.com/Rogue-Toast/Aedenthorn-StardewValleyMods/releases
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119392
 
   |unofficial version = 0.3.1-unofficial.1-logophile
 
   |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
 +
  |curse  = 868754
 
   |nexus  = 11787
 
   |nexus  = 11787
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
Line 3,649: Line 5,013:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropMarkers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
Line 3,655: Line 5,032:
 
   |author  = Pathoschild
 
   |author  = Pathoschild
 
   |id      = Pathoschild.CropsAnytimeAnywhere
 
   |id      = Pathoschild.CropsAnytimeAnywhere
 +
  |curse  = 1000626
 
   |nexus  = 3000
 
   |nexus  = 3000
 
   |moddrop = 606647
 
   |moddrop = 606647
Line 3,666: Line 5,044:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.3-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropsSurviveSeasonChange
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,693: Line 5,073:
 
   |nexus  = 2594
 
   |nexus  = 2594
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,700: Line 5,078:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CropVariation
 
   |id      = aedenthorn.CropVariation
 +
  |curse  = 868770
 
   |nexus  = 11467
 
   |nexus  = 11467
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in          = Stardew Valley 1.6
+
   |broke in          = Stardew Valley 1.6
   |beta unofficial version = 0.2.6-unofficial.1-Logophile
+
   |unofficial version = 0.2.6-unofficial.1-Logophile
   |beta unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117759
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117759
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,711: Line 5,090:
 
   |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
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,724: Line 5,102:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,739: Line 5,133:
 
   |nexus  = 7826
 
   |nexus  = 7826
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crystalline Junimo Chests
 +
  |author  = LeFauxMatt and pegfingers
 +
  |id      = furyx639.CrystallineJunimoChests
 +
  |moddrop = 1547134
 +
  |curse  = 998266
 +
  |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,762: Line 5,176:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CustomAchievements
 
   |id      = aedenthorn.CustomAchievements
 +
  |curse  = 868832
 
   |nexus  = 10047
 
   |nexus  = 10047
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,774: Line 5,189:
 
   |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
  
   |beta broke in = Stardew Valley 1.6
+
   |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,785: Line 5,210:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CustomBackpack
 
   |id      = aedenthorn.CustomBackpack
 +
  |curse  = 868732
 
   |nexus  = 13826
 
   |nexus  = 13826
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |curse  = 1081730
 +
  |nexus  = 25267
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Bush
+
  |name    = Custom Bundles
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.CustomBundles
 +
  |nexus  = 8258
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Custom Bush
 
   |author  = LeFauxMatt
 
   |author  = LeFauxMatt
 
   |id      = furyx639.CustomBush
 
   |id      = furyx639.CustomBush
 +
  |curse  = 998265
 +
  |moddrop = 1547214
 
   |nexus  = 20619
 
   |nexus  = 20619
 
   |github  = LeFauxMatt/StardewMods
 
   |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Cabin Fix
 +
  |author  = weizinai
 +
  |id      = weizinai.CustomCabinFix
 +
  |nexus  = 26979
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,803: Line 5,256:
 
   |nexus  = 2642
 
   |nexus  = 2642
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,810: Line 5,261:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CustomChestTypes
 
   |id      = aedenthorn.CustomChestTypes
 +
  |curse  = 868861
 
   |nexus  = 7755
 
   |nexus  = 7755
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,819: Line 5,271:
 
   |author  = LeFauxMatt
 
   |author  = LeFauxMatt
 
   |id      = furyx639.CustomChores
 
   |id      = furyx639.CustomChores
 +
  |curse  = 871840
 
   |nexus  = 5315
 
   |nexus  = 5315
 
   |moddrop = 717888
 
   |moddrop = 717888
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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,832: Line 5,292:
 
   |github  = b-b-blueberry/CustomCommunityCentre
 
   |github  = b-b-blueberry/CustomCommunityCentre
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,838: Line 5,298:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.CustomCompanions
 
   |id      = PeacefulEnd.CustomCompanions
 +
  |curse  = 870939
 
   |nexus  = 8626
 
   |nexus  = 8626
 
   |github  = Floogen/CustomCompanions
 
   |github  = Floogen/CustomCompanions
Line 3,856: Line 5,317:
 
   |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,864: Line 5,337:
 
   |github  = ZaneYork/SDV_Mods
 
   |github  = ZaneYork/SDV_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,872: Line 5,345:
 
   |nexus  = 2516
 
   |nexus  = 2516
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,881: Line 5,352:
 
   |nexus  = 8193
 
   |nexus  = 8193
 
   |github  = Digus/StardewValleyMods
 
   |github  = Digus/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Crystalarium Mod-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,896: Line 5,365:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CustomWallsAndFloors
 
   |id      = aedenthorn.CustomWallsAndFloors
 +
  |curse  = 868842
 
   |nexus  = 9626
 
   |nexus  = 9626
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,905: Line 5,375:
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
 
   |id      = Aedenthorn.CustomMonsterFloors
 
   |id      = Aedenthorn.CustomMonsterFloors
 +
  |curse  = 868904
 
   |nexus  = 5894
 
   |nexus  = 5894
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#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
  
   |beta broke in = Stardew Valley 1.6
+
   |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  = pneuma163/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#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
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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
+
   |github  =
 +
   |source = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customizable Traveling Cart Days
+
   |name    = Custom Farm Types
   |author  = Yyeahdude
+
   |author  = spacechase0
   |id      = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
+
   |id      = spacechase0.CustomFarmTypes
   |nexus  = 567
+
   |nexus  = 1140
   |github  =
+
  |moddrop = 128708
 +
   |github  = spacechase0/CustomFarmTypes
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Anywhere
+
   |name    = Custom Fence Decay
   |author  = Cherry, CherryChain
+
   |author  = Jean Seb Gwak
   |id      = Cherry.CustomizeAnywhere
+
   |id      = CustomFenceDecay
   |nexus  = 4734
+
   |nexus  = 25155
  |moddrop = 716356
+
   |github  = JeanSebGwak/CustomFenceDecay
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Exterior
+
   |name    = Custom Fixed Dialogue
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
+
   |id      = aedenthorn.CustomFixedDialogue
   |nexus   = 1099
+
   |curse   = 868895
   |moddrop = 127272
+
   |nexus  = 6358
   |github  = spacechase0/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Starting Health and Stamina, Custom Health and Stamina Start
+
   |name    = Custom Fixed Dialogue - Continued
   |author  = MissCoriel
+
   |author  = Datamancer
   |id      = misscoriel.hpstam
+
   |id      = datamancer.CustomFixedDialogue
   |nexus  = 5275
+
   |nexus  = 20938
   |github  = MissCoriel/Customize-Health-and-Stamina
+
  |moddrop = 1533308
 +
   |github  = csandwith/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Wedding Attire
+
   |name    = Custom Furniture
   |author  = violetlizabet
+
   |author  = Platonymous
   |id      = violetlizabet.CustomizeWeddingAttire
+
   |id      = Platonymous.CustomFurniture
   |nexus  = 10761
+
   |nexus  = 1254
   |github  = elizabethcd/CustomizeWeddingAttire
+
  |moddrop = 793932
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Gift Dialogue
 +
  |author  = PurrplingCat
 +
  |id      = PurrplingCat.CustomGiftDialogue
 +
  |nexus  = 7304
 +
  |github  = purrplingcat/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Kissing
+
   |name    = Custom Gift Limits
   |author  = Digus
+
   |author  = aedenthorn, Erinthe
   |id      = DIGUS.CustomKissingMod
+
   |id      = aedenthorn.CustomGiftLimits
   |nexus  = 4664
+
  |curse  = 868725
   |github  = Digus/StardewValleyMods
+
   |nexus  = 13964
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Gift Limits - Continued|Custom Gift Limits - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Linens
+
   |name    = Custom Gift Limits - Continued
   |author  = Mevima
+
   |author  = aedenthorn and FlyingTNT
   |id      = Mevima.CustomLinens
+
   |id      = FlyingTNT.CustomGiftLimits
   |nexus  = 1027
+
   |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
+
  |curse  = 868668
 +
   |nexus  = 16744
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#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
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#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
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#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
  
   |beta broke in = Stardew Valley 1.6
+
   |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
  |curse  = 868827
+
   |nexus  = 23359
   |nexus  = 10152
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#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-->
   |curse   = 868903
+
   |nexus   = 1099
   |nexus  = 5966
+
   |moddrop = 127272
   |github  = aedenthorn/StardewValleyMods
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
+
  |curse  = 885084
   |chucklefish = 5234
+
   |nexus  = 5275
   |github  = Entoarox/StardewMods
+
  |github  = MissCoriel/Customize-Health-and-Stamina
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Customize Trinkets
 +
   |author  = Dragoon23
 +
  |id      = Dragoon23.CustomizeTrinkets
 +
  |nexus  = 23818
 +
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Customize Wedding Attire
 +
  |author  = violetlizabet
 +
  |id      = violetlizabet.CustomizeWeddingAttire
 +
  |nexus  = 10761
 +
  |github  = elizabethcd/CustomizeWeddingAttire
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Kissing
 +
  |author  = Digus
 +
  |id      = DIGUS.CustomKissingMod
 +
  |nexus  = 4664
 +
  |github  = Digus/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Linens
 +
  |author  = Mevima
 +
  |id      = Mevima.CustomLinens
 +
  |nexus  = 1027
 +
  |github  =
  
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
   |broke in = SMAPI 3.0
 
+
  |status  = workaround
   |beta broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
+
   |summary  = use {{nexus mod|2184|Custom Linens for Content Patcher}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Pet Beds, Pet Bed
+
   |name    = Custom Localization
   |author  = aedenthorn, Erinthe
+
   |author  = ZaneYork
   |id      = aedenthorn.PetBed
+
   |id      = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
   |nexus  = 10462
+
   |nexus  = 5377
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ZaneYork/SDV_CustomLocalization
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Picture Frames
+
   |name    = Custom Locks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomPictureFrames
+
   |id      = aedenthorn.CustomLocks
   |nexus  = 10704
+
  |curse  = 868899
 +
   |nexus  = 6251
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Quest Expiration
+
   |name    = Custom Locks Updated
   |author  = hawkfalcon
+
   |author  = Rokugin
   |id      = hawkfalcon.CustomQuestExpiration
+
   |id      = Rokugin.CustomLocksUpdated
   |nexus  = 2148
+
   |nexus  = 21148
   |github  = hawkfalcon/Stardew-Mods
+
   |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Reminders
+
   |name    = Custom Machine Experience
   |author  = Dem1se
+
   |author  = weizinai
   |id      = Dem1se.CustomReminders
+
   |id      = weizinai.CustomMachineExperience
   |nexus  = 6215
+
   |nexus  = 25455
  |moddrop = 793899
+
   |github  = weizinai/StardewValleyMods
   |github  = Dem1se/CustomReminders
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Renovations, Renovations
+
   |name    = Custom Mine Cart Steam
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Renovations
+
   |id      = aedenthorn.CustomMineCartSteam
   |nexus  = 9687
+
  |curse  = 868704
 +
   |nexus  = 14508
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Resource Clumps
+
   |name    = Custom Moss
   |author  = aedenthorn, Erinthe
+
   |author  = aceynk
   |id      = aedenthorn.CustomResourceClumps
+
   |id      = aceynk.CustomMoss
   |nexus  = 6669
+
   |nexus  = 26220
   |github  = aedenthorn/StardewValleyMods
+
   |github  = aceynk/CustomMoss
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Signs
+
   |name    = Custom Movies
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomSigns
+
   |id      = Platonymous.CustomMovies
   |nexus  = 11336
+
   |nexus  = 4737
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 793918
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Location
+
   |name    = Custom Music
   |author  = barteke22
+
   |author  = Platonymous
   |id      = barteke22.CustomSpouseLocation
+
   |id      = Platonymous.CustomMusic
   |nexus  = 9676
+
  |curse  = 307367
   |github  = barteke22/StardewMods
+
  |moddrop = 793904
 +
   |nexus  = 3043
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Patio Redux
+
   |name    = Custom Names
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.CustomSpousePatioRedux
+
   |id      = MindMeltMax.CustomNames
   |nexus  = 10889
+
  |curse  = 1008334
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 23131
 
+
   |github  = MindMeltMax/Stardew-Valley-Mods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Patio Wizard
+
   |name    = Custom NPC
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomSpousePatioWizard
+
   |id      = Platonymous.CustomNPC
   |nexus  = 7775
+
   |nexus  = 1607
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
+
   |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 Spouse Rooms
+
   |name    = Custom NPC Exclusions
   |author  = aedenthorn, Erinthe
+
   |author  = Esca, Esca-MMC
   |id      = aedenthorn.CustomSpouseRooms
+
   |id      = Esca.CustomNPCExclusions
   |curse   = 868833
+
   |nexus   = 7089
   |nexus  = 10029
+
   |moddrop = 847997
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Esca-MMC/CustomNPCExclusions
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Starter Furniture
+
   |name    = Custom NPC Fixes
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.CustomStarterFurniture
+
   |id      = spacechase0.CustomNPCFixes
   |nexus  = 16729
+
  |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 Starter Package
+
   |name    = Custom NPC Paintings
   |author  = aedenthorn, Erinthe
+
   |author  = avaallonn, AvalonMFX
   |id      = aedenthorn.CustomStarterPackage
+
   |id      = AvalonMFX.CustomNPCPaintings
   |nexus  = 14152
+
  |curse  = 1069124
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 26228
 
+
   |github  = 1Avalon/Avas-Stardew-Mods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tokens
+
   |name    = Custom NPC - Riley, Riley House
   |author  = TheMightyAmondee, MightyAmondee
+
  |author  = SG
   |id      = TheMightyAmondee.CustomTokens
+
  |id      = SG.RileyHouse
   |nexus  = 7517
+
  |nexus  = 5811
   |github  = TheMightyAmondee/CustomTokens
+
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Obelisks
 +
   |author  = XxHarvzBackxX
 +
   |id      = harvz.CustomObelisks
 +
   |nexus  = 10202
 +
   |github  = XxHarvzBackxX/Custom-Obelisks
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Toolbar
+
   |name    = Custom Object Production
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomToolbar
+
   |id      = aedenthorn.CustomObjectProduction
   |nexus  = 11322
+
  |curse  = 868827
 +
   |nexus  = 10152
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tool Effect
+
   |name    = Custom Ore Nodes
   |author  = ZaneYork
+
   |author  = aedenthorn, Erinthe
   |id      = ZaneYork.CustomToolEffect
+
   |id      = aedenthorn.CustomOreNodes
   |nexus  = 5712
+
  |curse  = 868903
   |github  = ZaneYork/CustomToolEffect
+
   |nexus  = 5966
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tool Range
+
   |name    = Custom Paths
   |author  = trashcan9
+
   |author  = Entoarox
   |id      = trashcan9.CustomToolRange
+
   |id      = Entoarox.CustomPaths
   |nexus  = 16384
+
   |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 Tracker
+
   |name    = Custom Pet Beds, Pet Bed
   |author  = Esca, Esca-MMC
+
   |author  = aedenthorn, Erinthe
   |id      = Esca.CustomTracker
+
   |id      = aedenthorn.PetBed
   |nexus  = 5108
+
  |curse  = 868814
   |github  = Esca-MMC/CustomTracker
+
   |nexus  = 10462
  |moddrop = 706059
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Transparency
+
   |name    = Custom Picture Frames
   |author  = CatCattyCat, Cat
+
   |author  = aedenthorn, Erinthe
   |id      = cat.customtransparency
+
   |id      = aedenthorn.CustomPictureFrames
   |nexus   = 2359
+
   |curse   = 868801
   |moddrop = 833556
+
   |nexus  = 10704
   |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 Picture Frames Redux
   |author  = ShivaGuy
+
   |author  = Prism 99
   |id      = ShivaGuy.CustomTrashCan
+
   |id      = prism99.aedenthorn.CustomPictureFrames
   |nexus  = 11835
+
   |nexus  = 27147
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tree Tweaks, More Wood
+
   |name    = Custom Quest Expiration
   |author  = aedenthorn, Erinthe
+
  |author  = hawkfalcon
   |id      = aedenthorn.TreeTweaks
+
  |id      = hawkfalcon.CustomQuestExpiration
   |nexus  = 10760
+
  |nexus  = 2148
 +
  |github  = hawkfalcon/Stardew-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Reminders
 +
  |author  = Dem1se
 +
  |id      = Dem1se.CustomReminders
 +
  |nexus  = 6215
 +
  |moddrop = 793899
 +
  |github  = Dem1se/CustomReminders
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Renovations, Renovations
 +
   |author  = aedenthorn, Erinthe
 +
   |id      = aedenthorn.Renovations
 +
  |curse  = 868839
 +
  |nexus  = 9687
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Resource Clumps
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CustomResourceClumps
 +
  |curse  = 868875
 +
   |nexus  = 6669
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom TV
+
   |name    = Custom Shirts
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.CustomTV
+
   |id      = Platonymous.CustomShirts
  |curse  = 877224
+
   |nexus  = 2416
   |nexus  = 6775
 
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
+
   |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
 +
  |name    = Custom Shops Redux
 +
  |author  = Omegasis, Alpha_Omegasis
 +
  |id      = Omegasis.CustomShopReduxGui
 +
  |nexus  = 1378
 +
  |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    = Custom Wallpaper Framework
+
   |name    = Custom Signs
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomWallpaperFramework
+
   |id      = aedenthorn.CustomSigns
   |curse  = 868751
+
   |curse  = 868777
   |nexus  = 12510
+
   |nexus  = 11336
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warp Locations
+
   |name    = Custom Spouse Location
   |author  = CatCattyCat, Cat
+
   |author  = barteke22
   |id      = cat.customwarplocations
+
   |id      = barteke22.CustomSpouseLocation
   |nexus  = 1688
+
   |nexus  = 9676
  |moddrop = 833544
+
   |github  = barteke22/StardewMods
   |github  = danvolchek/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warp Points
+
   |name    = Custom Spouse Patio
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomWarpPoints
+
   |id      = aedenthorn.CustomSpousePatio
   |nexus  = 9651
+
   |nexus  = 6630
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Warps
+
   |name    = Custom Spouse Patio Redux
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = aedenthorn, Erinthe
   |id      = f4iTh.CustomWarps
+
   |id      = aedenthorn.CustomSpousePatioRedux
   |nexus  = 3445
+
   |curse   = 868793
  |github  =
+
   |nexus  = 10889
}}
+
   |github  = aedenthorn/StardewValleyMods
{{#invoke:SMAPI compatibility|entry
 
   |name    = Custom Winter Star Gifts
 
  |author  = XxHarvzBackxX
 
  |id      = harvz.CWSG
 
   |nexus  = 10024
 
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Cut the Cord, TvMenu
+
   |name    = Custom Spouse Patio Wizard
   |author  = cgifox
+
   |author  = aedenthorn, Erinthe
   |id      = cgifox.CutTheCord
+
   |id      = aedenthorn.CustomSpousePatioWizard
   |nexus  = 9571
+
  |curse  = 868860
   |github  = harshlele/CutTheCord
+
   |nexus  = 7775
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cycle Tools
+
   |name    = Custom Spouse Rooms
   |author  = LeFauxMatt
+
   |author  = aedenthorn, Erinthe
   |id      = furyx639.CycleTools
+
   |id      = aedenthorn.CustomSpouseRooms
   |curse  = 871827
+
   |curse  = 868833
   |nexus  = 13973
+
   |nexus  = 10029
   |github  = LeFauxMatt/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Farm Photo
+
   |name    = Custom Spouse Rooms - Continued
   |author  = Seawolf, seawolf87
+
   |author  = Datamancer
   |id      = Seawolf.DailyFarmPhoto
+
   |id      = datamancer.CustomSpouseRooms
   |nexus  = 4791
+
   |nexus  = 20966
   |github  = Seawolf87/DailyFarmPhoto
+
  |moddrop = 1534005
 +
   |github  = csandwith/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
+
   |name    = Custom Starter Furniture
   |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
   |id      = BlaDe.StepsTakenOnScreen
+
   |id      = aedenthorn.CustomStarterFurniture
   |nexus   = 6783
+
   |curse   = 868669
   |github  =
+
   |nexus  = 16729
 
+
   |github  = aedenthorn/StardewValleyMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Luck Message
+
   |name    = Custom Starter Package
   |author  = Schematix, Schmtx
+
   |author  = aedenthorn, Erinthe
   |id      = Schematix.DailyLuckMessage
+
   |id      = aedenthorn.CustomStarterPackage
   |nexus  = 1327
+
  |curse  = 868717
   |github  =
+
   |nexus  = 14152
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 0.2.1-unofficial.2-mouahrara
   |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomStarterPackage
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily News
+
   |name    = Custom Tapper Framework
   |author  = bashNinja
+
   |author  = Selph, zombifier
   |id      = bashNinja.DailyNews
+
   |id      = selph.CustomTapperFramework
   |nexus  = 1141
+
   |nexus  = 22975
   |github  = miketweaver/DailyNews
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Pet the Animals
+
   |name    = Custom Tokens
   |author  = flowoeB
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = flowoeB.DailyPetTheAnimals
+
   |id      = TheMightyAmondee.CustomTokens
   |nexus  = 8356
+
   |nexus  = 7517
   |github  =
+
   |github  = TheMightyAmondee/CustomTokens
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Phone Quest
+
   |name    = Custom Toolbar
   |author  = ActionJackson
+
   |author  = aedenthorn, Erinthe
   |id      = ActionJackson.DailyPhoneQuest
+
   |id      = aedenthorn.CustomToolbar
   |nexus  = 14648
+
  |curse  = 868779
   |github  =
+
   |nexus  = 11322
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
+
   |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    = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
+
   |name    = Custom Tool Effect
   |author  = MevNav
+
   |author  = ZaneYork
   |id      = MevNav.DailyPlanner
+
   |id      = ZaneYork.CustomToolEffect
   |nexus  = 16704
+
   |nexus  = 5712
   |github  = BuildABuddha/StardewDailyPlanner
+
   |github  = ZaneYork/CustomToolEffect
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Screenshot
+
   |name    = Custom Tool Range
   |author  = CompSciLauren
+
   |author  = trashcan9
   |id      = CompSciLauren.DailyScreenshot
+
   |id      = trashcan9.CustomToolRange
   |nexus  = 4779
+
   |nexus  = 16384
  |chucklefish = 5907
+
   |github  =
  |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 Tracker
   |author  = shekurika
+
   |author  = Esca, Esca-MMC
   |id      = shekurika.DailySpecialOrders
+
   |id      = Esca.CustomTracker
   |nexus  = 9693
+
   |nexus  = 5108
   |github  = shekurika/DailySpecialOrders
+
   |github  = Esca-MMC/CustomTracker
 
+
   |moddrop = 706059
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Tasks Report
+
   |name    = Custom Transparency
   |author  = GuiNoya, Yesst
+
   |author  = CatCattyCat, Cat
   |id      = GuiNoya.DailyTasksReport
+
   |id      = cat.customtransparency
   |nexus  = 1624
+
   |nexus  = 2359
   |github  = GuiNoya/SVMods
+
   |moddrop = 833556
 
+
   |github  = danvolchek/StardewMods
   |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
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 4.0.8
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dan Utils
+
   |name    = Custom Trash Can
   |author  = Danmw3
+
   |author  = ShivaGuy
   |id      = danmw3.DanUtils
+
   |id      = ShivaGuy.CustomTrashCan
   |nexus  = 2287
+
   |nexus  = 11835
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dark User Interface
+
   |name    = Custom Tree Tweaks, More Wood
   |author  = zazizu
+
   |author  = aedenthorn, Erinthe
   |id      = zazizu.darkUI
+
   |id      = aedenthorn.TreeTweaks
   |nexus  = 4056
+
  |curse  = 868798
   |github  = cilekli-link/SDVMods
+
   |nexus  = 10760
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Data Layers, Data Maps
+
   |name    = Custom TV
   |author  = Pathoschild
+
   |author  = Platonymous
   |id      = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
+
   |id      = Platonymous.CustomTV
   |nexus   = 1691
+
  |curse  = 877224
   |moddrop = 606646
+
  |nexus  = 6775
   |github  = Pathoschild/StardewMods
+
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom TV Channel
 +
   |author  = chieeri323
 +
   |id      = chieeri323.customtvchannel
 +
   |nexus  = 24278
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dear Diary, Journal Keeping Mod
+
   |name    = Custom Wake Up Time
   |author  = MissCoriel
+
   |author  = Tomokisan
   |id      = misscoriel.diary
+
   |id      = tomokisan.customWakeUpTime
   |nexus   = 4451
+
   |curse   = 1081741
   |moddrop = 624395
+
   |nexus  = 26260
   |github  = MissCoriel/Dear-Diary
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Death Tweaks
+
   |name    = Custom Wallpaper Framework
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.DeathTweaks
+
   |id      = aedenthorn.CustomWallpaperFramework
   |nexus  = 18174
+
  |curse  = 868751
 +
   |nexus  = 12510
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Decorators Dream
+
   |name    = Custom Walls and Floors
   |author  = Ilyeana
+
   |author  = Platonymous
   |id      = Ilyeana.DecoratorsDream
+
   |id      = Platonymous.CustomWallsAndFloors
   |nexus  = 17030
+
  |curse  = 307569
 +
  |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    = Debug Mode
+
   |name    = Custom Warp Locations
   |author  = Pathoschild
+
   |author  = CatCattyCat, Cat
   |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
+
   |id      = cat.customwarplocations
   |nexus  = 679
+
   |nexus  = 1688
   |moddrop = 606608
+
   |moddrop = 833544
   |github  = Pathoschild/StardewMods
+
   |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Decrafting Mod
+
   |name    = Custom Warp Points
   |author  = iSkLz_, MSCFC
+
   |author  = aedenthorn, Erinthe
   |id      = MSCFC.DecraftingMod
+
   |id      = aedenthorn.CustomWarpPoints
   |nexus  = 4158
+
  |curse  = 868840
   |github  = iSkLz/DecraftingMod
+
   |nexus  = 9651
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deep Woods
+
   |name    = Custom Warps
   |author  = Max Vollmer, SVProtector
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = maxvollmer.deepwoodsmod
+
   |id      = f4iTh.CustomWarps
   |nexus  = 2571
+
   |nexus  = 3445
   |github  = maxvollmer/DeepWoodsMod
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deep Woods Seasonal Obelisk
+
   |name    = Custom Winter Star Gifts
   |author  = Sandman53
+
   |author  = XxHarvzBackxX
   |id      = maxvollmer.deepwoodsmod.seasonalobelisk
+
   |id      = harvz.CWSG
   |nexus  = 5016
+
   |nexus  = 10024
   |github  =
+
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Deep Woods-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deep Woods Warp Network Integration
+
   |name    = Cut the Cord, TvMenu
   |author  = Tlitookilakin
+
   |author  = cgifox
   |id      = tlitookilakin.deepwoodswarpnet
+
   |id      = cgifox.CutTheCord
   |nexus  = 10240
+
   |nexus  = 9571
  |moddrop = 1060419
+
   |github  = harshlele/CutTheCord
   |github  = tlitookilakin/WarpnetDeepwoods
 
  
   |beta broke in = Stardew Valley 1.6<!--@restest after Warp Network-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Default Farmer
+
   |name    = Cycle Tools
   |author  = Tyler Gibbs
+
   |author  = LeFauxMatt
   |id      = tylergibbs2.DefaultFarmer
+
   |id      = furyx639.CycleTools
   |nexus  = 12421
+
  |curse  = 871827
   |github  = tylergibbs2/DefaultFarmer
+
   |nexus  = 13973
 +
   |github  = LeFauxMatt/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Default Window Size
+
   |name    = Daily Farm Photo
   |author  = DecidedlyHuman
+
   |author  = Seawolf, seawolf87
   |id      = DecidedlyHuman.DefaultWindowSize
+
   |id      = Seawolf.DailyFarmPhoto
   |nexus  = 10939
+
   |nexus  = 4791
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  = Seawolf87/DailyFarmPhoto
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Delivery Service
+
   |name    = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
   |author  = AxesOfEvil
+
   |author  = BlaDe
   |id      = AxesOfEvil.DeliveryService
+
   |id      = BlaDe.StepsTakenOnScreen
   |nexus  = 5187
+
   |nexus  = 6783
   |github  = AxesOfEvil/SV_DeliveryService
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Delivery Upgrade Tool
+
   |name    = Daily Luck Message
   |author  = Dash, yuukidach
+
   |author  = Schematix, Schmtx
   |id      = Pathoschild.test
+
   |id      = Schematix.DailyLuckMessage
   |nexus  = 5570
+
   |nexus  = 1327
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Grabber Redux
+
   |name    = Daily Luck on HUD, Just Luck Mod, Luck Score HUD
   |author  = ferdaber
+
   |author  = zeldela, delaney
   |id      = ferdaber.DeluxeGrabberRedux
+
   |id      = dJustLuckMod
   |nexus  = 7920
+
   |nexus  = 10386
   |github  = ferdaber/sdv-mods
+
  |moddrop = 1070645
 
+
   |github  = zeldela/sdv-mods
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Hats
+
   |name    = Daily News
   |author  = domsim1
+
   |author  = bashNinja
   |id      = domsim1.DeluxeHats
+
   |id      = bashNinja.DailyNews
   |nexus  = 5836
+
   |nexus  = 1141
   |github  = domsim1/stardew-valley-deluxe-hats-mod
+
   |github  = miketweaver/DailyNews
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Journal
+
   |name    = Daily Notifications, Event Notifications
   |author  = MolsonCAD
+
   |author  = dreamsicl
   |id      = MolsonCAD.DeluxeJournal
+
   |id      = EventNotifications
   |nexus  = 11436
+
   |nexus  =
   |github  = MolsonCAD/DeluxeJournal
+
  |chucklefish = 3621
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Demanding Shipping
+
   |name    = Daily Pet the Animals
   |author  = lech43
+
   |author  = flowoeB
   |id      = lech43.DemandingShipping
+
   |id      = flowoeB.DailyPetTheAnimals
   |nexus  = 7315
+
   |nexus  = 8356
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Demetrius Visits Cave
+
   |name    = Daily Phone Quest
   |author  = Kichjo
+
   |author  = ActionJackson
   |id      = Kichjo.DemetriusVisitsCave
+
   |id      = ActionJackson.DailyPhoneQuest
   |nexus  = 5477
+
   |nexus  = 14648
   |github  = KeelanRosa/StardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Desert Bloom Farm
+
   |name    = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
   |author  = DeLiXx
+
   |author  = MevNav
   |id      = DeLiXx.Desert_Bloom_Farm
+
   |id      = MevNav.DailyPlanner
   |nexus  = 16750
+
   |nexus  = 16704
   |github  =
+
   |github  = BuildABuddha/StardewDailyPlanner
  |source  = https://gitlab.com/delixx/stardew-valley-desert-bloom-farm
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Farm Loader-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Destroyable Bushes
+
   |name    = Daily Quest Anywhere
   |author  = Esca, Esca-MMC
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = Esca.DestroyableBushes
+
   |id      = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
   |nexus  = 6304
+
   |nexus  = 513
  |moddrop = 798245
+
   |github  = janavarro95/Stardew_Valley_Mods
   |github  = Esca-MMC/DestroyableBushes
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Detailed Sprites
+
   |name    = Daily Screenshot
   |author  = RainsKuro, RainzKuro
+
   |author  = CompSciLauren
   |id      = RainzKuro.DetailedSprites
+
   |id      = CompSciLauren.DailyScreenshot
   |nexus  = 15549
+
   |nexus  = 4779
   |github  =
+
   |chucklefish = 5907
 
+
  |moddrop = 677025
   |beta broke in = Stardew Valley 1.6
+
   |curse  = 353698
 +
  |github  = CompSciLauren/stardew-valley-daily-screenshot-mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Box Redesign
+
   |name    = Daily Special Orders
   |author  = gzhynko
+
   |author  = shekurika
   |id      = GZhynko.DialogueBoxRedesign
+
   |id      = shekurika.DailySpecialOrders
   |nexus  = 8853
+
   |nexus  = 9693
   |github  = gzhynko/StardewMods
+
   |github  = shekurika/DailySpecialOrders
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Display Framework
+
   |name    = Daily Tasks Report
   |author  = aedenthorn, Erinthe
+
   |author  = GuiNoya, Yesst
   |id      = aedenthorn.DialogueDisplayFramework
+
   |id      = GuiNoya.DailyTasksReport
  |curse  = 868761
+
   |nexus  = 1624
   |nexus  = 11661
+
   |github  = GuiNoya/SVMods
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Dialogue Extension
+
   |name    = Daily Tasks Report Plus
   |author  = elbe
+
   |author  = Prism 99
   |id      = elbe.DialogueExtension
+
   |id      = Prism99.DailyTasksReportPlus
   |nexus  = 10851
+
   |nexus  = 20871
   |github  = lshtech/DialogueExtension
+
   |github  = Prism-99/DailyTaskReportPlus
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue New Line
+
   |name    = DaLionheart
   |author  = aedenthorn, Erinthe
+
   |author  = DaLion
   |id      = aedenthorn.DialogueNewLine
+
   |id      = DaLion.Core
  |curse  = 868753
+
   |nexus  = 24332
   |nexus  = 12175
+
   |github  = daleao/sdv
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Tester
+
   |name    = Dan Utils
   |author  = DecidedlyHuman
+
   |author  = Danmw3
   |id      = DecidedlyHuman.DialogueTester
+
   |id      = danmw3.DanUtils
   |nexus  = 9887
+
   |nexus  = 2287
   |moddrop = 1035899
+
   |github  =
   |github  = DecidedlyHuman/DialogueTester
+
 
 +
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Trees
+
   |name    = Dark User Interface
   |author  = aedenthorn, Erinthe
+
   |author  = zazizu
   |id      = aedenthorn.DialogueTrees
+
   |id      = zazizu.darkUI
   |nexus  = 9550
+
   |nexus  = 4056
   |github  = aedenthorn/StardewValleyMods
+
   |github  = cilekli-link/SDVMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Data Layers, Data Maps
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
 +
  |curse  = 1000628
 +
  |nexus  = 1691
 +
  |moddrop = 606646
 +
  |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Did You Water Your Crops
+
   |name    = Date Night
   |author  = Nishtra
+
   |author  = SUPERT
   |id      = Nishtra.DidYouWaterYourCrops
+
   |id      = supert.datenight
   |nexus  = 1583
+
   |nexus  = 11459
  |github  =
 
  
 +
  |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
+
   |summary  = use {{nexus mod|22714|Date Night Redux}} 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    = Day Limiter
   |author  = shanks3042
+
   |author  = Parzivl, tadfoster
   |id      = shanks3042.StardewValleyEasyPrairieKing
+
   |id      = Parzivl.DayLimiter<!--changed in 1.0.5-->, tadfoster.DayLimiter
   |nexus  = 5816
+
   |nexus  = 25529
   |github  =
+
   |github  = tadfoster/StardewValleyMods
  |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dimensional Pockets
+
   |name    = Dear Diary, Journal Keeping Mod
   |author  = spacechase0
+
   |author  = MissCoriel
   |id      = spacechase0.DimensionalPockets
+
   |id      = misscoriel.diary
   |nexus  = 12706
+
  |curse  = 885086
   |github  = spacechase0/StardewValleyMods
+
   |nexus  = 4451
 
+
   |moddrop = 624395
   |beta broke in = Stardew Valley 1.6
+
   |github  = MissCoriel/Dear-Diary
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dino Form
+
   |name    = Deathpoint - Monster Health Display Mod
 +
  |author  = JeiPi, JeiP1
 +
  |id      = JeiPi.Deathpoint
 +
  |nexus  = 25241
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Death Tweaks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.DinoForm
+
   |id      = aedenthorn.DeathTweaks
   |nexus  = 18244
+
   |nexus  = 18174
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Debug Mode
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
 +
  |curse  = 1000634
 +
  |nexus  = 679
 +
  |moddrop = 606608
 +
  |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Decrafting Mod
 +
  |author  = iSkLz_, MSCFC
 +
  |id      = MSCFC.DecraftingMod
 +
  |nexus  = 4158
 +
  |github  = iSkLz/DecraftingMod
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Disable Auto Pickup
+
   |name    = Deep Woods
   |author  = Eugenii10
+
   |author  = Max Vollmer, SVProtector
   |id      = KubichekEV.DisableAutoPickup
+
   |id      = maxvollmer.deepwoodsmod
   |nexus  = 9717
+
  |curse  = 992429
   |github  =
+
   |nexus  = 2571
 +
   |github  = maxvollmer/DeepWoodsMod
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Disable Gamepad, Disable Controller
+
   |name    = Deep Woods Seasonal Obelisk
   |author  = lperkins2, Logan Perkins
+
   |author  = Sandman53
   |id      = lperkins2.DisableController
+
   |id      = maxvollmer.deepwoodsmod.seasonalobelisk
   |nexus  = 2229
+
   |nexus  = 5016
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Deep Woods-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Discord Rich Presence
+
   |name    = Deep Woods Warp Network Integration
   |author  = RuiNtD
+
   |author  = Tlitookilakin
   |id      = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
+
   |id      = tlitookilakin.deepwoodswarpnet
   |nexus  = 2156
+
   |nexus  = 10240
   |github  = RuiNtD/SVRichPresence
+
  |moddrop = 1060419
 +
   |github  = tlitookilakin/WarpnetDeepwoods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@restest after Warp Network-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dish of the Day Display
+
   |name    = Default Animal Skin Replacer, Default Skin Replace
   |author  = MouseyPounds
+
   |author  = bungus
   |id      = MouseyPounds.DishOfTheDayDisplay
+
   |id      = bungus.DefaultSkinReplace
   |nexus  = 3960
+
   |nexus  = 21612
   |github  = MouseyPounds/stardew-mods
+
   |github  = BussinBungus/BungusSDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dismantle Craftables
+
   |name    = Default Farmer
   |author  = jahangmar
+
   |author  = Tyler Gibbs
   |id      = jahangmar.DismantleCraftables
+
   |id      = tylergibbs2.DefaultFarmer
   |nexus  = 3687
+
   |nexus  = 12421
   |github  = jahangmar/StardewValleyMods
+
   |github  = tylergibbs2/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Display Energy
+
   |name    = Default On Cheats
   |author  = dmarcoux
+
   |author  = EnderTedi
   |id      = dmarcoux.DisplayEnergy
+
   |id      = EnderTedi.DefaultOnCheats
   |nexus  = 10662
+
   |nexus  = 21035
  |moddrop = 1087175
+
   |github  = EnderTedi/DefaultOnCheats
   |github  = dmarcoux/DisplayEnergy
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Displays
+
   |name    = Default Window Size
   |author  = spacechase0 and ParadigmNomad
+
   |author  = DecidedlyHuman
   |id      = spacechase0.Displays
+
   |id      = DecidedlyHuman.DefaultWindowSize
  |curse  = 867712
+
   |nexus  = 10939
   |nexus  = 7635
+
   |github  = DecidedlyHuman/StardewValleyMods
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Distant Lands -  A Small Witch Swamp Expansion, Aimons Witch Swamp Overhaul Patches
+
   |name    = Delivery Service
   |author  = Aimon111
+
   |author  = AxesOfEvil
   |id      = AimonsWitchSwampOverhaulPatches
+
   |id      = AxesOfEvil.DeliveryService
   |nexus  = 18109
+
   |nexus  = 5187
   |github  = SimonK1122/WitchSwampOverhaulPatches
+
   |github  = AxesOfEvil/SV_DeliveryService
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Diverse Stardew Valley - Seasonal Outfits - DSV Core
+
   |name    = Delivery Upgrade Tool
   |author  = Airyn and the DSV Team
+
   |author  = Dash, yuukidach
   |id      = DSV.Core
+
   |id      = Pathoschild.test
   |nexus  = 17059
+
   |nexus  = 5570
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Don't Eat That
+
   |name    = Deluxe Auto-Grabber, Coop Grabber
   |author  = Pyrohead37
+
   |author  = stokastic
   |id      = Pyrohead37.DontEatThat
+
   |id      = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
   |nexus  = 1951
+
   |nexus  = 2462
   |github  = jahangmar/StardewValleyMods
+
   |github  = stokastic/CoopGrabber
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |name    = Deluxe Auto-Petter
 +
  |author  = Frostiverse
 +
  |id      = Frostiverse.DeluxeAutoPetter
 +
  |nexus  = 23226
 +
  |github  = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Don't Stop Me Now
+
   |name    = Deluxe Grabber Redux
   |author  = Shockah
+
   |author  = ferdaber
   |id      = Shockah.DontStopMeNow
+
   |id      = ferdaber.DeluxeGrabberRedux
   |nexus  = 10941
+
   |nexus  = 7920
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = ferdaber/sdv-mods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Double Standard Farm
+
   |name    = Deluxe Grabber Redux 1.6
   |author  = Leaf
+
   |author  = Nykal145
   |id      = Leaf.DoubleStandardFarm
+
   |id      = Nykal145.DeluxeGrabberRedux16
   |nexus  = 3928
+
   |nexus  = 20799
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Deluxe Hats
 +
  |author  = domsim1
 +
  |id      = domsim1.DeluxeHats
 +
  |nexus  = 5836
 +
  |github  = domsim1/stardew-valley-deluxe-hats-mod
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Deluxe Journal
 +
  |author  = MolsonCAD
 +
  |id      = MolsonCAD.DeluxeJournal
 +
  |nexus  = 11436
 +
  |github  = MolsonCAD/DeluxeJournal
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Downtown Zuzu
+
   |name    = Demanding Shipping
   |author  = XxHarvzBackxX, Zuzu Development Team
+
   |author  = lech43
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
+
   |id      = lech43.DemandingShipping
  |curse  = 987160
+
   |nexus  = 7315
   |nexus  = 8587
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = DPad Inventory Hotkey
+
   |name    = Demetrius Solo Dancing, Robin Building Token
   |author  = joljyo
+
   |author  = DrSpactacus, NateMod
   |id      = joljyo.DPadInventoryHotkey
+
   |id      = NateMod.RobinBuildingToken
   |nexus  = 7507
+
   |nexus  = 22564
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dragon Pearl Lure
+
   |name    = Demetrius Visits Cave
   |author  = violetlizabet
+
   |author  = Kichjo
   |id      = violetlizabet.DragonPearlLure
+
   |id      = Kichjo.DemetriusVisitsCave
   |nexus  = 15109
+
   |nexus  = 5477
   |github  = elizabethcd/DragonPearlLure
+
   |github  = KeelanRosa/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    = Draw Fish Ponds Over Grass
+
   |name    = Desert Bloom Farm
   |author  = atravita
+
   |author  = DeLiXx
   |id      = atravita.DrawFishPondsOverGrass
+
   |id      = DeLiXx.Desert_Bloom_Farm
   |curse  = 870981
+
   |curse  = 990494
  |moddrop = 1125248
+
   |nexus  = 16750
   |nexus  = 11352
+
   |github  =
   |github  = atravita-mods/StardewMods
+
   |source  = https://gitlab.com/delixx/stardew-valley/desert-bloom-farm
 
 
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dreamscape
+
   |name    = Desert Obelisk
   |author  = aedenthorn, Erinthe
+
   |author  = CatCattyCat, Cat
   |id      = aedenthorn.Dreamscape
+
   |id      = cat.desertobelisk
   |nexus  = 11742
+
   |nexus  = 2021
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 833549
 +
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Drive By
+
   |name    = Destroyable Bushes
   |author  = BlaDe
+
   |author  = Esca, Esca-MMC
   |id      = BlaDe.DriveBy
+
   |id      = Esca.DestroyableBushes
   |nexus  = 12033
+
   |nexus  = 6304
   |github  =
+
  |moddrop = 798245
 +
   |github  = Esca-MMC/DestroyableBushes
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Drop It - Drop Item Hotkey
+
   |name    = Detailed Sprites
   |author  = Goldenrevolver
+
   |author  = RainsKuro, RainzKuro
   |id      = Goldenrevolver.DropItHotkey
+
   |id      = RainzKuro.DetailedSprites
   |nexus  = 7971
+
   |nexus  = 15549
  |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Dungeon Buddy
 
  |author  = SwiftSails
 
  |id      = SwiftSails.DungeonBuddy
 
  |nexus  = 7864
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dungeon Merchants
+
   |name    = DewCord Rich Presence
   |author  = aedenthorn, Erinthe
+
   |author  = explosivetortellini
   |id      = aedenthorn.DungeonMerchants
+
   |id      = explosivetortellini.StardewValleyDRP
   |nexus  = 14630
+
   |nexus  = 8348
   |github  = aedenthorn/StardewValleyMods
+
   |github  = explosivetortellini/StardewValleyDRP
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Durable Fences
+
   |name    = Dialog to Clipboard
   |author  = Zoryn
+
   |author  = dlrdlrdlr
   |id      = Zoryn.DurableFences
+
   |id      = dlrdlrdlr.DialogToClipboard
   |nexus  =
+
   |nexus  = 23834
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = dlrdlrdlr/DialogToClipboard
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Durin's Rest
+
   |name    = Dialogue Box Redesign
   |author  = NoFogBob and PaulDunstan
+
   |author  = gzhynko
   |id      = NoFogBob.DurinsRest_CSharp
+
   |id      = GZhynko.DialogueBoxRedesign
   |nexus  = 12345
+
   |nexus  = 8853
   |github  =
+
   |github  = gzhynko/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dialogue Display Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.DialogueDisplayFramework
 +
  |curse  = 868761
 +
  |nexus  = 11661
 +
  |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|22678|Dialogue Display Framework Continued}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dusty Overhaul
+
   |name    = Dialogue Emotes
   |author  = CyanFire
+
   |author  = PurrplingCat
   |id      = CF.SMAPI.DustyOverhaul
+
   |id      = PurrplingCat.DialogueEmotes
   |nexus  = 13057
+
   |nexus  = 6537
   |github  =
+
   |github  = purrplingcat/DialogueEmotes
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dusty Overhaul - SVE
+
   |name    = Dialogue Extension
   |author  = CyanFire
+
   |author  = elbe
   |id      = CF.SMAPI.DustyOverhaulSVE
+
   |id      = elbe.DialogueExtension
   |nexus  = 13265
+
   |nexus  = 10851
   |github  =
+
   |github  = lshtech/DialogueExtension
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = DVR
+
   |name    = Dialogue Keys
   |author  = captncraig
+
   |author  = PokeBenji
   |id      = captncraig.dvr
+
   |id      = PokeBenji.DialogueKeys
   |nexus   = 3860
+
   |curse   = 1022342
   |github  = captncraig/StardewMods
+
   |nexus  = 24325
 
+
   |github  =
   |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dwarf Scroll Prices
+
   |name    = Dialogue New Line
   |author  = noriteway
+
   |author  = aedenthorn, Erinthe
   |id      = noriteway.DwarfScrollPrice
+
   |id      = aedenthorn.DialogueNewLine
   |nexus  = 16386
+
  |curse  = 868753
   |github  = noriteway/StardewMods
+
   |nexus  = 12175
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dwarvish Mattock
+
   |name    = Dialogue Tester
   |author  = Anthony Hilyard, Grend
+
   |author  = DecidedlyHuman
   |id      = com.anthonyhilyard.dwarvishmattock
+
   |id      = DecidedlyHuman.DialogueTester
   |curse   = 536418
+
   |nexus   = 9887
   |nexus  = 9684
+
   |moddrop = 1035899
   |github  = AHilyard/DwarvishMattock
+
   |github  = DecidedlyHuman/DialogueTester
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Bodies
+
   |name    = Dialogue Trees
   |author  = ribeena
+
   |author  = aedenthorn, Erinthe
   |id      = ribeena.dynamicbodies
+
   |id      = aedenthorn.DialogueTrees
   |nexus  = 12893
+
  |curse  = 868845
   |github  = ribeena/StardewValleyMods
+
   |nexus  = 9550
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Checklist
+
   |name    = Did You Water Your Crops
   |author  = gunnargolf
+
   |author  = Nishtra
   |id      = gunnargolf.DynamicChecklist
+
   |id      = Nishtra.DidYouWaterYourCrops
   |nexus  = 1145
+
   |nexus  = 1583
   |github  = gunnargolf/DynamicChecklist
+
   |github  =
  
  |broke in = SMAPI 2.0
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Daily Tasks Report|Daily Tasks Report]] instead.
+
   |summary  = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
<!--
+
   |broke in = Stardew Valley 1.3.29
   |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    = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
   |author  = hilovids
+
   |author  = shanks3042
   |id      = hilovids.DynamicClothing
+
   |id      = shanks3042.StardewValleyEasyPrairieKing
   |nexus  = 10078
+
   |nexus  = 5816
 
   |github  =
 
   |github  =
 
+
   |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Crops
+
   |name    = Difficulty Socializing
   |author  = HaulinOats
+
   |author  = PokeBenji
   |id      = HaulinOats.DynamicCrops
+
   |id      = PokeBenji.DifficultySocializing
   |nexus   = 13800
+
   |curse   = 1023363
   |github  = HaulinOats/StardewMods
+
   |nexus  = 24389
 
+
   |github  =
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Dialogues Framework
+
   |name    = Dimensional Pockets
   |author  = mistyspring
+
   |author  = spacechase0
   |id      = mistyspring.dynamicdialogues
+
   |id      = spacechase0.DimensionalPockets
   |curse  = 880516
+
   |curse  = 867145
   |nexus  = 12836
+
   |nexus  = 12706
   |github  = misty-spring/StardewMods
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Festival Rewards
+
   |name    = Dino Form
  |author  = mistyspring
 
  |id      = mistyspring.DynamicFestivalRewards
 
  |nexus  = 20253
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Dynamic Flooring
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.DynamicFlooring
+
   |id      = aedenthorn.DinoForm
   |nexus  = 14780
+
   |nexus  = 18244
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Dynamic Game Assets
 
  |author  = spacechase0
 
  |id      = spacechase0.DynamicGameAssets
 
  |curse  = 867707
 
  |nexus  = 9365
 
  |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Game Assets → DGA Automate
+
   |name    = Dino Form 2
   |author  = spacechase0
+
   |author  = juminos
   |id      = spacechase0.DGAAutomate
+
   |id      = juminos.DinoForm2
   |nexus  = 9365
+
   |nexus  = 24718
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Machines
+
   |name    = Disable Auto Pickup
   |author  = tyran285, Ryuuze
+
   |author  = Eugenii10
   |id      = DynamicMachines
+
   |id      = KubichekEV.DisableAutoPickup
   |nexus  = 374
+
   |nexus  = 9717
 
   |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    = Disable Building Fade
 +
  |author  = calebstein1
 +
  |id      = calebstein1.StardewDisableBuildingFade
 +
   |nexus   = 24558
 +
   |github = calebstein1/StardewDisableBuildingFade
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Map Tiles
+
   |name    = Disable Gamepad, Disable Controller
   |author  = aedenthorn, Erinthe
+
   |author  = lperkins2, Logan Perkins
   |id      = aedenthorn.DynamicMapTiles
+
   |id      = lperkins2.DisableController
   |nexus  = 14566
+
   |nexus  = 2229
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Night Time
+
   |name    = Discord Rich Presence
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = RuiNtD
   |id      = knakamura.dynamicnighttime
+
   |id      = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
   |nexus  = 2072
+
   |nexus  = 2156
  |moddrop = 664041
+
   |github  = RuiNtD/SVRichPresence
   |github  = Sakorona/SDVMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic NPC Sprites
+
   |name    = Dish of the Day Display
   |author  = BashNinja
+
   |author  = MouseyPounds
   |id      = BashNinja.DynamicNPCSprites
+
   |id      = MouseyPounds.DishOfTheDayDisplay
   |nexus  = 1183
+
   |nexus  = 3960
   |github  = miketweaver/BashNinja_SDV_Mods
+
   |github  = MouseyPounds/stardew-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    = Dynamic Price
+
   |name    = Dismantle Craftables
   |author  = ZaneYork
+
   |author  = jahangmar
   |id      = ZaneYork.DynamicPrice
+
   |id      = jahangmar.DismantleCraftables
   |nexus  = 5831
+
   |nexus  = 3687
   |github  = ZaneYork/SDV_Mods
+
   |github  = jahangmar/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Reflections
+
   |name    = Display Energy
   |author  = PeacefulEnd
+
   |author  = dmarcoux
   |id      = PeacefulEnd.DynamicReflections
+
   |id      = dmarcoux.DisplayEnergy
   |nexus  = 12831
+
   |nexus  = 10662
   |github  = Floogen/DynamicReflections
+
  |moddrop = 1087175
 +
   |github  = dmarcoux/DisplayEnergy
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Running Speed
+
   |name    = Display Monster Health
   |author  = Vrakyas
+
   |author  = Atesba
   |id      = Vrakyas.DynamicRunningSpeed
+
   |id      = Atesba.DisplayMonsterHealth
   |nexus  = 4029
+
   |nexus  = 20984
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Early Community Upgrades
+
   |name    = Display Player Stats
   |author  = sophiesalacia
+
   |author  = Fleem
   |id      = Vertigon.EarlyCommunityUpgrades
+
   |id      = Fleem.DisplayPlayerStats
   |nexus  = 8450
+
   |nexus  = 21547
   |github  = dtomlinson-ga/EarlyCommunityUpgrades
+
   |github  = FleemUmbleem/DisplayPlayerStats
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Early Ginger Island
+
   |name    = Displays
   |author  = Shockah
+
   |author  = spacechase0 and ParadigmNomad
   |id      = Shockah.EarlyGingerIsland
+
   |id      = spacechase0.Displays
   |nexus  = 13885
+
  |curse  = 867712
   |github  = Shockah/Stardew-Valley-Mods
+
   |nexus  = 7635
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Cave Puzzle
+
   |name    = Distant Lands - A Small Witch Swamp Expansion, Aimons Witch Swamp Overhaul Patches
   |author  = atravita
+
   |author  = Aimon111
   |id      = atravita.NerfCavePuzzle
+
   |id      = AimonsWitchSwampOverhaulPatchesMAPONLY<!--alternate version-->, AimonsWitchSwampOverhaulPatches
   |curse  = 870978
+
   |curse  = 1010281
  |moddrop = 1131424
+
   |nexus  = 18109
   |nexus  = 11500
+
   |github  = SimonK1122/WitchSwampOverhaulPatches
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Dart Puzzle
+
   |name    = Diverse Stardew Valley - Seasonal Outfits - DSV Core
   |author  = atravita
+
   |author  = Airyn and the DSV Team
   |id      = atravita.EasierDartPuzzle
+
   |id      = DSV.Core
  |curse  = 870971
+
   |nexus  = 17059
  |moddrop = 1205159
+
   |github  =
   |nexus  = 13049
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Farming
+
   |name    = Do Not Eat My Crops
   |author  = Cautious Waffle, skulmuk
+
   |author  = u_u__w
   |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
+
   |id      = u_u__w.DoNotEatMyCrops
   |nexus  = 1426
+
   |nexus  = 26324
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Fishing
+
   |name    = Don't Eat That
   |author  = majordot
+
   |author  = Pyrohead37
   |id      = MajorDOT.EasierFishing
+
   |id      = Pyrohead37.DontEatThat
   |nexus  =
+
   |nexus  = 1951
  |curse  = 305367
+
   |github  = jahangmar/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    = Don't Stop Me Now
   |author  = NormanPCN
+
   |author  = Shockah
   |id      = NormanPCN.EasierMonsterEradication
+
   |id      = Shockah.DontStopMeNow
   |nexus  = 11548
+
   |nexus  = 10941
   |github  = NormanPCN/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Special Orders
+
   |name    = Double Standard Farm, Double Farm
   |author  = TheMightyAmondee
+
   |author  = Leaf
   |id      = TheMightyAmondee.EasierSpecialOrders
+
   |id      = Leaf.DoubleFarm<!--changed in 3.0.0-->, Leaf.DoubleStandardFarm
   |nexus  = 8342
+
   |nexus  = 3928
   |github  = TheMightyAmondee/EasierSpecialOrders
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = East Scarp (SMAPI)
+
   |name    = Downtown Zuzu
   |author  = LemurKat and kdau
+
   |author  = XxHarvzBackxX, Zuzu Development Team
   |id      = LemurKat.EastScarp.SMAPI, LemurKat.EastScarpe.SMAPI<!--before 2.0.0-->
+
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
   |nexus   = 5787
+
   |curse   = 987160
   |moddrop = 984954
+
   |nexus  = 8587
   |source = https://gitlab.com/kdau/eastscarp
+
   |github =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Access
+
   |name    = DPad Inventory Hotkey
   |author  = LeFauxMatt
+
   |author  = joljyo
   |id      = furyx639.EasyAccess
+
   |id      = joljyo.DPadInventoryHotkey
  |curse  = 871835
+
   |nexus  = 7507
   |nexus  = 11002
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Farming
+
   |name    = Dragon Pearl Lure
   |author  = MountainDewBoi
+
   |author  = violetlizabet
   |id      = MountainDewBoi.EasyFarming
+
   |id      = violetlizabet.DragonPearlLure
   |nexus  = 4162
+
   |nexus  = 15109
   |github  =
+
   |github  = elizabethcd/DragonPearlLure
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Draw Fish Ponds Over Grass
 +
  |author  = atravita
 +
  |id      = atravita.DrawFishPondsOverGrass
 +
  |curse  = 870981
 +
  |moddrop = 1125248
 +
  |nexus  = 11352
 +
  |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |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    = Dreamscape
   |author  = DeLiXx
+
   |author  = aedenthorn, Erinthe
   |id      = DeLiXx.Easy_Farm_Switcher
+
   |id      = aedenthorn.Dreamscape
   |nexus   = 16873
+
   |curse   = 868756
   |github  =
+
   |nexus  = 11742
   |source = https://gitlab.com/delixx/stardew-valley-custom-farm-loader
+
   |github = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Farm Loader-->
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#Dreamscape
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Gifting
+
   |name    = Dresser Sorter
   |author  = CeruleanSpirit
+
   |author  = idermailer
   |id      = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
+
   |id      = idermailer.dresserSorter
   |nexus  = 2957
+
  |nexus  = 24443
 +
  |github  = idermailer/DresserSorter
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Drive By
 +
  |author  = BlaDe
 +
  |id      = BlaDe.DriveBy
 +
   |nexus  = 12033
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Path Destruction
+
   |name    = Drop It - Drop Item Hotkey
   |author  = StultusV
+
   |author  = Goldenrevolver
   |id      = StultusV.EasyPathDestruction
+
   |id      = Goldenrevolver.DropItHotkey
   |nexus  = 8775
+
   |nexus  = 7971
   |github  = JudeRV/Stardew-EasyPathDestruction
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Petting
+
   |name    = Drop Seeds After Eating
   |author  = CeruleanSpirit
+
   |author  = Cloudyluna
   |id      = EasyPetting.3032
+
   |id      = Cloudyluna.DropSeedsAfterEating
   |nexus  = 3032
+
   |nexus  = 27353
 
   |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    = Dungeon Buddy
   |author  = crc-fehler
+
   |author  = SwiftSails
   |id      = crc.eatmore
+
   |id      = SwiftSails.DungeonBuddy
   |nexus  = 2724
+
   |nexus  = 7864
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Economy Mod
+
   |name    = Dungeon Merchants
   |author  = millerscout
+
   |author  = aedenthorn, Erinthe
   |id      = Millerscout.EconomyMod
+
   |id      = aedenthorn.DungeonMerchants
   |nexus  = 6955
+
  |curse  = 868698
   |github  = millerscout/StardewMillerMods
+
   |nexus  = 14630
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = EH Smash Quality
+
   |name    = Durable Fences
   |author  = EH Lim
+
   |author  = Zoryn
   |id      = tech.enghao.sv.eh-smash-quality
+
   |id      = Zoryn.DurableFences
   |nexus  = 9303
+
  |nexus  =
 +
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
  |github  = Zoryn4163/SMAPI-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Durin's Rest
 +
  |author  = NoFogBob and PaulDunstan
 +
  |id      = NoFogBob.DurinsRest_CSharp
 +
   |nexus  = 12345
 
   |github  =
 
   |github  =
   |warnings = Only compatible with Android.
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Eidee Easy Fishing
+
   |name    = Dusty Overhaul
   |author  = EideeHi
+
   |author  = CyanFire
   |id      = net.eidee.stardew_valley.easy_fishing
+
   |id      = CF.SMAPI.DustyOverhaul
   |nexus  = 4806
+
   |nexus  = 13057
   |github  = eideehi/EideeEasyFishing
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Elevator
+
   |name    = Dusty Overhaul - SVE
   |author  = Ilyaki
+
   |author  = CyanFire
   |id      = Ilyaki.Elevator
+
   |id      = CF.SMAPI.DustyOverhaulSVE
   |nexus  = 2952
+
   |nexus  = 13265
   |github  = Ilyaki/Elevator
+
   |github  =
 
 
  |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
 
 
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Elven Krobus, Underdark Krobus
+
   |name    = DVR
   |author  = Mel Noelle and Kirbylink
+
   |author  = captncraig
   |id      = melnoelle.underdarkkrobus
+
   |id      = captncraig.dvr
   |nexus  = 3071
+
   |nexus  = 3860
   |github  = KirbyLink/UnderdarkKrobus
+
   |github  = captncraig/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
  |status  = workaround
 
  |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Email App
+
   |name    = Dwarf Scroll Prices
   |author  = aedenthorn, Erinthe
+
   |author  = noriteway
   |id      = aedenthorn.Email
+
   |id      = norite.DwarfScrollPrice<!--changed in 1.1.0-->, noriteway.DwarfScrollPrice
   |nexus  = 11325
+
   |nexus  = 16386
   |github  = aedenthorn/StardewValleyMods
+
   |github  = noriteway/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
+
   |name    = Dwarvish Mattock
   |author  = aedenthorn, Erinthe
+
   |author  = Anthony Hilyard, Grend
   |id      = aedenthorn.SDIEmily
+
   |id      = com.anthonyhilyard.dwarvishmattock
   |nexus  = 14366
+
  |curse  = 536418
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 9684
 +
   |github  = AHilyard/DwarvishMattock
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Empty Your Hands
+
   |name    = Dynamic Bodies
   |author  = BlueSight
+
   |author  = ribeena
   |id      = BlueSight.EmptyYourHands
+
   |id      = ribeena.dynamicbodies
   |nexus  = 19736
+
   |nexus  = 12893
   |github  = Hikari-BS/StardewMods
+
   |github  = ribeena/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enaium ToolKit
+
   |name    = Dynamic Checklist
   |author  = Enaium
+
   |author  = gunnargolf
   |id      = Enaium.EnaiumToolKit
+
   |id      = gunnargolf.DynamicChecklist
  |curse  = 436787
+
   |nexus  = 1145
  |moddrop = 863959
+
   |github  = gunnargolf/DynamicChecklist
  |nexus  =
 
  |github  = Enaium-StardewValleyMods/EnaiumToolKit
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Enchantable Scythes and Golden Scythe Respawns
 
  |author  = Goldenrevolver
 
  |id      = Goldenrevolver.EnchantableScythes
 
   |nexus  = 10668
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Enemy Health Bars, Health Bars
+
   |name    = Dynamic Clothing
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = hilovids
   |id      = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
+
   |id      = hilovids.DynamicClothing
   |nexus  = 193
+
   |nexus  = 10078
   |chucklefish = 3529
+
   |github =
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enemy Health Bars, Enemies Health Bars
+
   |name    = Dynamic Crops
   |author  = TheThor59
+
   |author  = HaulinOats
   |id      = Thor.EnemyHealthBars
+
   |id      = HaulinOats.DynamicCrops
   |nexus  = 3627
+
   |nexus  = 13800
   |github  = TheThor59/StardewMods
+
   |github  = HaulinOats/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Energy Count
+
   |name    = Dynamic Dialogues Framework
   |author  = Crystallyne
+
   |author  = mistyspring
   |id      = Crystallyne.EnergyCount
+
   |id      = mistyspring.dynamicdialogues
   |nexus  = 4272
+
   |nexus  = 12836
   |github  = Crystallyne/EnergyCount
+
   |github  = misty-spring/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Energy Time
+
   |name    = Dynamic Festival Rewards
   |author  = nikperic, ThatOneCow
+
   |author  = mistyspring
   |id      = nikperic.EnergyTime
+
   |id      = mistyspring.DynamicFestivalRewards
   |nexus  = 6488
+
   |nexus  = 20253
   |source = https://gitlab.com/nikperic/energytime
+
   |github =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Loot Magnet, Magnet Mod
+
   |name    = Dynamic Flooring
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = Aedenthorn.MagnetMod
+
   |id      = aedenthorn.DynamicFlooring
   |nexus  = 4856
+
  |curse  = 868692
 +
   |nexus  = 14780
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Dynamic Flooring - Continued|Dynamic Flooring - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dynamic Flooring - Continued
 +
  |author  = aedenthorn & CyanFire
 +
  |id      = aedenthorn.DynamicFlooring
 +
  |nexus  = 27888
 +
  |github  = CyanFireUK/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Relationships
+
   |name    = Dynamic Game Assets
   |author  = Mizzion
+
   |author  = spacechase0
   |id      = mizzion.enhancedrelationships
+
   |id      = spacechase0.DynamicGameAssets
   |nexus   = 1927
+
   |curse   = 867707
   |moddrop = 661356
+
   |nexus  = 9365
   |github  = Mizzion/MyStardewMods
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Slingshots
+
   |name    = Dynamic Game Assets → DGA Automate
   |author  = ytsc
+
   |author  = spacechase0
   |id      = ytsc.EnhancedSlingshots
+
   |id      = spacechase0.DGAAutomate
   |nexus  = 12763
+
   |nexus  = 9365
   |github  = YTSC/StardewValleyMods
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Entoarox Framework
+
   |name    = Dynamic Horses
   |author  = Entoarox
+
   |author  = Bpendragon
   |id      = Entoarox.EntoaroxFramework
+
   |id      = Bpendragon-DynamicHorses
   |nexus  = 2269
+
   |nexus  = 874
  |chucklefish = 4228
+
   |github  = Bpendragon/DynamicHorses
   |github  = Entoarox/StardewMods
 
  
   |warnings = Broken on Android (crashes on startup).
+
   |broke in = Stardew Valley 1.3
 
+
  |status  = abandoned
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |summary  = remove this mod (no longer maintained; use [[#Adopt 'n Skin|Adopt 'n Skin]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Entoarox Modding Utilities
+
   |name    = Dynamic Machines
   |author  = Entoarox
+
   |author  = tyran285, Ryuuze
   |id      = Entoarox.Utilities
+
   |id      = DynamicMachines
   |nexus  = 5521
+
   |nexus  = 374
   |github  = Entoarox/StardewMods
+
   |github  =
  
   |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
+
   |broke in = SMAPI 2.0
 
+
  |status  = workaround
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Equal Money Split
+
   |name    = Dynamic Map Tiles
   |author  = The Fluffy Robot, TheFluffyRobot
+
   |author  = aedenthorn, Erinthe
   |id      = TheFluffyRobot.EqualMoneySplit
+
   |id      = aedenthorn.DynamicMapTiles
   |nexus  = 5526
+
  |curse  = 868915
   |github  = jamespfluger/Stardew-EqualMoneySplit
+
   |nexus  = 14566
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Equivalent Exchange
+
   |name    = Dynamic Map Tiles - Continued
   |author  = MercuriusXeno, x3n0ph0b3
+
   |author  = Datamancer
   |id      = MercuriusXeno.EquivalentExchange
+
   |id      = datamancer.DynamicMapTiles
   |nexus  = 1656
+
   |nexus  = 21084
   |github  = MercuriusXeno/EquivalentExchange
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Escape Rope
+
   |name    = Dynamic Night Time
   |author  = lestoph
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = lestoph.EscapeRope
+
   |id      = knakamura.dynamicnighttime
   |nexus  = 8576
+
   |nexus  = 2072
   |github  = Bifibi/SDVEscapeRope
+
   |moddrop = 664041
 
+
   |github  = Sakorona/SDVMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Esca's Modding Plugins
+
   |name    = Dynamic NPC Sprites
   |author  = Esca
+
   |author  = BashNinja
   |id      = Esca.EMP
+
   |id      = BashNinja.DynamicNPCSprites
   |nexus  = 9296
+
   |nexus  = 1183
  |moddrop = 1005443
+
   |github  = miketweaver/BashNinja_SDV_Mods
   |github  = Esca-MMC/EscasModdingPlugins
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Content Patcher|Content Patcher]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Even Better RNG
+
   |name    = Dynamic Price
   |author  = pepoluan
+
   |author  = ZaneYork
   |id      = pepoluan.EvenBetterRNG
+
   |id      = ZaneYork.DynamicPrice
   |nexus  = 8680
+
   |nexus  = 5831
   |chucklefish = 6117
+
   |github = ZaneYork/SDV_Mods
  |source = https://sourceforge.net/p/sdvmod-even-better-rng/
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Black Bars
+
   |name    = Dynamic Reflections
   |author  = gzhynko
+
   |author  = PeacefulEnd
   |id      = GZhynko.EventBlackBars
+
   |id      = PeacefulEnd.DynamicReflections
   |nexus  = 7962
+
  |curse  = 870926
   |github  = gzhynko/StardewMods
+
   |nexus  = 12831
 +
   |github  = Floogen/DynamicReflections
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Limiter
+
   |name    = Dynamic Running Speed
   |author  = TheMightyAmondee
+
   |author  = Vrakyas
   |id      = TheMightyAmondee.EventLimiter
+
   |id      = Vrakyas.DynamicRunningSpeed
   |nexus  = 10735
+
   |nexus  = 4029
  |github  = TheMightyAmondee/EventLimiter
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Event Lookup
 
  |author  = shekurika
 
  |id      = shekurika.EventLookup
 
  |nexus  = 8505
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Music Volume
+
   |name    = Early Bed Mod
   |author  = jorgamun
+
   |author  = Nokane
   |id      = jorgamun.EventMusicVolume
+
   |id      = Nokane.EarlyBedMod
   |nexus  = 10650
+
   |nexus  = 25168
   |github  = jorgamun/EventMusicVolume
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Repeater
+
   |name    = Early Community Upgrades
   |author  = MissCoriel
+
   |author  = sophiesalacia
   |id      = misscoriel.eventrepeater
+
   |id      = Vertigon.EarlyCommunityUpgrades
   |nexus  = 3642
+
   |nexus  = 8450
  |curse  = 317347
+
   |github  = dtomlinson-ga/EarlyCommunityUpgrades
  |moddrop = 606979
 
   |github  = MissCoriel/Event-Repeater
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Sound Adjuster
+
   |name    = Early Ginger Island
   |author  = shekurika
+
   |author  = Shockah
   |id      = shekurika.EventSoundAdjuster
+
   |id      = Shockah.EarlyGingerIsland
   |nexus  = 8734
+
   |nexus  = 13885
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Tester
+
   |name    = Easier Cave Puzzle
   |author  = BlaDe
+
   |author  = atravita
   |id      = BlaDe.EventTester
+
   |id      = atravita.NerfCavePuzzle
   |nexus  = 11178
+
  |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    = Event Tester, SinZ's Event Tester
+
   |name    = Easier Dart Puzzle
   |author  = SinZ and atravita
+
   |author  = atravita
   |id      = sinZandAtravita.SinZsEventTester
+
   |id      = atravita.EasierDartPuzzle
   |nexus  = 19458
+
  |curse  = 870971
 +
  |moddrop = 1205159
 +
   |nexus  = 13049
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
+
  |status  = workaround
   |beta status = ok
+
   |summary  = use [[#Easy Darts Game|Easy Darts Game]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Everlasting Baits and Unbreakable Tackles
+
   |name    = Easier Farming
   |author  = Digus
+
   |author  = Cautious Waffle, skulmuk
   |id      = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
+
   |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
   |nexus  = 2360
+
   |nexus  = 1426
   |github  = Digus/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Excavation Skill, New Skill - Archaeology
+
   |name    = Easier Fishing
   |author  = moonslime
+
   |author  = majordot
   |id      = moonslime.ExcavationSkill
+
   |id      = MajorDOT.EasierFishing
   |nexus  = 15793
+
   |nexus  =
 +
  |curse  = 305367
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Exhaustion Tweaks
+
   |name    = Easier Monster Eradication
   |author  = mytigio
+
   |author  = NormanPCN
   |id      = mytigio.exhaustiontweaks
+
   |id      = NormanPCN.EasierMonsterEradication
   |nexus  = 6247
+
   |nexus  = 11548
   |github  = mytigio/SDVMods
+
   |github  = NormanPCN/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Fridge, Dynamic Expanded Fridge
+
   |name    = Easier Special Orders
   |author  = Lodukas
+
   |author  = TheMightyAmondee
   |id      = Uwazouri.ExpandedFridge
+
   |id      = TheMightyAmondee.EasierSpecialOrders
   |nexus  = 1191
+
   |nexus  = 8342
   |github  = Uwazouri/ExpandedFridge
+
   |github  = TheMightyAmondee/EasierSpecialOrders
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Preconditions Utility
+
   |name    = East Scarp (SMAPI)
   |author  = Cherry, CherryChain
+
   |author  = LemurKat and kdau
   |id      = Cherry.ExpandedPreconditionsUtility
+
   |id      = atravita.EastScarp<!--changed in 2.4.0-->, LemurKat.EastScarp.SMAPI<!--changed in 2.0.0-->, LemurKat.EastScarpe.SMAPI
   |nexus  = 6529
+
   |nexus  = 5787
   |github = ChroniclerCherry/stardew-valley-mods
+
   |source = https://gitlab.com/kdau/eastscarp
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Storage
+
   |name    = Easy Access
 
   |author  = LeFauxMatt
 
   |author  = LeFauxMatt
   |id      = furyx639.ExpandedStorage
+
   |id      = furyx639.EasyAccess
   |curse  = 871838
+
   |curse  = 871835
   |nexus  = 7431
+
  |moddrop = 1547212
 +
   |nexus  = 11002
 
   |github  = LeFauxMatt/StardewMods
 
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Bars
+
   |name    = Easy Attack
   |author  = spacechase0
+
   |author  = season
   |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
+
   |id      = season.EasyAttack
  |curse  = 867392
+
   |nexus  = 20832
  |moddrop = 127275
+
   |github  =
   |nexus  = 509
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Rate Multiplier
+
   |name    = Easy Chest
   |author  = MSCFC, iSkLz
+
   |author  = season
   |id      = SkLz.ExpMultiply
+
   |id      = season.EasyChest
   |nexus  = 5910
+
   |nexus  = 20842
   |github  = iSkLz/ExperienceMultiplier
+
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Easy Cleaner
 +
  |author  = season
 +
  |id      = season.EasyCleaner
 +
  |nexus  = 20865
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Updates
+
   |name    = Easy Crane Game
   |author  = Quipex
+
   |author  = Dragoon23
   |id      = Quipex.ExperienceUpdates
+
   |id      = Dragoon23.EasyCraneGame
   |nexus  = 7581
+
   |nexus  = 22488
   |github  = Quipex/ExperienceUpdates
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expert Sitting
+
   |name    = Easy Darts Game
   |author  = aedenthorn, Erinthe
+
   |author  = Dragoon23
   |id      = aedenthorn.ExpertSitting
+
   |id      = Dragoon23.EasyDartGame
   |nexus  = 7435
+
   |nexus  = 22506
  |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Bus System
+
   |name    = Easy Fairy
   |author  = Tondorian
+
   |author  = season
   |id      = ExtendedBusSystem
+
   |id      = season.EasyFairy
   |nexus  =
+
   |nexus  = 20931
  |chucklefish = 4373
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Fridge
+
   |name    = Easy Farming
   |author  = Crystalmir
+
   |author  = MountainDewBoi
   |id      = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
+
   |id      = MountainDewBoi.EasyFarming
   |nexus  = 485
+
   |nexus  = 4162
   |github  = Mystra007/ExtendedFridgeSMAPI
+
   |github  =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
+
   |summary  = use [[#Point and Plant|Point and Plant]] or [[#Smart Building|Smart Building]] 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    = Easy Farm Switcher
   |author  = Entoarox
+
   |author  = DeLiXx
   |id      = Entoarox.ExtendedMinecart
+
   |id      = DeLiXx.Easy_Farm_Switcher
   |nexus   = 2271
+
   |curse   = 990826
   |chucklefish = 4359
+
   |nexus  = 16873
   |github  = Entoarox/StardewMods
+
   |github  =
 
+
   |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Entoarox Modding Utilities-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Reach
+
   |name    = Easy Fishin'
   |author  = spacechase0
+
   |author  = Frostiverse
   |id      = spacechase0.ExtendedReach
+
   |id      = Frostiverse.EasyFishin
  |curse  = 867754
+
   |nexus  = 22268
  |moddrop = 242303
+
   |github  = Hunter-Chambers/StardewValleyMods
   |nexus  = 1493
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Content Mod
+
   |name    = Easy Fishing
   |author  = Alacrity, platinumhobo
+
   |author  = season
   |id      = Alacrity.ExtraContentMod
+
   |id      = season.EasyFishing
   |nexus  = 8510
+
   |nexus  = 20830
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Fish Information
+
   |name    = Easy Gift
   |author  = Ceasg
+
   |author  = season
   |id      = Ceasg.ExtraFishInformation
+
   |id      = season.EasyGift
   |nexus  = 4170
+
   |nexus  = 20838
   |github  = ceasg/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Map Layers
+
   |name    = Easy Gifting
   |author  = aedenthorn, Erinthe
+
   |author  = CeruleanSpirit
   |id      = aedenthorn.ExtraMapLayers
+
   |id      = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
  |curse  = 868841
+
   |nexus  = 2957
  |nexus  = 9633
 
  |github  = aedenthorn/StardewValleyMods<!--@retest-linked-->
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Extreme Fishing Overhaul
 
  |author  = Unidarkshin and Deathest1, Devin Lematty
 
  |id      = DevinLematty.ExtremeFishingOverhaul
 
   |nexus  = 7490
 
 
   |github  =
 
   |github  =
  
   |broke in = Json Assets 1.7.7
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extreme Weather
+
   |name    = Easy Harvest
   |author  = BlaDe
+
   |author  = season
   |id      = BlaDe.ExtremeWeather
+
   |id      = season.EasyHarvest
   |nexus  = 12334
+
   |nexus  = 20924
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fabrication
+
   |name    = Easy Island Puzzle
   |author  = XxHarvzBackxX
+
   |author  = MindMeltMax
   |id      = harvz.Fabrication
+
   |id      = MindMeltMax.EasyIslandPuzzle
   |nexus  = 10679
+
  |curse  = 1004494
   |github  = XxHarvzBackxX/fabrication
+
   |nexus  = 22642
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fall 28 Snow Day
+
   |name    = Easy Path Destruction
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = StultusV
   |id      = Omegasis.Fall28SnowDay
+
   |id      = StultusV.EasyPathDestruction
   |nexus  = 486
+
   |nexus  = 8775
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = JudeRV/Stardew-EasyPathDestruction
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fall To Autumn
+
   |name    = Easy Petting
   |author  = jahangmar
+
   |author  = CeruleanSpirit
   |id      = jahangmar.FallToAutumn
+
   |id      = EasyPetting.3032
   |nexus  = 7174
+
   |nexus  = 3032
   |github  = jahangmar/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Animal Observer|Animal Observer]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Familiars
+
   |name    = Easy Travel, Easy Move
   |author  = aedenthorn, Erinthe
+
   |author  = season
   |id      = aedenthorn.Familiars
+
   |id      = season.EasyMove
   |nexus  = 6429
+
   |nexus  = 20872
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Family Planning
+
   |name    = Easy Upgrade
   |author  = loe2run
+
   |author  = Senofu
   |id      = Loe2run.FamilyPlanning
+
   |id      = Senofu.EasyUpgrade
   |nexus  = 4515
+
   |nexus  = 23496
   |github  = loe2run/FamilyPlanningMod
+
   |github  =
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fancy Sprinklers
+
   |name    = Easy Valley
   |author  = trashcan9
+
   |author  = season
   |id      = trashcan9.FancySprinklers
+
   |id      = season.EasyValley
   |nexus  = 15857
+
   |nexus  = 21181
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fantastic Frames
+
   |name    = Eat & Drink From Inventory
   |author  = Taskmaster
+
   |author  = Zamiel
   |id      = Taskmaster.FantasticFrames
+
   |id      = Zamiel.EatDrinkFromInventory
   |nexus  = 4540
+
   |nexus  = 21280
   |github  =
+
   |github  = Zamiell/stardew-valley-mods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Eat Food In Backpack Instantly, Eat In Backpack
 +
  |author  = philosquare
 +
  |id      = philosquare.EatInBackpack
 +
  |nexus  = 22872
 +
  |github  = philosquare/EatInBackpack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmageddon
+
   |name    = Eat More
   |author  = Max Vollmer, SVProtector
+
   |author  = crc-fehler
   |id      = maxvollmer.farmageddon
+
   |id      = crc.eatmore
   |nexus  = 2618
+
   |nexus  = 2724
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Animal Choices
+
   |name    = Economy Mod
   |author  = ShivaGuy
+
   |author  = millerscout
   |id      = ShivaGuy.FarmAnimalChoices
+
   |id      = Millerscout.EconomyMod
   |nexus  = 11850
+
   |nexus  = 6955
   |github  =
+
   |github  = millerscout/StardewMillerMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Animal Harvest Helper
+
   |name    = Edit Stable Ownership
   |author  = aedenthorn, Erinthe
+
   |author  = Predo
   |id      = aedenthorn.FarmAnimalHarvestHelper
+
   |id      = predo.sdvmods.EditStableOwnership
   |nexus  = 13782
+
   |nexus  = 26346
   |github  = aedenthorn/StardewValleyMods
+
   |github  = PedroLucasMiguel/PredoSDVMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Anywhere
+
   |name    = EH Smash Quality
   |author  = hmkiesel
+
   |author  = EH Lim
   |id      = hmkiesel.FarmAnywhere
+
   |id      = tech.enghao.sv.eh-smash-quality
   |nexus  = 13926
+
   |nexus  = 9303
 
   |github  =
 
   |github  =
 +
  |warnings = Only compatible with Android.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Automation: Barn Door Automation
+
   |name    = Eidee Easy Fishing
   |author  = Oranisagu
+
   |author  = EideeHi
   |id      = none<!--no manifest ID-->
+
   |id      = net.eidee.stardew_valley.easy_fishing
   |nexus  =
+
   |nexus  = 4806
  |url    = https://community.playstarbound.com/threads/111931
+
   |github  = eideehi/EideeEasyFishing
   |github  = oranisagu/SDV-FarmAutomation
 
 
 
  |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    = Farm Automation: Item Collector
+
   |name    = EiTK
   |author  = Oranisagu
+
   |author  = enaium
   |id      = none<!--no manifest ID-->
+
   |id      = Enaium.EiTK
 +
  |curse  = 365803
 
   |nexus  =
 
   |nexus  =
  |url    = https://community.playstarbound.com/threads/111931
+
   |github  =
   |github  = oranisagu/SDV-FarmAutomation
 
  
  |broke in = Stardew Valley 1.2
+
   |status  = abandoned
   |status   = workaround
 
  |summary = use [[#Automate|Automate]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Cave Framework
+
   |name    = Elevator
   |author  = aedenthorn, Erinthe
+
   |author  = Ilyaki
   |id      = aedenthorn.FarmCaveFramework
+
   |id      = Ilyaki.Elevator
   |nexus  = 10506
+
   |nexus  = 2952
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Ilyaki/Elevator
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
+
   |name    = Elliot Is Fabio
   |author  = atravita
+
   |author  = Dr Dirtbag, DrDirtbag
   |id      = atravita.FarmCaveSpawn
+
   |id      = ElliottIsFabio.ElliottIsFabio
  |curse  = 870986
+
   |nexus  = 23229
  |moddrop = 1068205
+
   |github  =
   |nexus  = 10186
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
+
   |name    = Elven Krobus, Underdark Krobus
   |author  = atravita
+
   |author  = Mel Noelle and Kirbylink
   |id      = atravita.ExpFromMonsterKillsOnFarm
+
   |id      = melnoelle.underdarkkrobus
  |curse  = 870983
+
   |nexus  = 3071
  |moddrop = 1099838
+
   |github  = KirbyLink/UnderdarkKrobus
   |nexus  = 10924
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Computer Plus
+
   |name    = Email App
  |author  = Boebie
 
  |id      = beau.farmcomputerplus
 
  |nexus  = 19124
 
  |github  =
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Farm Computers Check Cellars
 
  |author  = Ian Rubin, ianr427
 
  |id      = ianr.FarmComputersCheckCellars
 
  |nexus  = 19581
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Farmer Helper
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FarmerHelper
+
   |id      = aedenthorn.Email
   |nexus  = 10179
+
  |curse  = 868778
 +
   |nexus  = 11325
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Portraits
+
   |name    = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FarmerPortraits
+
   |id      = aedenthorn.SDIEmily
   |curse  = 868774
+
   |curse  = 868710
   |nexus  = 11398
+
   |nexus  = 14366
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Vitals Evolved
+
   |name    = Emotes
   |author  = Sensakuma
+
   |author  = aurnj, Roy Li
   |id      = Sensakuma.FarmerVitalsEvolved
+
   |id      = RuyiLi.Emotes
   |nexus  = 11131
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/emotes.129159
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Farmhand Finder
+
   |name    = Empty Hands
   |author  = 2Retr0
+
   |author  = Oblitus
   |id      = 2Retr0.FarmhandFinder
+
   |id      = QuicksilverFox.EmptyHands
  |curse  = 661476
+
   |nexus  = 1176
   |nexus  = 13153
+
   |github  = quicksilverfox/StardewMods
   |github  = 2Retr0/FarmhandFinder
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Farmhouse Fixes
+
   |name    = Empty Jar Bubbles
   |author  = CyanFire
+
   |author  = tem696969696969
   |id      = CF.FarmhouseFixes
+
   |id      = tem696969696969.EmptyJarBubbles
   |nexus  = 16507
+
   |nexus  = 22598
   |github  =
+
   |github  = kqrse/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Redone
+
   |name    = Empty Your Hands
   |author  = MabelSyrup
+
   |author  = BlueSight
   |id      = mabelsyrup.farmhouse
+
   |id      = BlueSight.EmptyYourHands
   |nexus  = 3731
+
   |nexus  = 19736
   |github  = mjSurber/FarmHouseRedone
+
   |github  = Hikari-BS/StardewMods
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Visits
+
   |name    = Enaium ToolKit
   |author  = mistyspring
+
   |author  = Enaium
   |id      = mistyspring.farmhousevisits
+
   |id      = Enaium.EnaiumToolKit
   |curse  = 880518
+
   |curse  = 436787
   |nexus  = 12457
+
  |moddrop = 863959
   |github  = misty-spring/StardewMods
+
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/EnaiumToolKit
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Rearranger
+
   |name    = Enchantable Scythes and Golden Scythe Respawns
   |author  = Cherry & cel10e
+
   |author  = Goldenrevolver
   |id      = cel10e.Cherry.FarmRearranger
+
   |id      = Goldenrevolver.EnchantableScythes
   |nexus  = 5142
+
   |nexus  = 10668
  |moddrop = 716395
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Resource Generator
+
   |name    = Enchanted Adventurer's Guild Rewards
   |author  = jwdred
+
   |author  = Goldenrevolver
   |id      =
+
   |id      = Goldenrevolver.EnchantedAdventurersGuildRewards
   |nexus  = 647
+
   |nexus  = 20942
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Tablet
+
   |name    = Enchanted Cowboy Boots
   |author  = boneskull
+
   |author  = Goldenrevolver
   |id      = com.boneskull.farm-tablet
+
   |id      = Goldenrevolver.ObtainableCowboyBoots
   |nexus  = 16447
+
   |nexus  = 20941
   |github  = Floogen/AlternativeTextures
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm to Table Ready Meals
+
   |name    = Enchanted Galaxy and Infinity Weapons, Enchanted Galaxy Weapons
   |author  = Speshkitty
+
   |author  = NamelessTo
   |id      = speshkitty.farmtotablereadymeals
+
   |id      = NamelessTo.EnchantedGalaxyWeapons
   |nexus  = 7148
+
  |curse  = 1001630
   |github  = Speshkitty/FarmToTableReadyMeals
+
   |nexus  = 21904
 
+
   |github  = namelessto/EnchantedGalaxyWeapons
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmtronics
+
   |name    = Enemy Health Bars, Enemies Health Bars
   |author  = Joe Strout
+
   |author  = TheThor59
   |id      = strout.farmtronics
+
   |id      = Thor.EnemyHealthBars
   |nexus  = 10634
+
   |nexus  = 3627
   |github  = JoeStrout/Farmtronics
+
   |github  = TheThor59/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Type Manager
+
   |name    = Enemy Health Bars, Health Bars
   |author  = Esca, Esca-MMC
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = Esca.FarmTypeManager
+
   |id      = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
   |nexus  = 3231
+
   |nexus  = 193
   |moddrop = 598755
+
   |chucklefish = 3529
   |github = Esca-MMC/FarmTypeManager
+
   |source = https://gitlab.com/speeder1/SMAPIHealthbarMod
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Fashion Sense
+
   |name    = Energy Count
   |author  = PeacefulEnd
+
   |author  = Crystallyne
   |id      = PeacefulEnd.FashionSense
+
   |id      = Crystallyne.EnergyCount
   |nexus  = 9969
+
   |nexus  = 4272
   |github  = Floogen/FashionSense
+
   |github  = Crystallyne/EnergyCount
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fashion Sense Outfits
+
   |name    = Energy Protect
   |author  = nihilistzsche
+
   |author  = philosquare
   |id      = nihilistzsche.FashionSenseOutfits
+
   |id      = philosquare.EnergyProtect
   |nexus  = 18384
+
   |nexus  = 21918
   |github  = nihilistzsche/FashionSenseOutfits
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Fashion Sense-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Animations
+
   |name    = Energy Rework
   |author  = Pathoschild
+
   |author  = seferoni
   |id      = Pathoschild.FastAnimations
+
   |id      = seferoni.EnergyRework
  |curse  = 957496
+
   |nexus  = 21686
   |nexus  = 1089
+
   |github  = seferoni/EnergyRework
  |moddrop = 606631
 
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Events
+
   |name    = Energy Time
   |author  = libaryaddict
+
   |author  = nikperic, ThatOneCow
   |id      = libraryaddict.FasterEvents
+
   |id      = nikperic.EnergyTime
   |nexus  = 7631
+
   |nexus  = 6488
   |github =
+
   |source = https://gitlab.com/nikperic/energytime
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 1.4.2-unofficial.2-huancz
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-138720
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Grass
+
   |name    = Enhanced Loot Magnet, Magnet Mod
   |author  = IceGladiador
+
   |author  = aedenthorn, Erinthe
   |id      = IceGladiador.FasterGrass
+
   |id      = Cheath.MagnetModRedux<!--changed in 1.2.1-unofficial.1-->, Aedenthorn.MagnetMod
   |nexus  = 1772
+
  |curse  = 868911
   |github  =
+
   |nexus  = 4856
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.6
   |status   = workaround
+
  |unofficial version = 1.2.1-unofficial.1-hirayuki
   |summary = use [[#Grass Growth|Grass Growth]] instead.
+
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129627
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Enhanced Relationships
 +
  |author  = Mizzion
 +
  |id      = mizzion.enhancedrelationships
 +
   |nexus  = 1927
 +
   |moddrop = 661356
 +
   |github = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Enhanced Slingshots
 +
  |author  = ytsc
 +
  |id      = ytsc.EnhancedSlingshots
 +
  |nexus  = 12763
 +
  |github  = YTSC/StardewValleyMods
  
   |beta status = broken<!--@retest-after Grass Growth-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Horse
+
   |name    = Enough Sleep
   |author  = kibbe
+
   |author  = sodapotato
   |id      = kibbe.faster_horse
+
   |id      = sodapotato.enoughsleep
   |nexus  = 2791
+
   |nexus  = 21536
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Paths
+
   |name    = Entoarox Framework
 
   |author  = Entoarox
 
   |author  = Entoarox
   |id      = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
+
   |id      = Entoarox.EntoaroxFramework
   |nexus  = 2277
+
   |nexus  = 2269
   |chucklefish = 3641
+
   |chucklefish = 4228
 
   |github  = Entoarox/StardewMods
 
   |github  = Entoarox/StardewMods
  
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
   |warnings = Broken on Android (crashes on startup).
  
   |beta broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Path Speed
+
   |name    = Entoarox Modding Utilities
   |author  = gaussfire
+
   |author  = Entoarox
   |id      = gaussfire.FasterPathSpeed
+
   |id      = Entoarox.Utilities
   |nexus  = 9344
+
   |nexus  = 5521
   |github  = alanperrow/StardewModding
+
   |github  = Entoarox/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Faster Run
+
   |name    = Equal Money Split
   |author  = KathrynHazuka
+
   |author  = The Fluffy Robot, TheFluffyRobot
   |id      = KathrynHazuka.FasterRun
+
   |id      = TheFluffyRobot.EqualMoneySplit
   |nexus  = 733
+
   |nexus  = 5526
   |github  = KathrynHazuka/StardewValley_FasterRun
+
   |github  = jamespfluger/Stardew-EqualMoneySplit
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Transition
+
   |name    = Equivalent Exchange
   |author  = Kumagabear
+
   |author  = MercuriusXeno, x3n0ph0b3
   |id      = Kumagabear.FasterTransition
+
   |id      = MercuriusXeno.EquivalentExchange
   |nexus  = 19584
+
   |nexus  = 1656
   |github  = DotSharkTeeth/StardewValleyMods
+
   |github  = MercuriusXeno/EquivalentExchange
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
+
   |name    = Escape Rope
   |author  = zeldela
+
   |author  = lestoph
   |id      = zeldela.FastFishPond
+
   |id      = lestoph.EscapeRope
   |nexus  = 14005
+
   |nexus  = 8576
   |github  = zeldela/sdv-mods
+
   |github  = Bifibi/SDVEscapeRope
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Forward
+
   |name    = Escargo Win Bug Fix
   |author  = crazywig
+
   |author  = BlackJack
   |id      = crazywig.FastForward
+
   |id      = BlackJack.EscargoWinBugfix
   |nexus  = 7413
+
   |nexus  = 24556
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Loads
+
   |name    = Esca's Modding Plugins
   |author  = spajus
+
   |author  = Esca, Esca-MMC
   |id      = spajus.fastloads
+
   |id      = Esca.EMP
   |nexus  = 19454
+
   |nexus  = 9296
   |github  = spajus/stardew-valley-fast-loads
+
   |moddrop = 1005443
 
+
   |github  = Esca-MMC/EscasModdingPlugins
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Parrot Express Animation
+
   |name    = Esc Dialogue Mod
   |author  = ErikShun, QuickNutz
+
   |author  = g33k, g33kidd
   |id      = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
+
   |id      = g33k.EscDialogueMod
  |moddrop = 1490579
+
   |nexus  = 21812
   |nexus  = 19634
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Petting
+
  |name    = Even Better Artisan Good Icons
   |author  = DerTod2
+
  |author  = chsiso58
   |id      = de.dertod2.FastPetting
+
  |id      = haze1nuts.evenbetterartisangoodicons
   |nexus  = 5039
+
  |nexus    =
   |github =
+
  |github  = chsiao58/EvenBetterArtisanGoodIcons
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Even Better RNG
 +
   |author  = pepoluan
 +
   |id      = pepoluan.EvenBetterRNG
 +
   |nexus  = 8680
 +
   |chucklefish = 6117
 +
  |source = https://sourceforge.net/p/sdvmod-even-better-rng/
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Travel
+
   |name    = Even Better Warehouse
   |author  = Death, DeathGameDev
+
   |author  = charliedemilho
   |id      = DeathGameDev.FastTravel
+
   |id      = charliedemilho.EvenBetterWarehouse
   |nexus  = 1529
+
   |nexus  = 10396
   |github  = DeathGameDev/SDV-FastTravel
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FauxCore
+
   |name    = Event Black Bars
   |author  = LeFauxMatt
+
   |author  = gzhynko
   |id      = furyx639.FauxCore
+
   |id      = GZhynko.EventBlackBars
   |nexus  = 20618
+
   |nexus  = 7962
   |github  = LeFauxMatt/StardewMods
+
   |github  = gzhynko/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Event Limiter
 +
  |author  = TheMightyAmondee
 +
  |id      = TheMightyAmondee.EventLimiter
 +
  |nexus  = 10735
 +
  |github  = TheMightyAmondee/EventLimiter
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Event Lookup
 +
  |author  = shekurika
 +
  |id      = shekurika.EventLookup
 +
  |nexus  = 8505
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Feeling Lucky?
+
   |name    = Event Music Volume
   |author  = minervamaga
+
   |author  = jorgamun
   |id      = minervamaga.FeelingLucky
+
   |id      = jorgamun.EventMusicVolume
   |nexus  =
+
   |nexus  = 10650
  |moddrop = 752859
+
   |github  = jorgamun/EventMusicVolume
   |github  = minervamaga/FeelingLucky
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Dynamic Rain
+
   |name    = Event Repeater
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = MissCoriel
   |id      = KoihimeNakamura.DynamicRainAndWind
+
   |id      = misscoriel.eventrepeater
   |nexus  = 604
+
   |nexus  = 3642
   |moddrop = 664033
+
  |curse  = 317347
   |github  = Sakorona/SDVMods
+
   |moddrop = 606979
 
+
   |github  = MissCoriel/Event-Repeater
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Fashion Festival, FashionFestivalSMAPI
+
   |name    = Event Sound Adjuster
   |author  = UNA
+
   |author  = shekurika
   |id      = UNA.FashionFestivalSMAPI
+
   |id      = shekurika.EventSoundAdjuster
   |nexus  = 17404
+
   |nexus  = 8734
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Revenue Service
+
   |name    = Event Tester
   |author  = KarratKake
+
   |author  = BlaDe
   |id      = KarratKake.FerngillRevenueService
+
   |id      = BlaDe.EventTester
   |nexus  = 7566
+
   |nexus  = 11178
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fertilizer Anytime
+
   |name    = Event Tester, SinZ's Event Tester
   |author  = stoobinator, lefthandedkid
+
   |author  = SinZ and atravita
   |id      = stoobinator.fertilizeranytime
+
   |id      = sinZandAtravita.SinZsEventTester
   |nexus  = 7259
+
   |nexus  = 19458
   |github  = stoobinator/Stardew-Valley-Fertilizer-Anytime
+
   |github  = atravita-mods/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Festival End Time Tweak
+
   |name    = Everlasting Baits and Unbreakable Tackles
   |author  = KirbyLink
+
   |author  = Digus
   |id      = kirbylink.festivalendtimetweak
+
   |id      = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
   |nexus  = 2966
+
   |nexus  = 2360
   |github  = KirbyLink/FestivalEndTimeTweak
+
   |github  = Digus/StardewValleyMods
 
 
  |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    = Excavation Skill, New Skill - Archaeology, Archaeology Skill for Stardew 1.5
   |author  = MouseyPounds, MouseyPounds and Mr. Podunkian
+
   |author  = moonslime
   |id      = MouseyPounds.ShadowFestival
+
   |id      = moonslime.ExcavationSkill
   |nexus  = 4630
+
   |nexus  = 15793
  |github  = MouseyPounds/stardew-mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = FeTK - Stardew-Valley Toolkit
+
   |name    = Exhaustion Tweaks
   |author  = Felix-Dev
+
   |author  = mytigio
   |id      = Felix-Dev.FeTK
+
   |id      = mytigio.exhaustiontweaks
   |nexus  = 4403
+
   |nexus  = 6247
   |github  = Felix-Dev/StardewMods
+
   |github  = mytigio/SDVMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial version = 1.0.1-unofficial.2-digus
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Field Harvest
+
   |name    = Expanded Fridge, Dynamic Expanded Fridge
   |author  = aedenthorn, Erinthe
+
   |author  = Lodukas
   |id      = aedenthorn.FieldHarvest
+
   |id      = Uwazouri.ExpandedFridge
   |nexus  = 11019
+
   |nexus  = 1191
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Uwazouri/ExpandedFridge
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Field Works
+
   |name    = Expanded Preconditions Utility
   |author  = ChiroxT
+
   |author  = Cherry, CherryChain
   |id      = treinke.FieldWorks
+
   |id      = Cherry.ExpandedPreconditionsUtility
   |nexus  = 17267
+
   |nexus  = 6529
   |github  =
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fighting With NPCs
+
   |name    = Expanded Storage
   |author  = Edu Anttunes
+
   |author  = LeFauxMatt
   |id      = EduAnttunes.FightingWithNPCs
+
   |id      = furyx639.ExpandedStorage
   |nexus   = 5865
+
   |curse   = 871838
   |github  = eduanttunes/sv_fighting_with_npcs
+
   |moddrop = 1547203
 
+
  |nexus  = 7431
   |beta broke in = Stardew Valley 1.6
+
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = File Replacer
+
   |name    = Expansive Combat, Proficiência
   |author  = certifiableGrimalkin
+
   |author  = Hamio, HamioDracny
   |id      = certifiableGrimalkin.FileReplacer
+
   |id      = HamioDracny.ProficienciaEmDano
   |nexus  = 17553
+
   |nexus  = 7511
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Find Object Mod
+
   |name    = Exp Control
   |author  = Tran Minh Thong
+
   |author  = moonslime
   |id      = find.object.mod
+
   |id      = moonslime.ExpControl
   |nexus  = 8594
+
   |nexus  = 23067
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#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    = Experience Bars
   |author  = HaulinOats
+
  |author  = spacechase0
   |id      = HaulinOats.FineIWillGoMakeMyOwnSeeds
+
  |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
   |nexus  = 13944
+
  |curse  = 867392
 +
  |moddrop = 127275
 +
  |nexus  = 509
 +
  |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Experience Multiplier
 +
   |author  = Falson
 +
   |id      = Falson.ExperienceMultiplier
 +
   |nexus  = 25945
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Experience Rate Multiplier
 +
  |author  = MSCFC, iSkLz
 +
  |id      = SkLz.ExpMultiply
 +
  |nexus  = 5910
 +
  |github  = iSkLz/ExperienceMultiplier
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Experience Updates
 +
  |author  = Quipex
 +
  |id      = Quipex.ExperienceUpdates
 +
  |nexus  = 7581
 +
  |github  = Quipex/ExperienceUpdates
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fireballs!
+
   |name    = Experience Viewer
   |author  = aurnj, Roy Li
+
   |author  = Elite, EliteWise
   |id      = RoyLi.Fireballs
+
   |id      = Elite.ExperienceViewer
 +
  |curse  = 1015116
 
   |nexus  =
 
   |nexus  =
  |url    = https://community.playstarbound.com/threads/fireballs.129346
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fire Breath
+
   |name    = Expert Sitting
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FireBreath
+
   |id      = aedenthorn.ExpertSitting
   |nexus  = 7311
+
  |curse  = 868870
 +
   |nexus  = 7435
 
   |github  = aedenthorn/StardewValleyMods
 
   |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    = Fireworks Festival
+
   |name    = Extended Bus System
   |author  = violetlizabet
+
   |author  = Tondorian
   |id      = violetlizabet.FireworksFestival
+
   |id      = ExtendedBusSystem
   |nexus  = 15261
+
   |nexus  =
   |github  = elizabethcd/FireworksFestival
+
  |chucklefish = 4373
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FishDex
+
   |name    = Extended Fridge
   |author  = rupak0577
+
   |author  = Crystalmir
   |id      = rupak0577.FishDex
+
   |id      = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
   |nexus  =
+
   |nexus  = 485
   |github  = rupak0577/FishDex
+
   |github  = Mystra007/ExtendedFridgeSMAPI
  |url    = https://github.com/rupak0577/FishDex
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Fish Exclusions
+
   |name    = Extended Minecart
   |author  = GZhynko
+
   |author  = Entoarox
   |id      = GZhynko.FishExclusions
+
   |id      = Entoarox.ExtendedMinecart
   |nexus  = 7782
+
   |nexus  = 2271
   |github  = gzhynko/StardewMods
+
  |chucklefish = 4359
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Entoarox Modding Utilities-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Finder
+
   |name    = Extended Reach
   |author  = Aair, AairTheGreat
+
   |author  = spacechase0
   |id      = AairTheGreat.FishFinder
+
  |id      = spacechase0.ExtendedReach
   |nexus  = 5011
+
  |curse  = 867754
   |github  = AairTheGreat/StardewValleyMods
+
  |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
 +
  |name    = Extra Animal Configs
 +
  |author  = selph, zombifier
 +
   |id      = selph.ExtraAnimalConfig
 +
   |nexus  = 25328
 +
   |github  = urbanyeti/stardew-better-ranching
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Extra Content Mod
 +
  |author  = Alacrity, platinumhobo
 +
  |id      = Alacrity.ExtraContentMod
 +
  |nexus  = 8510
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Info
+
   |name    = Extra Fish Information
   |author  = Speshkitty
+
   |author  = Ceasg
   |id      = speshkitty.fishinfo
+
   |id      = Ceasg.ExtraFishInformation
   |nexus  = 5452
+
   |nexus  = 4170
   |github  = Speshkitty/FishInfo
+
   |github  = ceasg/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Adjust
+
   |name    = Extra Machine Configs
   |author  = Shuai Zhang
+
   |author  = Selph, zombifier
   |id      = shuaiz.FishingAdjustMod
+
   |id      = selph.ExtraMachineConfig
   |nexus  = 1350
+
   |nexus  = 22256
   |github  = hcoona/StardewValleyMods
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |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    = Extra Map Actions
   |author  = KilZenc
+
   |author  = rokugin
   |id      = KilZenc.FishingAssistant
+
   |id      = rokugin.extramapactions
   |nexus  = 5815
+
   |nexus  = 26849
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Automaton
+
   |name    = Extra Map Layers
   |author  = Drynwynn, thepaladinknight
+
   |author  = aedenthorn, Erinthe
   |id      = Drynwynn.FishingAutomaton
+
   |id      = aedenthorn.ExtraMapLayers
   |nexus  = 2527
+
  |curse  = 868841
   |github  = Drynwynn/StardewValleyMods
+
   |nexus  = 9633
 
+
   |github  = aedenthorn/StardewValleyMods<!--@retest-linked-->
  |broke in = SMAPI 2.8
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Chests Expanded
+
   |name    = Extra Map Layers for Android
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FishingChestsExpanded
+
   |id      = aedenthorn.ExtraMapLayersAndroid
   |nexus  = 7694
+
  |curse  = 868744
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  =
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
+
   |warnings = Only compatible with Android.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Info Overlays
+
   |name    = Extra Shop Phone Numbers
   |author  = barteke22
+
   |author  = PrincessFelicie
   |id      = barteke22.FIshingInfoOverlays
+
   |id      = PrincessFelicie.ExtraShopPhoneNumbersCore
   |nexus  = 8970
+
   |nexus  = 25530
   |github  = barteke22/StardewMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Logbook
+
   |name    = Extreme Fishing Overhaul
   |author  = M3ales
+
   |author  = Unidarkshin and Deathest1, Devin Lematty
   |id      = FishingLogbook
+
   |id      = DevinLematty.ExtremeFishingOverhaul
   |nexus  =
+
   |nexus  = 7490
  |curse  = 299792
+
   |github  =
   |github  = M3ales/FishingLogbook
 
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Json Assets 1.7.7
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
+
   |name    = Extreme Weather
   |author  = barteke22
+
   |author  = BlaDe
   |id      = barteke22.FishingMinigames
+
   |id      = BlaDe.ExtremeWeather
   |nexus  = 9345
+
   |nexus  = 12334
   |github  = barteke22/StardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Minigames
+
   |name    = Fabrication
   |author  = barteke22 (Here Fishy base by aedenthorn)
+
   |author  = XxHarvzBackxX
   |id      = barteke22.FisingMinigames
+
   |id      = harvz.Fabrication
   |nexus  = 9345
+
   |nexus  = 10679
   |github  = barteke22/StardewMods
+
   |github  = XxHarvzBackxX/fabrication
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Mod
+
   |name    = FaeQuest
   |author  = Zoryn
+
   |author  = Navi-chan, ooo0000
   |id      = Zoryn.FishingMod
+
   |id      = NaviChan.FaeQuest
   |nexus  =
+
   |nexus  = 2484
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
  |github  =
   |github  = Zoryn4163/SMAPI-Mods
+
 
 +
   |broke in = Stardew Valley 1.3.29
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
+
   |name    = Fairy Fix
 
   |author  = MindMeltMax
 
   |author  = MindMeltMax
   |id      = MindMeltMax.Fishnets
+
   |id      = MindMeltMax.FairyFix
   |nexus   = 13819
+
   |curse   = 1024723
   |moddrop = 1247514
+
   |nexus  = 24469
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
   |github  = MindMeltMax/Stardew-Valley-Mods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets → Automate
+
   |name    = Fall 28 Snow Day
   |author  = MindMeltMax
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = MindMeltMax.Fishnets.Automate
+
   |id      = Omegasis.Fall28SnowDay
   |nexus  = 13819
+
   |nexus  = 486
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  = janavarro95/Stardew_Valley_Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets → Better Crafting
+
   |name    = Fall To Autumn
   |author  = MindMeltMax
+
   |author  = jahangmar
   |id      = MindMeltMax.Fishnets.BetterCrafting
+
   |id      = jahangmar.FallToAutumn
   |nexus  = 13819
+
   |nexus  = 7174
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  = jahangmar/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Practice
+
   |name    = Familiars
   |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
   |id      = BlaDe.FishingPractice
+
   |id      = aedenthorn.Familiars
   |nexus  = 4157
+
  |curse  = 868893
   |github  =
+
   |nexus  = 6429
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Progression
+
   |name    = Family Planning
   |author  = ChadlyMasterson
+
   |author  = loe2run
   |id      = chadlymasterson.fishingprogression
+
   |id      = Loe2run.FamilyPlanning
   |nexus  = 18749
+
   |nexus  = 4515
   |github  = chudders1231/SDV-FishingProgression
+
   |github  = loe2run/FamilyPlanningMod
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Fishing Rod Recolor
+
   |name    = Fancy Sprinklers
   |author  = Stashek
+
   |author  = trashcan9
   |id      = Stashek.FishingRodRecolor
+
   |id      = trashcan9.FancySprinklers
   |nexus  = 8835
+
   |nexus  = 15857
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Trawler
+
   |name    = Fantastic Frames
   |author  = PeacefulEnd
+
   |author  = Taskmaster
   |id      = PeacefulEnd.FishingTrawler
+
   |id      = Taskmaster.FantasticFrames
   |nexus  = 8406
+
   |nexus  = 4540
   |github  = Floogen/FishingTrawler
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Fishing Trawler - New Horizons|Fishing Trawler - New Horizons]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Trawler - New Horizons
+
   |name    = Farmageddon
   |author  = PeacefulEnd
+
   |author  = Max Vollmer, SVProtector
   |id      = PeacefulEnd.FishingTrawler.NewHorizons
+
   |id      = maxvollmer.farmageddon
   |nexus  = 15941
+
   |nexus  = 2618
   |github  = Floogen/FishingTrawler
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Treasure Spawner
+
   |name    = Farm Animal Choices
   |author  = jangofett4
+
   |author  = ShivaGuy
   |id      = jangofett4.fishingtreasurespawner
+
   |id      = ShivaGuy.FarmAnimalChoices
   |nexus  = 18119
+
   |nexus  = 11850
   |github  = jangofett4/FishingTreasureSpawner
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Tuner Redux
+
   |name    = Farm Animal Harvest Helper
   |author  = Hammurabi
+
   |author  = aedenthorn, Erinthe
   |id      = HammurabiFishingTunerRedux
+
   |id      = aedenthorn.FarmAnimalHarvestHelper
   |nexus   =
+
   |curse   = 868733
   |chucklefish = 4578
+
   |nexus  = 13782
   |source = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
+
   |github = aedenthorn/StardewValleyMods
  
  |dev note = source in download
+
   |broke in = Stardew Valley 1.6
 
 
   |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    = Farm Anywhere
   |author  = marikaefer
+
   |author  = hmkiesel
   |id      = marikaefer.FishMe
+
   |id      = hmkiesel.FarmAnywhere
   |nexus  = 4756
+
   |nexus  = 13926
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Preview
+
   |name    = Farm Automation: Barn Door Automation
   |author  = Jonqora
+
   |author  = Oranisagu
   |id      = Jonqora.FishPreview
+
   |id      = none<!--no manifest ID-->
   |nexus  = 6303
+
   |nexus  =
   |github  = Jonqora/StardewMods
+
  |url    = https://community.playstarbound.com/threads/111931
 +
   |github  = oranisagu/SDV-FarmAutomation
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Fish Reminder
+
   |name    = Farm Automation: Item Collector
   |author  = Mizzion
+
   |author  = Oranisagu
   |id      = mizzion.fishreminder
+
   |id      = none<!--no manifest ID-->
   |nexus  = 3615
+
   |nexus  =
   |moddrop = 661375
+
   |url    = https://community.playstarbound.com/threads/111931
   |github  = Mizzion/MyStardewMods
+
   |github  = oranisagu/SDV-FarmAutomation
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.2
 +
  |status  = workaround
 +
  |summary  = use [[#Automate|Automate]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Spot Bait
+
   |name    = Farm Cave Framework
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FishSpotBait
+
   |id      = aedenthorn.FarmCaveFramework
   |nexus  = 17581
+
  |curse  = 868811
 +
   |nexus  = 10506
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in     = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
   |unofficial url    = https://github.com/Rogue-Toast/Aedenthorn-StardewValleyMods/releases
+
   |status  = workaround
   |unofficial version = 0.1.2-unofficial.1-logophile
+
  |summary  = use {{nexus mod|20910|Farm Cave Framework by aedenthorn (Unofficial 1.6 Update)}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
 +
  |author  = atravita
 +
  |id      = atravita.FarmCaveSpawn
 +
  |curse  = 870986
 +
  |moddrop = 1068205
 +
  |nexus  = 10186
 +
  |github = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
+
   |name    = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
   |author  = StarAmy
+
   |author  = atravita
   |id      = StarAmy.bubbletoggle
+
   |id      = atravita.ExpFromMonsterKillsOnFarm
   |nexus  = 13076
+
  |curse  = 870983
   |github  =
+
  |moddrop = 1099838
 +
   |nexus  = 10924
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishy Blood Moon
+
   |name    = Farm Computer Plus
   |author  = MattDeDuck, Duckshard
+
   |author  = Boebie
   |id      = MattDeDuck.FishyBloodMoon
+
   |id      = beau.farmcomputerplus
   |nexus  = 3725
+
   |nexus  = 19124
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Animal Tools
+
   |name    = Farm Computers Check Cellars
   |author  = bcmpinc
+
   |author  = Ian Rubin, ianr427
   |id      = bcmpinc.FixAnimalTools
+
   |id      = ianr.FarmComputersCheckCellars
   |nexus  = 3215
+
   |nexus  = 19581
   |github  = bcmpinc/StardewHack
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Categories in Recipes, Categories in Recipes
+
   |name    = Farmer Helper
   |author  = Traktori
+
   |author  = aedenthorn, Erinthe
   |id      = Traktori.CategoriesInRecipes
+
   |id      = aedenthorn.FarmerHelper
   |nexus  = 11400
+
  |curse  = 868825
   |github  = Traktori7/StardewValleyMods
+
   |nexus  = 10179
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Dice
+
   |name    = Farmer Helper (Updated)
   |author  = Ashley, bambimenot
+
   |author  = Fiorbeth
   |id      = ashley.fixdice
+
   |id      = Fiorbeth.FarmerHelper
   |nexus  = 4556
+
   |nexus  = 21030
   |github  =
+
   |github  = NTaylor1993/FarmerHelper
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fixed Weapons Damage
+
   |name    = Farmer Portraits
   |author  = BlueSight
+
   |author  = aedenthorn, Erinthe
   |id      = BlueSight.FixedWeaponsDamage
+
   |id      = aedenthorn.FarmerPortraits
   |nexus  = 19896
+
  |curse  = 868774
   |github  = Hikari-BS/StardewMods
+
   |nexus  = 11398
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Pig Random
+
   |name    = Farmer Portraits for 1.6
   |author  = atravita
+
   |author  = mistyspring
   |id      = atravita.FixPigRandom
+
   |id      = mistyspring.aedenthornFarmerPortraits
  |curse  = 870967
+
   |nexus  = 20713
  |moddrop = 1294434
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  = 15003
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix TVs on Custom Farm Types
+
   |name    = Farmer Vitals Evolved
   |author  = mouse
+
   |author  = Sensakuma
   |id      = mouse.FixTVsOnCustomFarmTypes
+
   |id      = Sensakuma.FarmerVitalsEvolved
  |moddrop = 1194570
+
   |nexus  = 11131
  |nexus  = 12717
 
  |github  = notevenamouse/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Flamingo Breeding
 
  |author  = BlaDe
 
  |id      = BlaDe.FlamingoBreeding
 
   |nexus  = 12015
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flexible Sprinklers
+
   |name    = Farm Expansion
   |author  = Shockah
+
   |author  = Advize
   |id      = Shockah.FlexibleSprinklers
+
   |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  = 10931
+
   |nexus  = 130
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = AdvizeGH/FarmExpansion
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |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    = Flip Buildings
+
   |name    = Farmhand Finder
   |author  = mouahrara
+
   |author  = 2Retr0
   |id      = mouahrara.FlipBuildings
+
   |id      = 2Retr0.FarmhandFinder
   |nexus  = 18444
+
  |curse  = 661476
   |github  = mouahrara/FlipBuildings
+
   |nexus  = 13153
 +
   |github  = 2Retr0/FarmhandFinder
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Floating Garden Pots
+
   |name    = Farmhouse Fixes
   |author  = aedenthorn, Erinthe
+
   |author  = CyanFire
   |id      = aedenthorn.FloatingGardenPots
+
   |id      = CF.FarmhouseFixes
   |nexus  = 17582
+
   |nexus  = 16507
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Floor Shadow Switcher
+
   |name    = Farmhouse Redone
   |author  = MouseyPounds
+
   |author  = MabelSyrup
   |id      = MouseyPounds.FloorShadowSwitcher
+
   |id      = mabelsyrup.farmhouse
   |nexus  = 3885
+
   |nexus  = 3731
   |github  = MouseyPounds/stardew-mods
+
   |github  = mjSurber/FarmHouseRedone
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Bombs
+
   |name    = Farmhouse Visits
   |author  = kdau
+
   |author  = mistyspring
   |id      = kdau.FlowerBombs
+
   |id      = mistyspring.farmhousevisits
   |nexus  = 6228
+
   |nexus  = 12457
   |moddrop = 794657
+
   |github = misty-spring/StardewMods
  |source = https://gitlab.com/kdau/flowerbombs
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Color Picker
+
   |name    = Farm Hub
   |author  = spacechase0
+
   |author  = Platonymous
   |id      = spacechase0.FlowerColorPicker
+
   |id      = Platonymous.FarmHub
  |curse  = 867760
+
   |nexus  = 2309
  |moddrop = 130043
+
   |github  = Platonymous/Stardew-Valley-Mods
   |nexus  = 1229
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
}}
+
   |status   = abandoned
{{#invoke:SMAPI compatibility|entry
 
  |name    = Flower Dance Fix
 
  |author  = elfuun
 
   |id      = FlowerDanceFix.elfuun
 
  |nexus   = 8535
 
  |moddrop = 980853
 
  |github  = elfuun1/FlowerDanceFix
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Dance Hearts Change
+
   |name    = Farm Icons on Load Screen
   |author  = ron075sh
+
   |author  = b1rdyw1rdy
   |id      = ron075sh.FlowerDanceHeartsChange
+
   |id      = b1rdyw1rdy.FarmIconOnLoadScreen
   |nexus  = 3019
+
   |nexus  = 24344
 
   |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    = Flower Dancing, Kelly's Flower Dancing
+
   |name    = Farming Tools Patch
   |author  = kelly2892
+
   |author  = Torsang
   |id      = kelly2892.flower.dancing.harmony
+
   |id      = torsang.farmingtoolspatch
   |nexus  = 8107
+
   |nexus  = 24066
   |github  = kenny2892/StardewValleyMods
+
   |github  = Torsang/FarmingToolsPatch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Rain
+
   |name    = Farm in Paradise, Textura de Neve
   |author  = spacechase0
+
   |author  = BrasileiroTop, LKboss
   |id      = spacechase0.FlowerRain
+
   |id      = LKboss.TexturaNeve
  |curse  = 867722
+
   |nexus  = 13594
   |nexus  = 6131
+
   |github  =
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flowery Tools
+
   |name    = Farm in the Sky, Fundo
   |author  = Cat, CatCattyCat
+
   |author  = BrasileiroTop
   |id      = cat.flowerytools
+
   |id      = BrasileiroTop.Fundo
   |nexus  = 6203
+
   |nexus  = 5423
  |moddrop = 833563
+
   |github  =
   |github  = danvolchek/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flowing Mine Rocks
+
   |name    = Farm Rearranger
   |author  = aedenthorn, Erinthe
+
   |author  = Cherry & cel10e
   |id      = aedenthorn.FlowingMineRocks
+
   |id      = cel10e.Cherry.FarmRearranger
   |nexus  = 9043
+
   |nexus  = 5142
   |github  = aedenthorn/StardewValleyMods
+
   |moddrop = 716395
 
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fluent Eating
+
   |name    = Farm Resource Generator
   |author  = Kangzoel
+
   |author  = jwdred
   |id      = Kangzoel.FluentEating
+
   |id      =
   |nexus  = 11690
+
   |nexus  = 647
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flying Start Loan
+
   |name    = Farm Tablet
   |author  = EstherHollow
+
   |author  = boneskull
   |id      = EstherHollow.FlyingStartLoan
+
   |id      = com.boneskull.farm-tablet
   |nexus  = 11003
+
   |nexus  = 16447
   |github  =
+
   |github  = Floogen/AlternativeTextures
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Font Settings, 字体设置
+
   |name    = Farm to Table Ready Meals
   |author  = Becks723
+
   |author  = Speshkitty
   |id      = Becks723.FontSettings
+
   |id      = speshkitty.farmtotablereadymeals
   |nexus  = 12467
+
   |nexus  = 7148
   |github  =
+
   |github  = Speshkitty/FarmToTableReadyMeals
  |source  = https://gitee.com/becks723/my-stardew-valley-mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Buff Stacking
+
   |name    = Farmtronics
   |author  = thejcannon
+
   |author  = Joe Strout
   |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
+
   |id      = strout.farmtronics
   |nexus  = 4321
+
   |nexus  = 10634
   |github  = thejcannon/Stardew-FoodBuffStacking
+
   |github  = JoeStrout/Farmtronics
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Buff Stacking Fix
+
   |name    = Farm Type Manager
   |author  = Joreikarr
+
   |author  = Esca, Esca-MMC
   |id      = joreikarr.foodbuffstackingfix
+
   |id      = Esca.FarmTypeManager
   |nexus  = 19944
+
   |nexus  = 3231
   |github  =
+
   |moddrop = 598755
 
+
   |github  = Esca-MMC/FarmTypeManager
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Cravings
+
   |name    = Farm Warps Patch
   |author  = Hexenentendrache
+
   |author  = tlitookilakin
   |id      = Hexenentendrache.FoodCravings
+
   |id      = tlitookilakin.farmwarpspatch
   |nexus  = 17126
+
   |nexus  = 8236
   |github  = Enteligenz/StardewMods
+
  |moddrop = 926207
 +
   |github  = tlitookilakin/FarmWarpsPatch
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
+
   |status  = obsolete
 +
  |summary = remove this mod (bug was fixed in Stardew Valley 1.5.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food on the Table
+
   |name    = Fashion Sense
   |author  = aedenthorn, Erinthe
+
   |author  = PeacefulEnd
   |id      = aedenthorn.FoodOnTheTable
+
   |id      = PeacefulEnd.FashionSense
   |nexus  = 10886
+
  |curse  = 870933
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 9969
 
+
   |github  = Floogen/FashionSense
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage at the Farm
+
   |name    = Fashion Sense Outfits
   |author  = Nishtra
+
   |author  = nihilistzsche
   |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
+
   |id      = nihilistzsche.FashionSenseOutfits
   |nexus  = 673
+
   |nexus  = 18384
   |github  =
+
   |github  = nihilistzsche/FashionSenseOutfits
 
 
  |broke in = Stardew Valley 1.3.29
 
  |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    = Fast Animations
   |author  = Goldenrevolver
+
   |author  = Pathoschild
   |id      = Goldenrevolver.ForageFantasy
+
   |id      = Pathoschild.FastAnimations
   |nexus  = 7554
+
  |curse  = 957496
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |nexus  = 1089
 
+
   |moddrop = 606631
   |beta broke in = Stardew Valley 1.6
+
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage Pointers
+
   |name    = Fast Control Input
   |author  = Bpendragon
+
   |author  = weizinai
   |id      = Bpendragon.ForagePointers
+
   |id      = weizinai.FastControlInput
   |nexus  = 7781
+
   |nexus  = 24324
   |github  = Bpendragon/ForagePointers
+
   |github  = weizinai/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
+
   |name    = Fast Eat
   |author  = DanielB
+
   |author  = Zexu2K
   |id      = DanielB.TrackerZoomFix
+
   |id      = Zeux2K.FastEat
   |nexus  = 17935
+
  |moddrop = 1591432
 +
   |nexus  = 25080
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forecaster
+
   |name    = Faster Events
   |author  = Remy Bach
+
   |author  = libaryaddict
   |id      = remybach.forecaster
+
   |id      = libraryaddict.FasterEvents
   |nexus  = 3037
+
   |nexus  = 7631
   |github  = remybach/stardew-valley-forecaster
+
   |github  =
  
   |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    = Faster Grass
   |author  = TheElm
+
   |author  = IceGladiador
   |id      = TheElm.ForecasterText
+
   |id      = IceGladiador.FasterGrass
   |nexus  = 7541
+
   |nexus  = 1772
  |github  = GStefanowich/SDV-Forecaster
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Foxyfficiency
 
  |author  = Fokson
 
  |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
 
  |nexus  = 2520
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Grass Growth|Grass Growth]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frame Rate Logger
+
   |name    = Faster Horse
   |author  = atravita
+
   |author  = kibbe
   |id      = atravita.FrameRateLogger
+
   |id      = kibbe.faster_horse
  |curse  = 870966
+
   |nexus  = 2791
  |moddrop = 1294433
+
   |github  =
   |nexus  = 15002
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frame Rate Viewer, FPS Viewer
+
   |name    = Faster Paths
   |author  = Adham084
+
   |author  = Entoarox
   |id      = adham084.fpsviewer
+
   |id      = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
   |nexus  = 14046
+
   |nexus  = 2277
   |github  =
+
  |chucklefish = 3641
 +
   |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    = Free Dusty
+
   |name    = Faster Path Speed
   |author  = skuldomg, Skuld
+
   |author  = gaussfire
   |id      = skuldomg.freeDusty
+
   |id      = gaussfire.FasterPathSpeed
   |nexus  = 2206
+
   |nexus  = 9344
   |github  = skuldomg/freeDusty
+
   |github  = alanperrow/StardewModding
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Love
+
   |name    = Faster Run
   |author  = aedenthorn, Erinthe
+
   |author  = KathrynHazuka
   |id      = aedenthorn.FreeLove
+
   |id      = KathrynHazuka.FasterRun
  |curse  = 868835
+
   |nexus  = 733
   |nexus  = 10021
+
   |github  = KathrynHazuka/StardewValley_FasterRun
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Slingshot
+
   |name    = Faster Transition
   |author  = DJ-STLN
+
   |author  = Kumagabear
   |id      = DJ-STLN.FreeSlingshot
+
   |id      = Kumagabear.FasterTransition
   |nexus  = 3320
+
   |nexus  = 19584
   |github  =
+
   |github  = DotSharkTeeth/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free the Toolbar
+
   |name    = Faster Trees
   |author  = danmw3
+
   |author  = Krutonium
   |id      = danmw3.freethetoolbar
+
   |id      = ca.krutonium.fastertrees
   |nexus  = 4960
+
   |nexus  = 21952
 
   |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    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
   |author  = aedenthorn, Erinthe
+
   |author  = zeldela
   |id      = aedenthorn.FriendlyDivorce
+
   |id      = zeldela.FastFishPond
   |nexus  = 6241
+
   |nexus  = 14005
   |github  = aedenthorn/StardewValleyMods
+
   |github  = zeldela/sdv-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friends Forever
+
   |name    = Fast Forward
   |author  = Isaac S
+
   |author  = crazywig
   |id      = IsaacS.FriendsForever
+
   |id      = crazywig.FastForward
   |nexus  = 1738
+
   |nexus  = 7413
   |github  = isaacs-dev/Minidew-Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendship Booster
+
   |name    = Fast Geode, Instant Geodes
   |author  = Hills
+
   |author  = ofmanynames
   |id      = Hills.FriendshipBooster
+
   |id      = InstantGeode
   |nexus  = 10497
+
   |nexus  = 750
  |moddrop = 1084819
 
 
   |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    = Friendship Tweaks
+
   |name    = Fast Loads
   |author  = aedenthorn, Erinthe
+
   |author  = spajus
   |id      = aedenthorn.FriendshipTweaks
+
   |id      = spajus.fastloads
   |nexus  = 17055
+
   |nexus  = 19454
   |github  = aedenthorn/StardewValleyMods
+
   |github  = spajus/stardew-valley-fast-loads
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendship Without Talk
+
   |name    = Fast Parrot Express Animation
   |author  = HunterMYT
+
   |author  = ErikShun, QuickNutz
   |id      = HunterMYT.FriendshipWithoutTalk
+
   |id      = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
   |nexus  = 8709
+
  |moddrop = 1490579
 +
   |nexus  = 19634
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frozen Yogurt
+
   |name    = Fast Petting
   |author  = Failsplat
+
   |author  = DerTod2
   |id      = Failsplat.FroyoFFHarmony
+
   |id      = de.dertod2.FastPetting
   |nexus  = 12308
+
   |nexus  = 5039
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frugal Farm Menu
+
   |name    = Fast Travel
   |author  = jeffgillean
+
   |author  = Death, DeathGameDev
   |id      = jeffgillean.FrugalFarmMenu
+
   |id      = DeathGameDev.FastTravel
   |nexus  = 11050
+
   |nexus  = 1529
   |github  = jeffgillean/StardewValleyMods
+
   |github  = DeathGameDev/SDV-FastTravel
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fruit Tree Shaker
+
   |name    = FauxCore
   |author  = aedenthorn, Erinthe
+
   |author  = LeFauxMatt
   |id      = Aedenthorn.FruitTreeShaker
+
   |id      = furyx639.FauxCore
   |nexus  = 5776
+
  |moddrop = 1547213
   |github  = aedenthorn/StardewValleyMods
+
  |curse  = 998273
 
+
   |nexus  = 20618
  |beta broke in = Stardew Valley 1.6
+
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fruit Tree Tweaks
+
   |name    = Feeling Lucky?
   |author  = aedenthorn, Erinthe
+
   |author  = minervamaga
   |id      = Aedenthorn.FruitTreeTweaks
+
   |id      = minervamaga.FeelingLucky
   |nexus  = 11422
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 752859
 +
   |github  = minervamaga/FeelingLucky
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Full Romanceable Witch NPC, Witch Events Shop
+
   |name    = Fellowship - Immersive Rings
   |author  = jennisimone
+
   |author  = DaLion
   |id      = jennisimone.WitchEventsShop
+
   |id      = DaLion.ImmersiveRings
   |nexus  = 16304
+
   |nexus  = 11380
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fungus Amongus
+
   |name    = Fence Expanded, More Fences
   |author  = Okay Shroomer
+
   |author  = Zexu2K
   |id      = OkayShroomer.FungusAmongus
+
   |id      = Zexu2K.Fence.Expanded.C
   |nexus  = 11785
+
   |nexus  = 27296
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Adjustment
+
   |name    = Ferngill Dynamic Rain
   |author  = aedenthorn, Erinthe
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = aedenthorn.FurnitureAdjustment
+
   |id      = KoihimeNakamura.DynamicRainAndWind
   |nexus  = 10213
+
   |nexus  = 604
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 664033
 +
   |github  = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Display Framework
+
   |name    = Ferngill Fashion Festival, FashionFestivalSMAPI
   |author  = aedenthorn, Erinthe
+
   |author  = UNA
   |id      = aedenthorn.FurnitureDisplayFramework
+
   |id      = UNA.FashionFestivalSMAPI
   |nexus  = 10855
+
   |nexus  = 17404
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.6
 
  |unofficial url    = https://www.nexusmods.com/stardewvalley/mods/19895
 
  |unofficial version = Furniture Display Framework 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Placement Tweaks
+
   |name    = Ferngill Revenue Service
   |author  = aedenthorn, Erinthe
+
   |author  = KarratKake
   |id      = aedenthorn.FurniturePlacementTweaks
+
   |id      = KarratKake.FerngillRevenueService
   |nexus  = 14092
+
   |nexus  = 7566
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Recolor
+
   |name    = Ferngill Simple Economy
   |author  = aedenthorn, Erinthe
+
   |author  = Paul Steele
   |id      = aedenthorn.FurnitureRecolor
+
   |id      = paulsteele.fse
   |nexus  = 10217
+
   |nexus  = 21414
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Annosz/UIInfoSuite2
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gacha Geodes
+
   |name    = Ferris the Rustacean
   |author  = DeLiXx
+
   |author  = Hackswell
   |id      = DLX.Geodes
+
   |id      = hackswell.FerrisTheRustacean
   |nexus  = 17691
+
   |nexus  = 26654
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/delixx/stardew-valley-gacha-geodes
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Galaxy Slingshot Obtainable
+
   |name    = Fertilizer Anytime
   |author  = Adham084
+
   |author  = stoobinator, lefthandedkid
   |id      = adham084.galaxyslingshot
+
   |id      = stoobinator.fertilizeranytime
   |nexus  = 14115
+
   |nexus  = 7259
   |github  =
+
   |github  = stoobinator/Stardew-Valley-Fertilizer-Anytime
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Ultimate Fertilizer|Ultimate Fertilizer]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Galaxy Weapon Choice
+
   |name    = Fertilizer Bubbles
   |author  = aedenthorn, Erinthe
+
   |author  = temisthem
   |id      = aedenthorn.GalaxyWeaponChoice
+
   |id      = tem696969696969.FertilizerBubbles
   |nexus  = 14511
+
   |nexus  = 23307
   |github  = aedenthorn/StardewValleyMods
+
   |github  = kqrse/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gameboy Arcade
+
   |name    = Festival End Time Tweak
   |author  = drbirbdev
+
   |author  = KirbyLink
   |id      = drbirbdev.GameboyArcade
+
   |id      = kirbylink.festivalendtimetweak
  |moddrop = 1318487
+
   |nexus  = 2966
   |nexus  =
+
   |github  = KirbyLink/FestivalEndTimeTweak
   |github  = drbirbdev/StardewValley
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Game Reminder
+
   |name    = Festival of the Mundane
   |author  = mmanlapat
+
   |author  = MouseyPounds, MouseyPounds and Mr. Podunkian
   |id      = mmanlapat.GameReminder
+
   |id      = MouseyPounds.ShadowFestival
   |nexus  = 1153
+
   |nexus  = 4630
   |github  =
+
   |github  = MouseyPounds/stardew-mods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 1.1.3-unofficial.1-LikeFrogs
   |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123587
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GameSpeed
+
   |name    = FeTK - Stardew-Valley Toolkit
   |author  = RandomComputerUser
+
   |author  = Felix-Dev
   |id      = RandomComputerUser.GameSpeed
+
   |id      = Felix-Dev.FeTK
   |nexus  = 7211
+
   |nexus  = 4403
   |github  =
+
   |github  = Felix-Dev/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.2-digus
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garbage Collector
+
   |name    = Field Harvest
   |author  = Loogooter
+
   |author  = aedenthorn, Erinthe
   |id      = OlegSilkin.garbage_collector
+
   |id      = aedenthorn.FieldHarvest
   |nexus  = 2463
+
  |curse  = 868787
   |github  =
+
   |nexus  = 11019
 +
   |github  = aedenthorn/StardewValleyMods
  
   |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    = Field Harvest Redux
   |author  = LeFauxMatt
+
   |author  = Prism 99
   |id      = furyx639.GarbageDay
+
   |id      = prism99.aedenthorn.FieldHarvest
  |curse  = 871837
+
   |nexus  = 21703
   |nexus  = 8204
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garden Pot - Automate
+
   |name    = Field Works
   |author  = NCarigon
+
   |author  = ChiroxT
   |id      = NCarigon.GardenPotAutomate
+
   |id      = treinke.FieldWorks
   |nexus  = 15212
+
   |nexus  = 17267
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garden Pot Tweaks
+
   |name    = Fighting With NPCs
   |author  = aedenthorn, Erinthe
+
   |author  = Edu Anttunes
   |id      = aedenthorn.GardenPotTweaks
+
   |id      = EduAnttunes.FightingWithNPCs
   |nexus  = 14820
+
   |nexus  = 5865
   |github  = aedenthorn/StardewValleyMods
+
   |github  = eduanttunes/sv_fighting_with_npcs
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gate Opener
+
   |name    = File Replacer
   |author  = mralbobo
+
   |author  = certifiableGrimalkin
   |id      = mralbobo.GateOpener
+
   |id      = certifiableGrimalkin.FileReplacer
   |nexus  =
+
   |nexus  = 17553
  |url    = https://community.playstarbound.com/threads/111988
+
   |github  =
   |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    = Filtered Chest Hopper
   |author  = aedenthorn, Erinthe
+
   |author  = Shivion
   |id      = aedenthorn.GemIsles
+
   |id      = shivion.FilteredChestHopper
   |nexus  = 6692
+
   |nexus  = 21730
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Shivion/StardewValleyMods
 
+
}}
  |beta broke in = Stardew Valley 1.6
 
}}
 
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
+
   |name    = Find Object Mod
   |author  = Hana
+
   |author  = Tran Minh Thong
   |id      = Hana.GNMTokens
+
   |id      = find.object.mod
   |nexus  = 14426
+
   |nexus  = 8594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
+
   |name    = Fine&#44; I'll Go Make My Own Seeds<!--manifest-->, Fine I Will Go Make My Own Seeds<!--Nexus-->
   |author  = sqbr
+
   |author  = HaulinOats
  |id      = sqbr.GetGS
+
   |id      = HaulinOats.FineIWillGoMakeMyOwnSeeds
  |nexus  = 13434
+
   |nexus  = 13944
  |github  = sqbr/GetGS
+
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Generic Mod Config Menu
 
  |author  = spacechase0
 
   |id      = spacechase0.GenericModConfigMenu
 
  |curse  = 867150
 
  |moddrop = 771692
 
  |nexus  = 5098
 
  |github  = spacechase0/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Generic Shop Extender
 
  |author  = rabbitgreen49, IrregularPorygon
 
  |id      = GenericShopExtender
 
   |nexus  = 814
 
   |github  = IrregularPorygon/SMAPIGenericShopMod
 
  
   |broke in          = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Genetics API
+
   |name    = Fireballs!
   |author  = agent56
+
   |author  = aurnj, Roy Li
   |id      = agent56.GeneticsAPI
+
   |id      = RoyLi.Fireballs
   |nexus  = 15655
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/fireballs.129346
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Genie Lamp
+
   |name    = Fire Breath
   |author  = aedenthorn
+
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.GenieLamp
+
   |id      = aedenthorn.FireBreath
   |nexus  = 19794
+
  |curse  = 868871
 +
   |nexus  = 7311
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in           = Stardew Valley 1.6
 
+
  |unofficial version = 0.1.1-unofficial.2-mouahrara
   |beta status = ok
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#FireBreath
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Geode Info Menu
+
   |name    = Fire Crackers, Firecracker Mod
   |author  = CatCattyCat, Cat
+
   |author  = MindMeltMax
   |id      = cat.geodeinfomenu
+
   |id      = MindMeltMax.FireCracker
   |nexus  = 1448
+
   |nexus  = 7321
  |moddrop = 833541
+
   |github  =
   |github  = danvolchek/StardewMods
 
  
   |broke in          = Stardew Valley 1.5
+
   |status  = abandoned
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
  |unofficial version = 1.5.3-unofficial.1-strobe
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Get Glam
+
   |name    = Fireworks Festival
   |author  = MartyrPher
+
   |author  = violetlizabet
   |id      = MartyrPher.GetGlam
+
   |id      = violetlizabet.FireworksFestival
   |nexus  = 5044
+
   |nexus  = 15261
   |github  = MartyrPher/GetGlam
+
   |github  = elizabethcd/FireworksFestival
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ghost Town
+
   |name    = Fischievements
   |author  = Platonymous
+
   |author  = MattDeDuck, Duckshard
   |id      = Platonymous.GhostTown
+
   |id      = MattDeDuck.Fischievements
   |curse   = 877231
+
   |nexus   = 3658
   |moddrop = 793902
+
   |github  =
   |nexus  = 2992
+
 
   |github  = Platonymous/Stardew-Valley-Mods
+
   |broke in = Stardew Valley 1.4
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Fertilizer
+
   |name    = FishDex
   |author  = atravita
+
   |author  = rupak0577
   |id      = atravita.GiantCropFertilizer
+
   |id      = rupak0577.FishDex
   |curse   = 870977
+
   |nexus   =
   |moddrop = 1135913
+
   |github  = rupak0577/FishDex
   |nexus  = 11620
+
   |url    = {{github|rupak0577/FishDex}}
  |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Ring
+
   |name    = Fish Exclusions
   |author  = CatCattyCat, Cat
+
   |author  = GZhynko
   |id      = cat.giantcropring
+
   |id      = GZhynko.FishExclusions
   |nexus  = 1182
+
   |nexus  = 7782
  |moddrop = 833538
+
   |github  = gzhynko/StardewMods
   |github  = danvolchek/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Tweaks
+
   |name    = Fish Finder
   |author  = Khloe Leclair
+
   |author  = Aair, AairTheGreat
   |id      = leclair.giantcroptweaks
+
   |id      = AairTheGreat.FishFinder
   |nexus  = 14370
+
   |nexus  = 5011
   |github  = KhloeLeclair/StardewMods
+
   |github  = AairTheGreat/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Omelet
+
   |name    = Fish Info
   |author  = spacechase0
+
   |author  = Speshkitty
   |id      = spacechase0.GiantOmelet
+
   |id      = speshkitty.fishinfo
   |nexus  = 13852
+
   |nexus  = 5452
   |github  = spacechase0/StardewValleyMods
+
   |github  = Speshkitty/FishInfo
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Decline
+
   |name    = Fishing Adjust
   |author  = desto
+
   |author  = Shuai Zhang
   |id      = desto.GiftDecline
+
   |id      = shuaiz.FishingAdjustMod
   |nexus  = 6944
+
   |nexus  = 1350
   |github  = desto-git/sdv-mods
+
   |github  = hcoona/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.6
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Money
+
   |name    = Fishing Assistant 2<!--changed in 2.0.0-->, Fishing Assistant
   |author  = AvalonMFX
+
   |author  = ChibiKyu, KilZenc
   |id      = AvalonMFX.GiftMoney
+
   |id      = ChibiKyu.FishingAssistant2<!--changed in 2.0.0-->, KilZenc.FishingAssistant
   |nexus  = 17564
+
   |nexus  = 5815
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Rejection
+
   |name    = Fishing Automaton
 +
  |author  = Drynwynn, thepaladinknight
 +
  |id      = Drynwynn.FishingAutomaton
 +
  |nexus  = 2527
 +
  |github  = Drynwynn/StardewValleyMods
 +
 
 +
  |broke in = SMAPI 2.8
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Chests Expanded
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.GiftRejection
+
   |id      = aedenthorn.FishingChestsExpanded
   |nexus  = 14273
+
  |curse  = 868866
 +
   |nexus  = 7694
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in     = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
  |unofficial url    = https://github.com/Rogue-Toast/Aedenthorn-StardewValleyMods/releases
+
   |unofficial version = 0.4.3-unofficial.3-mouahrara
   |unofficial version = 0.1.1-unofficial.1-logophile
+
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FishingChestsExpanded
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Don't Stop Time
 +
  |author  = LyzzCL
 +
  |id      = LyzzCL.FishDontStopTime
 +
  |nexus  = 26186
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Taste Helper
+
   |name    = Fishing Info Overlays
   |author  = tstaples
+
   |author  = barteke22
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
+
   |id      = barteke22.FIshingInfoOverlays
   |nexus  = 229
+
   |nexus  = 8970
   |github  = tstaples/GiftTasteHelper
+
   |github  = barteke22/StardewMods
 
 
  |warnings = needs zoom and UI scale options to have the same value.
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Taste Helper Continued
+
   |name    = Fishing Logbook
   |author  = Isi0
+
   |author  = M3ales
   |id      = Isi0.GiftTasteHelper
+
   |id      = FishingLogbook
   |nexus  = 18762
+
   |nexus  =
   |github  = Just-Chaldea/GiftTasteHelper
+
  |curse  = 299792
 +
   |github  = M3ales/FishingLogbook
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Wrapper
+
   |name    = Fishing Minigames
   |author  = blueberry
+
   |author  = barteke22 (Here Fishy base by aedenthorn)
   |id      = blueberry.GiftWrapper
+
   |id      = barteke22.FisingMinigames
   |nexus  = 4721
+
   |nexus  = 9345
   |github  = b-b-blueberry/GiftWrapper
+
   |github  = barteke22/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ginger Island Mainland Adjustments
+
   |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
   |author  = atravita
+
   |author  = barteke22
   |id      = atravita.GingerIslandMainlandAdjustments
+
   |id      = barteke22.FishingMinigames
  |curse  = 870984
+
   |nexus  = 9345
  |moddrop = 1098263
+
   |github  = barteke22/StardewMods
   |nexus  = 10004
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Give Me My Cursor Back
+
   |name    = Fishing Mod
   |author  = DecidedlyHuman
+
   |author  = Zoryn
   |id      = DecidedlyHuman.GiveMeMyCursorBack
+
   |id      = Zoryn.FishingMod
   |nexus  = 9976
+
   |nexus  =
   |github  = DecidedlyHuman/GiveMeMyCursorBack
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Global Config Settings
+
   |name    = Fishing Nets → Automate
   |author  = Gaphodil
+
   |author  = MindMeltMax
   |id      = Gaphodil.GlobalConfigSettings
+
   |id      = MindMeltMax.Fishnets.Automate
   |nexus  = 9340
+
   |nexus  = 13819
  |moddrop = 1007690
+
   |github  = MindMeltMax/Stardew-Valley-Mods
   |github  = Gaphodil/GlobalConfigSettings
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Glue Your Furniture Down
+
   |name    = Fishing Nets → Better Crafting
   |author  = violetlizabet
+
   |author  = MindMeltMax
   |id      = violetlizabet.GlueFurnitureDown
+
   |id      = MindMeltMax.Fishnets.BetterCrafting
   |nexus  = 10374
+
   |nexus  = 13819
   |github  = elizabethcd/PreventFurniturePickup
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GMCM Options
+
   |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
   |author  = Jamie Taylor
+
   |author  = MindMeltMax
   |id      = jltaylor-us.GMCMOptions
+
   |id      = MindMeltMax.Fishnets
   |nexus  = 10505
+
  |curse  = 1004486
   |github  = jltaylor-us/StardewGMCMOptions
+
   |nexus  = 13819
 +
  |moddrop = 1247514
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = God Mode
+
   |name    = Fishing Practice
   |author  = treyh0
+
   |author  = BlaDe
   |id      = treyh0.GodMode
+
   |id      = BlaDe.FishingPractice
   |nexus  = 2641
+
   |nexus  = 4157
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Goodbye American English
+
   |name    = Fishing Progression
   |author  = TheMightyAmondee, MightyAmondee
+
   |author  = ChadlyMasterson
   |id      = TheMightyAmondee.GoodbyeAmericanEnglish
+
   |id      = chadlymasterson.fishingprogression
  |moddrop = 854437
+
   |nexus  = 18749
   |nexus  = 7183
+
   |github  = chudders1231/SDV-FishingProgression
   |github  = TheMightyAmondee/GoodbyeAmericanEnglish
+
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Goodbye SMAPI
+
   |name    = Fishing Tackle Tooltips
   |author  = Jessebot
+
   |author  = BarleyZP
   |id      = Jessebot.GoodbyeSMAPI
+
   |id      = BarleyZP.FishingTackleTooltip
   |nexus  = 6514
+
   |nexus  = 24751
   |github  = JessebotX/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Go To Bed
+
   |name    = Fishing Trawler
   |author  = candidus42
+
   |author  = PeacefulEnd
   |id      = Candidus42.GoToBed
+
   |id      = PeacefulEnd.FishingTrawler
   |nexus  = 4967
+
  |curse  = 870942
   |github  = mus-candidus/GoToBed
+
   |nexus  = 8406
 +
   |github  = Floogen/FishingTrawler
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Trawler - New Horizons|Fishing Trawler - New Horizons]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Go To Sleep
+
   |name    = Fishing Trawler - New Horizons
   |author  = yy376
+
   |author  = PeacefulEnd
   |id      = yy376.GoToSleep
+
   |id      = PeacefulEnd.FishingTrawler.NewHorizons
   |nexus   = 2195
+
   |curse   = 870923
   |github  =
+
   |nexus  = 15941
 
+
   |github  = Floogen/FishingTrawler
   |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gradient Hair Colors
+
   |name    = Fishing Treasure Spawner
   |author  = spacechase0
+
   |author  = jangofett4
   |id      = spacechase0.GradientHairColors
+
   |id      = jangofett4.fishingtreasurespawner
   |nexus  = 12744
+
   |nexus  = 18119
   |github  = spacechase0/StardewValleyMods
+
   |github  = jangofett4/FishingTreasureSpawner
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Heirlooms
+
   |name    = Fishing Tuner Redux
   |author  = rikai
+
   |author  = Hammurabi
   |id      = rikai.GrandfathersHeirlooms
+
   |id      = HammurabiFishingTunerRedux
   |nexus  = 8557
+
   |nexus  =
   |github = rikai/Grandfathers-Heirlooms
+
   |chucklefish = 4578
 +
  |source = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
 +
 
 +
  |dev note = source in download
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grass Growth
+
   |name    = Fish Me
   |author  = bcmpinc
+
   |author  = marikaefer
   |id      = bcmpinc.GrassGrowth
+
   |id      = marikaefer.FishMe
   |nexus  = 2732
+
   |nexus  = 4756
   |github  = bcmpinc/StardewHack
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack, @retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grass Growth Adjuster, Grass Adjustor
+
   |name    = Fish of Stardew
   |author  = Jellypowered, Shockade
+
   |author  = AztecViper
   |id      = Jellypowered.GrassChance
+
   |id      = aztecviper.fishOfStardewMod
   |nexus  = 3365
+
   |nexus  = 24870
   |github  =
+
   |github  = astecviper/AztecVipers-Fish-of-Stardew
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse 20x20
+
   |name    = Fish Pond Colors, Legendary Fish Ponds
   |author  = sirloinmeatt
+
   |author  = ButterBear, Memegician
   |id      = sirloinmeatt.Greenhouse20x20
+
   |id      = BB.FishPondColors
   |nexus  = 2662
+
   |nexus  = 23449
 
   |github  =
 
   |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    = Greenhouse Construction
+
   |name    = Fish Preview
   |author  = Derslayr
+
   |author  = Jonqora
   |id      = Derslayr.GreenhouseConstruction
+
   |id      = Jonqora.FishPreview
   |nexus  = 10148
+
   |nexus  = 6303
   |github  = derslayr10/GreenhouseConstruction
+
   |github  = Jonqora/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Entry Begone!
+
   |name    = Fish Reminder
   |author  = bblueberry, blueberry
+
   |author  = Mizzion
   |id      = blueberry.GreenhouseEntryBegone
+
   |id      = mizzion.fishreminder
   |nexus  = 8203
+
   |nexus  = 3615
   |github  = b-b-blueberry/GreenhouseEntryPatch
+
  |moddrop = 661375
 +
   |github  = Mizzion/MyStardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Entry Mod
+
   |name    = Fish Spot Bait
   |author  = pancham138
+
   |author  = aedenthorn, Erinthe
   |id      = Pancham138.GreenhouseEntryMod
+
   |id      = aedenthorn.FishSpotBait
   |nexus  = 6150
+
   |nexus  = 17581
   |github  =
+
   |github  = aedenthorn/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    = Greenhouse Gatherers
+
   |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
   |author  = PeacefulEnd
+
   |author  = StarAmy
   |id      = PeacefulEnd.GreenhouseGatherers
+
   |id      = StarAmy.bubbletoggle
   |nexus  = 7619
+
   |nexus  = 13076
  |moddrop = 886187
+
   |github  =
   |github  = Floogen/GreenhouseGatherers
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Gatherers Automate
+
   |name    = Fishy Blood Moon
   |author  = PeacefulEnd
+
   |author  = MattDeDuck, Duckshard
   |id      = PeacefulEnd.GreenhouseGatherers.Automate
+
   |id      = MattDeDuck.FishyBloodMoon
   |nexus  = 7619
+
   |nexus  = 3725
   |moddrop = 886187
+
   |github  =
   |github  = Floogen/GreenhouseGatherers
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Sprinklers
+
   |name    = Fix Animal Tools
   |author  = Bpendragon
+
   |author  = bcmpinc
   |id      = Bpendragon.GreenhouseSprinklers
+
   |id      = bcmpinc.FixAnimalTools
   |nexus  = 7456
+
   |nexus  = 3215
   |github  = Bpendragon/GreenhouseSprinklers
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Upgrades
+
   |name    = Fix Categories in Recipes, Categories in Recipes
   |author  = Cecidelus
+
   |author  = Traktori
   |id      = Cecidelus.GreenhouseUpgrades
+
   |id      = Traktori.CategoriesInRecipes
   |nexus  = 8042
+
   |nexus  = 11400
   |github  =
+
   |github  = Traktori7/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GreenHouse Upgrades 5 Levels, Green Upgrades
+
   |name    = Fix Dice
   |author  = Fernass354
+
   |author  = Ashley, bambimenot
   |id      = Fernass354.GreenUpgrades
+
   |id      = ashley.fixdice
   |nexus  = 18766
+
   |nexus  = 4556
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GreenHut
+
   |name    = Fixed Ginger Island Beach Garden Pots
   |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
+
   |author  = wilsoncwc
   |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
+
   |id      = wilsoncwc.IslandPotFix
   |nexus  = 1735
+
   |nexus  = 23934
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Groundhog Day
+
   |name    = Fixed Secret Woods Debris, Woods Debris Fix
   |author  = aedenthorn, Erinthe
+
   |author  = f4iTh and Lita, JertsukkaTheMan
   |id      = aedenthorn.GroundhogDay
+
   |id      = f4iTh.WoodsDebrisFix
   |nexus  = 10151
+
   |nexus  = 1941
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Groupable Chests
+
   |name    = Fixed Weapons Damage
   |author  = FricativeMelon
+
   |author  = BlueSight
   |id      = FricativeMelon.GroupableChests
+
   |id      = BlueSight.FixedWeaponsDamage
   |nexus  = 15375
+
   |nexus  = 19896
   |github  = FricativeMelon/GroupableChests
+
   |github  = Hikari-BS/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Growable Bushes
+
   |name    = Fix Pig Random
 
   |author  = atravita
 
   |author  = atravita
   |id      = atravita.GrowableBushes
+
   |id      = atravita.FixPigRandom
   |curse  = 870961
+
   |curse  = 870967
   |moddrop = 1357999
+
   |moddrop = 1294434
   |nexus  = 15111
+
   |nexus  = 15003
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Growable Giant Crops
+
   |name    = Fix Scythe Exp
   |author  = atravita
+
   |author  = bcmpinc
   |id      = atravita.GrowableGiantCrops
+
   |id      = bcmpinc.FixScytheExp
   |curse   = 870960
+
   |nexus   =
   |moddrop = 1358004
+
   |github  = bcmpinc/StardewHack
   |nexus  = 15559
+
   |url    = https://github.com/bcmpinc/StardewHack/releases
  |github = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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    = Gunther Tells You
+
   |name    = Fix TVs on Custom Farm Types
   |author  = John Peters
+
   |author  = mouse
   |id      = JohnPeters.GuntherTellsYou
+
   |id      = mouse.FixTVsOnCustomFarmTypes
   |nexus  = 19143
+
  |moddrop = 1194570
   |github  =
+
   |nexus  = 12717
 
+
   |github  = notevenamouse/StardewMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Haboo
+
   |name    = Flamingo Breeding
 
   |author  = BlaDe
 
   |author  = BlaDe
   |id      = LetsTrollTheMan.HabooNPC
+
   |id      = BlaDe.FlamingoBreeding
   |nexus  = 12034
+
   |nexus  = 12015
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hair Growth
+
   |name    = Flavored And Generic Fuel For Artisan Recipes, Extra Fuel Config
   |author  = skn
+
   |author  = selph, zombifier
   |id      = skn.HairGrowthMod
+
   |id      = selph.ExtraFuelConfig
   |nexus  = 3279
+
   |nexus  = 21086
   |github  =
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Halt Event Time
+
   |name    = Flexible Arms
   |author  = chawol
+
   |author  = bcmpinc
   |id      = chawol.HaltEventTime
+
   |id      = bcmpinc.FlexibleArms
   |nexus  = 8774
+
   |nexus  = 20902
   |github  = chawolbaka/HaltEventTime
+
   |github  = bcmpinc/StardewHack
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Handy Headphones
+
   |name    = Flexible Sprinklers
   |author  = PeacefulEnd
+
   |author  = Shockah
   |id      = PeacefulEnd.HandyHeadphones
+
   |id      = Shockah.FlexibleSprinklers
   |nexus  = 7936
+
   |nexus  = 10931
   |github  = Floogen/HandyHeadphones
+
   |github  = Shockah/Stardew-Valley-Mods
  |status  = abandoned
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Birthday
+
   |name    = Flip Buildings
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = mouahrara
   |id      = Omegasis.HappyBirthday
+
   |id      = mouahrara.FlipBuildings
   |nexus  = 520
+
   |nexus  = 18444
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = mouahrara/FlipBuildings
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Birthday
+
   |name    = Floating Garden Pots
   |author  = Oxyligen
+
   |author  = aedenthorn, Erinthe
   |id      = HappyBirthday
+
   |id      = aedenthorn.FloatingGardenPots
   |nexus  = 1064
+
   |nexus  = 17582
 +
  |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
 +
  |name    = FLO - New Custom NPC, FlorenceMod
 +
  |author  = randomAnon1234
 +
  |id      = none<!--no manifest ID-->
 +
  |nexus  = 591
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
   |status  = workaround
+
   |status  = abandoned
  |summary  = use [[#Happy Birthday|Happy Birthday by Omegasis]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Fish Jump
+
   |name    = Floor Shadow Switcher
   |author  = Sakorona
+
   |author  = MouseyPounds
   |id      = KoihimeNakamura.HappyFishJump
+
   |id      = MouseyPounds.FloorShadowSwitcher
   |nexus  = 6516
+
   |nexus  = 3885
  |moddrop = 1068089
+
   |github  = MouseyPounds/stardew-mods
   |github  = Sakorona/SDVMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Happy Home Designer
+
   |name    = Flower Bombs
   |author  = tlitookilakin
+
   |author  = kdau
   |id      = tlitookilakin.HappyHomeDesigner
+
   |id      = kdau.FlowerBombs
   |nexus  = 19675
+
   |nexus  = 6228
   |github = tlitookilakin/HappyHomeDesigner
+
   |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    = Hardcore Mines
+
   |name    = Flower Color Picker
   |author  = kibbe, lillvik
+
   |author  = spacechase0
   |id      = kibbe.hardcore_mines
+
   |id      = spacechase0.FlowerColorPicker
   |nexus  = 1674
+
  |curse  = 867760
   |github  =
+
  |moddrop = 130043
 +
   |nexus  = 1229
 +
   |github  = spacechase0/StardewValleyMods
  
   |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    = Flower Dance Fix
   |author  = ItsLittany
+
   |author  = elfuun
   |id      = itslittany.HardcoreMines2
+
   |id      = FlowerDanceFix.elfuun
   |nexus  = 6411
+
   |nexus  = 8535
   |github  =
+
  |moddrop = 980853
 +
   |github  = elfuun1/FlowerDanceFix
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardcore Mode
+
   |name    = Flower Dance Hearts Change
   |author  = vermicyde
+
   |author  = ron075sh
   |id      = vermicyde.HardcoreModeDLL
+
   |id      = ron075sh.FlowerDanceHeartsChange
   |nexus  = 15125
+
   |nexus  = 3019
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Hardy Grass
+
   |name    = Flower Dancing, Kelly's Flower Dancing
   |author  = DiscipleOfEris
+
   |author  = kelly2892
   |id      = DiscipleOfEris.HardyGrass
+
   |id      = kelly2892.flower.dancing.harmony
   |nexus  = 8772
+
   |nexus  = 8107
   |github  = DiscipleOfEris/HardyGrass
+
   |github  = kenny2892/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harp of Yoba Redux
+
   |name    = Flower Rain
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.HarpOfYobaRedux
+
   |id      = spacechase0.FlowerRain
   |nexus   = 914
+
   |curse   = 867722
   |moddrop = 793924
+
   |nexus  = 6131
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#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    = Flowery Tools
   |author  = Goldenrevolver
+
   |author  = Cat, CatCattyCat
   |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
+
   |id      = cat.flowerytools
   |nexus  = 7851
+
   |nexus  = 6203
  |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |moddrop = 833563
}}
+
   |github  = danvolchek/StardewMods
{{#invoke:SMAPI compatibility|entry
 
  |name    = Harvest Moon Witch Princess Mod, WitchPrincess
 
  |author  = Dounat2201, Sasara
 
  |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
 
   |nexus  = 1157
 
   |github  = Sasara2201/WitchPrincess
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest Seeds
+
   |name    = Flowing Mine Rocks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.HarvestSeeds
+
   |id      = aedenthorn.FlowingMineRocks
   |nexus  = 11773
+
  |curse  = 868846
 +
   |nexus  = 9043
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest With Scythe
+
   |name    = Fluent Eating
   |author  = ThatNorthernMonkey
+
   |author  = Kangzoel
   |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
+
   |id      = Kangzoel.FluentEating
   |nexus  = 236
+
   |nexus  = 11690
   |github  = ThatNorthernMonkey/HarvestWithScythe
+
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |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    = Hat Buffs
+
   |name    = Flying Start Loan
   |author  = popska
+
   |author  = EstherHollow
   |id      = popska.HatBuffs
+
   |id      = EstherHollow.FlyingStartLoan
   |nexus  = 9050
+
   |nexus  = 11003
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/popska/UsefulHats
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Mouse Lacey
+
   |name    = Font Settings, 字体设置
   |author  = ichortower
+
   |author  = Becks723
   |id      = ichortower.HatMouseLacey.Core
+
   |id      = Becks723.FontSettings
   |nexus  = 18177
+
   |nexus  = 12467
   |github  = ichortower/HatMouseLacey
+
   |github  =
 +
  |source  = https://gitee.com/becks723/my-stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Panning
+
   |name    = Font Size Adjust, Stardew Valley Font Adjust
   |author  = monsoonsheep
+
   |author  = AlerHughes
   |id      = monsoonsheep.PanWithHats
+
   |id      = AlerHughes.FA
   |nexus  = 18965
+
   |nexus  = 23363
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Shop Restoration
+
   |name    = Food Buff Stacking
   |author  = PeacefulEnd
+
   |author  = thejcannon
   |id      = PeacefulEnd.AMouseWithAHat.Core
+
   |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
   |nexus  = 17291
+
   |nexus  = 4321
   |github  = Floogen/StardewSandbox
+
   |github  = thejcannon/Stardew-FoodBuffStacking
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hats on Hats
+
   |name    = Food Buff Stacking Fix
   |author  = Shockah
+
   |author  = Joreikarr
   |id      = Shockah.HatsOnHats
+
   |id      = joreikarr.foodbuffstackingfix
   |nexus  = 17280
+
   |nexus  = 19944
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hay Bales as Silos
+
   |name    = Food Cravings
   |author  = Cherry, CherryChain
+
   |author  = Hexenentendrache
   |id      = Cherry.HayBalesSilo
+
   |id      = Hexenentendrache.FoodCravings
   |nexus  = 5151
+
   |nexus  = 17126
  |moddrop = 716396
+
   |github  = Enteligenz/StardewMods
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HD Portraits
+
   |name    = Food on the Table
   |author  = Tlitookilakin
+
   |author  = aedenthorn, Erinthe
   |id      = tlitookilakin.HDPortraits
+
   |id      = aedenthorn.FoodOnTheTable
   |nexus   = 10971
+
   |curse   = 868794
   |moddrop = 1103418
+
   |nexus  = 10886
   |github  = tlitookilakin/HDPortraits
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AeroCore-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health and Stamina Regeneration
+
   |name    = Food Poisoning
   |author  = Jessebot, JessebotX
+
   |author  = seferoni
   |id      = Jessebot.HealthStaminaRegen
+
   |id      = seferoni.FoodPoisoning
   |nexus  = 3207
+
   |nexus  = 22006
  |moddrop = 624105
+
   |github  = seferoni/FoodPoisoning
   |github  = JessebotX/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health and Stamina Tweaks
+
   |name    = Forage at the Farm
   |author  = Kiddles, Svard
+
   |author  = Nishtra
   |id      = Kiddles.HASTweaks
+
   |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
   |nexus  = 5630
+
   |nexus  = 673
   |github  = SvardXI/HAS_Tweaks
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
  |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    = Health Bars
+
   |name    = Forage Crops
   |author  = Zoryn
+
   |author  = Kronosta
   |id      = Zoryn.HealthBars
+
   |id      = Kronosta.ForageCrops
   |nexus  =
+
   |nexus  = 21514
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  =
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health Bars (Darkhax)
+
   |name    = Forage Fantasy
   |author  = Darkhax
+
   |author  = Goldenrevolver
   |id      = darkhax.healthbars
+
   |id      = Goldenrevolver.ForageFantasy
   |nexus  =
+
   |nexus  = 7554
  |curse  = 302910
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |github  = Stardew-Valley-Modding/HealthBars
 
 
 
  |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    = Heartbeat
+
   |name    = Forage Pointers
   |author  = themattfiles
+
   |author  = Bpendragon
   |id      = themattfiles.HeartBeat
+
   |id      = Bpendragon.ForagePointers
   |nexus  = 5941
+
   |nexus  = 7781
   |github  = embolden/Heartbeat
+
   |github  = Bpendragon/ForagePointers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Heart Level Notifications
+
   |name    = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
   |author  = StultusV
+
   |author  = DanielB
   |id      = StultusV.HeartLevelNotifications
+
   |id      = DanielB.TrackerZoomFix
   |nexus  = 8655
+
   |nexus  = 17935
   |github  = JudeRV/Stardew-HeartLevelNotifier
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Heelies
+
   |name    = Forecaster
   |author  = fakemonster
+
   |author  = Remy Bach
   |id      = fakemonster.Heelies
+
   |id      = remybach.forecaster
   |nexus  = 7751
+
   |nexus  = 3037
   |github  =
+
   |github  = remybach/stardew-valley-forecaster
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hello SMAPI
+
   |name    = Forecaster Text, Forecaster Text
   |author  = Jessebot, JessebotX
+
   |author  = TheElm
   |id      = Jessebot.HelloSMAPI
+
   |id      = TheElm.ForecasterText
   |nexus  = 4483
+
   |nexus  = 7541
   |github  = JessebotX/StardewValleyMods
+
   |github  = GStefanowich/SDV-Forecaster
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help for Hire
+
   |name    = Fortunate Foot
   |author  = LeFauxMatt
+
   |author  = PurelyInZane
   |id      = furyx639.HelpForHire
+
   |id      = PurelyInZane.FortunateFoot
  |curse  = 871839
+
   |nexus  = 22610
   |nexus  = 5316
 
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Helpful Spouses
+
   |name    = Foxyfficiency
   |author  = LeFauxMatt
+
   |author  = Fokson
   |id      = furyx639.HelpfulSpouses
+
   |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
  |curse  = 871841
+
   |nexus  = 2520
   |nexus  = 5175
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help Wanted
+
   |name    = FQ Festival Tweaks
   |author  = aedenthorn, Erinthe
+
   |author  = FletcherQuest
   |id      = aedenthorn.HelpWanted
+
   |id      = FletcherQuest.FQFestivalTweaks
  |curse  = 868696
+
   |nexus  = 9062
   |nexus  = 14640
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help Wanted Quest Fixes
+
   |name    = Frame Rate Logger
   |author  = Pokeytax
+
   |author  = atravita
   |id      = Pokeytax.HelpWantedQuestFixes
+
   |id      = atravita.FrameRateLogger
   |nexus   = 2644
+
   |curse   = 870966
   |github  = gembree/HelpWantedQuestFixes
+
   |moddrop = 1294433
 
+
  |nexus  = 15002
   |beta broke in = Stardew Valley 1.6
+
   |github  = atravita-mods/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Here Fishy
+
   |name    = Frame Rate Viewer, FPS Viewer
   |author  = aedenthorn, Erinthe
+
   |author  = Adham084
   |id      = aedenthorn.HereFishy
+
   |id      = adham084.fpsviewer
  |curse  = 868881
+
   |nexus  = 14046
   |nexus  = 6586
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hibernation
+
   |name    = Free Dusty
   |author  = Shockah
+
   |author  = skuldomg, Skuld
   |id      = Shockah.Hibernation
+
   |id      = skuldomg.freeDusty
   |nexus  = 11421
+
   |nexus  = 2206
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = skuldomg/freeDusty
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Hide Chest Color Picker After Close
+
   |name    = Free Lock
   |author  = trashcan9
+
   |author  = weizinai
   |id      = trashcan9.HideChestColorPickerAfterClose
+
   |id      = weizinai.FreeLock
   |nexus  = 16075
+
   |nexus  = 25329
   |github  =
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Highlighted Jars
+
   |name    = Free Love
   |author  = Annosz
+
   |author  = aedenthorn, Erinthe
   |id      = Annosz.HighlightedJars
+
   |id      = aedenthorn.FreeLove
  |nexus  = 6833
+
   |curse  = 868835
  |github  = Annosz/StardewValleyModding
+
   |nexus  = 10021
}}
+
   |github  = aedenthorn/StardewValleyMods
{{#invoke:SMAPI compatibility|entry
 
  |name    = Highlight Empty Machines
 
  |author  = atravita
 
  |id      = atravita.HighlightEmptyMachines
 
   |curse  = 870976
 
  |moddrop = 1137391
 
   |nexus  = 11664
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Hit Markers
+
   |name    = Free Slingshot
   |author  = bendenewb, newbie9598
+
   |author  = DJ-STLN
   |id      = newbie9598.HitMarkersMeme
+
   |id      = DJ-STLN.FreeSlingshot
   |nexus  = 2098
+
   |nexus  = 3320
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hmm Cheese Yum
+
   |name    = Free the Toolbar
   |author  = tomasitobambito
+
   |author  = danmw3
   |id      = tomasitobambito.HmmCheeseYum
+
   |id      = danmw3.freethetoolbar
   |nexus  = 9343
+
   |nexus  = 4960
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Hoe and Water Direction
+
   |name    = Freeze Time Multiplayer
   |author  = TheThor59
+
   |author  = mori_seneri, Alcatraz773
   |id      = Thor.HoeWaterDirection
+
   |id      = mori_sensei.FreezeTime
   |nexus  = 10052
+
   |nexus  = 21820
   |github  = TheThor59/StardewMods
+
   |github  = alcmoe/FreezeTimeMultiplayer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HoeDown
+
   |name    = Friendly Divorce
   |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
   |id      = BlaDe.HoeDown
+
   |id      = aedenthorn.FriendlyDivorce
   |nexus  = 9798
+
  |curse  = 868900
   |github  =
+
   |nexus  = 6241
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hold to Break Geodes
+
   |name    = Friends Forever (1.6)
   |author  = CatCattyCat, Cat
+
   |author  = Kriana
   |id      = cat.holdtobreakgeodes
+
   |id      = Kriana.FriendsForever
   |nexus  = 1689
+
   |nexus  = 20702
  |moddrop = 833545
+
   |github  =  
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hold to Pause
+
   |name    = Friendship Booster
   |author  = samspartan
+
   |author  = Hills
   |id      = samspartan.HoldToPause
+
   |id      = Hills.FriendshipBooster
   |nexus  = 7352
+
   |nexus  = 10497
 +
  |moddrop = 1084819
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Holiday Sales
+
   |name    = Friendship Decay
   |author  = atravita
+
   |author  = stardemod
   |id      = atravita.HolidaySales
+
   |id      = stardemod.FriendshipDecay
  |curse  = 870970
+
   |nexus  = 21323
  |moddrop = 1205160
+
   |github  =
   |nexus  = 13050
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Home Sewing Kit
+
   |name    = Friendship Decay Modify
   |author  = MouseyPounds
+
   |author  = weizinai
   |id      = MouseyPounds.HomeSewingKit
+
   |id      = weizinai.FriendshipDecayModify
   |nexus  = 4935
+
   |nexus  = 23862
   |github  = MouseyPounds/stardew-mods
+
   |github  = weizinai/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Honey Harvest Sync
+
   |name    = Friendship Streaks
   |author  = voltaek
+
   |author  = AvalonMFX
   |id      = voltaek.HoneyHarvestSync
+
   |id      = AvalonMFX.FriendshipStreaks
   |nexus  = 20493
+
  |curse  = 1054715
   |github  = voltaek/StardewMods
+
   |nexus  = 25595
 +
   |github  = 1Avalon/Avas-Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hopper Extractor
+
   |name    = Friendship Totems, Warp Totem to Other Player
   |author  = BPavol, Lamacik
+
   |author  = ThisIsCad
   |id      = bpavol.hopper_extractor
+
   |id      = ThisIsCad.FriendshipTotems
   |nexus  = 16688
+
   |nexus  = 25969
   |github  = BPavol/stardew-valley-mods
+
   |github  = brandonwamboldt/FriendshipTotems
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horny Festivals, Festival Warps
+
   |name    = Friendship Tweaks
   |author  = Girafarig
+
   |author  = aedenthorn, Erinthe
   |id      = Girafarig.FestivalWarps
+
   |id      = aedenthorn.FriendshipTweaks
   |nexus  = 10844
+
   |nexus  = 17055
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Flute Anywhere
+
   |name    = Friendship Without Talk
   |author  = Pathoschild
+
   |author  = HunterMYT
   |id      = Pathoschild.HorseFluteAnywhere
+
   |id      = HunterMYT.FriendshipWithoutTalk
   |nexus  = 7500
+
   |nexus  = 8709
   |github  = Pathoschild/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Overhaul
+
   |name    = Frozen Yogurt
   |author  = Goldenrevolver
+
   |author  = Failsplat
   |id      = Goldenrevolver.HorseOverhaul
+
   |id      = Failsplat.FroyoFFHarmony
   |nexus  = 7911
+
   |nexus  = 12308
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Squeeze
+
   |name    = Frugal Farm Menu
   |author  = jorgamun
+
   |author  = jeffgillean
   |id      = jorgamun.HorseSqueeze
+
   |id      = jeffgillean.FrugalFarmMenu
   |nexus  = 10446
+
   |nexus  = 11050
   |github  = jorgamun/HorseSqueeze
+
   |github  = jeffgillean/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Whistle
+
   |name    = Fruit Tree Shaker
   |author  = icepuente
+
   |author  = aedenthorn, Erinthe
   |id      = icepuente.HorseWhistle
+
   |id      = Aedenthorn.FruitTreeShaker
   |nexus  = 1131
+
  |curse  = 868907
   |github  = icepuente/StardewValleyMods
+
   |nexus  = 5776
 +
   |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    = Fruit Trees Unblocked
   |author  = nabuma
+
   |author  = dervalanana
   |id      = HorseWhistle_SMAPI
+
   |id      = dervalanana.FruitTreesUnblocked
   |nexus  =
+
   |nexus  = 22976
  |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fruit Tree Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = Aedenthorn.FruitTreeTweaks
 +
  |curse  = 868772
 +
  |nexus  = 11422
 +
  |github  = aedenthorn/StardewValleyMods
  
   |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
 +
  |name    = Fruit Tree Tweaks for 1.6
 +
  |author  = chiccen
 +
  |id      = chiccen.FruitTreeTweaks
 +
   |nexus   = 21449
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Host Tools
+
   |name    = Full Fishing Bar
   |author  = MattPlays
+
   |author  = Jag3Dagster
   |id      = MattPlays.HostTools
+
   |id      = HedgehogTechnologies.FullFishingBar
   |nexus  = 11154
+
  |curse  = 1007653
   |github  =
+
   |nexus  = 23006
 +
   |github  = jag3dagster/AutoShaker
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hotbar Hotswap
+
   |name    = Full Inventory Toolbar (and Invisible Toolbar)
   |author  = Jaredlll08
+
   |author  = mushymato
   |id      = BlameJared.HotbarHotswap
+
   |id      = mushymato.FullInventoryToolbar
   |nexus  =
+
   |nexus  = 25711
  |curse  = 298033
+
   |github  =
   |github  = jaredlll08/HotbarHotswap
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hot Chocolate Coffee Alternative
+
   |name    = Full Romanceable Witch NPC, Witch Events Shop
   |author  = certifiableGrimalkin
+
   |author  = jennisimone
   |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
+
   |id      = jennisimone.WitchEventsShop
   |nexus  = 16159
+
   |nexus  = 16304
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework, @retest-after Producer Framework Mod-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hover Labels
+
   |name    = Fungus Amongus
   |author  = Achtuur
+
   |author  = Okay Shroomer
   |id      = Achtuur.HoverLabels
+
   |id      = OkayShroomer.FungusAmongus
   |nexus  = 17501
+
   |nexus  = 11785
   |github  = Achtuur/StardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HP Bars
+
   |name    = Furniture Adjustment
   |author  = Ilyaki
+
   |author  = aedenthorn, Erinthe
   |id      = Ilyaki.HPBar
+
   |id      = aedenthorn.FurnitureAdjustment
   |nexus  = 1736
+
  |curse  = 868820
   |github  =
+
  |nexus  = 10213
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Anywhere
 +
  |author  = Entoarox
 +
  |id      = Entoarox.FurnitureAnywhere
 +
  |nexus  = 2276
 +
  |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
 +
  |curse  = 868797
 +
   |nexus  = 10855
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
+
   |summary  = use [[#Furniture Display Framework for 1.6|Furniture Display Framework for 1.6]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HQ Farmer Mod
+
   |name    = Furniture Display Framework for 1.6
   |author  = AsakOhee
+
   |author  = Ilyeana, IlyeanaPlus
   |id      = AsakOhee.HQFarmerMod
+
   |id      = Ilyeana.FurnitureDisplayFramework
   |nexus  = 19644
+
   |nexus  = 19895
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Huggable Scarecrows
+
   |name    = Furniture Framework
   |author  = bogie5464
+
   |author  = leroymilo
   |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
+
   |id      = leroymilo.FurnitureFramework
   |nexus  = 3190
+
  |nexus  = 23458
   |github  = bogie5464/HuggableScarecrows
+
  |github  = Leroymilo/FurnitureFramework
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Placement Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurniturePlacementTweaks
 +
  |curse  = 868721
 +
   |nexus  = 14092
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hugs and Kisses
+
   |name    = Furniture Recolor
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.HugsAndKisses
+
   |id      = aedenthorn.FurnitureRecolor
   |nexus  = 10062
+
  |curse  = 868819
 +
   |nexus  = 10217
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger
+
   |name    = FuryCore
   |author  = Yyeahdude
+
   |author  = LeFauxMatt
   |id      = HungerYyeadude
+
   |id      = furyx639.FuryCore
   |nexus  = 613
+
   |nexus  = 10696
  |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger and Thirst
+
   |name    = Gacha Geodes, Geode Pity System
   |author  = PrimevalTitmouse
+
   |author  = DeLiXx
   |id      = PrimevalTitmouse.ModEntry
+
   |id      = DLX.Geodes
   |nexus  = 1110
+
  |curse  = 990836
 +
   |nexus  = 17691
 
   |github  =
 
   |github  =
 
+
   |source = https://gitlab.com/delixx/stardew-valley/gacha-geodes
   |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    = Hunger for Food
+
   |name    = Galaxy Slingshot Obtainable
   |author  = Tigerle01, Stephan Hensel
+
   |author  = Adham084
   |id      = HungerForFoodByTigerle
+
   |id      = adham084.galaxyslingshot
   |nexus  = 810
+
   |nexus  = 14115
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |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    = Galaxy Weapon Choice
   |author  = lech43
+
   |author  = aedenthorn, Erinthe
   |id      = lech43.HungryMorning
+
   |id      = aedenthorn.GalaxyWeaponChoice
   |nexus  = 6391
+
  |curse  = 868703
   |github  =
+
   |nexus  = 14511
 +
   |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    = Hybrid Crop Engine
+
   |name    = Gameboy Arcade
   |author  = spacechase0
+
   |author  = drbirbdev
   |id      = spacechase0.HybridCropEngine
+
   |id      = drbirbdev.GameboyArcade
   |curse  = 867721
+
   |moddrop = 1318487
   |nexus  = 6577
+
   |nexus  =
   |github  = spacechase0/StardewValleyMods
+
   |github  = drbirbdev/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hypno Valley
+
   |name    = Game Reminder
   |author  = Kryspur
+
   |author  = mmanlapat
   |id      = Kryspur.HypnoValley
+
   |id      = mmanlapat.GameReminder
   |nexus  = 9052
+
   |nexus  = 1153
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = GameSpeed
 +
  |author  = RandomComputerUser
 +
  |id      = RandomComputerUser.GameSpeed
 +
  |nexus  = 7211
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Identifiable Combined Rings
+
   |name    = Game Tables and Arcade Machines
   |author  = atravita
+
   |author  = CyanFire
   |id      = atravita.IdentifiableCombinedRings
+
   |id      = CF.SMAPI.GameTables
  |curse  = 870959
+
   |nexus  = 12859
  |moddrop = 1358005
+
   |github  =
   |nexus  = 15928
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Idle Pause
+
   |name    = Garbage Can Tweaks
   |author  = Veleek
+
   |author  = chiccen
   |id      = Veleek.IdlePause
+
   |id      = chiccen.GarbageCanTweaks
   |nexus  = 1092
+
   |nexus  = 24410
   |github  = veleek/IdlePause
+
   |github  = chiccenFL/StardewValleyMods
 
 
  |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    = Idle Timer
+
   |name    = Garbage Collector
   |author  = LordAndreios
+
   |author  = Loogooter
   |id      = LordAndreios.IdleTimer
+
   |id      = OlegSilkin.garbage_collector
   |nexus  = 2858
+
   |nexus  = 2463
   |github  = emperorzuul/SMAPI_MODS
+
   |github  =
  
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Idle Pause|Idle Pause]] instead.
+
   |summary  = use [[#Auto Trash|Auto Trash]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Don't Use That Water
+
   |name    = Garbage Day
   |author  = idermailer
+
   |author  = LeFauxMatt
   |id      = idermailer.iDontUseThatWater
+
   |id      = furyx639.GarbageDay
   |nexus  = 14047
+
  |curse  = 871837
   |github  = idermailer/iDontUseThatWater
+
  |moddrop = 1547204
 +
   |nexus  = 8204
 +
   |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = IFrames in Mines
+
   |name    = Garbage In Garbage Can
   |author  = Factknowhow
+
   |author  = focustense
   |id      = Factknowhow.IFramesInMines
+
   |id      = focustense.GarbageInGarbageCan
   |nexus  = 16436
+
   |nexus  = 26607
   |github  = Mekadrom/IFramesInMines
+
   |github  = focustense/StardewAutoTrash
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Got Friendship
+
   |name    = Garden Pot - Automate
   |author  = ChiroxT
+
   |author  = NCarigon
   |id      = treinke.igotfriendship
+
   |id      = NCarigon.GardenPotAutomate
   |nexus  = 13290
+
   |nexus  = 15212
   |github  =
+
   |github  = ncarigon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Got XP
+
   |name    = Garden Pot Options
   |author  = ChiroxT
+
   |author  = ncarigon
   |id      = treinke.igotxp
+
   |id      = NCarigon.GardenPotOptions
   |nexus  = 13289
+
   |nexus  = 21608
   |github  =
+
   |github  = ncarigon/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ImagEd
+
   |name    = Garden Pot Tweaks
   |author  = candidus42
+
   |author  = aedenthorn, Erinthe
   |id      = Candidus42.ImagEd
+
   |id      = aedenthorn.GardenPotTweaks
   |nexus  = 7218
+
  |curse  = 868691
   |github  = mus-candidus/ImagEd
+
   |nexus  = 14820
 +
   |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    = Immersive Grandpa, Misc Introduction Fixes
+
   |name    = Gate Fix
   |author  = mistyspring
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = mistyspring.immersivegrandpa
+
   |id      = f4iTh.GateFix
   |curse   = 880517
+
   |nexus   = 4859
   |nexus   = 12562
+
   |github  =
   |github  = misty-spring/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Scarecrows
+
   |name    = Gate Opener
   |author  = aedenthorn, Erinthe
+
   |author  = mralbobo
   |id      = aedenthorn.ImmersiveScarecrows
+
   |id      = mralbobo.GateOpener
   |curse   = 868685
+
   |nexus   =
   |nexus  = 15290
+
   |url    = https://community.playstarbound.com/threads/111988
   |github  = aedenthorn/StardewValleyMods
+
   |github  = mralbobo/stardew-gate-opener
  
   |status   = workaround
+
  |broke in    = Stardew Valley 1.4
   |summary = use [[The Return of Immersive Scarecrows]] instead.
+
   |status       = workaround
 +
   |summary     = use [[#Auto Gate|Auto Gate]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Sprinklers
+
   |name    = Gem Isles
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ImmersiveSprinklers
+
   |id      = aedenthorn.GemIsles
   |curse  = 868686
+
   |curse  = 868874
   |nexus  = 15239
+
   |nexus  = 6692
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Quality of Life
+
   |name    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
   |author  = Demiacle
+
   |author  = Hana
   |id      = Demiacle.ImprovedQualityOfLife
+
   |id      = Hana.GNMTokens
   |nexus  = 1025
+
   |nexus  = 14426
   |github  = demiacle/QualityOfLifeMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Improved Tracker
 
  |author  = Anthony Hilyard
 
  |id      = com.anthonyhilyard.improvedtracker
 
  |curse  = 445215
 
  |nexus  = 9317
 
  |github  = AHilyard/ImprovedTracker
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = In a Heartbeat
+
   |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
  |author  = Shockah
+
   |author  = sqbr
  |id      = Shockah.InAHeartbeat
+
   |id      = sqbr.GetGS
  |nexus  = 17834
+
   |nexus  = 13434
  |github  = Shockah/Stardew-Valley-Mods
+
   |github  = sqbr/GetGS
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Increase Animal House Max Population
 
   |author  = Mizzion
 
   |id      = mizzion.increaseanimalhousemaxpopulation
 
   |nexus  = 4861
 
   |github  = Mizzion/MyStardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increased Artifact Spots
+
   |name    = Generate New Cabin Textures, Use New Cabins
  |author  = Mizzion
+
   |author  = Priff13
  |id      = mizzion.increasedartifactspots
+
   |id      = Priff13.UseNewCabins
  |nexus  = 3340
+
   |nexus  = 20778
  |moddrop = 663705
 
  |github  = Mizzion/MyStardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
 
   |author  = shekurika
 
   |id      = shekurika.fishtankCapacity
 
   |nexus  = 11388
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
+
   |name    = Generic Mod Config Menu
   |author  = GZhynko
+
   |author  = spacechase0
   |id      = GZhynko.IncubatePufferfishEggs
+
   |id      = spacechase0.GenericModConfigMenu
   |nexus   = 6162
+
   |curse   = 867150
   |github  = gzhynko/StardewMods
+
   |moddrop = 771692
 
+
  |nexus  = 5098
   |beta broke in = Stardew Valley 1.6
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Industrial Furnace
+
   |name    = Generic Shop Extender
   |author  = Traktori
+
   |author  = rabbitgreen49, IrregularPorygon
   |id      = Traktori.IndustrialFurnace
+
   |id      = GenericShopExtender
   |nexus  = 5568
+
   |nexus  = 814
   |github  = Traktori7/StardewValleyMods
+
   |github  = IrregularPorygon/SMAPIGenericShopMod
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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    = Industrial Furnace for Automate
+
   |name    = Genetics API
   |author  = Traktori
+
   |author  = agent56
   |id      = Traktori.AM.IndustrialFurnace
+
   |id      = agent56.GeneticsAPI
   |nexus  = 5568
+
   |nexus  = 15655
   |github  = Traktori7/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Industrial Furnace-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infallible Fishing
+
   |name    = Genie Lamp
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.InfallibleFishing
+
   |id      = aedenthorn.GenieLamp
   |nexus  = 14639
+
   |nexus  = 19794
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infertile Soil
+
   |name    = Genie Lamp Definitive Edition, Genie Lamp
   |author  = Sabera, kelbesque
+
   |author  = Kedidili
   |id      = Sabera.InfertileSoil
+
   |id      = KediDili.GenieLamp
   |nexus  = 2515
+
   |nexus  = 22176
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Infested Levels
 
  |author  = Eireon
 
  |id      = Eireon.InfestedLevels
 
  |nexus  = 2823
 
  |github  = benrpatterson/InfestedLevels
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Energy
+
   |name    = Geode Crusher Plus
   |author  = Error27
+
   |author  = Tomokisan
   |id      = error27.infinite_energy
+
   |id      = tomokisan.geodeCrusherPlus
   |nexus  = 17717
+
  |curse  = 1081444
 +
   |nexus  = 24254
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Junimo Cart Lives
+
   |name    = Geode Info Menu
   |author  = Renny
+
   |author  = CatCattyCat, Cat
   |id      = renny.infinitejunimocartlives
+
   |id      = cat.geodeinfomenu
   |nexus  = 2705
+
   |nexus  = 1448
   |github  = OfficialRenny/InfiniteJunimoCartLives
+
  |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    = Infinite Money
+
   |name    = Geode Preview
   |author  = Chunky
+
   |author  = MindMeltMax
   |id      = chunky.InfiniteMoney
+
   |id      = MindMeltMax.GeodePreview
   |nexus  = 11510
+
  |curse  = 1004493
   |github  =
+
  |moddrop = 1555057
 +
   |nexus  = 21009
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Watering Cans
+
   |name    = Get Dressed
   |author  = CaptainSully
+
   |author  = Advize and Jinxiewinxie
   |id      = CaptainSully.InfiniteWateringCan
+
   |id      = Advize.GetDressed
   |moddrop = 1188756
+
   |nexus  = 331
   |nexus   = 12739
+
  |github  = AdvizeGH/GetDressed
   |github = CaptainSully/StardewMods
+
 
 +
   |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    = Infinite Zoom
+
   |name    = Get Glam
   |author  = berkayylmao
+
   |author  = MartyrPher
   |id      = berkayylmao.InfiniteZoom
+
   |id      = MartyrPher.GetGlam
   |nexus  = 8808
+
   |nexus  = 5044
  |curse  = 500088
+
   |github  = MartyrPher/GetGlam
  |github  = berkayylmao/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Informant
 
  |author  = Slothsoft
 
  |id      = Slothsoft.Informant
 
  |nexus  = 14293
 
   |github  = slothsoft/stardew-informant
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = In-Game SMAPI Log Uploader, Log Uploader
+
   |name    = Get Out the Way
   |author  = aedenthorn, Erinthe
+
   |author  = BadNetCode
   |id      = aedenthorn.LogUploader
+
   |id      = BadNetCode.GetOutTheWay
   |nexus  = 13979
+
   |nexus  = 20637
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ink Stories, Ink Stories - Advanced Dialogue Scripting
+
   |name    = Ghost Town
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.InkStories
+
   |id      = Platonymous.GhostTown
   |curse  = 877221
+
   |curse  = 877231
   |moddrop = 1521399
+
   |moddrop = 793902
   |nexus  = 15987
+
   |nexus  = 2992
   |github  =
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Giant Crop Fertilizer
 +
  |author  = atravita
 +
  |id      = atravita.GiantCropFertilizer
 +
  |curse  = 870977
 +
  |moddrop = 1135913
 +
  |nexus  = 11620
 +
  |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Input Fix
+
   |name    = Giant Crop Ring
   |author  = Windmill_City
+
   |author  = CatCattyCat, Cat
   |id      = Windmill_City.InputFix
+
   |id      = cat.giantcropring
   |nexus  = 5693
+
   |nexus  = 1182
   |github  = Windmill-City/InputFix
+
  |moddrop = 833538
 +
   |github  = danvolchek/StardewMods
  
   |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    = Giant Crop Tweaks
   |author  = Sagittaeri
+
   |author  = Khloe Leclair
   |id      = Sagittaeri.InputTools
+
   |id      = leclair.giantcroptweaks
   |nexus  = 14553
+
   |nexus  = 14370
   |github  = sagittaeri/StardewValleyMods
+
   |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = InstaCrops
+
   |name    = Giant Omelet
   |author  = WuestMan, redknightofdoom
+
   |author  = spacechase0
   |id      = WuestMan.InstaCrops
+
   |id      = spacechase0.GiantOmelet
   |nexus  = 4077
+
  |curse  = 867139
   |github  = Brian-Wuest/Instacrops
+
   |nexus  = 13852
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Animals
+
   |name    = Gift Decline
   |author  = pinocchio1231
+
   |author  = desto
   |id      = pinocchio1231.instantanimals
+
   |id      = desto.GiftDecline
   |nexus  = 9573
+
   |nexus  = 6944
   |github  = joisse1101/InstantAnimals
+
   |github  = desto-git/sdv-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Break
+
   |name    = Gift Money
   |author  = Jolyone
+
   |author  = AvalonMFX
   |id      = Me.InstantBreak
+
   |id      = AvalonMFX.GiftMoney
   |nexus  = 15526
+
   |nexus  = 17564
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Building Construction and Upgrade, Instant Building Construction
+
   |name    = Gift Rejection
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.InstantBuildingConstruction
+
   |id      = aedenthorn.GiftRejection
   |curse  = 868720
+
   |curse  = 868712
   |nexus  = 14110
+
   |nexus  = 14273
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Instant Buildings From Farm
+
   |name    = Gift Taste Helper
   |author  = BitwiseJon
+
   |author  = tstaples
   |id      = BitwiseJonMods.InstantBuildings
+
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
   |nexus  = 2070
+
   |nexus  = 229
   |github  = bitwisejon/StardewValleyMods
+
   |github  = tstaples/GiftTasteHelper
  
   |beta broke in = Stardew Valley 1.6
+
   |warnings = needs zoom and UI scale options to have the same value.
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Instant Eat Key
 
  |author  = nini700
 
  |id      = nini700.InstantEatKey
 
  |nexus  = 4464
 
  
 +
  |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Updated Instant Eat Key|Updated Instant Eat Key]] instead.
+
   |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Fishing
+
   |name    = Gift Taste Helper Continued
   |author  = aurnj, Roy Li
+
   |author  = Isi0
   |id      = RuyiLi.InstantFishing
+
   |id      = Isi0.GiftTasteHelper
   |nexus  =
+
   |nexus  = 18762
  |url    = https://community.playstarbound.com/threads/instant-fishing-mod.129163
+
   |github  = Just-Chaldea/GiftTasteHelper
   |github  =
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
+
   |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Geodes
+
   |name    = Gift Taste Helper Continued x2
   |author  = montana123
+
   |author  = JoXW
   |id      =
+
   |id      = JoXW.GiftTasteHelper
   |nexus  =
+
   |nexus  = 21001
  |url    = https://community.playstarbound.com/threads/109038
+
   |github  = JoXW100/GiftTasteHelper
   |github  =
 
 
 
  |broke in = Stardew Valley 1.1
 
  |status  = workaround
 
  |summary  = use [[#Fast Animations|Fast Animations]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Growth Powder
+
   |name    = Gift Wrapper
   |author  = aedenthorn, Erinthe
+
   |author  = blueberry
   |id      = aedenthorn.InstantGrowthPowder
+
   |id      = blueberry.GiftWrapper
   |nexus  = 7727
+
   |nexus  = 4721
   |github  = aedenthorn/StardewValleyMods
+
   |github  = b-b-blueberry/GiftWrapper
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Grow Trees
+
   |name    = Ginger Island Extra Locations
   |author  = cantorsdust and Pathoschild
+
   |author  = mistyspring
   |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
+
   |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
   |nexus  = 173
+
  |curse  = 880520
   |github  = cantorsdust/StardewMods
+
   |nexus  = 12195
 +
   |github  = misty-spring/StardewMods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Load
+
   |name    = Ginger Island Mainland Adjustments
   |author  = Platonymous
+
   |author  = atravita
   |id      = Platonymous.InstantLoad
+
   |id      = atravita.GingerIslandMainlandAdjustments
   |curse  = 877220
+
   |curse  = 870984
   |moddrop = 1521407
+
   |moddrop = 1098263
   |nexus  = 16253
+
   |nexus  = 10004
   |github  =
+
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instantly Eat Item
+
   |name    = Give Gold Mod, Instant Gold Mod
   |author  = Guedez
+
   |author  = missgamergrl
   |id      = eat.item.instantly
+
   |id      = missgamergrl.GiveGoldMod
   |nexus  = 5116
+
   |nexus  = 23300
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instantly Increase Crop Growth Phase
+
   |name    = Give Me My Cursor Back
   |author  = RyanJesky
+
   |author  = DecidedlyHuman
   |id      = RyanJesky.IncreaseCropGrowthPhase
+
   |id      = DecidedlyHuman.GiveMeMyCursorBack
   |nexus  = 10146
+
   |nexus  = 9976
   |github  = RyanJesky/IncreaseCropGrowthPhase
+
   |github  = DecidedlyHuman/GiveMeMyCursorBack
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = GlassHammer Hope to Rise, Hope to Rise Mod
 +
  |author  = Glass Hammer
 +
  |id      = GlassHammer.HopeToRiseMod
 +
  |nexus  = 23201
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Pets
+
   |name    = Global Config Settings
   |author  = blueberry
+
   |author  = Gaphodil
   |id      = blueberry.InstantPets
+
   |id      = Gaphodil.GlobalConfigSettings
   |nexus  = 9448
+
   |nexus  = 9340
   |github  = b-b-blueberry/InstantPets
+
   |moddrop = 1007690
 
+
   |github  = Gaphodil/GlobalConfigSettings
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Tool Upgrades
+
   |name    = Glory Of Efficiency
   |author  = Binarynova
+
   |author  = hackswell
   |id      = binarynova.instanttoolupgrades
+
   |id      = hackswell.GloryOfEfficiency
   |nexus  = 8918
+
   |nexus  = 25996
   |github  = Binarynova/MyStardewMods
+
   |github  = Hackswell/GloryOfEfficiency
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Interaction Helper
+
   |name    = Glow Buff
   |author  = Hammurabi
+
   |author  = MindMeltMax
   |id      = HammurabiInteractionHelper
+
   |id      = MindMeltMax.GlowBuff
   |nexus  =
+
   |nexus  = 25157
   |chucklefish = 4640
+
   |github = MindMeltMax/Stardew-Valley-Mods
  |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    = Interaction Tweaks
+
   |name    = Glue Your Furniture Down
   |author  = jahangmar
+
   |author  = violetlizabet
   |id      = jahangmar.InteractionTweaks
+
   |id      = violetlizabet.GlueFurnitureDown
   |nexus  = 3771
+
   |nexus  = 10374
   |github  = jahangmar/StardewValleyMods
+
   |github  = elizabethcd/PreventFurniturePickup
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Into the Game (Save Loaded Notifier)
+
   |name    = GMCM Options
   |author  = DecidedlyHuman
+
   |author  = Jamie Taylor
   |id      = DecidedlyHuman.SaveLoadedNotifier
+
   |id      = jltaylor-us.GMCMOptions
   |nexus  = 12826
+
  |curse  = 997094
   |github  = DecidedlyHuman/StardewValleyMods
+
   |nexus  = 10505
 +
   |github  = jltaylor-us/StardewGMCMOptions
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Intravenous Coffee
+
   |name    = God Mode
   |author  = mpcomplete
+
   |author  = treyh0
   |id      = mpcomplete.IntravenousCoffee
+
   |id      = treyh0.GodMode
   |nexus  = 2224
+
   |nexus  = 2641
   |github  = mpcomplete/StardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Investment
+
   |name    = God Mode 1.6
   |author  = MissCoriel
+
   |author  = Sean M Garcia
   |id      = misscoriel.invest
+
   |id      = seanmgarcia.godmode16
   |nexus  = 5293
+
   |nexus  = 21208
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Investment Maximized
+
   |name    = Golden Animal Cracker Extractor
   |author  = MissCoriel
+
   |author  = selph, zombifier
   |id      = misscoriel.investmax
+
   |id      = selph.CrackerExtractor
   |nexus  = 9253
+
   |nexus  = 27071
   |github  = MissCoriel/InvestmentMaximized
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Invite Code Mod
+
   |name    = Goodbye American English
   |author  = ThePqtatoGalaxy, KOREJJamJar
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = KOREJJamJar.InviteCodeMod
+
   |id      = TheMightyAmondee.GoodbyeAmericanEnglish
   |nexus  = 4023
+
  |moddrop = 854437
   |github  =
+
   |nexus  = 7183
 
+
   |github  = TheMightyAmondee/GoodbyeAmericanEnglish
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Invite Friend
+
   |name    = Goodbye SMAPI
   |author  = d5a1lamdtd, HaPyke
+
   |author  = Jessebot
   |id      = d5a1lamdtd.InviteFriend
+
   |id      = Jessebot.GoodbyeSMAPI
  |moddrop = 1486022
+
   |nexus  = 6514
   |nexus  = 19500
+
   |github  = JessebotX/StardewValleyMods
   |github  =
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Iridium Tools Patch
+
   |name    = Go To Bed
   |author  = Redwood
+
   |author  = candidus42
   |id      = Redwood.IridiumToolsPatch
+
   |id      = Candidus42.GoToBed
   |nexus  = 2897
+
   |nexus  = 4967
   |github  = EKomperud/StardewMods
+
   |github  = mus-candidus/GoToBed
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Is It Cake
+
   |name    = Go To Sleep
   |author  = LeFauxMatt
+
   |author  = yy376
   |id      = furyx639.IsItCake
+
   |id      = yy376.GoToSleep
  |curse  = 871826
+
   |nexus  = 2195
   |nexus  = 14775
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Island Gatherers
+
   |name    = Gradient Hair Colors
   |author  = PeacefulEnd
+
   |author  = spacechase0
   |id      = PeacefulEnd.IslandGatherers
+
   |id      = spacechase0.GradientHairColors
   |nexus   = 8552
+
   |curse   = 867144
   |github  = Floogen/IslandGatherers
+
   |nexus   = 12744
  |status   = abandoned
+
   |github  = spacechase0/StardewValleyMods
 
 
   |beta broke in = Stardew Valley 1.6<!--@retest-linked, @retest-after Dynamic Game Assets, @retest-after Expanded Storage-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Island Gatherers Automate
+
   |name    = Grandfather's Gift
   |author  = PeacefulEnd
+
   |author  = ShadowDragon8685
   |id      = PeacefulEnd.IslandGatherersAutomate.Automate
+
   |id      = ShadowDragon.GrandfathersGift
   |nexus  = 8552
+
   |nexus  = 985
   |github  = Floogen/IslandGatherers
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
 
+
   |summary  = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
   |beta broke in = Stardew Valley 1.6<!--@retest-after Island Gatherers-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Island Secret
+
   |name    = Grandfather's Gift Remade
   |author  = Edu Anttunes
+
   |author  = pepoluan
   |id      = IslandSecret
+
   |id      = pepoluan.GrandfatherGiftRemade
   |nexus  = 8096
+
   |nexus  = 4151
   |github  =
+
  |chucklefish = 5783
 +
  |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
 +
  |name    = Grandfather's Heirlooms
 +
  |author  = rikai
 +
  |id      = rikai.GrandfathersHeirlooms
 +
  |nexus  = 8557
 +
   |github  = rikai/Grandfathers-Heirlooms
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item AutoTrasher, AutoTrash
+
   |name    = Grass Growth
   |author  = S1mmyy
+
   |author  = bcmpinc
   |id      = S1mmyy.AutoTrash
+
   |id      = bcmpinc.GrassGrowth
   |nexus  = 5140
+
   |nexus  = 2732
   |github  = S1mmyy/StardewMods
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Bags
+
   |name    = Grass Growth Adjuster, Grass Adjustor
   |author  = SlayerDharok
+
   |author  = Jellypowered, Shockade
   |id      = SlayerDharok.Item_Bags
+
   |id      = Jellypowered.GrassChance
   |nexus  = 5382
+
   |nexus  = 3365
   |github  = Videogamers0/SDV-ItemBags
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Quality Indicator
+
   |name    = Grass Spread Anywhere, Grow Grass Anywhere
   |author  = FunnyMoney
+
   |author  = LilEGrin
   |id      = funnymoney.itemqualityindicator
+
   |id      = LilEGrin.GrassSpreadMod
   |nexus  = 15336
+
   |nexus  = 25927
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Recovery
+
   |name    = Greenhouse 20x20
   |author  = Mytsy
+
   |author  = sirloinmeatt
   |id      = Mysty.ItemRecovery
+
   |id      = sirloinmeatt.Greenhouse20x20
   |nexus  = 9354
+
   |nexus  = 2662
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Item Recovery Plus
+
   |name    = Greenhouse Construction
   |author  = Lunardiver
+
   |author  = Derslayr
   |id      = Lunardiver.ItemRecoveryPlus
+
   |id      = Derslayr.GreenhouseConstruction
   |nexus  = 13026
+
   |nexus  = 10148
   |github  = LunarDiver/StardewValley.ItemRecoveryPlus
+
   |github  = derslayr10/GreenhouseConstruction
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Research 'n' Spawn
+
   |name    = Greenhouse Entry Begone!
   |author  = TSlex
+
   |author  = bblueberry, blueberry
   |id      = TSlex.ItemResearchSpawner
+
   |id      = blueberry.GreenhouseEntryBegone
   |nexus  = 8933
+
   |nexus  = 8203
  |moddrop = 1012482
+
   |github  = b-b-blueberry/GreenhouseEntryPatch
   |github  = TSlex/StardewValley
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Tooltips
+
   |name    = Greenhouse Entry Mod
   |author  = Jaredlll08
+
   |author  = pancham138
   |id      = BlameJared.ItemTooltips
+
   |id      = Pancham138.GreenhouseEntryMod
   |nexus  =
+
   |nexus  = 6150
  |curse  = 297655
+
   |github  =
   |github  = jaredlll08/Item-Tooltips
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = iTile
+
   |name    = Greenhouse Gatherers
   |author  = ha1fdaew
+
   |author  = PeacefulEnd
   |id      = ha1fdaew.iTile
+
   |id      = PeacefulEnd.GreenhouseGatherers
   |nexus  = 7512
+
  |curse  = 870946
   |github  = ha1fdaew/iTile
+
   |nexus  = 7619
 
+
  |moddrop = 886187
   |beta broke in = Stardew Valley 1.6
+
   |github  = Floogen/GreenhouseGatherers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Gatherers Automate
 +
  |author  = PeacefulEnd
 +
   |id      = PeacefulEnd.GreenhouseGatherers.Automate
 +
  |curse  = 870946
 +
  |nexus  = 7619
 +
  |moddrop = 886187
 +
  |github  = Floogen/GreenhouseGatherers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Sprinklers
 +
  |author  = Bpendragon
 +
  |id      = Bpendragon.GreenhouseSprinklers
 +
  |nexus  = 7456
 +
  |github  = Bpendragon/GreenhouseSprinklers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Its Time to Wake Up
+
   |name    = Greenhouse Sprinklers Lite, 温室洒水装置
   |author  = Krutonium
+
   |author  = Night
   |id      = Krutonium.ItsTimeToWakeUp
+
   |id      = Night.GreenhouseSprinklersLite
   |nexus  = 13798
+
   |nexus  = 25823
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jaques and the Bean Pole, Jaques and Beans
+
   |name    = Greenhouse Upgrades
   |author  = Matt Cioni
+
   |author  = Cecidelus
   |id      = mattCioni.JaquesAndBeans
+
   |id      = Cecidelus.GreenhouseUpgrades
   |nexus  = 14555
+
   |nexus  = 8042
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jar Opener
+
   |name    = GreenHouse Upgrades 5 Levels, Green Upgrades
   |author  = Genowhirl9999
+
   |author  = Fernass354
   |id      = genowhirl9999.jaropener
+
   |id      = Fernass354.GreenUpgrades
   |nexus  = 5292
+
   |nexus  = 18766
  |moddrop = 988956
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JhinFour
+
   |name    = GreenHut
   |author  = Keaton Sadoski
+
   |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
   |id      = Sadoski.JhinFour
+
   |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
   |nexus  = 11838
+
   |nexus  = 1735
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jiggly Junimo Bundles
+
   |name    = Groundhog Day
   |author  = Jonas Henriksson, Greger
+
   |author  = aedenthorn, Erinthe
   |id      = Greger.JigglyJunimoBundles
+
   |id      = aedenthorn.GroundhogDay
   |nexus   =
+
   |curse   = 868828
   |url    = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
+
   |nexus  = 10151
   |github  = gr3ger/Stardew_JJB
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |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    = Groupable Chests
   |author  = k4rakara
+
   |author  = FricativeMelon
   |id      = k4rakara.JoJa84Plus
+
   |id      = FricativeMelon.GroupableChests
   |nexus  = 5803
+
   |nexus  = 15375
   |github  = K4rakara/Stardew-Mods
+
   |github  = FricativeMelon/GroupableChests
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JoJaBan - Arcade Sokoban
+
   |name    = Growable Bushes
   |author  = Platonymous
+
   |author  = atravita
   |id      = Platonymous.JoJaBan
+
   |id      = atravita.GrowableBushes
   |nexus   = 3118
+
   |curse   = 870961
   |moddrop = 793907
+
   |moddrop = 1357999
   |github  = Platonymous/Stardew-Valley-Mods
+
  |nexus  = 15111
 +
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JojaMart to PathoMart, Pathomart
+
   |name    = Growable Giant Crops
   |author  = Dounat2201, Sasara
+
   |author  = atravita
   |id      = Sasara.Pathomart
+
   |id      = atravita.GrowableGiantCrops
   |nexus  = 1142
+
  |curse  = 870960
   |github  =
+
  |moddrop = 1358004
 +
   |nexus  = 15559
 +
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Grow That Giant Crop
 +
  |author  = MercuryVN
 +
  |id      = MercuryVN.GrowThatGiantCrop
 +
  |nexus  = 23760
 +
  |github  = MercuryVN/GrowThatGiantCrop
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja Online
+
   |name    = Guniism's Unicycle
   |author  = PeacefulEnd
+
   |author  = Guniism
   |id      = PeacefulEnd.JojaOnline
+
   |id      = Guniism.GuniismUnicycle
  |moddrop = 878236
+
   |nexus  = 24876
   |nexus  = 7486
+
   |github  =
   |github  = Floogen/JojaOnline
 
  |status  = abandoned
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja's Dark Secret, Halloween Jam CSharp
+
   |name    = Gunther Tells You
   |author  = sophiesalacia
+
   |author  = John Peters
   |id      = sophie.HalloweenJamCSharp
+
   |id      = JohnPeters.GuntherTellsYou
   |nexus  = 18927
+
   |nexus  = 19143
   |github  = sophiesalacia/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja's Hauntings
+
   |name    = Haboo
   |author  = MindMeltMax
+
   |author  = BlaDe
   |id      = MindMeltMax.HauntedJoja
+
   |id      = LetsTrollTheMan.HabooNPC
   |nexus  = 7014
+
   |nexus  = 12034
  |moddrop = 1135684
+
   |github  =
   |github  = MindMeltMax/Stardew-Valley-Mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joys of Efficiency
+
   |name    = Hair Growth
   |author  = punyo, yakminepunyo
+
   |author  = skn
   |id      = punyo.JoysOfEfficiency
+
   |id      = skn.HairGrowthMod
   |nexus  = 2162
+
   |nexus  = 3279
   |github  = pomepome/JoysOfEfficiency
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Json Assets
+
   |name    = Halt Event Time
   |author  = spacechase0
+
   |author  = chawol
   |id      = spacechase0.JsonAssets
+
   |id      = chawol.HaltEventTime
  |curse  = 867749
+
   |nexus  = 8774
  |moddrop = 399895
+
   |github  = chawolbaka/HaltEventTime
   |nexus  = 1720
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Json Processor
+
   |name    = Hamlet
   |author  = Jamie Taylor
+
   |author  = Taskmaster
   |id      = jltaylor-us.JsonProcessor
+
   |id      = Taskmaster.Hamlet
   |nexus  = 13183
+
   |nexus  = 4601
  |github  = jltaylor-us/StardewJsonProcessor
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Jump Down the Mine
 
  |author  = flowoeB
 
  |id      = flowoeB.JumpDownTheMine
 
  |nexus  = 8357
 
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jump Over
+
   |name    = Handy Headphones
   |author  = spacechase0
+
   |author  = PeacefulEnd
   |id      = spacechase0.JumpOver
+
   |id      = PeacefulEnd.HandyHeadphones
   |curse  = 867746
+
   |curse  = 870944
  |moddrop = 384782
+
   |nexus  = 7936
   |nexus  = 1844
+
   |github  = Floogen/HandyHeadphones
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Beacon
+
   |name    = Happy Animals
   |author  = Achtuur
+
   |author  = StarPeanut, Greger
   |id      = Achtuur.JunimoBeacon
+
   |id      = HappyAnimals
   |nexus  = 17135
+
   |nexus  =
   |github  = Achtuur/StardewMods
+
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
   |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    = Junimo Boy
+
   |name    = Happy Birthday
   |author  = Tyler Gibbs
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = tylergibbs2.JunimoBoy
+
   |id      = Omegasis.HappyBirthday
   |nexus  = 14384
+
   |nexus  = 520
   |github  = tylergibbs2/StardewValleyMods
+
   |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Cart More Score
+
   |name    = Happy Birthday
   |author  = yaxuan97
+
   |author  = Oxyligen
   |id      = yaxuan97.junimocartmorescore
+
   |id      = HappyBirthday
   |nexus  = 13644
+
   |nexus  = 1064
 
   |github  =
 
   |github  =
 +
 +
  |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    = Junimo Deposit Anywhere
+
   |name    = Happy Fish Jump
   |author  = Zoryn
+
   |author  = Sakorona
   |id      = Zoryn.JunimoDepositAnywhere
+
   |id      = KoihimeNakamura.HappyFishJump
   |nexus  =
+
   |nexus  = 6516
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |moddrop = 1068089
   |github  = Zoryn4163/SMAPI-Mods
+
   |github  = Sakorona/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Dialog
+
   |name    = Happy Home Designer
   |author  = ceruleandeep
+
   |author  = tlitookilakin
   |id      = ceruleandeep.junimodialog
+
   |id      = tlitookilakin.HappyHomeDesigner
   |nexus  = 8937
+
   |nexus  = 19675
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = tlitookilakin/HappyHomeDesigner
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Hut Resize and Retexture, Junimo Hut Size
+
   |name    = Hardcore Combat
   |author  = Fernass354
+
   |author  = jeWel
   |id      = Fernass354.JunimoHutSize
+
   |id      = jeWel.HardcoreCombat
   |nexus  = 18457
+
   |nexus  = 23577
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Anywhere
+
   |name    = Hardcore Mines
   |author  = MartyrPher
+
   |author  = kibbe, lillvik
   |id      = JunimoKartAnywhere
+
   |id      = kibbe.hardcore_mines
   |nexus  = 4315
+
   |nexus  = 1674
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Junimo Kart Cheater
+
   |name    = Hardcore Mines 2
   |author  = ryaon
+
   |author  = ItsLittany
   |id      = Ryaon.JunimoKartCheater
+
   |id      = itslittany.HardcoreMines2
   |nexus  = 5137
+
   |nexus  = 6411
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Global Rankings
+
   |name    = Hardcore Mode
   |author  = drbirbdev
+
   |author  = vermicyde
   |id      = drbirbdev.JunimoKartGlobalRankings
+
   |id      = vermicyde.HardcoreModeDLL
   |nexus  = 14856
+
   |nexus  = 15125
   |github  = drbirbdev/StardewValley
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Level Practice
+
   |name    = Hardcore Mode, No Wiki Hardcore Mode
   |author  = BlaDe
+
   |author  = Nightshade System
   |id      = BlaDe.JunimoLevelPractice
+
   |id      = NightshadeSystem.SdvHardcoreMode
   |nexus  = 10056
+
   |nexus  = 25376
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimos Accept Cash
+
   |name    = Hardy Grass
   |author  = spacechase0
+
   |author  = DiscipleOfEris
   |id      = spacechase0.JunimosAcceptCash
+
   |id      = DiscipleOfEris.HardyGrass
  |curse  = 867716
+
   |nexus  = 8772
   |nexus  = 7437
+
   |github  = DiscipleOfEris/HardyGrass
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Warp
+
   |name    = Harp of Yoba Redux
   |author  = Shockah
+
   |author  = Platonymous
   |id      = Shockah.JunimoWarp
+
   |id      = Platonymous.HarpOfYobaRedux
   |nexus  = 15676
+
   |nexus  = 914
   |github  = Shockah/Stardew-Valley-Mods
+
  |moddrop = 793924
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Just Relax
+
   |name    = Harvest Calendar
 +
  |author  = LonerAxl
 +
  |id      = LonerAxl.HarvestCalendar
 +
  |nexus  = 25103
 +
  |github  = LonerAxl/Stardew_HarvestCalendar
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harvest Moon FoMT-like Watering Can and Hoe Area, HM-FoMT-like Watering Can and Hoe Area
 
   |author  = Goldenrevolver
 
   |author  = Goldenrevolver
   |id      = Goldenrevolver.JustRelax
+
   |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
   |nexus  = 7770
+
   |nexus  = 7851
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Just Sleep In
+
   |name    = Harvest Moon Witch Princess Mod, WitchPrincess
   |author  = Rifleman
+
   |author  = Dounat2201, Sasara
   |id      = Rifleman.JustSleepIn
+
   |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
   |nexus  = 11286
+
   |nexus  = 1157
   |github  = 9Rifleman/JustSleepIn
+
   |github  = Sasara2201/WitchPrincess
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kamikaze
+
   |name    = Harvest Seeds
   |author  = aurnj, Roy Li
+
   |author  = aedenthorn, Erinthe
   |id      = RuyiLi.Kamikaze
+
   |id      = aedenthorn.HarvestSeeds
   |nexus   =
+
   |curse   = 868755
   |url    = https://community.playstarbound.com/threads/kamikaze-mod.129126
+
   |nexus  = 11773
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kawakami - Healer NPC
+
   |name    = Harvest With Scythe
   |author  = Gorzalt and Flerfarvet
+
   |author  = ThatNorthernMonkey
   |id      = gorzalt.kawakami
+
   |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
   |nexus  = 2549
+
   |nexus  = 236
   |github  = Gorzalt/StardewValleyMods
+
   |github  = ThatNorthernMonkey/HarvestWithScythe
  
   |broke in = Stardew Valley 1.3.29
+
   |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    = Kedi's Furniture Tweaks, (C#) Furniture Tweaks
+
   |name    = Hat Buffs
   |author  = KediDili
+
   |author  = popska
   |id      = KediDili.FurnitureTweaks.DLL
+
   |id      = popska.HatBuffs
   |nexus  = 19375
+
   |nexus  = 9050
   |github  = KediDili/FurnitureTweaks
+
   |github  =
 +
  |source  = https://gitlab.com/popska/UsefulHats
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kedi's NPC Utilities
+
   |name    = Hat Mouse Lacey
   |author  = KediDili
+
   |author  = ichortower
   |id      = KediDili.KNU
+
   |id      = ichortower.HatMouseLacey.Core
   |nexus  = 17884
+
   |nexus  = 18177
   |github  = KediDili/NPCUtilities
+
   |github  = ichortower/HatMouseLacey
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Keep Partners, Keep Your Partners
+
   |name    = Hat Panning
   |author  = EssGee, SG
+
   |author  = monsoonsheep
   |id      = SG.Partners
+
   |id      = monsoonsheep.PanWithHats
   |nexus  = 5625
+
   |nexus  = 18965
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = KeyBind UI
+
   |name    = Hat Shop Restoration
   |author  = Enaium
+
   |author  = PeacefulEnd
   |id      = Enaium.KeyBindUI
+
   |id      = PeacefulEnd.AMouseWithAHat.Core
  |curse  = 538001
+
   |nexus  = 17291
  |moddrop = 1036920
+
   |github  = Floogen/StardewSandbox
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/KeyBindUI
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Key Suppressor
+
   |name    = Hats on Hats
   |author  = Deflaktor
+
   |author  = Shockah
   |id      = Deflaktor.KeySuppressor
+
   |id      = Shockah.HatsOnHats
   |nexus  = 9295
+
   |nexus  = 17280
   |github  = Deflaktor/KeySuppressor
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kokoro, Kokoro - Shockah's Core Mod
+
   |name    = Hats on Pets Plus
   |author  = Shockah
+
   |author  = Syma
   |id      = Shockah.Kokoro
+
   |id      = Syma.HatsOnPetsPlus
   |nexus  = 15682
+
   |nexus  = 22631
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = SymaLoernn/Stardew_HatsOnPetsPlus
 
+
}}
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hay Bales as Silos
 +
  |author  = Cherry, CherryChain
 +
   |id      = Cherry.HayBalesSilo
 +
  |nexus  = 5151
 +
  |moddrop = 716396
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Krobus Roommate Shop
+
   |name    = Hay Collection
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.KrobusRoommateStore
+
   |id      = MindMeltMax.HayCollection
   |nexus   = 13131
+
   |curse   = 1004492
   |github  = aedenthorn/StardewValleyMods
+
   |moddrop = 1555056
 
+
  |nexus  = 21008
   |beta broke in = Stardew Valley 1.6
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Krobus Sells Larger Stacks
+
   |name    = HD Portraits
   |author  = Annosz
+
   |author  = Tlitookilakin
   |id      = Annosz.KrobusSellsLargerStacks
+
   |id      = tlitookilakin.HDPortraits
   |nexus  = 5993
+
   |nexus  = 10971
   |github  = Annosz/StardewValleyModding
+
  |moddrop = 1103418
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AeroCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Labeling
+
   |name    = HD Portraiture Plus
   |author  = Enaium
+
   |author  = Smallfire
   |id      = Enaium.Labeling
+
   |id      = Smallfire.HDPortraiturePlus
  |curse  = 443134
+
   |nexus  = 26029
  |moddrop = 906932
+
   |github  = Platonymous/Stardew-Valley-Mods
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/Labeling
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ladder and Snow Yam Tip
+
   |name    = HD Sprites
   |author  = WhiteMind
+
   |author  = ninthworld
   |id      = WhiteMind.LAST
+
   |id      = NinthWorld.HDSprites
   |nexus  = 1906
+
   |nexus  = 4024
   |github  =
+
   |github  = ninthworld/HDSprites
  
   |broke in = Stardew Valley 1.3
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Sprite Master|Sprite Master]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ladder Locator
+
   |name    = Health and Stamina Regeneration
   |author  = ChaosEnergy
+
   |author  = Jessebot, JessebotX
   |id      = ChaosEnergy.LadderLocator
+
   |id      = Jessebot.HealthStaminaRegen
   |nexus  = 3094
+
   |nexus  = 3207
   |github  = yuri-moens/LadderLocator
+
  |moddrop = 624105
 +
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Land Grants, Land Grants - Unlimited Players and Farms in Multiplayer
+
   |name    = Health and Stamina Tweaks
   |author  = Platonymous
+
   |author  = Kiddles, Svard
   |id      = Platonymous.LandGrants
+
   |id      = Kiddles.HASTweaks
  |curse  = 877222
+
   |nexus  = 5630
  |moddrop = 1521380
+
   |github  = SvardXI/HAS_Tweaks
   |nexus  = 15855
 
   |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Last Day to Plant
+
   |name    = Health Bars
   |author  = dmcrider57
+
   |author  = Zoryn
   |id      = com.dayloncrider.stardewvalley.lastdaytoplant
+
   |id      = Zoryn.HealthBars
   |nexus  = 7917
+
  |nexus  =
   |github  = dmcrider/LastDayToPlant
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
  |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
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |name    = Health Rework
 +
  |author  = seferoni
 +
  |id      = seferoni.HealthRework
 +
  |nexus  = 22223
 +
  |github  = seferoni/HealthRework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Last Day to Plant Redux
+
   |name    = Heartbeat
   |author  = atravita
+
   |author  = themattfiles
   |id      = atravita.LastDayToPlantRedux
+
   |id      = themattfiles.HeartBeat
  |curse  = 870965
+
   |nexus  = 5941
  |moddrop = 1294435
+
   |github  = embolden/Heartbeat
   |nexus  = 15004
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lasting Conversation Topics
+
   |name    = Heart Event Helper
   |author  = sophiesalacia
+
   |author  = bungus
   |id      = sophie.LastingCTs
+
   |id      = bungus.HeartEventHelper
   |nexus  = 14377
+
   |nexus  = 21924
   |github  = sophiesalacia/StardewMods
+
   |github  = BussinBungus/BungusSDVMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leaderboard Library
+
   |name    = Heart Level Notifications
   |author  = drbirbdev
+
   |author  = StultusV
   |id      = drbirbdev.LeaderboardLibrary
+
   |id      = StultusV.HeartLevelNotifications
   |nexus  = 15102
+
   |nexus  = 8655
   |github  = drbirbdev/StardewValley
+
   |github  = JudeRV/Stardew-HeartLevelNotifier
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leave the Mine
+
   |name    = Heelies
   |author  = Kangzoel
+
   |author  = fakemonster
   |id      = Kangzoel.LeaveTheMine
+
   |id      = fakemonster.Heelies
   |nexus  = 11823
+
   |nexus  = 7751
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lefty Mode
+
   |name    = Hello SMAPI
   |author  = Max Vollmer, SVProtector
+
   |author  = Jessebot, JessebotX
   |id      = maxvollmer.leftymode
+
   |id      = Jessebot.HelloSMAPI
   |nexus  = 6199
+
   |nexus  = 4483
   |github  = maxvollmer/LeftyMode
+
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Legendary Fish Pond Framework
+
   |name    = Help for Hire
   |author  = sharpskull2
+
   |author  = LeFauxMatt
   |id      = sharpskull2.LegendaryFishPondFramework
+
   |id      = furyx639.HelpForHire
   |nexus  = 14637
+
  |curse  = 871839
 +
   |nexus  = 5316
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lenient Window Resize
+
   |name    = Helpful Spouses
   |author  = DeLiXx
+
   |author  = LeFauxMatt
   |id      = DeLiXx.Lenient_Window_Resize
+
   |id      = furyx639.HelpfulSpouses
   |nexus  = 12305
+
  |curse  = 871841
 +
   |nexus  = 5175
 
   |github  =
 
   |github  =
   |source  = https://gitlab.com/delixx/stardew-valley-lenient-window-resize
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Less Mini Shipping Bin
+
   |name    = Help Wanted
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.LessMiniShippingBin
+
   |id      = aedenthorn.HelpWanted
   |curse  = 870982
+
   |curse  = 868696
   |nexus  = 10959
+
   |nexus  = 14640
  |moddrop = 1102538
+
   |github  = aedenthorn/StardewValleyMods
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6
}}
+
  |status   = workaround
{{#invoke:SMAPI compatibility|entry
+
   |summary = use {{nexus mod|21766|Dialogue Display Framework Continued}} instead.
   |name    = Let Me Rest!
 
   |author = Ophaneom
 
  |id      = Ophaneom.LetMeRest
 
  |nexus   = 8205
 
  |github  = Ophaneom/Let-Me-Rest
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Let Me Shop
+
   |name    = Help Wanted Auto Accept
   |author  = MindMeltMax
+
   |author  = Ruse82
   |id      = MindMeltMax.LetMeShop
+
   |id      = Ruse82.HelpWantedAutoAccept
  |moddrop = 1443554
+
   |nexus  = 22235
   |nexus  = 16738
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Let's Start With Fishing
+
   |name    = Help Wanted Quest Fixes
   |author  = MedievalAI
+
   |author  = Pokeytax
   |id      = MedievalAI.LetsStartWithFishing
+
   |id      = Pokeytax.HelpWantedQuestFixes
   |nexus  = 19107
+
   |nexus  = 2644
   |github  =
+
   |github  = gembree/HelpWantedQuestFixes
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Level Extender
+
   |name    = Hempire
   |author  = unidarkshin, Devin Lematty
+
   |author  = Oga_The_Real
   |id      = Devin_Lematty.Level_Extender, DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.5, 1.3-->
+
   |id      = Oga_The_Real.Hempire
   |nexus  = 1471
+
   |nexus  = 14477
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |status  = abandoned<!--mod page hidden-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leveling Adjustment
+
   |name    = Here Fishy
   |author  = jahangmar
+
   |author  = aedenthorn, Erinthe
   |id      = jahangmar.LevelingAdjustment
+
   |id      = aedenthorn.HereFishy
   |nexus  = 4689
+
  |curse  = 868881
   |github  = jahangmar/StardewValleyMods
+
   |nexus  = 6586
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Level Up Notifications
+
   |name    = Hibernation
   |author  = kd8lvt
+
   |author  = Shockah
   |id      = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
+
   |id      = Shockah.Hibernation
   |nexus  = 855
+
   |nexus  = 11421
  |curse  = 300715
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  =
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |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    = Hide Chest Color Picker After Close
   |author  = shurmash
+
   |author  = trashcan9
   |id      = shurmash.LewdDew_Valley_helper
+
   |id      = trashcan9.HideChestColorPickerAfterClose
   |nexus  = 7222
+
   |nexus  = 16075
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lewd Leah
+
   |name    = Highlighted Jars
   |author  = prowlingDemon, unknownDev
+
   |author  = Annosz
   |id      = prowlingDemon.LewdLeah, unknownDev.lewdLeah<!--changed in 1.2.1-->
+
   |id      = Annosz.HighlightedJars
   |nexus  = 4402
+
   |nexus  = 6833
   |github  =
+
   |github  = Annosz/StardewValleyModding
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Light Mod
+
   |name    = Highlight Empty Machines
   |author  = aedenthorn, Erinthe
+
   |author  = atravita
   |id      = aedenthorn.LightMod
+
   |id      = atravita.HighlightEmptyMachines
   |nexus  = 14387
+
  |curse  = 870976
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1137391
 +
   |nexus  = 11664
 +
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Light Switch
+
   |name    = High Roller Slots
   |author  = holythesea
+
   |author  = Tomokisan
   |id      = holythesea.LightSwitch
+
   |id      = tomokisan.highRollerSlots
   |nexus  = 15683
+
  |curse  = 1081456
   |github  = holy-the-sea/LightSwitch
+
   |nexus  = 24765
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Like a Duck to Water
+
   |name    = Hit Markers
   |author  = aedenthorn, Erinthe
+
   |author  = bendenewb, newbie9598
   |id      = aedenthorn.LikeADuckToWater
+
   |id      = newbie9598.HitMarkersMeme
   |nexus  = 15860
+
   |nexus  = 2098
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Limited Campfire Cooking
+
   |name    = Hmm Cheese Yum
   |author  = Cherry, CherryChain
+
   |author  = tomasitobambito
   |id      = Cherry.LimitedCampfireCooking
+
   |id      = tomasitobambito.HmmCheeseYum
   |nexus  = 4971
+
   |nexus  = 9343
   |moddrop = 716383
+
   |github  =
   |github  = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Line Sprinklers
+
   |name    = Hoe and Water Direction
   |author  = nanzington<!--since 1.4.0-->, Hootless
+
   |author  = TheThor59
   |id      = nanz.LineSprinklers<!--since 1.4.0-->, hootless.LineSprinklers
+
   |id      = Thor.HoeWaterDirection
   |nexus  = 2917
+
   |nexus  = 10052
   |github  = hootless/StardewMods
+
   |github  = TheThor59/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest after Dynamic Game Assets-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Linus Mod
+
   |name    = HoeDown
   |author  = tomii
+
   |author  = BlaDe
   |id      = tomii.LinusMod
+
   |id      = BlaDe.HoeDown
   |nexus  = 11637
+
   |nexus  = 9798
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Literally Can't Even
+
   |name    = Hold to Break Geodes
   |author  = spacechase0
+
   |author  = CatCattyCat, Cat
   |id      = spacechase0.LiterallyCantEven
+
   |id      = cat.holdtobreakgeodes
   |nexus  = 14262
+
   |nexus  = 1689
   |github  = spacechase0/StardewValleyMods
+
   |moddrop = 833545
 
+
   |github  = danvolchek/StardewMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Little NPCs
+
   |name    = Hold to Pause
   |author  = Candidus42
+
   |author  = samspartan
   |id      = Candidus42.LittleNPCs
+
   |id      = samspartan.HoldToPause
   |nexus  = 15152
+
   |nexus  = 7352
   |github  = mus-candidus/LittleNPCs
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Live Progress Bar
+
   |name    = Hold to Process Geodes
   |author  = Tyler Gibbs
+
   |author  = Jamie Taylor
   |id      = tylergibbs2.liveprogressbar
+
   |id      = jltaylor-us.HTPG
   |nexus  = 7330
+
   |nexus  = 26189
   |github  = tylergibbs2/LiveProgressBar
+
   |github  = jltaylor-us/StardewHoldToProcessGeodes
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Livestock Choices
+
   |name    = Holiday Sales
   |author  = aedenthorn, Erinthe
+
   |author  = atravita
   |id      = aedenthorn.LivestockChoices
+
   |id      = atravita.HolidaySales
   |nexus  = 11551
+
  |curse  = 870970
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1205160
 +
   |nexus  = 13050
 +
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loan Mod
+
   |name    = Home Sewing Kit
   |author  = Doomnik
+
   |author  = MouseyPounds
   |id      = Doomnik.LoanMod
+
   |id      = MouseyPounds.HomeSewingKit
   |nexus  = 3882
+
   |nexus  = 4935
   |github  = legovader09/SDVLoanMod
+
   |github  = MouseyPounds/stardew-mods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Lober Cat
 
  |author  = codyflagstaff
 
  |id      = codyflagstaff.lobercat
 
  |nexus  = 8219
 
  |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Location Compass
+
   |name    = Honey Harvest Sync
   |author  = Bouhm and Pathoschild
+
   |author  = voltaek
   |id      = Bouhm.LocationCompass
+
   |id      = voltaek.HoneyHarvestSync
   |nexus  = 3045
+
   |nexus  = 20493
  |curse  = 308286
+
   |github  = voltaek/StardewMods
   |github  = Bouhm/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Chests
+
   |name    = Hopper Extractor
   |author  = MindMeltMax
+
   |author  = BPavol, Lamacik
   |id      = MindMeltMax.LockedChests
+
   |id      = bpavol.hopper_extractor
  |moddrop = 1179603
+
   |nexus  = 16688
   |nexus  = 12452
+
   |github  = BPavol/stardew-valley-mods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Crab Pots
+
   |name    = Horny Festivals, Festival Warps
   |author  = nini700
+
   |author  = Girafarig
   |id      = nini700.LockedCrabPot
+
   |id      = Girafarig.FestivalWarps
   |nexus  = 4461
+
   |nexus  = 10844
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Maps
+
   |name    = Horse Flute Anywhere
   |author  = Edu Anttunes
+
   |author  = Pathoschild
   |id      = LockedMaps
+
   |id      = Pathoschild.HorseFluteAnywhere
   |nexus  = 10089
+
  |curse  = 1000620
   |github  =
+
   |nexus  = 7500
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lockpicks
+
   |name    = Horse Flute Auto Mount
   |author  = bwdy
+
   |author  = MercuryVN
   |id      = bwdy.lockpicks
+
   |id      = MercuryVN.HorseFluteAutoMount
   |nexus  = 3521
+
   |nexus  = 24018
   |github  = bwdymods/SDV-Lockpicks
+
   |github  = MercuryVN/HorseFluteAutoMount
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Log Menu
+
   |name    = Horse Overhaul
   |author  = JareBear
+
   |author  = Goldenrevolver
   |id      = JareBear.LogMenu
+
   |id      = Goldenrevolver.HorseOverhaul
   |nexus  = 19919
+
   |nexus  = 7911
   |github  = jaredtjahjadi/LogMenu
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Log Spam Filter
+
   |name    = Horse Squeeze
   |author  = aedenthorn, Erinthe
+
   |author  = jorgamun
   |id      = aedenthorn.LogSpamFilter
+
   |id      = jorgamun.HorseSqueeze
   |nexus  = 11252
+
   |nexus  = 10446
   |github  = aedenthorn/StardewValleyMods
+
   |github  = jorgamun/HorseSqueeze
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Days
+
   |name    = Horse Whistle
   |author  = Stuyk
+
   |author  = icepuente
   |id      = Stuyk.LongerDays
+
   |id      = icepuente.HorseWhistle
   |nexus  = 19027
+
   |nexus  = 1131
   |github  =
+
   |github  = icepuente/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Fence Life
+
   |name    = Horse Whistle
   |author  = NormanPCN
+
   |author  = nabuma
   |id      = NormanPCN.LongerFenceLife
+
   |id      = HorseWhistle_SMAPI
   |nexus  = 10498
+
   |nexus  =
   |github  = NormanPCN/StardewValleyMods
+
  |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Longer Lasting Lures
+
   |name    = Host Tools
   |author  = Caraxian
+
   |author  = MattPlays
   |id      = caraxian.LongerLastingLures
+
   |id      = MattPlays.HostTools
   |nexus  = 2510
+
   |nexus  = 11154
   |github  = Caraxi/StardewValleyMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Seasons
+
   |name    = Hotbar Hotswap
   |author  = aedenthorn, Erinthe
+
   |author  = Jaredlll08
   |id      = aedenthorn.LongerSeasons
+
   |id      = BlameJared.HotbarHotswap
   |nexus  = 10108
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
   |curse  = 298033
 
+
   |github  = jaredlll08/HotbarHotswap
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longevity
+
   |name    = Hot Chocolate Coffee Alternative
   |author  = RTGOAT
+
   |author  = certifiableGrimalkin
   |id      = RTGOAT.Longevity
+
   |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
   |nexus  = 649
+
   |nexus  = 16159
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Look to the Sky
+
   |name    = Hover Labels
   |author  = drbirbdev
+
   |author  = Achtuur
   |id      = drbirbdev.LookToTheSky
+
   |id      = Achtuur.HoverLabels
   |nexus  = 15262
+
   |nexus  = 17501
   |github  = drbirbdev/StardewValley
+
   |github  = Achtuur/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HP Bars
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.HPBar
 +
  |nexus  = 1736
 +
  |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
 +
  |name    = HQ Farmer Mod
 +
  |author  = AsakOhee
 +
  |id      = AsakOhee.HQFarmerMod
 +
  |nexus  = 19644
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HUD Customizer
 +
  |author  = Espy
 +
  |id      = Espy.HUDCustomizer
 +
  |nexus  = 23704
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lookup Anything
+
   |name    = Huggable Scarecrows
   |author  = Pathoschild
+
   |author  = bogie5464
   |id      = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
+
   |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
   |nexus  = 541
+
   |nexus  = 3190
  |moddrop = 606605
+
   |github  = bogie5464/HuggableScarecrows
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loose Audio Files
+
   |name    = Hugs and Kisses
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.LooseAudioFiles
+
   |id      = aedenthorn.HugsAndKisses
   |nexus  = 5999
+
  |curse  = 868831
 +
   |nexus  = 10062
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Hugs and Kisses Continued|Hugs and Kisses Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hugs and Kisses Continued
 +
  |author  = JoXW
 +
  |id      = JoXW.HugsAndKisses
 +
  |nexus  = 21019
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lore-Friendly JojaMart Prices
+
   |name    = Hunger
   |author  = Huanir
+
   |author  = Yyeahdude
   |id      = Huanir.LoreFriendlyJojaPrices
+
   |id      = HungerYyeadude
   |nexus  = 2658
+
   |nexus  = 613
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lost Woods
+
   |name    = Hunger and Thirst
   |author  = Raik, Raik167, YousernameZo
+
   |author  = PrimevalTitmouse
   |id      = raik.testmod
+
   |id      = PrimevalTitmouse.ModEntry
   |nexus  = 6291
+
   |nexus  = 1110
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Love Bubbles
+
   |name    = Hunger for Food
   |author  = SteelixLeiter, Don Collins
+
   |author  = Tigerle01, Stephan Hensel
   |id      = LoveBubbles
+
   |id      = HungerForFoodByTigerle
   |nexus  = 1318
+
   |nexus  = 810
   |github  = doncollins/StardewValleyMods
+
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Better Ranching|Better Ranching]] instead.
+
   |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    = Loved Labels
+
   |name    = Hungry Morning
   |author  = Advize and Jinxiewinxie
+
   |author  = lech43
   |id      = Advize.LovedLabels
+
   |id      = lech43.HungryMorning
   |nexus  = 279
+
   |nexus  = 6391
   |github  = AdvizeGH/LovedLabels
+
   |github  =
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loved Labels Redux
+
   |name    = Hybrid Crop Engine
   |author  = thespbgamer
+
   |author  = spacechase0
   |id      = thespbgamer.LovedLabelsRedux
+
   |id      = spacechase0.HybridCropEngine
   |nexus   = 8880
+
   |curse   = 867721
   |curse   = 834387
+
   |nexus   = 6577
   |github  = thespbgamer/LovedLabelsRedux
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Love Festival
+
   |name    = Hypno Valley
   |author  = AvalonMFX
+
   |author  = Kryspur
   |id      = AvalonMFX.LoveFestival
+
   |id      = Kryspur.HypnoValley
   |nexus  = 17819
+
   |nexus  = 9052
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Identifiable Combined Rings
 +
  |author  = atravita
 +
  |id      = atravita.IdentifiableCombinedRings
 +
  |curse  = 870959
 +
  |moddrop = 1358005
 +
  |nexus  = 15928
 +
  |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Low Health Warning
+
   |name    = I Dig Where I Want
   |author  = NMVH5
+
   |author  = WillTheMage
   |id      = nmvh5.LowHealthWarning
+
   |id      = WillTheMage.IDigWhereIWant
   |nexus  = 8326
+
   |nexus  = 26063
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Luck Score HUD, Just Luck Mod
+
   |name    = Idle Animations, Animacoes
   |author  = delaney
+
   |author  = BrasileiroTop
   |id      = dJustLuckMod
+
   |id      = BrasileiroTop.Animacoes
   |nexus  = 10386
+
   |nexus  = 5139
  |moddrop = 1070645
 
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Luck Skill
+
   |name    = Idle Pause
   |author  = spacechase0
+
   |author  = Veleek
   |id      = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
+
   |id      = Veleek.IdlePause
  |curse  = 867393
+
   |nexus  = 1092
  |moddrop = 127279
+
   |github  = veleek/IdlePause
   |nexus  = 521
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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    = Lucky Reclamation Trash Can
+
   |name    = Idle Timer
   |author  = kiranmurmu
+
   |author  = LordAndreios
   |id      = kiranmurmu.LuckyReclamationTrashCan
+
   |id      = LordAndreios.IdleTimer
   |nexus  = 8971
+
   |nexus  = 2858
   |github  = kiranmurmu/StardewValleyMods
+
   |github  = emperorzuul/SMAPI_MODS
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Idle Pause|Idle Pause]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lunar Disturbances
+
   |name    = I Don't Use That Water
   |author  = Sakorona
+
   |author  = idermailer
   |id      = KoihimeNakamura.LunarDisturbances
+
   |id      = idermailer.iDontUseThatWater
   |nexus  = 2208
+
   |nexus  = 14047
   |moddrop = 664151
+
   |github  = idermailer/iDontUseThatWater
   |github = Sakorona/SDVMods
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |beta broke in = Stardew Valley 1.6
+
  |name    = IFrames in Mines
 +
   |author = Factknowhow
 +
  |id      = Factknowhow.IFramesInMines
 +
  |nexus  = 16436
 +
   |github  = Mekadrom/IFramesInMines
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lurking in the Dark
+
   |name    = I Got Friendship
   |author  = 7thAxis
+
   |author  = ChiroxT
   |id      = 7thAxis.LitD
+
   |id      = treinke.igotfriendship
   |nexus  = 10770
+
   |nexus  = 13290
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Augmentors
+
   |name    = I Got XP
   |author  = SlayerDharok
+
   |author  = ChiroxT
   |id      = SlayerDharok.MachineAugmentors
+
   |id      = treinke.igotxp
   |nexus  = 5600
+
   |nexus  = 13289
   |github  = Videogamers0/SDV-MachineAugmentors
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Check
+
   |name    = ImagEd
   |author  = FairfieldBW
+
   |author  = candidus42
   |id      = FairfieldBW.MachineCheck
+
   |id      = Candidus42.ImagEd
   |nexus  = 9515
+
   |nexus  = 7218
   |github  = FairfieldBW/MachineCheck
+
   |github  = mus-candidus/ImagEd
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Speed Change
+
   |name    = Immersive Grandpa, Misc Introduction Fixes
   |author  = IceGladiador
+
   |author  = mistyspring
   |id      = IceGladiador.MachineSpeedChange
+
   |id      = mistyspring.immersivegrandpa
   |nexus  = 1780
+
   |nexus  = 12562
   |github  =
+
   |github  = misty-spring/StardewMods
 
 
  |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    = Immersive Scarecrows
   |author  = Shockah
+
   |author  = aedenthorn, Erinthe
   |id      = Shockah.MachineStatus
+
   |id      = aedenthorn.ImmersiveScarecrows
   |nexus  = 11177
+
  |curse  = 868685
   |github  = Shockah/Stardew-Valley-Mods
+
   |nexus  = 15290
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |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    = Magic
+
   |name    = Immersive Sprinklers
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.Magic
+
   |id      = aedenthorn.ImmersiveSprinklers
   |curse  = 867745
+
   |curse  = 868686
  |moddrop = 399898
+
   |nexus  = 15239
   |nexus  = 2007
+
   |github  = aedenthorn/StardewValleyMods
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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    = Magical Crops
+
   |name    = Improved Mill
   |author  = shekurika and Asterisk555
+
   |author  = AustinYQM
   |id      = shekurika.MagicalCropsCode
+
   |id      = AustinYQM.ImprovedMill
   |nexus  = 8762
+
   |nexus  = 1748
   |github  =
+
   |github  = AustinYQM/ImprovedMill
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Junimo Pet
+
   |name    = Improved Quality of Life
   |author  = Entoarox
+
   |author  = Demiacle
   |id      = Entoarox.MagicJunimoPet
+
   |id      = Demiacle.ImprovedQualityOfLife
   |nexus  = 3567
+
   |nexus  = 1025
   |github  = Entoarox/StardewMods
+
   |github  = demiacle/QualityOfLifeMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Improved Tracker
 +
  |author  = Anthony Hilyard
 +
  |id      = com.anthonyhilyard.improvedtracker
 +
  |curse  = 445215
 +
  |nexus  = 9317
 +
  |github  = AHilyard/ImprovedTracker
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Pluses
+
   |name    = In a Heartbeat
   |author  = TerryDBS
+
   |author  = Shockah
   |id      = TerryDBS.MagicPluses
+
   |id      = Shockah.InAHeartbeat
   |nexus  = 7096
+
   |nexus  = 17834
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Scepter
+
   |name    = Increase Animal House Max Population
   |author  = not4bene
+
   |author  = Mizzion
   |id      = not4bene.MagicScepter
+
   |id      = mizzion.increaseanimalhousemaxpopulation
   |nexus  = 8169
+
   |nexus  = 4861
   |github  =
+
   |github  = Mizzion/MyStardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Valley
+
   |name    = Increased Artifact Spots
   |author  = season
+
   |author  = Mizzion
   |id      = season.MagicValley
+
   |id      = mizzion.increasedartifactspots
   |nexus  = 10639
+
   |nexus  = 3340
   |github  =
+
   |moddrop = 663705
 
+
   |github  = Mizzion/MyStardewMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mailbox Menu
+
   |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
   |author  = aedenthorn, Erinthe
+
   |author  = shekurika
   |id      = aedenthorn.MailboxMenu
+
   |id      = shekurika.fishtankCapacity
   |nexus  = 14439
+
   |nexus  = 11388
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Framework
+
   |name    = Increased Sprinkler Range
   |author  = Digus
+
   |author  = EternalSoap
   |id      = DIGUS.MailFrameworkMod
+
   |id      = eternalsoap.sprinklers
   |nexus  = 1536
+
   |nexus  = 20745
   |github  = Digus/StardewValleyMods
+
   |github  = ArjanSeijs/SprinklerMod
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Order Pigs
+
   |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
   |author  = jwdred
+
   |author  = GZhynko
   |id      = jwdred.MailOrderPigs
+
   |id      = GZhynko.IncubatePufferfishEggs
   |nexus  = 632
+
   |nexus  = 6162
   |github  = jdusbabek/stardewvalley
+
   |github  = gzhynko/StardewMods
  
   |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Services Mod
+
   |name    = Indoor Sprinklers
   |author  = Digus
+
   |author  = ramen
   |id      = Digus.MailServicesMod
+
   |id      = ramen.IndoorSprinklers
   |nexus  = 7842
+
   |nexus  = 21124
   |github  = Digus/StardewValleyMods
+
   |github  = mpomirski/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Main Questline Redux (PMC CCJ)<!--Nexus-->, PCM CCJ JC<!--manifest-->, Junimo Sprinkler<!--folder-->
+
   |name    = Industrial Furnace
   |author  = pinguimbozo
+
   |author  = Traktori
   |id      = pinguimbozo.PCMCCJJC
+
   |id      = Traktori.IndustrialFurnace
   |nexus  = 13248
+
   |nexus  = 5568
   |github  =
+
   |github  = Traktori7/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Make Gil Real
+
   |name    = Industrial Furnace for Automate
   |author  = Werewolf Master
+
   |author  = Traktori
   |id      = Wolf.GilSMAPI
+
   |id      = Traktori.AM.IndustrialFurnace
   |nexus  = 7118
+
   |nexus  = 5568
   |github  =
+
   |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Industrial Furnace-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Make Love
+
   |name    = Industrialization Redux
   |author  = Kabulla
+
   |author  = GaLaxY256 and kazuakisama
   |id      = Kabulla.MakeLove
+
   |id      = G256.IR.Code
   |nexus  = 16003
+
   |nexus  = 22351
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mana Bar
+
   |name    = Infallible Fishing
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.ManaBar
+
   |id      = aedenthorn.InfallibleFishing
   |curse  = 867709
+
   |curse  = 868697
   |nexus  = 7831
+
   |nexus  = 14639
   |github  = spacechase0/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mandatory Meals, Real Life Mod
+
   |name    = Infertile Soil
   |author  = darzington
+
   |author  = Sabera, kelbesque
   |id      = darzington.RealLifeMod
+
   |id      = Sabera.InfertileSoil
   |nexus  = 7445
+
   |nexus  = 2515
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Many Enchantments
+
   |name    = Infested Levels
   |author  = Stari
+
   |author  = Eireon
   |id      = Stari.ManyEnchantments
+
   |id      = Eireon.InfestedLevels
   |nexus  = 8824
+
   |nexus  = 2823
   |github  = SlivaStari/ManyEnchantments
+
   |github  = benrpatterson/InfestedLevels
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Binder
+
   |name    = Infinite Energy
   |author  = SnowFire k'Vala
+
   |author  = Error27
   |id      = SnowFire.Map_Binder
+
   |id      = error27.infinite_energy
   |nexus  = 6983
+
   |nexus  = 17717
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Editor Extended, Map Editor<!--renamed in 1.0.0-->
+
   |name    = Infinite Inventory
   |author  = aedenthorn, Erinthe
+
   |author  = unidarkshin, Devin Lematty
   |id      = aedenthorn.MapEdit
+
   |id      = DevinLematty.InfiniteInventory
   |nexus  = 18387<!--8876 before 1.0.0-->
+
   |nexus  = 2247
   |github  = aedenthorn/StardewValleyMods
+
  |github  = unidarkshin/Stardew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mapping Extensions and Extra Properties (MEEP)
+
   |name    = Infinite Junimo Cart Lives
   |author  = DecidedlyHuman
+
   |author  = Renny
   |id      = DecidedlyHuman.MappingExtensionsAndExtraProperties
+
   |id      = renny.infinitejunimocartlives
   |nexus  = 14493
+
   |nexus  = 2705
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  = OfficialRenny/InfiniteJunimoCartLives
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Teleport
+
   |name    = Infinite Money
   |author  = aedenthorn, Erinthe
+
   |author  = Chunky
   |id      = aedenthorn.MapTeleport
+
   |id      = chunky.InfiniteMoney
  |curse  = 868868
+
   |nexus  = 11510
   |nexus  = 7675
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Utilities
+
   |name    = Infinite Watering Cans
   |author  = mabelSyrup
+
   |author  = CaptainSully
   |id      = mabelsyrup.maputils
+
   |id      = CaptainSully.InfiniteWateringCan
   |nexus  = 4716
+
  |moddrop = 1188756
   |github  = mjSurber/Map-Utilities
+
   |nexus  = 12739
 
+
   |github  = CaptainSully/StardewMods
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Maritime Secrets
+
   |name    = Infinite Zoom
   |author  = Goldenrevolver
+
   |author  = berkayylmao
   |id      = Goldenrevolver.MaritimeSecrets
+
   |id      = berkayylmao.InfiniteZoom
   |nexus  = 10758
+
   |nexus  = 8808
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |curse  = 500088
 
+
   |github  = berkayylmao/StardewValleyMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Market Day
+
   |name    = Informant
   |author  = ceruleandeep
+
   |author  = Slothsoft
   |id      = ceruleandeep.MarketDay
+
   |id      = Slothsoft.Informant
   |nexus  = 11778
+
   |nexus  = 14293
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = slothsoft/stardew-informant
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
   |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    = Market Town<!--changed in 3.0.0-->, Food Store
+
   |name    = In-Game SMAPI Log Uploader, Log Uploader
   |author  = d5a1lamdtd, HaPyke
+
   |author  = aedenthorn, Erinthe
   |id      = d5a1lamdtd.MarketTown<!--changed in 3.0.0-->, d5a1lamdtd.FoodStore
+
   |id      = aedenthorn.LogUploader
   |moddrop = 1480763
+
   |curse  = 868724
   |nexus  = 19309
+
   |nexus  = 13979
   |github  = congha22/foodstore
+
   |github  = aedenthorn/StardewValleyMods
 
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Marry Morris
+
   |name    = Ink Stories, Ink Stories - Advanced Dialogue Scripting
   |author  = Yoshimax
+
   |author  = Platonymous
   |id      = Yoshimax.MarryMorrisCode
+
   |id      = Platonymous.InkStories
   |nexus  = 12824
+
  |curse  = 877221
   |github  = yoshimax2/MarryMorris
+
  |moddrop = 1521399
 +
   |nexus  = 15987
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Kissing-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Matching Nodes, MinesTokens
+
   |name    = Input Fix
   |author  = Eryk601 and sophiesalacia
+
   |author  = Windmill_City
   |id      = Vertigon.MinesTokens
+
   |id      = Windmill_City.InputFix
   |nexus  = 11124
+
   |nexus  = 5693
   |github  =
+
   |github  = Windmill-City/InputFix
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Input Tools
 +
  |author  = Sagittaeri
 +
  |id      = Sagittaeri.InputTools
 +
  |nexus  = 14553
 +
  |github  = sagittaeri/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Max Cost Stamina
+
   |name    = InstaCrops
   |author  = StultusV
+
   |author  = WuestMan, redknightofdoom
   |id      = StultusV.MaxCastStamina
+
   |id      = WuestMan.InstaCrops
   |nexus  = 10794
+
   |nexus  = 4077
   |github  = JudeRV/Stardew-MaxCastStamina
+
   |github  = Brian-Wuest/Instacrops
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Maximize Fix
+
   |name    = Instant Animals
   |author  = Shockah
+
   |author  = pinocchio1231
   |id      = Shockah.MaximizeFix
+
   |id      = pinocchio1231.instantanimals
   |nexus  = 16099
+
   |nexus  = 9573
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = joisse1101/InstantAnimals
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Instant Animals 1.6|Instant Animals 1.6]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Instant Animals 1.6
 +
  |author  = Siweipancc
 +
  |id      = Siweipancc.Instantanimals
 +
  |nexus  = 21798
 +
  |github  = siweipancc/InstantAnimals
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Hats
+
   |name    = Instant Break
   |author  = spacechase0
+
   |author  = Jolyone
   |id      = spacechase0.MayoHats
+
   |id      = Me.InstantBreak
   |nexus  = 17514
+
   |nexus  = 15526
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Mart
+
   |name    = Instant Building Construction and Upgrade, Instant Building Construction
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MayoMart
+
   |id      = aedenthorn.InstantBuildingConstruction
   |nexus  = 17175
+
  |curse  = 868720
 +
   |nexus  = 14110
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayonnaise++, Mayonnaise Plus Plus
+
   |name    = Instant Buildings From Farm
   |author  = theStormWeaver, Adam 'theStormWeaver' Chevalier
+
   |author  = BitwiseJon
   |id      = xirsoi.mayonnaiseplusplus
+
   |id      = BitwiseJonMods.InstantBuildings
   |nexus  = 4634
+
   |nexus  = 2070
   |github  = xirsoi/MayonnaisePlusPlus
+
   |github  = bitwisejon/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Rain
+
   |name    = Instant Dialogues
   |author  = spacechase0
+
   |author  = idermailer
   |id      = spacechase0.MayoRain
+
   |id      = idermailer.InstantDialogues
   |nexus  = 17436
+
   |nexus  = 22468
   |github  =
+
   |github  = idermailer/InstantDialogues
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Meme Outfits
+
   |name    = Instant Eat Key
   |author  = Mehidden
+
   |author  = nini700
   |id      = MemeOutfits.Mehidden
+
   |id      = nini700.InstantEatKey
   |nexus  = 13213
+
   |nexus  = 4464
   |github =
+
 
 +
  |status  = workaround
 +
   |summary = use [[#Updated Instant Eat Key|Updated Instant Eat Key]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Menus Everywhere
+
   |name    = Instant Fishing
   |author  = nman130
+
   |author  = aurnj, Roy Li
   |id      = nman130.MenusEverywhere
+
   |id      = RuyiLi.InstantFishing
   |nexus  = 6119
+
   |nexus  =
   |github  = nman130/Stardew-Mods
+
  |url    = https://community.playstarbound.com/threads/instant-fishing-mod.129163
 +
   |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    = Merge Fertilizer
+
   |name    = Instant Geodes
   |author  = TianXiaobai
+
   |author  = montana123
   |id      = TianXiaobai.MergeFertilizer
+
   |id      =
   |nexus  = 17743
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/109038
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.1
 +
  |status  = workaround
 +
  |summary  = use [[#Fast Animations|Fast Animations]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Messy Crops
+
   |name    = Instant Growth Powder
  |author  = Tlitookilakin
 
  |id      = tlitookilakin.MessyCrops
 
  |moddrop = 1123884
 
  |nexus  = 11317
 
  |github  = tlitookilakin/MessyCrops
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Meteor Defence
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MeteorDefence
+
   |id      = aedenthorn.InstantGrowthPowder
   |nexus  = 10641
+
  |curse  = 868864
 +
   |nexus  = 7727
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mice in the Valley
+
   |name    = Instant Grow Trees
   |author  = candidus42
+
   |author  = cantorsdust and Pathoschild
   |id      = Candidus42.MiceInTheValley
+
   |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
   |nexus  = 4638
+
   |nexus  = 173
   |github  = mus-candidus/MiceInTheValley
+
   |github  = cantorsdust/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Milk the Villagers
+
   |name    = Instant Load
   |author  = trunip190
+
   |author  = Platonymous
   |id      = Trunip190.MilkTheVillagers, Trunip190.MilkVillagers<!--before 1.2.2-->
+
   |id      = Platonymous.InstantLoad
   |nexus  = 5948
+
  |curse  = 877220
 +
  |moddrop = 1521407
 +
   |nexus  = 16253
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miller Time
+
   |name    = Instantly Eat Item
   |author  = Sonozuki
+
   |author  = Guedez
   |id      = Satozaki.MillerTime
+
   |id      = eat.item.instantly
   |nexus  = 7575
+
   |nexus  = 5116
   |github  = Sonozuki/StardewMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Milo Dog
+
   |name    = Instantly Increase Crop Growth Phase
   |author  = Clark, wilsonch3451
+
   |author  = RyanJesky
   |id      = Clark.MiloDog
+
   |id      = RyanJesky.IncreaseCropGrowthPhase
   |nexus  = 2861
+
   |nexus  = 10146
   |github  =
+
   |github  = RyanJesky/IncreaseCropGrowthPhase
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Assist
+
   |name    = Instant Pets
   |author  = Kabigon
+
   |author  = blueberry
   |id      = Kabigon.MineAssist
+
   |id      = blueberry.InstantPets
   |nexus  = 2296
+
   |nexus  = 9448
  |chucklefish = 5353
+
   |github  = b-b-blueberry/InstantPets
   |github  = KabigonFirst/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Minecart Patcher
+
   |name    = Instant Tool Upgrades
   |author  = bwdy
+
   |author  = Binarynova
   |id      = mod.kitchen.minecartpatcher, bwdymods.minecartpatcher<!--before 1.0.3-->
+
   |id      = binarynova.instanttoolupgrades
   |nexus  = 11424
+
   |nexus  = 8918
   |github  = bwdy/SDVModding
+
   |github  = Binarynova/MyStardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Changes
+
   |name    = Instant World Events
   |author  = JPAN
+
   |author  = Spiderbuttons
   |id      = jpan.MineChanges
+
   |id      = Spiderbuttons.InstantWorldEvents
   |nexus  = 3963
+
   |nexus  = 27242
   |github  = JPANv2/Stardew-Valley-Mine-Changes
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mines Tokens
+
   |name    = Integrated Minecarts
   |author  = sophiesalacia
+
   |author  = Jibb
   |id      = sophie.MinesTokens
+
   |id      = jibb.minecarts.C
   |nexus  = 18776
+
  |curse  = 988762
   |github  = sophiesalacia/StardewMods
+
   |nexus  = 11881
 +
   |github  = Jibblestein/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Tweaks
+
   |name    = Interaction Helper
   |author  = Shockah
+
   |author  = Hammurabi
   |id      = Shockah.MineTweaks
+
   |id      = HammurabiInteractionHelper
   |nexus  = 16859
+
   |nexus  =
   |github = Shockah/Stardew-Valley-Mods
+
   |chucklefish = 4640
 +
  |source = https://community.playstarbound.com/resources/interaction-helper.4640/updates
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |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    = Mini Bars
+
   |name    = Interactions, Interacoes
  |author  = Ophaneom
+
   |author  = BrasileiroTop
  |id      = Ophaneom.MiniBars
+
   |id      = BrasileiroTop.Interacoes
  |nexus  = 8329
+
   |nexus  = 4862
  |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  =
 
   |github  =
  
  |broke in = Stardew Valley 1.3.23
+
   |status  = abandoned
   |status   = workaround
 
  |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    = Mini Tool NPC
+
   |name    = Interaction Tweaks
   |author  = Tran Minh Thong
+
   |author  = jahangmar
   |id      = mini.tool.npc.mod
+
   |id      = jahangmar.InteractionTweaks
   |nexus  = 7060
+
   |nexus  = 3771
   |github  = TMThong/Stardew-Mods
+
   |github  = jahangmar/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Minor Light Tweaks
+
   |name    = Internationalization
   |author  = greentodd
+
   |author  = bcmpinc
   |id      = greentodd.MinorLightTweaks
+
   |id      = bcmpinc.Internationalization
   |nexus  = 10223
+
   |nexus  = 21317
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miscellaneous Modded Meadows Trolls, Misc Trolls
+
   |name    = Into the Game (Save Loaded Notifier)
   |author  = BlaDe
+
   |author  = DecidedlyHuman
   |id      = BlaDe.MiscTrolls
+
   |id      = DecidedlyHuman.SaveLoadedNotifier
   |nexus  = 12037
+
   |nexus  = 12826
   |github  =
+
   |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
+
   |name    = Intravenous Coffee
   |author  = The Fluffy Robot
+
   |author  = mpcomplete
   |id      = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
+
   |id      = mpcomplete.IntravenousCoffee
   |nexus  = 5691
+
   |nexus  = 2224
   |github  = jamespfluger/Stardew-MisophoniaAccessibility
+
   |github  = mpcomplete/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miss Coriel's Position Tool
+
   |name    = Investment
 
   |author  = MissCoriel
 
   |author  = MissCoriel
   |id      = misscoriel.PositionTool
+
   |id      = misscoriel.invest
   |nexus  = 8087
+
  |curse  = 885083
   |github  = MissCoriel/Position-Tool
+
   |nexus  = 5293
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miss Coriel's Unique Courtship Response Core
+
   |name    = Investment Maximized
 
   |author  = MissCoriel
 
   |author  = MissCoriel
   |id      = misscoriel.UCRFix
+
   |id      = misscoriel.investmax
   |nexus  = 8284
+
  |curse  = 885074
   |github  = MissCoriel/UniqueCourtshipResponseCore
+
   |nexus  = 9253
 +
   |github  = MissCoriel/InvestmentMaximized
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Invite Code Mod
 +
  |author  = ThePqtatoGalaxy, KOREJJamJar
 +
  |id      = KOREJJamJar.InviteCodeMod
 +
  |nexus  = 4023
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Missing Gifts
+
   |name    = Invite Friend
   |author  = ChiroxT
+
   |author  = d5a1lamdtd, HaPyke
   |id      = treinke.missinggifts
+
   |id      = d5a1lamdtd.InviteFriend
   |nexus  = 11363
+
  |moddrop = 1486022
 +
   |nexus  = 19500
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mob Count Reports, Report Mob Counts
+
   |name    = IPv6
   |author  = StultusV
+
   |author  = sunsst
   |id      = StultusV.ReportMobCounts
+
   |id      = sunsst.IPv6
   |nexus  = 10899
+
   |nexus  = 25045
   |github  = JudeRV/Stardew-ReportMobCounts
+
   |github  = sunsst/Stardew-Valley-IPv6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Arcade
+
   |name    = Iridium Bombs
   |author  = aedenthorn, Erinthe
+
   |author  = ApryllForever
   |id      = aedenthorn.MobileArcade
+
   |id      = ApryllForever.IridiumBombs
   |nexus  = 6538
+
   |nexus  = 26476
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Audio Player
+
   |name    = Iridium Cooking Dishes
   |author  = aedenthorn, Erinthe
+
   |author  = TianXiaobai
   |id      = aedenthorn.MobileAudioPlayer
+
   |id      = TianXiaobai.IridiumCookingDishes
   |nexus  = 6568
+
   |nexus  = 24732
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Calendar
+
   |name    = Iridium Horse Flute<!--changed in 2.0.0-->, Better Horse Flute
   |author  = aedenthorn, Erinthe
+
   |author  = Anthony Maciel, maciel310
   |id      = aedenthorn.MobileCalendar
+
   |id      = AnthonyMaciel.IridiumHorseFlute<!--changed in 2.0.0-->, AnthonyMaciel.BetterHorseFlute
   |nexus  = 6601
+
   |nexus  = 15285
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Catalogues
+
   |name    = Iridium Tools Patch
   |author  = aedenthorn, Erinthe
+
   |author  = Redwood
   |id      = aedenthorn.MobileCatalogues
+
   |id      = Redwood.IridiumToolsPatch
   |nexus  = 6543
+
   |nexus  = 2897
   |github  = aedenthorn/StardewValleyMods
+
   |github  = EKomperud/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Farming Tools Patch|Farming Tools Patch]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Phone
+
   |name    = Is Gus Visiting Ginger Island Today, Is Gus Visiting Island
   |author  = aedenthorn, Erinthe
+
   |author  = SaltyEggplant
   |id      = aedenthorn.MobilePhone
+
   |id      = SaltyEggplant.IsGusVisitingIsland
  |curse  = 868890
+
   |nexus  = 25270
   |nexus  = 6523
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Television
+
   |name    = Is It Cake
   |author  = aedenthorn, Erinthe
+
   |author  = LeFauxMatt
   |id      = aedenthorn.MobileTelevision
+
   |id      = furyx639.IsItCake
   |nexus  = 6575
+
  |curse  = 871826
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 14775
 +
   |github  = LeFauxMatt/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MobileUI Android
+
   |name    = Island Gatherers
   |author  = WisnuNug
+
   |author  = PeacefulEnd
   |id      = WisnuNug.MobileUI
+
   |id      = PeacefulEnd.IslandGatherers
   |nexus  = 17652
+
  |curse  = 870940
   |github  =
+
   |nexus  = 8552
 +
   |github  = Floogen/IslandGatherers
  
   |warnings = Only works on Android.
+
   |broke in = Stardew Valley 1.6
 
+
  |status  = abandoned
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Modify This
+
   |name    = Island Gatherers Automate
   |author  = aedenthorn, Erinthe
+
   |author  = PeacefulEnd
   |id      = aedenthorn.ModThis
+
   |id      = PeacefulEnd.IslandGatherersAutomate.Automate
   |nexus  = 7814
+
   |nexus  = 8552
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Floogen/IslandGatherers
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod List Command
+
   |name    = Island Secret
   |author  = Blackclaw
+
   |author  = Edu Anttunes
   |id      = Blackclaw.ModListCommand
+
   |id      = IslandSecret
   |nexus  = 5131
+
   |nexus  = 8096
   |github  = Xebeth/StardewValley-ListModsCommand
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Menu
+
   |name    = Item AutoTrasher, AutoTrash
   |author  = Enaium
+
   |author  = S1mmyy
   |id      = Enaium.ModMenu
+
   |id      = S1mmyy.AutoTrash
  |curse  = 436844
+
   |nexus  = 5140
  |moddrop = 885574
+
   |github  = S1mmyy/StardewMods
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/ModMenu
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Settings Tab
+
   |name    = Item Bags
   |author  = Gilar Fasulaki
+
   |author  = SlayerDharok
   |id      = GilarF.ModSettingsTab
+
   |id      = SlayerDharok.Item_Bags
   |nexus   = 4579
+
   |curse   = 991675
   |github  = GilarF/SVM
+
   |nexus   = 5382
 
+
   |github = Videogamers0/SDV-ItemBags
   |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, MARGO, DaLion's Modular Gameplay Overhaul
+
   |name    = Item Checker
   |author  = DaLion
+
   |author  = Hitaxas
   |id      = DaLion.Overhaul
+
   |id      = Hitaxas.Items.DLL
   |nexus  =
+
   |nexus  = 24305
   |github  = daleao/modular-overhaul
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Update Menu
+
   |name    = Item Extensions
   |author  = CatCattyCat, Cat
+
   |author  = mistyspring
   |id      = cat.modupdatemenu
+
   |id      = mistyspring.ItemExtensions
   |nexus  = 2536
+
   |nexus  = 20357
  |moddrop = 833560
+
   |github  = misty-spring/StardewMods
   |github  = danvolchek/StardewMods
 
 
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial url    = http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119584
 
  |unofficial version = 2.6.0-unofficial
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Mod Updater
 
  |author  = Platonymous
 
  |id      = Platonymous.ModUpdater
 
  |curse  = 877226
 
  |nexus  = 6338
 
  |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Goals Anywhere
+
   |name    = Item Locator
   |author  = Suphax
+
   |author  = Hitaxas
   |id      = suphax.monstergoalsanywhere
+
   |id      = Hitaxas.Items2.DLL
  |moddrop = 1088762
+
   |nexus  = 24305
   |nexus  =
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Invasion
+
   |name    = Item Quality Indicator
   |author  = Krutonium
+
   |author  = FunnyMoney
   |id      = krutonium.monsterinvasion
+
   |id      = funnymoney.itemqualityindicator
   |nexus  = 12641
+
   |nexus  = 15336
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Level Tip
+
   |name    = Item Recovery
   |author  = WhiteMind
+
   |author  = Mytsy
   |id      = WhiteMind.MonsterLT
+
   |id      = Mysty.ItemRecovery
   |nexus  = 1896
+
   |nexus  = 9354
 
   |github  =
 
   |github  =
  
  |status  = workaround
+
   |broke in = Stardew Valley 1.6
  |summary  = Use [[#Almanac|Almanac]] instead
 
   |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Log Anywhere
+
   |name    = Item Recovery Plus
   |author  = MouseyPounds
+
   |author  = Lunardiver
   |id      = MouseyPounds.MonsterLogAnywhere
+
   |id      = Lunardiver.ItemRecoveryPlus
   |nexus  = 3997
+
   |nexus  = 13026
   |github  = MouseyPounds/stardew-mods
+
   |github  = LunarDiver/StardewValley.ItemRecoveryPlus
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Musk in Volcano
+
   |name    = Item Research 'n' Spawn
   |author  = BananaFruit
+
   |author  = TSlex
   |id      = BananaFruit.MonsterMuskInVolcano
+
   |id      = TSlex.ItemResearchSpawner
   |nexus  = 10651
+
   |nexus  = 8933
   |github  = BananaFruit1492/MonsterMuskInVolcano
+
  |moddrop = 1012482
 +
   |github  = TSlex/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monsters - The Framework
+
   |name    = Items Have Weight
   |author  = spacechase0
+
   |author  = BarleyZP
   |id      = spacechase0.MonstersTheFramework
+
   |id      = BarleyZP.ItemsHaveWeight
   |nexus  = 10673
+
   |nexus  = 26693
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moody Planet
+
   |name    = Item Tooltips
   |author  = Daniel McMenamy, Deathest1
+
   |author  = Jaredlll08
   |id      = f1r3w477.MoodyPlanet
+
   |id      = BlameJared.ItemTooltips
   |nexus  = 2830
+
   |nexus  =
   |github  = F1r3w477/TheseModsAintLoyal
+
   |curse  = 297655
 
+
   |github  = jaredlll08/Item-Tooltips
   |beta broke in = Stardew Valley 1.6<!--@retest-after Level Extended-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moolah Money Mod
+
   |name    = Item Tweaks
   |author  = aedenthorn, Erinthe
+
   |author  = crpz
   |id      = aedenthorn.Moolah
+
   |id      = crpz.ItemTweaks
   |nexus  = 15123
+
   |nexus  = 8182
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moongates
+
   |name    = iTile
   |author  = bwdy
+
   |author  = ha1fdaew
   |id      = bwdy.moongates
+
   |id      = ha1fdaew.iTile
   |nexus  = 3545
+
   |nexus  = 7512
   |github  = bwdymods/SDV-Moongates
+
   |github  = ha1fdaew/iTile
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moon Misadventures
+
   |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  = spacechase0 and ParadigmNomad
+
   |author  = Apprehentice
   |id      = spacechase0.MoonMisadventures
+
   |id      = apprehentice.IMFIPOIIWT
  |curse  = 867702
+
   |nexus  = 25188
   |nexus  = 10612
+
   |github  =
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moon Misadventures - Bigger Backpack Compatibility Patch, MoonMisadventures_BiggerBackpackPatch
+
   |name    = Its Stardew Time, Time Master (UNOFFICIAL UPDATE)
   |author  = SinZ
+
   |author  = Caboose Sage, CabooseSage
   |id      = SinZ.MoonMisadventures_BiggerBackpackPatch
+
   |id      = Cabbose.Sage.ItsStardewTime
   |nexus  = 12096
+
   |nexus  = 20847
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Moon Misadventures, Bigger Backpack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mopsy's Ranch Livin'
+
   |name    = Its Time to Wake Up
   |author  = Mopquill
+
   |author  = Krutonium
   |id      = Mopquill.Ranch-Livin
+
   |id      = Krutonium.ItsTimeToWakeUp
   |nexus  = 2200
+
   |nexus  = 13798
   |github  = mopquill/Mopsys-Ranch-Livin
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Animals, More Pets
+
   |name    = Jack Be Thicc
   |author  = Entoarox
+
   |author  = DeadRobotDev
   |id      = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
+
   |id      = DeadRobotDev.JackBeThicc
   |nexus  = 2274
+
   |nexus  = 21533
  |chucklefish = 4288
+
   |github  = DeadRobotDev/StardewMods
   |github  = Entoarox/StardewMods
 
 
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Artifact Spots
+
   |name    = Jaques and the Bean Pole, Jaques and Beans
   |author  = momoaau
+
   |author  = Matt Cioni
   |id      = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
+
   |id      = mattCioni.JaquesAndBeans
   |nexus  = 451
+
   |nexus  = 14555
 
   |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    = Jar Opener
   |author  = AairTheGreat, Aair
+
   |author  = Genowhirl9999
   |id      = AairTheGreat.MoreBarnCoopAnimals
+
   |id      = genowhirl9999.jaropener
   |nexus  = 4869
+
   |nexus  = 5292
 +
  |moddrop = 988956
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = JhinFour
 +
  |author  = Keaton Sadoski
 +
  |id      = Sadoski.JhinFour
 +
  |nexus  = 11838
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Buildings
+
   |name    = Jiggly Junimo Bundles
   |author  = spacechase0
+
   |author  = Jonas Henriksson, Greger
   |id      = spacechase0.MoreBuildings
+
   |id      = Greger.JigglyJunimoBundles
   |curse   = 867740
+
   |nexus   =
   |moddrop = 771640
+
   |url    = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
  |nexus  = 2757
+
   |github  = gr3ger/Stardew_JJB
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = More Bundles
+
   |name    = JoJa84+, JoJa-84-Plus--Ingame-calculator
   |author  = TwinBuilderOne
+
   |author  = k4rakara
   |id      = TwinBuilderOne.MoreBundles
+
   |id      = k4rakara.JoJa84Plus
   |nexus  = 9709
+
   |nexus  = 5803
   |github  = TwinBuilderOne/StardewValleyMods
+
   |github  = K4rakara/Stardew-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Clocks
+
   |name    = JoJaBan - Arcade Sokoban
   |author  = phjoker
+
   |author  = Platonymous
   |id      = phjoker.MoreClocks
+
   |id      = Platonymous.JoJaBan
   |nexus  = 11840
+
  |curse  = 308257
   |github  = p-holodynski/StardewValleyMods
+
   |nexus  = 3118
 +
  |moddrop = 793907
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Conversation Topics
+
   |name    = Joja Cola Expanded
   |author  = violetlizabet
+
   |author  = Objection777
   |id      = violetlizabet.MoreConvoTopics
+
   |id      = Objection777.JojaColaExpandedCode
   |nexus  = 10008
+
   |nexus  = 24227
   |github  = elizabethcd/MoreConversationTopics
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Fertilizers
+
   |name    = Joja Express
   |author  = atravita
+
   |author  = OFTS_CQM and Yuxuan
   |id      = atravita.MoreFertilizers
+
   |id      = ofts.jojaExp
  |curse  = 870975
+
   |nexus  = 23614
  |moddrop = 1145236
+
   |github  = ofts-cqm/SDV_JojaExpress
   |nexus  = 11837
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More for Leo
+
   |name    = Joja Financial
   |author  = Blams
+
   |author  = NermNermNerm
   |id      = blams.MoreForLeo
+
   |id      = NermNermNerm.JojaFinancial
   |nexus  = 12710
+
   |nexus  = 24958
 +
  |github  = NermNermNerm/JojaFinancial
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = JojaMart to PathoMart, Pathomart
 +
  |author  = Dounat2201, Sasara
 +
  |id      = Sasara.Pathomart
 +
  |nexus  = 1142
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Giant Crops
+
   |name    = Joja Online
   |author  = spacechase0
+
   |author  = PeacefulEnd
   |id      = spacechase0.MoreGiantCrops
+
   |id      = PeacefulEnd.JojaOnline
   |curse  = 867723
+
   |moddrop = 878236
   |moddrop = 771694
+
   |curse  = 870947
   |nexus  = 5263
+
   |nexus  = 7486
   |github  = spacechase0/StardewValleyMods
+
   |github  = Floogen/JojaOnline
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Joja's Dark Secret, Halloween Jam CSharp
 +
  |author  = sophiesalacia
 +
  |id      = sophie.HalloweenJamCSharp
 +
  |nexus  = 18927
 +
  |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass
+
   |name    = Joja's Hauntings
   |author  = Sonozuki
+
   |author  = MindMeltMax
   |id      = EpicBellyFlop45.MoreGrass
+
   |id      = MindMeltMax.HauntedJoja
   |nexus  = 5398
+
  |curse  = 997973
   |github  = Sonozuki/StardewMods
+
   |nexus  = 7014
 +
  |moddrop = 1135684
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass on the Beach
+
   |name    = Joys of Efficiency
   |author  = Angela Ranna
+
   |author  = punyo, yakminepunyo
   |id      = AngelaRanna.MoreGrassOnTheBeach
+
   |id      = punyo.JoysOfEfficiency
   |nexus  = 8117
+
   |nexus  = 2162
   |github  =
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass Starters
+
   |name    = Json Assets
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.MoreGrassStarters
+
   |id      = spacechase0.JsonAssets
   |curse  = 867750
+
   |curse  = 867749
   |moddrop = 313307
+
   |moddrop = 399895
   |nexus  = 1702
+
   |nexus  = 1720
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Health
+
   |name    = Json Processor
   |author  = j4c0b333
+
   |author  = Jamie Taylor
   |id      = j4c0b333.Morehealth
+
   |id      = jltaylor-us.JsonProcessor
   |nexus  = 4053
+
   |nexus  = 13183
   |github  =
+
   |github  = jltaylor-us/StardewJsonProcessor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Key Binding
+
   |name    = Json Shuffle
   |author  = SorryLate, rharyanto
+
   |author  = spacechase0
   |id      = SorryLate.MoreKeybinding
+
   |id      = spacechase0.JsonShuffle
   |nexus  = 5290
+
   |nexus  = 21513
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Lively Sewer Overhaul, Aimon's More Lively Sewer Overhaul Patches
+
   |name    = Jump Down the Mine
   |author  = Aimon111
+
   |author  = flowoeB
   |id      = AimonsMoreLivelySewerOverhaulPatches
+
   |id      = flowoeB.JumpDownTheMine
   |nexus  = 19405
+
   |nexus  = 8357
   |github  = SimonK1122/More-Lively-Sewer-Overhaul-code-patches
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Jump Over
 +
  |author  = spacechase0
 +
  |id      = spacechase0.JumpOver
 +
  |curse  = 867746
 +
  |moddrop = 384782
 +
  |nexus  = 1844
 +
  |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Mine Ladders
+
   |name    = Junimatic
   |author  = JadeTheavas
+
   |author  = NermNermNerm
   |id      = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
+
   |id      = NermNermNerm.Junimatic
   |nexus  = 2105
+
   |nexus  = 22672
   |github  = JadeTheavas/MoreMineLadders
+
   |github  = NermNermNerm/Junimatic
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Multiplayer Info
+
   |name    = Junimo Beacon
   |author  = cheesysteak
+
   |author  = Achtuur
   |id      = cheesysteak.moremultiplayerinfo
+
   |id      = Achtuur.JunimoBeacon
   |nexus  = 2173
+
   |nexus  = 17135
   |github  = cheesysteak/stardew-steak
+
   |github  = Achtuur/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Rain
+
   |name    = Junimo Boy
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Tyler Gibbs
   |id      = Omegasis.MoreRain
+
   |id      = tylergibbs2.JunimoBoy
   |nexus  = 441
+
   |nexus  = 14384
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = tylergibbs2/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Random Edition, Randomizer
+
   |name    = Junimo Cart More Score
   |author  = Chikakoo and doomdonuts, Chikakoo4
+
   |author  = yaxuan97
   |id      = Chikakoo.Randomizer
+
   |id      = yaxuan97.junimocartmorescore
   |nexus  = 5311
+
   |nexus  = 13644
   |github  = Chikakoo/stardew-valley-randomizer
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Rings
+
   |name    = Junimo Deposit Anywhere
   |author  = spacechase0
+
   |author  = Zoryn
   |id      = spacechase0.MoreRings
+
   |id      = Zoryn.JunimoDepositAnywhere
   |curse   = 867743
+
   |nexus   =
   |moddrop = 771616
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
  |nexus  = 2054
+
   |github  = Zoryn4163/SMAPI-Mods
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Sexy Dwarf
+
   |name    = Junimo Dialog
   |author  = CyberCheese
+
   |author  = ceruleandeep
   |id      = cybercheese.moresexydwarf
+
   |id      = ceruleandeep.junimodialog
   |nexus  = 4320
+
   |nexus  = 8937
   |github  =
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Silo Storage
+
   |name    = Junimo Farm
   |author  = OrneryWalrus
+
   |author  = Platonymous
   |id      = OrneryWalrus.MoreSiloStorage
+
   |id      = Platonymous.JunimoFarm
   |nexus  = 2587
+
   |nexus  = 984
   |github  =
+
   |github  = Platonymous/Stardew-Valley-Mods
   |broke in = Stardew Valley 1.3
+
 
   |status  = workaround
+
   |broke in = Stardew Valley 1.3
  |summary  = use [[#Silo Size|Silo Size]] instead.
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Slimes, More Monsters
+
   |name    = Junimo Hut Resize and Retexture, Junimo Hut Size
   |author  = Ded4lif
+
   |author  = Fernass354
   |id      = Ded4lif.MoreSlimes, Ded4lif.MoreMonsters<!--changed circa 1.6-->
+
   |id      = Fernass354.JunimoHutSize
   |nexus  = 7526
+
   |nexus  = 18457
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Weapons
+
   |name    = Junimo Kart Anywhere
   |author  = Joco80 & Sasara
+
   |author  = MartyrPher
   |id      = Joco80.MoreWeapons
+
   |id      = JunimoKartAnywhere
   |nexus  = 1168
+
   |nexus  = 4315
   |github  = Sasara2201/More-Weapons-SDV-Mod-
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Junimo Kart Cheater
 +
  |author  = ryaon
 +
  |id      = Ryaon.JunimoKartCheater
 +
  |nexus  = 5137
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MOTD Mod
+
   |name    = Junimo Kart Global Rankings
   |author  = thfr
+
   |author  = drbirbdev
   |id      = thfr.MOTDMod
+
   |id      = drbirbdev.JunimoKartGlobalRankings
   |nexus  = 3703
+
   |nexus  = 14856
   |github  = rfht/MOTDMod
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Motorcycle Mod, Moto Mod
+
   |name    = Junimo Kart Level Practice
   |author  = Akane
+
   |author  = BlaDe
   |id      = Akane.MotorcycleMod<!--changed in 1.0.2 re-release-->, Pathoschild.MotorcycleMod<!--changed in 1.0.2-->, Akane.MotoMod
+
   |id      = BlaDe.JunimoLevelPractice
   |nexus  = 10553
+
   |nexus  = 10056
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = mouahrara's Module Collection
+
   |name    = Junimo Kart Level Select
   |author  = mouahrara
+
   |author  = b1rdyw1rdy
   |id      = mouahrara.mouahrarasModuleCollection
+
   |id      = b1rdyw1rdy.JunimoKartLevelSelect
   |nexus  = 18973
+
   |nexus  = 25140
   |github  = mouahrara/mouahrarasModuleCollection
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mouse Move Mode, Right Click Move Mode
+
   |name    = Junimo Kart Prizes
   |author  = ylsama
+
   |author  = b1rdyw1rdy
   |id      = ylsama.MouseMoveMode<!--changed in 1.2.8-->, ylsama.RightClickMoveMode
+
   |id      = b1rdyw1rdy.JunimoKartPrizes
   |nexus  = 2614
+
   |nexus  = 25968
   |github  = ylsama/RightClickMoveMode
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moveable Mailbox
+
   |name    = Junimos Accept Cash
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.MoveableMailbox
+
   |id      = spacechase0.JunimosAcceptCash
   |nexus  = 7834
+
  |curse  = 867716
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 7437
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moveable Pet Bowl
+
   |name    = Junimo Studio, Music Blocks
   |author  = aedenthorn, Erinthe
+
   |author  = Becks723
   |id      = aedenthorn.MoveablePetBowl
+
   |id      = Becks723.JunimoStudio, Becks723.MusicBlocks<!--changed in 1.9.9-->
  |curse  = 868849
+
   |nexus  = 6971
   |nexus  = 8038
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Annoying Cursor
+
   |name    = Junimo Warp
   |author  = joljyo
+
   |author  = Shockah
   |id      = joljyo.MoveAnnoyingCursor
+
   |id      = Shockah.JunimoWarp
   |nexus  = 7378
+
   |nexus  = 15676
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Between Buildings
+
   |name    = Junk Mail
   |author  = Vilaboa
+
   |author  = Taskmaster
   |id      = Vilaboa.MoveBetweenBuildings
+
   |id      = Taskmaster.JunkMail
   |nexus  = 17391
+
   |nexus  = 4452
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Faster
+
   |name    = Just Relax
   |author  = Shuai Zhang
+
   |author  = Goldenrevolver
   |id      = shuaiz.MoveFasterMod
+
   |id      = Goldenrevolver.JustRelax
   |nexus  = 1351
+
   |nexus  = 7770
   |github  = hcoona/StardewValleyMods
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |broke in = Stardew Valley 1.2?
 
  |status  = workaround
 
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Greenhouse Plot
+
   |name    = Just Sleep In
   |author  = aedenthorn, Erinthe
+
   |author  = Rifleman
   |id      = aedenthorn.MoveGreenhousePlot
+
   |id      = Rifleman.JustSleepIn
   |nexus  = 13589
+
   |nexus  = 11286
   |github  = aedenthorn/StardewValleyMods
+
   |github  = 9Rifleman/JustSleepIn
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Move It
 
  |author  = aedenthorn, Erinthe
 
  |id      = aedenthorn.MoveIt
 
  |nexus  = 15163
 
  |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movement Mod, Movement Modifier
+
   |name    = Kamikaze
   |author  = Zoryn
+
   |author  = aurnj, Roy Li
   |id      = Zoryn.MovementModifier
+
   |id      = RuyiLi.Kamikaze
 
   |nexus  =
 
   |nexus  =
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |url    = https://community.playstarbound.com/threads/kamikaze-mod.129126
   |github  = Zoryn4163/SMAPI-Mods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movement Speed
+
   |name    = Kawakami - Healer NPC
   |author  = bcmpinc
+
   |author  = Gorzalt and Flerfarvet
   |id      = bcmpinc.MovementSpeed
+
   |id      = gorzalt.kawakami
   |nexus  = 2736
+
   |nexus  = 2549
   |github  = bcmpinc/StardewHack
+
   |github  = Gorzalt/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movie Theatre Tweaks
+
   |name    = Kedi's Furniture Tweaks, (C#) Furniture Tweaks
   |author  = aedenthorn, Erinthe
+
   |author  = KediDili
   |id      = aedenthorn.MovieTheatreTweaks
+
   |id      = KediDili.FurnitureTweaks.DLL
  |curse  = 868672
+
   |nexus  = 19375
   |nexus  = 16395
+
   |github  = KediDili/FurnitureTweaks
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mr. Pam - Snorlax Mechanics
+
   |name    = Kedi's NPC Utilities
   |author  = daleonar
+
   |author  = KediDili
   |id      = daleonar.Snorlax
+
   |id      = KediDili.KNU
   |nexus  = 16194
+
   |nexus  = 17884
   |github  =
+
   |github  = KediDili/NPCUtilities
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Muffin Core
+
   |name    = Keep Partners, Keep Your Partners
   |author  = Kabi-chan
+
   |author  = EssGee, SG
   |id      = kabi-chan.MuffinCore
+
   |id      = SG.Partners
   |nexus  = 8070
+
   |nexus  = 5625
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Fertilizer
+
   |name    = KeyBind UI
   |author  = spacechase0
+
   |author  = Enaium
   |id      = spacechase0.MultiFertilizer
+
   |id      = Enaium.KeyBindUI
   |curse  = 867717
+
   |curse  = 538001
   |nexus  = 7436
+
  |moddrop = 1036920
   |github  = spacechase0/StardewValleyMods
+
   |nexus  =
 
+
   |github  = Enaium-StardewValleyMods/KeyBindUI
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Backpacks
+
   |name    = Keyboard Mod Menu
   |author  = skiilaa
+
   |author  = Shadowfoxss
   |id      = skiilaa.MultiplayerBackpacks
+
   |id      = Shadowfoxss.KeyboardModMenu
   |nexus  = 2282
+
   |nexus  = 3147
 +
  |curse  = 308891
 
   |github  =
 
   |github  =
  
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Exp Share, Multiplayer Exp Sharing
+
   |name    = Key Suppressor
   |author  = Achtuur
+
   |author  = Deflaktor
   |id      = Achtuur.MultiplayerExpShare
+
   |id      = Deflaktor.KeySuppressor
   |nexus  = 16891
+
   |nexus  = 9295
   |github  = Achtuur/StardewMods
+
   |github  = Deflaktor/KeySuppressor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Horse Reskin
+
   |name    = Kisekae
   |author  = delphinwave
+
   |author  = Kabigon
   |id      = DelphinWave.MultiplayerHorseReskin
+
   |id      = Kabigon.kisekae
   |nexus  = 7681
+
   |nexus  = 2348
   |github  =
+
   |github  = KabigonFirst/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Multiplayer Hub
+
   |name    = Kiss Krobus
   |author  = Alberto Moreira Luiz
+
   |author  = EnanoForro
   |id      = AlbertoMoreiraLuiz.MultiplayerHub
+
   |id      = EnanoForro.KissKrobus
   |nexus  = 9672
+
   |nexus  = 25234
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Idle
+
   |name    = KivoValley Pets, KivoValley Sounds Lib
   |author  = DoubleZ
+
   |author  = ST, Trans1st0r
   |id      = DoubleZ.MultiplayerIdle
+
   |id      = ST.KivoValley.SoundsLib
   |nexus  = 3765
+
   |nexus  = 25705
   |github  = SourceZh/MultiplayerIdle
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Info
+
   |name    = Kokoro, Kokoro - Shockah's Core Mod
   |author  = MindMeltMax
+
   |author  = Shockah
   |id      = MindMeltMax.MPInfo
+
   |id      = Shockah.Kokoro
  |moddrop = 1302776
+
   |nexus  = 15682
   |nexus  = 15155
+
   |github  = Shockah/Stardew-Valley-Mods
   |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    = Krobus Roommate Shop
   |author  = Scayze
+
   |author  = aedenthorn, Erinthe
   |id      = scayze.MultiplayerPrairieKing
+
   |id      = aedenthorn.KrobusRoommateStore
   |nexus  = 16030
+
  |curse  = 868741
   |github  = scayze/multiprairie
+
   |nexus  = 13131
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Mod
+
   |name    = Krobus Sells Larger Stacks
   |author  = Tran Minh Thong
+
   |author  = Annosz
   |id      = multiplayer.mod
+
   |id      = Annosz.KrobusSellsLargerStacks
   |nexus  = 16582
+
   |nexus  = 5993
   |github  = TMThong/Stardew-Mods
+
   |github  = Annosz/StardewValleyModding
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Mod Checker
+
   |name    = Labeling
   |author  = Cherry, CherryChain
+
   |author  = Enaium
   |id      = Cherry.MultiplayerModChecker
+
   |id      = Enaium.Labeling
   |nexus  = 6609
+
  |curse  = 443134
   |github  = ChroniclerCherry/stardew-valley-mods
+
  |moddrop = 906932
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/Labeling
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Speech Bubbles
+
   |name    = Ladder and Snow Yam Tip
   |author  = Kalthramis
+
   |author  = WhiteMind
   |id      = Kalthramis.MPSpeechBubbles
+
   |id      = WhiteMind.LAST
   |nexus  = 2192
+
   |nexus  = 1906
 
   |github  =
 
   |github  =
  |source  = https://github.com/Kalthramis/StardewValley/tree/MPSpeechBubbles
 
  
  |dev note = source in separate Git branch; GitHub repo outdated (see issue #11)
+
   |broke in = Stardew Valley 1.3
 
 
   |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    = Ladder Light
   |author  = lolmaj
+
   |author  = Tocseoj
   |id      = lolmaj.MultiplayerTime
+
   |id      = Tocseoj.LadderLight
   |nexus   = 2543
+
   |moddrop = 1549539
   |github  = MaciejMarkuszewski/StardewValleyMod
+
  |curse   = 1003314
 
+
   |nexus  = 22052
   |beta broke in = Stardew Valley 1.6
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Floor Farmhouse
+
   |name    = Ladder Locator
   |author  = aedenthorn, Erinthe
+
   |author  = ChaosEnergy
   |id      = aedenthorn.MultiStoryFarmhouse
+
   |id      = ChaosEnergy.LadderLocator
   |nexus  = 8077
+
  |curse  = 989910
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 3094
 
+
   |github  = yuri-moens/LadderLocator
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Gifts for Spouses
+
   |name    = Land Grants, Land Grants - Unlimited Players and Farms in Multiplayer
   |author  = Redwood
+
   |author  = Platonymous
   |id      = Redwood.MultipleGiftsForSpouse
+
   |id      = Platonymous.LandGrants
   |nexus  = 2910
+
  |curse  = 877222
   |github  = EKomperud/StardewMods
+
  |moddrop = 1521380
 +
   |nexus  = 15855
 +
   |github  =
  
   |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    = Last Day to Plant
   |author  = PeacefulEnd
+
   |author  = dmcrider57
   |id      = PeacefulEnd.MultipleMiniObelisks
+
   |id      = com.dayloncrider.stardewvalley.lastdaytoplant
   |nexus  = 7900
+
   |nexus  = 7917
   |github  = Floogen/MultipleMiniObelisks
+
   |github  = dmcrider/LastDayToPlant
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Spouse Dialogs
+
   |name    = Last Day to Plant Redux
   |author  = ceruleandeep
+
   |author  = atravita
   |id      = ceruleandeep.multiplespousedialogs
+
   |id      = atravita.LastDayToPlantRedux
   |nexus  = 8711
+
  |curse  = 870965
   |github  = ceruleandeep/CeruleanStardewMods
+
  |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    = Multiple Sprites and Portraits On Rotation, File Loading
+
   |name    = Lasting Conversation Topics
   |author  = SlyMerc
+
   |author  = sophiesalacia
   |id      = FileLoading
+
   |id      = sophie.LastingConversationTopics<!--changed in 0.3.0-->, sophie.LastingCTs
   |nexus  = 1094
+
   |nexus  = 14377
   |github  =
+
   |github  = sophiesalacia/StardewMods
 
 
  |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    = Lavapulse's New Chickens and Eggs, Lavapulse Chickens
   |author  = aedenthorn, Erinthe
+
   |author  = Lavapulse
   |id      = aedenthorn.MultiSave
+
   |id      = Lavapulse.LavapulseChickens
   |nexus  = 15402
+
   |nexus  = 4821
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multitool
+
   |name    = Lazy Farmer
   |author  = Miome
+
   |author  = LazyGamer
   |id      = miome.MultiToolMod
+
   |id      = LazyGamer.LazyFarmer
   |nexus  = 2546
+
   |nexus  = 26294
   |github  = miome/MultitoolMod
+
   |github  = setsevireon/LazyFarmer
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi-User Chests
+
   |name    = Lazy Mod
   |author  = MindMeltMax
+
   |author  = weizinai
   |id      = MindMeltMax.MUC
+
   |id      = weizinai.LazyMod
   |nexus  = 9856
+
   |nexus  = 22826
  |moddrop = 1135731
+
   |github  = weizinai/StardewValleyMods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Yield Crops
+
   |name    = Leaderboard Library
   |author  = Cherry, CherryChain
+
   |author  = drbirbdev
   |id      = Cherry.MultiYieldCrops
+
   |id      = drbirbdev.LeaderboardLibrary
   |nexus  = 6069
+
   |nexus  = 15102
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Yield Crops and Deluxe Grabber Redux Compatibility Patch, MYC-DGR Compatibility Patch
+
   |name    = Leah Cabin Music Fix
   |author  = Jacque Pott
+
   |author  = Huanir
   |id      = JacquePott.MYCDGRPatch
+
   |id      = Huanir.LeahCabinMusicFix
   |nexus  = 14023
+
   |nexus  = 2653
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Deluxe Grabber Redux-->
+
   |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Leave the Mine
 +
  |author  = Kangzoel
 +
  |id      = Kangzoel.LeaveTheMine
 +
  |nexus  = 11823
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murdercrows
+
   |name    = Lefty Mode
   |author  = aedenthorn, Erinthe
+
   |author  = Max Vollmer, SVProtector
   |id      = aedenthorn.Murdercrows
+
   |id      = maxvollmer.leftymode
   |nexus  = 6615
+
   |nexus  = 6199
   |github  = aedenthorn/StardewValleyMods
+
   |github  = maxvollmer/LeftyMode
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murder Drone, Personal Combat Drone
+
   |name    = Legendary Fish Pond Framework
   |author  = cotboy
+
   |author  = sharpskull2
   |id      = cambam.MURDERDRONE
+
   |id      = sharpskull2.LegendaryFishPondFramework
   |nexus  = 4507
+
   |nexus  = 14637
   |github  = camcamcamcam/murderdrone
+
   |github  =
 
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-104637
 
  |unofficial version = 0.0.7-unofficial.5-prism99
 
 
 
  |summary  = use [[#Personal Combat Drone Redux|Personal Combat Drone Redux]] instead to Murder Drone.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murder Mod
+
   |name    = Lenient Window Resize
   |author  = Aren, Aren Desai
+
   |author  = DeLiXx
   |id      = Aren.MurderMod
+
   |id      = DeLiXx.Lenient_Window_Resize
   |nexus  = 17470
+
  |curse  = 990483
   |github  = ArenKDesai/Murder-Mod
+
   |nexus  = 12305
 
+
   |github  =
   |beta broke in = Stardew Valley 1.6
+
   |source  = https://gitlab.com/delixx/stardew-valley/lenient-window-resize
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Museum Store
+
   |name    = Less Mini Shipping Bin
 
   |author  = atravita
 
   |author  = atravita
   |id      = atravita.MuseumRewardsIn<!--since 0.2.0-->, atravita.MuseumStore
+
   |id      = atravita.LessMiniShippingBin
   |curse  = 870973
+
   |curse  = 870982
   |moddrop = 1187402
+
   |nexus  = 10959
   |nexus  = 12598
+
   |moddrop = 1102538
 
   |github  = atravita-mods/StardewMods
 
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Cursors
+
   |name    = Less Strict Over-Exertion, AntiExhaustion
   |author  = Expl0
+
   |author  = Permamiss
   |id      = Expl0.MushroomCursors
+
   |id      = BALANCEMOD_AntiExhaustion
   |nexus  = 12594
+
   |nexus  = 637
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Levels
+
   |name    = Let Me Hatch This Egg
   |author  = Eireon, Ben Patterson
+
   |author  = MikeW
   |id      = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
+
   |id      = Mikew.letmehatchthisegg.smapi
   |nexus  = 2818
+
   |nexus  = 25175
   |github  = benrpatterson/MushroomLevels
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Level Tip
+
   |name    = Let Me Rest!
   |author  = WhiteMind
+
   |author  = Ophaneom
   |id      = WhiteMind.MLT
+
   |id      = Ophaneom.LetMeRest
   |nexus  = 1894
+
   |nexus  = 8205
 +
  |github  = Ophaneom/Let-Me-Rest
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Let Me Shop
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.LetMeShop
 +
  |moddrop = 1443554
 +
  |nexus  = 16738
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = Use [[#Almanac|Almanac]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Propagator Automation
+
   |name    = Let's Move It
   |author  = blueberry and Oddshot
+
   |author  = Exblosis
   |id      = blueberry.BlueberryMushroomAutomation
+
   |id      = Exblosis.LetsMoveIt
   |nexus  = 4637
+
   |nexus  = 20943
   |github  = b-b-blueberry/BlueberryMushroomMachine
+
   |github  = Exblosis/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mushroom Propagator Automation-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Propagator - Grow More Mushrooms
+
   |name    = Let's Start With Fishing
   |author  = blueberry, blueberry and Oddshot
+
   |author  = MedievalAI
   |id      = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
+
   |id      = MedievalAI.LetsStartWithFishing
   |nexus  = 4637
+
   |nexus  = 19107
   |github  = b-b-blueberry/BlueberryMushroomMachine
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--retest linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Rancher
+
   |name    = Level Extender
   |author  = Goldenrevolver
+
   |author  = unidarkshin, Devin Lematty
   |id      = Goldenrevolver.MushroomRancher
+
   |id      = Devin_Lematty.Level_Extender, DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.5, 1.3-->
   |nexus  = 10978
+
   |nexus  = 1471
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Musical Cellar
+
   |name    = Level Forever
   |author  = Lis
+
   |author  = GoldstoneBosonMeadows, Parakee
   |id      = Lis.MusicalCellar
+
   |id      = GoldstoneBosonMeadows.LevelForever
   |nexus  = 7626
+
   |nexus  = 22920
   |github  = lisamreynolds/MusicalCellar
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Musical Paths
+
   |name    = Leveling Adjustment
   |author  = aedenthorn, Erinthe
+
   |author  = jahangmar
   |id      = aedenthorn.MusicalPaths
+
   |id      = jahangmar.LevelingAdjustment
   |nexus  = 13197
+
   |nexus  = 4689
   |github  = aedenthorn/StardewValleyMods
+
   |github  = jahangmar/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = My Money
+
   |name    = Level Up Notifications
   |author  = Marcos Brendon
+
   |author  = kd8lvt
   |id      = marcos.mymoney
+
   |id      = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
   |nexus  = 6736
+
   |nexus  = 855
 +
  |curse  = 300715
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mystical Buildings
+
   |name    = LewdDew Valley, LewdDew_Valley_helper2
   |author  = PeacefulEnd
+
   |author  = shurmash
   |id      = PeacefulEnd.MysticalBuildings
+
   |id      = shurmash.LewdDew_Valley_helper
   |nexus  = 12312
+
   |nexus  = 7222
   |github  = Floogen/MysticalBuildings
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Name Tags
+
   |name    = Lewd Leah
   |author  = Enaium
+
   |author  = prowlingDemon, unknownDev
   |id      = Enaium.NameTags
+
   |id      = prowlingDemon.LewdLeah, unknownDev.lewdLeah<!--changed in 1.2.1-->
   |curse   = 436816
+
   |nexus   = 4402
   |moddrop = 877767
+
   |github  =
  |nexus  =
+
 
   |github  = Enaium-StardewValleyMods/NameTags
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Napalm Mummies
+
   |name    = Light Mod
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.NapalmMummies
+
   |id      = aedenthorn.LightMod
   |nexus  = 15933
+
  |curse  = 868708
 +
   |nexus  = 14387
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Light Switch
 +
  |author  = holythesea
 +
  |id      = holythesea.LightSwitch
 +
  |nexus  = 15683
 +
  |github  = holy-the-sea/LightSwitch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nature Strikes Back
+
   |name    = Like a Duck to Water
   |author  = Clumsy Jackdaw
+
   |author  = aedenthorn, Erinthe
   |id      = ClumsyJackdaw.NatureStrikesBack
+
   |id      = aedenthorn.LikeADuckToWater
   |nexus  = 19771
+
  |curse  = 868676
   |github  = clumsyjackdaw/StardewValley_NatureStrikesBack
+
   |nexus  = 15860
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |name    = Like a Duck to Water Continued
 +
  |author  = aedenthorn and tem696969696969, Erinthe
 +
  |id      = tem696969696969.LikeADuckToWater
 +
  |nexus  = 21285
 +
  |github  = kqrse/StardewValleyMods-aedenthorn
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Neat Additions
+
   |name    = Limited Campfire Cooking
   |author  = Ilyaki
+
   |author  = Cherry, CherryChain
   |id      = ilyaki.neatadditions
+
   |id      = Cherry.LimitedCampfireCooking
   |nexus  = 2648
+
   |nexus  = 4971
   |github  = Ilyaki/NeatAdditions
+
   |moddrop = 716383
 
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Network Optimizer
+
   |name    = Limited Regrowable Crop Harvests
   |author  = Ilyaki
+
   |author  = Adradis
   |id      = Ilyaki.NetworkOptimizer
+
   |id      = Adradis.LimitedHarvests
   |nexus  = 3021
+
   |nexus  = 24623
   |github  = Ilyaki/NetworkOptimizer
+
   |github  = Adradis/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Never Ending Adventure - NPC Mateo<!--Nexus-->, Never Ending Adventure - Code<!--manifest-->
+
   |name    = Line Sprinklers
  |author  = DestyNova
+
  |author  = nanzington<!--since 1.4.0-->, Hootless
  |id      = DestyNova.NEACode
+
  |id      = nanz.LineSprinklers<!--since 1.4.0-->, hootless.LineSprinklers
   |nexus  = 12369
+
   |nexus  = 2917
   |github  =
+
   |github  = hootless/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest after Dynamic Game Assets-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Line Sprinklers Redux (1.6 Compatible)
 +
  |author  = rtrox, Swyytch
 +
  |id      = rtrox.LineSprinklersRedux
 +
  |nexus  = 23895
 +
  |github  = rtrox/LineSprinklersRedux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Clothes Every Day
+
   |name    = Linus Mod
   |author  = Vrakyas
+
   |author  = tomii
   |id      = Vrakyas.NewClothesEveryDay
+
   |id      = tomii.LinusMod
   |nexus  = 4030
+
   |nexus  = 11637
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Game on Launch
+
   |name    = Literally Can't Even
   |author  = Nobbele
+
   |author  = spacechase0
   |id      = Nobbele.NewGameOnLaunch
+
   |id      = spacechase0.LiterallyCantEven
   |nexus  = 2654
+
  |curse  = 867137
   |github  = 4ppleCracker/NewGameOnLaunch
+
   |nexus  = 14262
 +
   |github  = spacechase0/StardewValleyMods
  
   |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    = Little NPCs
   |author  = Spacechase0
+
   |author  = Candidus42
   |id      = Spacechase0.NewGamePlus
+
   |id      = Candidus42.LittleNPCs
   |nexus  = 10786
+
   |nexus  = 15152
   |github  = spacechase0/StardewValleyMods
+
   |github  = mus-candidus/LittleNPCs
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Live Progress Bar
 +
  |author  = Tyler Gibbs
 +
  |id      = tylergibbs2.liveprogressbar
 +
  |nexus  = 7330
 +
  |github  = tylergibbs2/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Machines
+
   |name    = Livestock Choices
   |author  = Igorious
+
   |author  = aedenthorn, Erinthe
   |id      = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
+
   |id      = aedenthorn.LivestockChoices
   |nexus   =
+
   |curse   = 868766
   |chucklefish = 3683
+
   |nexus  = 11551
   |github  = Igorious/StardevValleyNewMachinesMod
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Producer Framework Mod|Producer Framework Mod]] instead.
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
+
   |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    = New Years Eve → Fireworks
+
   |name    = Loan Mod
   |author  = sophiesalacia
+
   |author  = Doomnik
   |id      = sophie.Fireworks
+
   |id      = Doomnik.LoanMod
   |nexus  = 15277
+
   |nexus  = 3882
   |github  = sophiesalacia/StardewMods
+
   |github  = legovader09/SDVLoanMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nexus Mods Button
+
   |name    = Lober Cat
   |author  = Pickysaurus
+
   |author  = codyflagstaff
   |id      = Pickysaurus.NexusModsButton
+
   |id      = codyflagstaff.lobercat
   |nexus  = 12969
+
   |nexus  = 8219
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nice Messages
+
   |name    = Location and Music Logger
   |author  = Nori, seaweednori
+
   |author  = Brandy Lover, WDavi
   |id      = nori.NiceMessages
+
   |id      = Brandy Lover.LMlog
   |nexus  = 6160
+
   |nexus  = 1366
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Event Chance Tweak
+
   |name    = Location Compass
   |author  = aedenthorn, Erinthe
+
   |author  = Bouhm and Pathoschild
   |id      = aedenthorn.NightEventChanceTweak
+
   |id      = Bouhm.LocationCompass
   |nexus  = 10633
+
   |nexus  = 3045
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Bouhm/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name     = Night Owl
+
   |name   = Lockable Things
   |author   = Omegasis, Alpha_Omegasis
+
   |author = ThisIsCad
   |id       = Omegasis.NightOwl
+
   |id     = ThisIsCad.LockableThings
   |nexus   = 433
+
   |nexus   = 26281
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = brandonwamboldt/LockableThings
  |warnings = affected by Vortex mod manager bug; use {{Nexus mod|19291|Night Owl Repacked}} if you use Vortex.
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Shift
+
   |name    = Locked Chests
   |author  = SevenChords
+
   |author  = MindMeltMax
   |id      = SevenChords.Night_Shift
+
   |id      = MindMeltMax.LockedChests
   |nexus  = 15345
+
  |curse  = 1004481
   |github  =
+
  |moddrop = 1179603
 +
   |nexus  = 12452
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Time Sound Notifications, Time Notif
+
   |name    = Locked Crab Pots
   |author  = CarelessImm0rtal and StultusVMods, Careless_Imm0rtal
+
   |author  = nini700
   |id      = Careless_Imm0rtal.Time_Notif.
+
   |id      = nini700.LockedCrabPot
   |nexus  = 19651
+
   |nexus  = 4461
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Blink
+
   |name    = Locked Maps
   |author  = Mr Tea, MrTea
+
   |author  = Edu Anttunes
   |id      = MrTea.NoBlink
+
   |id      = LockedMaps
   |nexus  = 17220
+
   |nexus  = 10089
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Noclip Mode
+
   |name    = Lock Hotbar Items
   |author  = Pathoschild
+
   |author  = Falson
   |id      = Pathoschild.NoclipMode
+
   |id      = Falson.LockHotbarItems
   |nexus  = 3900
+
   |moddrop = 1573213
   |moddrop = 691002
+
   |nexus  = 23702
   |github  = Pathoschild/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Cooties
+
   |name    = Lockpicks
   |author  = ceruleandeep
+
   |author  = bwdy
   |id      = ceruleandeep.NoCooties
+
   |id      = bwdy.lockpicks
   |nexus  = 9000
+
   |nexus  = 3521
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = bwdymods/SDV-Lockpicks
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Crows
+
   |name    = Log Menu
   |author  = CatCattyCat, Cat
+
   |author  = JareBear
   |id      = cat.nocrows
+
   |id      = JareBear.LogMenu
   |nexus  = 1682
+
   |nexus  = 19919
  |moddrop = 833543
+
   |github  = jaredtjahjadi/LogMenu
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Debris Weather
+
   |name    = Log Spam Filter
   |author  = Underscore76
+
   |author  = aedenthorn, Erinthe
   |id      = underscore.nodebris
+
   |id      = aedenthorn.LogSpamFilter
   |nexus  = 19699
+
  |curse  = 868783
   |github  = Underscore76/NoDebrisWeather
+
   |nexus  = 11252
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Fall Damage, Remove Fall Damage from Mineshafts
+
   |name    = Longer Days
   |author  = Kryspur
+
   |author  = Stuyk
   |id      = Kryspur.NoFallDamage
+
   |id      = Stuyk.LongerDays
   |nexus  = 17749
+
   |nexus  = 19027
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Fence Decay
+
   |name    = Longer Fence Life
   |author  = CatCattyCat, Cat
+
   |author  = NormanPCN
   |id      = cat.nofencedecay
+
   |id      = NormanPCN.LongerFenceLife
   |nexus  = 1180
+
   |nexus  = 10498
  |moddrop = 833537
+
   |github  = NormanPCN/StardewValleyMods
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Festival Timer
+
   |name    = Longer Lasting Lures
   |author  = mistyspring
+
   |author  = Caraxian
   |id      = mistyspring.nofestivaltimer
+
   |id      = caraxian.LongerLastingLures
   |nexus  = 20077
+
   |nexus  = 2510
   |github  =
+
   |github  = Caraxi/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Friendship Decay
+
   |name    = Longer Seasons
   |author  = hitachihex
+
   |author  = aedenthorn, Erinthe
   |id      = hitachihex.NoFriendshipDecay
+
   |id      = aedenthorn.LongerSeasons
   |nexus   =
+
   |curse   = 868830
   |url    = https://community.playstarbound.com/threads/no-friendship-decay.108278/
+
   |nexus  = 10108
   |source = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
   |summary  = use [[#Longer Seasons - Continued|Longer Seasons - Continued]] instead.
<!--
+
}}
   |unofficial version = 1.1.2-unofficial.1-f4ith
+
{{#invoke:SMAPI compatibility|entry
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
+
  |name    = Longer Seasons - Continued
-->
+
  |author  = aedenthorn and FlyingTNT
 +
   |id      = FlyingTNT.LongerSeasons
 +
  |nexus  = 25164
 +
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Hat Treasure in Skull Cave<!--manifest-->, No Hats in Skull Cavern Treasure Chest<!--Nexus-->
+
   |name    = Longevity
   |author  = Kumagabear
+
   |author  = RTGOAT
   |id      = Kumagabear.NoHatTreasureSkull
+
   |id      = RTGOAT.Longevity
   |nexus  = 19655
+
   |nexus  = 649
   |github  = DotSharkTeeth/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Kids Ever
+
   |name    = Looking for Love REDUX
   |author  = Hangy
+
   |author  = mushroomhash
   |id      = Hangy.NoKidsEver
+
   |id      = mush.loveydovey
   |nexus  = 1464
+
   |nexus  = 21370
  |github  = L3thal1ty/No-Kids-Ever
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Kimchi
+
   |name    = Look to the Sky
   |author  = jaeha, qpqpqp121
+
   |author  = drbirbdev
   |id      = jaeha.No_Kimchi
+
   |id      = drbirbdev.LookToTheSky
   |nexus  = 5043
+
   |nexus  = 15262
   |github  =
+
   |github  = drbirbdev/StardewValley
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Mine Exit Dialogue, No Exit Mine Confirmation Dialogue
+
   |name    = Lookup Anything
   |author  = Riverbankboy, The_UltimateNuke
+
   |author  = Pathoschild
   |id      = theultimatenuke.testmod
+
   |id      = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
   |nexus  = 17965
+
  |curse  = 992793
   |github  = TheUltimateNuke/StardewValleyMods
+
   |nexus  = 541
 +
  |moddrop = 606605
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Mine Flyers Redux
+
   |name    = Loon Calls
   |author  = minervamaga
+
   |author  = Graham Nelson
   |id      = minervamaga.NoMineFlyersRedux
+
   |id      = GrahamNelson.LoonCallsMod
   |nexus  =
+
   |nexus  = 27045
  |moddrop = 631110
+
   |github  = Graham-Nelson73/LoonCallsMod
   |github  = minervamaga/NoMineFlyersRedux
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Accidental Exhaustion, Exhaustion Protection
+
   |name    = Loose Audio Files
   |author  = Guedez
+
   |author  = aedenthorn, Erinthe
   |id      = exhaustion.protection
+
   |id      = aedenthorn.LooseAudioFiles
   |nexus   = 5113
+
   |curse   = 868902
   |moddrop = 707180
+
   |nexus  = 5999
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Random Mine Flyers
+
   |name    = Lore-Friendly JojaMart Prices
   |author  = Drynwynn, thepaladinknight
+
   |author  = Huanir
   |id      = Drynwynn.NoAddedFlyingMineMonsters
+
   |id      = Huanir.LoreFriendlyJojaPrices
   |nexus  = 2528
+
   |nexus  = 2658
   |github  = Drynwynn/StardewValleyMods
+
   |github  =
  
   |broke in = SMAPI 2.8
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#No Mine Flyers Redux|No Mine Flyers Redux]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Non Destructive NPCs
+
   |name    = Lost Book Menu
   |author  = MadaraUchiha
+
   |author  = bungus
   |id      = MadaraUchiha.NonDestructiveNPCs
+
   |id      = bungus.LostBookMenu
   |nexus  = 5176
+
   |nexus  = 20301
   |github  = MadaraUchiha/NonDestructiveNPCs
+
   |github  = BussinBungus/BungusSDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Non-Random Prairie King
+
   |name    = Lost Woods
   |author  = aedenthorn, Erinthe
+
   |author  = Raik, Raik167, YousernameZo
  |id      = aedenthorn.NonRandomPrairieKing
+
   |id      = raik.testmod
  |nexus  = 6509
+
   |nexus  = 6291
  |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = No Pause When Inactive - Global
 
  |author  = Neko Boi Nick
 
  |id      = NekoBoiNick.NoPauseWhenInactiveGlobal
 
  |nexus  = 19250
 
  |github  = thakyZ/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = No Poverty by Disconnect
 
  |author  = Slumber
 
   |id      = SlumbR.NoPovertyByDisconnect
 
   |nexus  = 11529
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Quarry
+
   |name    = Louis's Garage and Renault 5 Expansion
   |author  = mlambley
+
   |author  = XxHarvzBackxX and Yri and Kaystar
   |id      = mlambley.NoQuarry
+
   |id      = R5.DLL
   |nexus  = 19410
+
   |nexus  = 24687
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Normalize AI for Inworld AI Mod, Normalize AI
+
   |name    = Love Bubbles
   |author  = Platonymous
+
   |author  = SteelixLeiter, Don Collins
   |id      = Platonymous.NormalizeAI
+
   |id      = LoveBubbles
  |moddrop = 1521423
+
   |nexus  = 1318
   |nexus  = 19334
+
   |github  = doncollins/StardewValleyMods
   |github  =
 
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in = Stardew Valley 1.3
   |beta broke in = Stardew Valley 1.6
+
  |status  = workaround
 +
   |summary  = use [[#Better Ranching|Better Ranching]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Rumble Horse
+
   |name    = Loved Labels
   |author  = Xangria
+
   |author  = Advize and Jinxiewinxie
   |id      = Xangria.NoRumbleHorse
+
   |id      = Advize.LovedLabels
   |nexus  = 1779
+
   |nexus  = 279
   |github  =
+
   |github  = AdvizeGH/LovedLabels
  
 
   |broke in = Stardew Valley 1.3.29
 
   |broke in = Stardew Valley 1.3.29
   |status  = workaround
+
<!--
   |summary  = use [[#Updated No Rumble Horse|Updated No Rumble Horse]] instead.
+
   |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    = No Seeds
+
   |name    = Loved Labels Redux
   |author  = lech43
+
   |author  = thespbgamer
   |id      = lech43.NoSeeds
+
   |id      = thespbgamer.LovedLabelsRedux
   |nexus  = 6392
+
   |nexus  = 8880
   |github  =
+
   |curse  = 834387
 
+
   |github  = thespbgamer/LovedLabelsRedux
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay
+
   |name    = Love Festival
   |author  = ThatNorthernMonkey
+
   |author  = AvalonMFX
   |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
+
   |id      = AvalonMFX.LoveFestival
   |nexus   = 237
+
   |curse   = 1016375
   |github  = ThatNorthernMonkey/NoSoilDecay
+
   |nexus   = 17819
 
+
   |github =
  |broke in = Stardew Valley 1.2
 
  |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    = Low Health Warning
   |author  = A_Dude
+
   |author  = NMVH5
   |id      = A_Dude.NoSoilDecayOnFarm
+
   |id      = nmvh5.LowHealthWarning
   |nexus  = 8071
+
   |nexus  = 8326
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay Redux
+
   |name    = Luckier Mod, Luciker Mod
   |author  = Platonymous
+
   |author  = Justin Song
   |id      = Platonymous.NoSoilDecayRedux
+
   |id      = JustinSong.LucikerMood
  |curse  = 307727
+
   |nexus  = 27250
  |moddrop = 793930
 
  |nexus  = 1084
 
  |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |broke in = Stardew Valley 1.5<!--@retest-linked-->
 
  |status  = workaround
 
  |summary  = use [[#No Soil Decay On Farm|No Soil Decay On Farm]] instead.
 
 
 
  |beta status = ok
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Note Blocks
 
  |author  = Yaramy
 
  |id      = yaramy.noteblocks
 
   |nexus  = 6646
 
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Not Far From The Tree
+
   |name    = Luck Skill
   |author  = TheElm
+
   |author  = spacechase0
   |id      = TheElm.NotFarFromTheTree
+
   |id      = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
   |nexus   = 4739
+
   |curse   = 867393
   |github  = GStefanowich/SDV-NFFTT
+
   |moddrop = 127279
 
+
  |nexus  = 521
   |beta broke in = Stardew Valley 1.6
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Thunder Sound
+
   |name    = Lucky Block, Random Block
   |author  = Sto13
+
   |author  = elthisboy
   |id      = Sto13.NoThunderSound
+
   |id      = elthisboy.LuckyBlockMod
   |nexus  = 14414
+
  |curse  = 1075448
 +
   |nexus  = 26594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Transitions
+
   |name    = Lucky Reclamation Trash Can
   |author  = crazywig
+
   |author  = kiranmurmu
   |id      = crazywig.notransitions
+
   |id      = kiranmurmu.LuckyReclamationTrashCan
   |nexus  = 7354
+
   |nexus  = 8971
   |github  =
+
   |github  = kiranmurmu/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Warp Delay
+
   |name    = Lunar Disturbances
   |author  = Tran Minh Thong
+
   |author  = Sakorona
   |id      = no.warp.delay
+
   |id      = KoihimeNakamura.LunarDisturbances
   |nexus  = 19805
+
   |nexus  = 2208
   |github  =
+
  |moddrop = 664151
 +
   |github  = Sakorona/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Now Playing
+
   |name    = Machine Augmentors
   |author  = John Peters
+
   |author  = SlayerDharok
   |id      = JohnPeters.NowPlaying
+
   |id      = SlayerDharok.MachineAugmentors
   |nexus  = 19441
+
   |nexus  = 5600
   |github  =
+
   |github  = Videogamers0/SDV-MachineAugmentors
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Adventures, It's Time to Adventure
+
   |name    = Machine Check
   |author  = PurrplingCat
+
   |author  = FairfieldBW
   |id      = purrplingcat.npcadventure
+
   |id      = FairfieldBW.MachineCheck
  |curse  = 577730
+
   |nexus  = 9515
   |nexus  = 4582
+
   |github  = FairfieldBW/MachineCheck
   |github  = purrplingcat/PurrplingMod
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Bucket for HB, NPC Bucket
+
   |name    = Machine Speed Change
   |author  = shounlol
+
   |author  = IceGladiador
   |id      = shounlol.NPCBucket
+
   |id      = IceGladiador.MachineSpeedChange
   |nexus  = 20328
+
   |nexus  = 1780
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = NPC Clothing Framework
+
   |name    = Machine Status
   |author  = aedenthorn, Erinthe
+
   |author  = Shockah
   |id      = aedenthorn.NPCClothing
+
   |id      = Shockah.MachineStatus
   |nexus  = 13940
+
   |nexus  = 11177
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Geometry
+
   |name    = Magic
   |author  = ichortower
+
   |author  = spacechase0
   |id      = ichortower.NPCGeometry
+
   |id      = spacechase0.Magic
   |nexus  = 19259
+
  |curse  = 867745
   |github  = ichortower/NPCGeometry
+
  |moddrop = 399898
 +
   |nexus  = 2007
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |status  = obsolete
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Map Locations
+
   |name    = Magical Crops
   |author  = Bouhm and Pathoschild
+
   |author  = shekurika and Asterisk555
   |id      = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
+
   |id      = shekurika.MagicalCropsCode
   |nexus  = 239
+
   |nexus  = 8762
   |github  = Bouhm/stardew-valley-mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Map Locations Extra Config
+
   |name    = Magic by Neosinf
   |author  = trashcan9
+
   |author  = Neosinf
   |id      = trashcan9.NPCMapLocations.ExtraConfig
+
   |id      = neosinf.Magic
   |nexus  = 16236
+
   |nexus  = 26593
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Path Displayer, Path Display
+
   |name    = Magic Junimo Pet
   |author  = Akago
+
   |author  = Entoarox
   |id      = akago.PathDisplay
+
   |id      = Entoarox.MagicJunimoPet
   |nexus  = 7563
+
   |nexus  = 3567
   |github  =
+
   |github  = Entoarox/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Numerical Health
+
   |name    = Magic Pluses
   |author  = Hydrox, hydrox6
+
   |author  = TerryDBS
   |id      = Hydrox.NumericalHealth
+
   |id      = TerryDBS.MagicPluses
   |nexus  = 4863
+
   |nexus  = 7096
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Import Map, Import Map
+
   |name    = Magic Scepter
   |author  = aedenthorn, Erinthe
+
   |author  = not4bene
   |id      = aedenthorn.ImportMap
+
   |id      = not4bene.MagicScepter
   |nexus  = 10965
+
   |nexus  = 8169
   |github  = aedenthorn/StardewValleyMods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Magic Valley
 +
  |author  = season
 +
  |id      = season.MagicValley
 +
  |nexus  = 10639
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Product Display
+
   |name    = Mailbox Menu
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ObjectProductDisplay
+
   |id      = aedenthorn.MailboxMenu
   |nexus  = 18365
+
  |curse  = 868707
 +
   |nexus  = 14439
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Object Progress Bars
 
  |author  = Adeel Tariq
 
  |id      = Adeel.ObjectProgressbars
 
  |nexus  = 2803
 
  |github  = AdeelTariq/ObjectProgressBars
 
  
 +
  |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = broken, use older version 1.3 instead.
+
   |summary  = use [[#Mailbox Menu Continued|Mailbox Menu Continued]] instead.
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Time Left
+
   |name    = Mailbox Menu Continued
   |author  = spacechase0
+
   |author  = aedenthorn and tem696969696969, Erinthe
   |id      = spacechase0.ObjectTimeLeft
+
   |id      = tem696969696969.MailboxMenu
  |curse  = 867757
+
   |nexus  = 21068
  |moddrop = 131148
+
   |github  = kqrse/StardewValleyMods-aedenthorn
   |nexus  = 1315
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = OK Night Check
+
   |name    = Mail Framework
   |author  = aedenthorn, Erinthe
+
   |author  = Digus
   |id      = aedenthorn.OKNightCheck
+
   |id      = DIGUS.MailFrameworkMod
   |nexus  = 14231
+
   |nexus  = 1536
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Digus/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = OmniFarm
+
   |name    = Mail Order Pigs
   |author  = lambui
+
   |author  = jwdred
   |id      = PhthaloBlue.Omnifarm
+
   |id      = jwdred.MailOrderPigs
   |nexus  =
+
   |nexus  = 632
  |url    = https://community.playstarbound.com/threads/127299
+
   |github  = jdusbabek/stardewvalley
   |github  = lambui/StardewValleyMod_OmniFarm
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Omni Swing
+
   |name    = Mail Services Mod
   |author  = Alejandro Akbal
+
   |author  = Digus
   |id      = AlejandroAkbal.OmniSwing
+
   |id      = Digus.MailServicesMod
   |nexus  = 7877
+
   |nexus  = 7842
   |github  = AlejandroAkbal/Stardew-Valley-OmniSwing-Mod
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Omni Tools
+
   |name    = Main Questline Redux (PMC CCJ)<!--Nexus-->, PCM CCJ JC<!--manifest-->, Junimo Sprinkler<!--folder-->
   |author  = aedenthorn, Erinthe
+
   |author  = pinguimbozo
   |id      = aedenthorn.OmniTools
+
   |id      = pinguimbozo.PCMCCJJC
  |curse  = 868690
+
   |nexus  = 13248
   |nexus  = 14865
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Click Shed Reloader
+
   |name    = Maintain Glow Rings Indoors Radius
   |author  = BitwiseJon
+
   |author  = Cloudyluna
   |id      = BitwiseJonMods.OneClickShedReloader
+
   |id      = Cloudyluna.MaintainGlowRingsIndoorsRadius
   |nexus  = 2052
+
   |nexus  = 27331
   |github  = bitwisejon/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Day at a Time
+
   |name    = Make Gil Real
   |author  = Miome
+
   |author  = Werewolf Master
   |id      = Miome.OneDayAtATime
+
   |id      = Wolf.GilSMAPI
   |nexus  = 8870
+
   |nexus  = 7118
   |github  = miome/OneDayAtATime
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Silo Storage
+
   |name    = Make Love
   |author  = SorryLate, rharyanto
+
   |author  = Kabulla
   |id      = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
+
   |id      = Kabulla.MakeLove
   |nexus  = 5150
+
   |nexus  = 16003
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Makeshift Multiplayer
 +
  |author  = spacechase0
 +
  |id      = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
 +
  |nexus  = 501
 +
  |moddrop = 127274
 +
  |github  = spacechase0/StardewValleyMP
  
   |status  = workaround
+
   |broke in = Stardew Valley 1.3
   |summary  = Use [[#Silo Size| Silo Size]] instead.
+
   |status   = obsolete
   |broke in = SMAPI 3.12.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Sprinkler One Scarecrow
+
   |name    = Mana Bar
   |author  = Mizzion
+
   |author  = spacechase0
   |id      = mizzion.onesprinkleronescarecrow
+
   |id      = spacechase0.ManaBar
   |nexus   = 3633
+
   |curse   = 867709
   |moddrop = 661376
+
   |nexus  = 7831
   |github  = Mizzion/MyStardewMods
+
   |github  = spacechase0/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Only Iridium
+
   |name    = Mandatory Meals, Real Life Mod
   |author  = xiaoye97
+
   |author  = darzington
   |id      = xiaoye97.OnlyIridium
+
   |id      = darzington.RealLifeMod
   |nexus  = 4471
+
   |nexus  = 7445
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Open Hearts
+
   |name    = Manure Industries
   |author  = MedievalAI
+
   |author  = Drewdus42
   |id      = MedievalAI.OpenHearts
+
   |id      = Drewdus42.ManureIndustries
   |nexus  = 16944
+
   |nexus  = 9310
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Orchard - Better Fruit Trees
+
   |name    = Many Enchantments
   |author  = Saitoue
+
   |author  = Stari
   |id      = Saitoue.Orchard
+
   |id      = Stari.ManyEnchantments
   |nexus  = 13867
+
   |nexus  = 8824
   |github  = Saitoue/Orchard
+
   |github  = SlivaStari/ManyEnchantments
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ordinary Capsule
+
   |name    = Map Binder
   |author  = LeFauxMatt
+
   |author  = SnowFire k'Vala
   |id      = furyx639.OrdinaryCapsule
+
   |id      = SnowFire.Map_Binder
  |curse  = 871831
+
   |nexus  = 6983
   |nexus  = 13489
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ore Increaser
+
   |name    = Map Editor Extended, Map Editor<!--renamed in 1.0.0-->
   |author  = crazywig
+
   |author  = aedenthorn, Erinthe
   |id      = crazywig.oreincrease
+
   |id      = aedenthorn.MapEdit
   |nexus   = 7370
+
   |curse   = 868847
   |github  =
+
   |nexus  = 18387<!--8876 before 1.0.0-->
 
+
   |github  = aedenthorn/StardewValleyMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ore Increase V3
+
   |name    = Map Image Export
   |author  = KKramer85
+
   |author  = spacechase0
   |id      = OreIncreaseV3
+
   |id      = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
   |moddrop = 1475534
+
   |nexus  = 1073
   |nexus  = 19132
+
   |moddrop = 127273
   |github  =
+
   |github  = spacechase0/MapImageExporter
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Organize Inventory Shortcut
+
   |name    = Mapping Extensions and Extra Properties (MEEP)
   |author  = Yyeahdude
+
   |author  = DecidedlyHuman
   |id      = Yyeahdude.OrganzieShortcut
+
   |id      = DecidedlyHuman.MappingExtensionsAndExtraProperties
   |nexus  = 4772
+
  |curse  = 1019064
   |github  =
+
   |nexus  = 14493
 +
   |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ornithologist's Guild
+
   |name    = Map Teleport
   |author  = Ivy
+
   |author  = aedenthorn, Erinthe
   |id      = Ivy.OrnithologistsGuild
+
   |id      = aedenthorn.MapTeleport
   |nexus  = 14510
+
  |curse  = 868868
   |github  = greyivy/OrnithologistsGuild
+
   |nexus  = 7675
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets, @retest-after Mail Framework-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Outfit Sets
+
   |name    = Map Teleport For Expansions, Stardew Valley Map Teleport
   |author  = aedenthorn, Erinthe
+
   |author  = hlyvia
   |id      = aedenthorn.OutfitSets
+
   |id      = hlyvia.StardewValleyMapTeleport
   |nexus  = 13888
+
   |nexus  = 25279
   |github  = aedenthorn/StardewValleyMods
+
   |github  = kesesek/StardewValleyMapTeleport
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Out of Season Bonuses, Seasonal Items
+
   |name    = Map Teleport, Stardew Valley Map Teleport
   |author  = Midori Armstrong, azureglasses
+
   |author  = Richard2091
   |id      = midoriarmstrong.seasonalitems
+
   |id      = Richard2091.MapTeleport
   |nexus  = 1452
+
   |nexus  = 21381
   |github  =
+
   |github  = Richard2091/MapTeleport
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Overworld Chests
+
   |name    = Map Utilities
   |author  = aedenthorn, Erinthe
+
   |author  = mabelSyrup
   |id      = aedenthorn.OverworldChests
+
   |id      = mabelsyrup.maputils
   |nexus  = 7710
+
   |nexus  = 4716
   |github  = aedenthorn/StardewValleyMods
+
   |github  = mjSurber/Map-Utilities
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = OwO Stawdew Vawwey
+
   |name    = Maritime Secrets
   |author  = CrunchyDuck
+
   |author  = Goldenrevolver
   |id      = CrunchyDuck.OwOMod
+
   |id      = Goldenrevolver.MaritimeSecrets
   |nexus  = 8923
+
   |nexus  = 10758
   |github  = CrunchyDuck/OwO-Stawdew-Vawwey
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pacifist Valley
+
   |name    = Market Day
   |author  = aedenthorn, Erinthe
+
   |author  = ceruleandeep
   |id      = Aedenthorn.PacifistValley
+
   |id      = ceruleandeep.MarketDay
   |nexus  = 5464
+
   |nexus  = 11778
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Market Town<!--changed in 3.0.0-->, Food Store
 +
  |author  = d5a1lamdtd, HaPyke
 +
  |id      = d5a1lamdtd.MarketTown<!--changed in 3.0.0-->, d5a1lamdtd.FoodStore
 +
  |curse  = 994458
 +
  |moddrop = 1480763
 +
  |nexus  = 19309
 +
  |github  = congha22/foodstore
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Painting Display
+
   |name    = Mass Production
   |author  = aedenthorn, Erinthe
+
   |author  = Jacque Pott
   |id      = aedenthorn.PaintingDisplay
+
   |id      = JacquePott.MassProduction
   |nexus  = 10918
+
   |nexus  = 7021
   |github  = aedenthorn/StardewValleyMods
+
   |github  = JacquePott/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Panning Upgrades
+
   |name    = Mastery Extended
   |author  = drbirbdev
+
   |author  = AlanBF
   |id      = drbirbdev.PanningUpgrades
+
   |id      = AlanBF.MasteryExtended, AlanBF.MasteryExtended.SC<!--both mods bundled into same download-->
   |nexus  = 12242
+
   |nexus  = 23697
   |github  = drbirbdev/StardewValley
+
   |github  = Pet-Slime/StardewValley
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Panning Upgrades Extra Config
+
   |name    = Mastery Extended - WoL Compat
   |author  = trashcan9
+
   |author  = AlanBF
   |id      = trashcan9.PanningUpgrades.ExtraConfig
+
   |id      = AlanBF.MasteryExtended.WoL
   |nexus  = 16234
+
   |nexus  = 23697
   |github  =
+
   |github  = Pet-Slime/StardewValley
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Panning Upgrades-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paper Mario Partners for Stardew Valley
+
   |name    = Matching Nodes, MinesTokens
   |author  = AnotherStardewValleySunday
+
   |author  = Eryk601 and sophiesalacia
   |id      = AnotherStardewValleySunday.PaperMarioPartners
+
   |id      = Vertigon.MinesTokens
   |nexus  = 14638
+
   |nexus  = 11124
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paritee's Better Farm Animal Variety
+
   |name    = Max Cost Stamina
   |author  = Paritee
+
   |author  = StultusV
   |id      = Paritee.BetterFarmAnimalVariety
+
   |id      = StultusV.MaxCastStamina
   |nexus  = 3296
+
   |nexus  = 10794
   |github  = paritee/Paritee.StardewValley.Frameworks
+
   |github  = JudeRV/Stardew-MaxCastStamina
 
 
  |broke in          = Stardew Valley 1.4
 
  |unofficial version = 3.2.4-unofficial.kelvinrosa-mouseypounds-elbe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-68#post-47274
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paritee's Treat Your Animals
+
   |name    = Maximize Fix
   |author  = Paritee
+
   |author  = Shockah
   |id      = Paritee.TreatYourAnimals
+
   |id      = Shockah.MaximizeFix
   |nexus  = 3375
+
   |nexus  = 16099
   |github  = paritee/Paritee.StardewValley.Frameworks
+
   |github  = Shockah/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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Parsnips
+
   |name    = Mayo Hats
   |author  = MarthaSolomon, SolomonsWorkshop
+
   |author  = spacechase0
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
+
   |id      = spacechase0.MayoHats
   |nexus  = 2166
+
   |nexus  = 17514
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Parsnips Absolutely Everywhere But It's Garlic, Garlics
+
   |name    = Mayo Mart
  |author  = f4iTh, JertsukkaTheMan
 
  |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
 
  |nexus  = 3524
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Partial Hearts
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PartialHearts
+
   |id      = aedenthorn.MayoMart
   |nexus  = 11628
+
   |nexus  = 17175
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#MayoMart
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Particle Effects
+
   |name    = Mayonnaise++, Mayonnaise Plus Plus
   |author  = aedenthorn, Erinthe
+
   |author  = theStormWeaver, Adam 'theStormWeaver' Chevalier
   |id      = aedenthorn.ParticleEffects
+
   |id      = xirsoi.mayonnaiseplusplus
  |curse  = 868786
+
   |nexus  = 4634
   |nexus  = 11056
+
   |github  = xirsoi/MayonnaisePlusPlus
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Part of the Community
+
   |name    = Mayo Rain
   |author  = bmarquismarkail, Space Baby
+
   |author  = spacechase0
   |id      = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
+
   |id      = spacechase0.MayoRain
   |nexus  = 923
+
   |nexus  = 17436
   |github  = bmarquismarkail/SV_PotC
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passable Crops
+
   |name    = Meal Overhaul
   |author  = NCarigon
+
   |author  = stardemod
   |id      = NCarigon.PassableCrops
+
   |id      = stardemod.MealOverhaul
   |nexus  = 15223
+
   |nexus  = 23528
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passable Ladders
+
   |name    = Meme Outfits
   |author  = J_Hizzal
+
   |author  = Mehidden
   |id      = J_Hizzal.PassableLadders
+
   |id      = MemeOutfits.Mehidden
   |nexus  = 2985
+
   |nexus  = 13213
   |github  = joelra/SDV-PassableLadders
+
   |github  =
 
 
  |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    = Menus Everywhere
   |author  = punyo, yakminepunyo
+
   |author  = nman130
   |id      = punyo.PassableObjects
+
   |id      = nman130.MenusEverywhere
   |nexus  = 2329
+
   |nexus  = 6119
   |github  = pomepome/PassableObjects
+
   |github  = nman130/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passive Friendship
+
   |name    = Merge Fertilizer
   |author  = StultusV
+
   |author  = TianXiaobai
   |id      = StultusV.PassiveFriendship
+
   |id      = TianXiaobai.MergeFertilizer
   |nexus  = 8732
+
   |nexus  = 17743
   |github  = JudeRV/Stardew-PassiveFriendship
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause in Multiplayer, Pause Time in Multiplayer
+
   |name    = Message Box API, ChatMod
   |author  = jorgamun
+
   |author  = Kithio
   |id      = jorgamun.PauseInMultiplayer
+
   |id      = Kithio:ChatMod
   |nexus  = 10328
+
   |nexus  =
   |moddrop = 1068093
+
   |chucklefish = 4296
   |github  = jorgamun/PauseInMultiplayer
+
   |github  =
  |unofficial version = 1.7.1-unofficial.1-mishmash
 
  |unofficial url = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-120#post-119286
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Messy Crops
 +
  |author  = Tlitookilakin
 +
  |id      = tlitookilakin.MessyCrops
 +
  |moddrop = 1123884
 +
  |nexus  = 11317
 +
  |github  = tlitookilakin/MessyCrops
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Meteor Defence
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.MeteorDefence
 +
  |curse  = 868804
 +
  |nexus  = 10641
 +
  |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause Sync
+
   |name    = Mice in the Valley
   |author  = Terrorbladed
+
   |author  = candidus42
   |id      = Tb.Stardew_Pause_Sync
+
   |id      = Candidus42.MiceInTheValley
   |nexus  = 10160
+
   |nexus  = 4638
   |github  =
+
   |github  = mus-candidus/MiceInTheValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause While Sitting
+
   |name    = Migrate DGA Items
   |author  = heyseth
+
   |author  = violetlizabet
   |id      = heyseth.sitpause
+
   |id      = violetlizabet.MigrateDGAItems
   |nexus  = 8295
+
   |nexus  = 20612
   |github  = heyseth/SDVMods
+
   |github  = elizabethcd/MigrateDGAItems
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PDQ Paths
+
   |name    = Milk the Villagers
   |author  = Jaredlll08
+
   |author  = trunip190
   |id      = BlameJared.PDQPaths
+
   |id      = Trunip190.MilkTheVillagers, Trunip190.MilkVillagers<!--before 1.2.2-->
   |nexus  =
+
   |nexus  = 5948
  |curse  = 307090
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican Fiber
+
   |name    = Miller Time
   |author  = jwdred
+
   |author  = Sonozuki
   |id      = jwdred.PelicanFiber
+
   |id      = Satozaki.MillerTime
   |nexus  = 631
+
   |nexus  = 7575
   |github  = jdusbabek/stardewvalley
+
   |github  = Sonozuki/StardewMods
  
   |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican Postal Service
+
   |name    = Milo Dog
   |author  = ElectroCrumpet
+
   |author  = Clark, wilsonch3451
   |id      = ElectroCrumpet.PelicanPostalService
+
   |id      = Clark.MiloDog
   |nexus  = 2770
+
   |nexus  = 2861
 
   |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican TTS
+
   |name    = Mine Assist
   |author  = Platonymous
+
   |author  = Kabigon
   |id      = Platonymous.PelicanTTS
+
   |id      = Kabigon.MineAssist
   |nexus  = 1079
+
   |nexus  = 2296
   |moddrop = 793929
+
   |chucklefish = 5353
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = KabigonFirst/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican xVASynth
+
   |name    = Minecart Patcher
   |author  = aedenthorn, Erinthe
+
   |author  = bwdy
   |id      = aedenthorn.PelicanxVASynth
+
   |id      = mod.kitchen.minecartpatcher, bwdymods.minecartpatcher<!--before 1.0.3-->
   |nexus  = 10250
+
   |nexus  = 11424
   |github  = aedenthorn/StardewValleyMods
+
   |github  = bwdy/SDVModding
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = People Seeds
+
   |name    = Mine Changes
   |author  = bwdy
+
   |author  = JPAN
   |id      = bwdy.peopleseeds
+
   |id      = jpan.MineChanges
   |nexus  = 3635
+
   |nexus  = 3963
   |github  =
+
   |github  = JPANv2/Stardew-Valley-Mine-Changes
  
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mines Tokens
 +
  |author  = sophiesalacia
 +
  |id      = sophie.MinesTokens
 +
  |nexus  = 18776
 +
  |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Perfection Tweaker
+
   |name    = Mine Tooltips
   |author  = shekurika
+
   |author  = Codeize
   |id      = shekurika.PerfectionTweaker
+
   |id      = Codeize.MineTooltips
   |nexus  = 8615
+
   |nexus  = 26315
   |github  =
+
   |github  = Codeize/MineTooltips
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Permanent Cellar
+
   |name    = Mine Tweaks
   |author  = CyanFire
+
   |author  = Shockah
   |id      = CF.PermanentCellar
+
   |id      = Shockah.MineTweaks
   |nexus  = 17257
+
   |nexus  = 16859
   |github  = CyanFireUK/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Permanent Cookout Kit And Better Charcoal Kiln, Better Cookout Kit And Charcoal Kiln
+
   |name    = Mini Bars
   |author  = Goldenrevolver
+
   |author  = Ophaneom
   |id      = Goldenrevolver.PermanentCookoutKit
+
   |id      = Ophaneom.MiniBars
   |nexus  = 8035
+
   |nexus  = 8329
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = Ophaneom/Mini-Bars
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persia the Mermaid, PersiaMod
+
   |name    = Mining at the Farm
   |author  = Avalon, Avalonii
+
   |author  = Nishtra
   |id      = 63b9f419-7449-42db-ab2e-440b4d05c073
+
   |id      = Nishtra.MiningAtTheFarm, MiningAtTheFarm<!--changed in 1.7 or earlier-->
   |nexus  = 1419
+
   |nexus  = 674
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.23
 
   |status  = workaround
 
   |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].
+
   |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    = Persistent Game Options
+
   |name    = Mining with Explosives
   |author  = Xangria
+
   |author  = Nishtra
   |id      = Xangria.PersistentGameOptions
+
   |id      = Nishtra.MiningWithExplosives, MiningWithExplosives<!--changed in 1.2-->
   |nexus  = 1778
+
   |nexus  = 770
 
   |github  =
 
   |github  =
   |broke in = SMAPI 3.0
+
 
   |status  = workaround
+
   |broke in = Stardew Valley 1.3.29
   |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
+
   |status  = obsolete
 +
   |summary  = remove this mod (mining with explosives fixed in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Grange Display
+
   |name    = Mini Tool NPC
   |author  = aedenthorn, Erinthe
+
   |author  = Tran Minh Thong
   |id      = aedenthorn.PersisitentGrangeDisplay
+
   |id      = mini.tool.npc.mod
   |nexus  = 7977
+
   |nexus  = 7060
   |github  = aedenthorn/StardewValleyMods
+
   |github  = TMThong/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Mines
+
   |name    = Minor Light Tweaks
   |author  = spacechase0
+
   |author  = greentodd
   |id      = spacechase0.PersistentMines
+
   |id      = greentodd.MinorLightTweaks
   |nexus  = 14985
+
   |nexus  = 10223
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persival's Bundle Mod
+
   |name    = Miscellaneous Modded Meadows Trolls, Misc Trolls
   |author  = Persival
+
   |author  = BlaDe
   |id      =
+
   |id      = BlaDe.MiscTrolls
   |nexus  = 438
+
   |nexus  = 12037
 
   |github  =
 
   |github  =
 
  |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    = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
   |author  = Strobe
+
   |author  = The Fluffy Robot
   |id      = Strobe.PersonalAnvil
+
   |id      = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
   |nexus  = 5326
+
   |nexus  = 5691
   |github  = strobel1ght/Personal-Anvil
+
   |github  = jamespfluger/Stardew-MisophoniaAccessibility
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Combat Drone Redux
+
   |name    = Miss Coriel's Position Tool
   |author  = Prism 99
+
   |author  = MissCoriel
   |id      = prism99.cambam.MURDERDRONE.redux
+
   |id      = misscoriel.PositionTool
   |nexus  = 18224
+
  |curse  = 885077
   |github  =
+
   |nexus  = 8087
 +
   |github  = MissCoriel/Position-Tool
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Effects
+
   |name    = Miss Coriel's Unique Courtship Response Core, Unique Response Core
   |author  = bwdy
+
   |author  = MissCoriel
   |id      = bwdy.personaleffects
+
   |id      = misscoriel.UCRFix
   |nexus   = 3532
+
   |curse   = 885075
   |github  = bwdymods/SDV-PersonalEffects
+
   |nexus   = 8284
 
+
   |github = MissCoriel/UniqueCourtshipResponseCore
  |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    = Missing Gifts
   |author  = ceruleandeep
+
   |author  = ChiroxT
   |id      = ceruleandeep.personaleffects
+
   |id      = treinke.missinggifts
   |nexus  = 8616
+
   |nexus  = 11363
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mob Count Reports, Report Mob Counts
 +
  |author  = StultusV
 +
  |id      = StultusV.ReportMobCounts
 +
  |nexus  = 10899
 +
   |github  = JudeRV/Stardew-ReportMobCounts
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Traveling Cart
+
   |name    = Mobile Arcade
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PersonalTravellingCart
+
   |id      = aedenthorn.MobileArcade
   |nexus  = 14087
+
  |curse  = 868888
 +
   |nexus  = 6538
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Pet Bowl Filler
+
   |name    = Mobile Audio Player
   |author  = Invatorzen
+
   |author  = aedenthorn, Erinthe
   |id      = invatorzen.PBF
+
   |id      = aedenthorn.MobileAudioPlayer
   |nexus  = 12161
+
  |curse  = 868883
   |github  =
+
   |nexus  = 6568
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Choice Perks
+
   |name    = Mobile Calendar
   |author  = skuldomg, Skuld
+
   |author  = aedenthorn, Erinthe
   |id      = skuldomg.petChoicePerks
+
   |id      = aedenthorn.MobileCalendar
   |nexus  = 3313
+
  |curse  = 868879
   |github  = skuldomg/petChoicePerks
+
   |nexus  = 6601
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
   |unofficial version = 1.1.1.unofficial-3.strobe
+
   |status  = workaround
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42356
+
   |summary  = use [[#Mobile Phone Continued → Calendar Mobile App|Mobile Phone Continued → Calendar Mobile App]] instead.
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Enhancement Mod
+
   |name    = Mobile Catalogues
   |author  = Jfulmer, Consillium
+
   |author  = aedenthorn, Erinthe
   |id      = JfulmerPetEnhancementMod
+
   |id      = aedenthorn.MobileCatalogues
   |nexus   =
+
   |curse   = 868886
   |url    = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
+
   |nexus  = 6543
   |github  = jlfulmer/PetEnhancementMod
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in     = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
   |status       = workaround
+
   |status   = workaround
   |summary       = use [[#Pet Interaction|Pet Interaction]] instead.
+
   |summary = use [[#Mobile Phone Continued → Mobile Catalogues|Mobile Phone Continued → Mobile Catalogues]] 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    = Mobile Phone
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PetHats
+
   |id      = aedenthorn.MobilePhone
   |nexus  = 15301
+
  |curse  = 868890
 +
   |nexus  = 6523
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Pet Interaction
+
   |name    = Mobile Phone Continued
   |author  = jahangmar
+
   |author  = JoXW
   |id      = jahangmar.PetInteraction
+
   |id      = JoXW.MobilePhone
   |nexus  = 4232
+
   |nexus  = 21017
   |github  = jahangmar/StardewValleyMods
+
   |github  = JoXW100/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Spawn Location
+
   |name    = Mobile Phone Continued → Arcade Mobile Apps
   |author  = Shaklin
+
   |author  = JoXW
   |id      = shaklin.petspawnlocation
+
   |id      = JoXW.MobileArcade
   |nexus  = 5986
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Phone Traveling Cart, 猪车电话
+
   |name    = Mobile Phone Continued → Calendar Mobile App
   |author  = Becks723
+
   |author  = JoXW
   |id      = Becks723.PhoneTravelingCart
+
   |id      = JoXW.MobileCalendar
   |nexus  = 12981
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mobile Phone Continued → Mobile Catalogues
 +
   |author  = JoXW
 +
  |id      = JoXW.MobileCatalogues
 +
  |nexus  = 21017
 +
  |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Phone Villagers
+
   |name    = Mobile Phone Continued → Television Mobile App
   |author  = DewMods
+
   |author  = JoXW
   |id      = DewMods.StardewValleyMods.PhoneVillagers
+
   |id      = JoXW.MobileTelevision
   |nexus  = 2681
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pick Your Enchantment, Forge Menu Choice
+
   |name    = Mobile Television
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.ForgeMenuChoice
+
   |id      = aedenthorn.MobileTelevision
   |curse  = 870980
+
   |curse  = 868882
   |nexus  = 11376
+
   |nexus  = 6575
  |moddrop = 1125882
+
   |github  = aedenthorn/StardewValleyMods
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Picross Arcade Mod, Picrosser
+
   |name    = MobileUI Android
   |author  = KediDili
+
   |author  = WisnuNug
   |id      = KediDili.ThePicrosser
+
   |id      = WisnuNug.MobileUI
   |nexus  = 17530
+
   |nexus  = 17652
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Pierre Sells Mixed Seeds
 
  |author  = GrimReapers1121
 
  |id      = GrimReapers.PSMS
 
  |nexus  = 12606
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Pierre's Roulette Shop
 
  |author  = Xynerorias
 
  |id      = xynerorias.pierresroulette
 
  |nexus  = 10826
 
  |github  = xynerorias/pierre-roulette-shop-SV
 
  
   |beta broke in = Stardew Valley 1.6
+
   |warnings = Only works on Android.
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Piggy Bank Mod
 
  |author  = MindMeltMax
 
  |id      = MindMeltMax.PiggyBank
 
  |nexus  = 6934
 
  |moddrop = 1135669
 
  |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Pipe Irrigation
 
  |author  = aedenthorn, Erinthe
 
  |id      = aedenthorn.PipeIrrigation
 
  |nexus  = 10205
 
  |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Utility Grid-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Placeable Mine Shafts
+
   |name    = Modify This
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = Aedenthorn.PlaceShaft
+
   |id      = aedenthorn.ModifyThis<!--changed in 0.9.1-unofficial.1-->, aedenthorn.ModThis
   |nexus  = 5440
+
  |curse  = 868859
 +
   |nexus  = 7814
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = PlacementPlus
+
   |name    = Mod List Command
   |author  = 2Retr0
+
   |author  = Blackclaw
   |id      = 2Retr0.PlacementPlus
+
   |id      = Blackclaw.ModListCommand
   |nexus  = 8798
+
   |nexus  = 5131
  |curse  = 486164
+
   |github  = Xebeth/StardewValley-ListModsCommand
   |github  = 2Retr0/PlacementPlus
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plan Importer
+
   |name    = Mod Menu
   |author  = Platonymous
+
   |author  = Enaium
   |id      = Platonymous.PlanImporter
+
   |id      = Enaium.ModMenu
   |nexus  = 2071
+
  |curse  = 436844
   |moddrop = 793846
+
  |moddrop = 885574
   |github  = Platonymous/Stardew-Valley-Mods
+
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/ModMenu
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mod Settings Tab
 +
  |author  = Gilar Fasulaki
 +
  |id      = GilarF.ModSettingsTab
 +
  |nexus  = 4579
 +
   |github  = GilarF/SVM
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Planned Parenthood
+
   |name    = Modular Gameplay Overhaul, MARGO, DaLion's Modular Gameplay Overhaul
   |author  = aedenthorn, Erinthe
+
   |author  = DaLion
   |id      = aedenthorn.PlannedParenthood
+
   |id      = DaLion.Overhaul
   |nexus  = 12869
+
   |nexus  = 14470
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plantable Palm Trees
+
   |name    = Modular Zen Garden, Modular Zen Gardens Furniture
   |author  = MouseyPounds
+
   |author  = leroymilo
   |id      = MouseyPounds.PlantablePalmTrees
+
   |id      = leroymilo.ModularZenGarden
   |nexus  = 4096
+
   |nexus  = 22140
   |github  = MouseyPounds/stardew-mods
+
   |github  = Leroymilo/MZG
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plant and Fertilize All, Plant All
+
   |name    = Mod Update Menu
   |author  = aedenthorn, Erinthe
+
   |author  = CatCattyCat, Cat
   |id      = aedenthorn.PlantAll
+
   |id      = cat.modupdatemenu
   |nexus  = 10482
+
   |nexus  = 2536
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 833560
 +
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Planter Trees
+
   |name    = Mod Updater
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.PlanterTrees
+
   |id      = Platonymous.ModUpdater
   |nexus  = 11687
+
  |curse  = 877226
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 6338
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Money Management Mod
 +
  |author  = Tbonetomtom
 +
  |id      = Tbonetomtom.MoneyManagementMod
 +
  |nexus  = 17045
 +
  |github  = Tbonetomtom/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plant on Grass
+
   |name    = Monster Furniture Drop
   |author  = Demiacle
+
   |author  = FistOfTheNoob & MangusuPixel
   |id      = Demiacle.PlantOnGrass
+
   |id      = FistOfTheNoob.MonsterFurnitureDrop
   |nexus  = 1026
+
   |nexus  = 24804
   |github  =
+
   |github  = MangusuPixel/MonsterFurnitureDrop
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Tillable Ground|Tillable Ground]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Platonic Partners and Friendships
+
   |name    = Monster Goals Anywhere
   |author  = Amaranthacyan and ch20youk
+
   |author  = Suphax
   |id      = Amaranthacyan.PPAFSMAPI
+
   |id      = suphax.monstergoalsanywhere
   |nexus  = 8146
+
  |moddrop = 1088762
 +
   |nexus  =
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Platonic Relationships
+
   |name    = Monster Invasion
   |author  = Cherry, CherryChain
+
   |author  = Krutonium
   |id      = Cherry.PlatonicRelationships
+
   |id      = krutonium.monsterinvasion
   |nexus  = 4668
+
   |nexus  = 12641
  |moddrop = 716353
+
   |github  =
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PlatoTK
+
   |name    = Monster Level Tip
   |author  = Platonymous
+
   |author  = WhiteMind
   |id      = Platonymous.PlatoTK
+
   |id      = WhiteMind.MonsterLT
  |curse  = 877225
+
   |nexus  = 1896
   |nexus  = 6589
+
   |github  =
   |github  = Platonymous/PlatoTK
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |status  = workaround
 +
  |summary  = Use [[#Almanac|Almanac]] instead.
 +
  |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PlatoUI
+
   |name    = Monster Log Anywhere
   |author  = Platonymous
+
   |author  = MouseyPounds
   |id      = Platonymous.PlatoUI
+
   |id      = MouseyPounds.MonsterLogAnywhere
   |moddrop = 1521422
+
   |nexus  = 3997
   |nexus  = 19023
+
   |github  = MouseyPounds/stardew-mods
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plato Warp Menu
+
   |name    = Monster Musk in Volcano
   |author  = Platonymous
+
   |author  = BananaFruit
   |id      = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
+
   |id      = BananaFruit.MonsterMuskInVolcano
  |curse  = 877227
+
   |nexus  = 10651
   |nexus  = 5384
+
   |github  = BananaFruit1492/MonsterMuskInVolcano
  |moddrop = 793920
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Arrows
+
   |name    = Monster Slayer Anywhere
   |author  = TheShamanLord
+
   |author  = AcidicNic
   |id      = TheShamanLord.PlayerArrows
+
   |id      = acidicNic.MonsterSlayerAnywhere
   |nexus  = 19479
+
   |nexus  = 21162
   |github  = Jwaad/Stardew_Player_Arrows
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Co-ordinate HUD, Player Position HUD and Logger
+
   |name    = Monsters - The Framework
   |author  = DecidedlyHuman
+
   |author  = spacechase0
   |id      = DecidedlyHuman.PlayerCoordinates
+
   |id      = spacechase0.MonstersTheFramework
   |nexus   = 7969
+
   |curse   = 867148
   |moddrop = 984961
+
   |nexus  = 10673
   |github  = DecidedlyHuman/PlayerCoordinates
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Income Stats
+
   |name    = Monster Vending Machine
   |author  = ha1fdaew
+
   |author  = Zexu2K
   |id      = ha1fdaew.playerincomestats
+
   |id      = Zexu2K.MVM
   |nexus  = 7373
+
   |nexus  = 26064
   |github  = ha1fdaew/PlayerIncomeStats
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Playground Mod
+
   |name    = Monthly Mail
   |author  = aedenthorn, Erinthe
+
   |author  = Taskmaster
   |id      = aedenthorn.PlaygroundMod
+
   |id      = Taskmaster.MonthlyMail
   |nexus  = 14125
+
   |nexus  = 4523
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Play Prairie King With NPCs, Two Player Prairie King
+
   |name    = MoodFix
   |author  = aedenthorn, Erinthe
+
   |author  = vaindil
   |id      = aedenthorn.TwoPlayerPrairieKing
+
   |id      = vaindil.MoodFix
   |nexus  = 12750
+
   |nexus  = 1809
   |github  = aedenthorn/StardewValleyMods
+
   |github  = vaindil/sdv-moodfix
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = obsolete
 +
  |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Please Fix Error
+
   |name    = Mood Guard
   |author  = Jessebot
+
   |author  = YonKuma, kumarei
   |id      = Jessebot.PleaseFixError
+
   |id      = YonKuma.MoodGuard
   |nexus  = 6492
+
   |nexus  = 1597
   |github  = JessebotX/StardewValleyMods
+
   |github  = YonKuma/MoodGuard
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Please Gift Me In Person
 
  |author  = Shockah
 
  |id      = Shockah.PleaseGiftMeInPerson
 
  |nexus  = 11217
 
  |github  = Shockah/Stardew-Valley-Mods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Services Mod-->
+
   |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    = Point and Plant
+
   |name    = Moody Planet
   |author  = jwdred
+
   |author  = Daniel McMenamy, Deathest1
   |id      = jwdred.PointAndPlant
+
   |id      = f1r3w477.MoodyPlanet
   |nexus  = 572
+
   |nexus  = 2830
   |github  = jdusbabek/stardewvalley
+
   |github  = F1r3w477/TheseModsAintLoyal
 
 
  |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]
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Level Extended-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PokefyMania
+
   |name    = Moolah 1.6 Fix
   |author  = Noodles of Cat
+
   |author  = supergato664
   |id      = NoodlesofCat.PokefyMania
+
   |id      = supergato664.Moolah
   |nexus  = 20161
+
   |nexus  = 23549
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pokemania Revised, Pokemania The Return, PokeMania<!--changed in Pokemania Revised 1.0.0-->
+
   |name    = Moolah Money Mod
   |author  = The Krominator
+
   |author  = aedenthorn, Erinthe
   |id      = TheKrominator.PokemaniaRevised, TheKrominatorPokemania<!--changed in Pokemania Revised 1.0.0-->
+
   |id      = aedenthorn.Moolah
   |nexus  = 12065
+
  |curse  = 868689
   |github  =
+
   |nexus  = 15123
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pollen Sprites
+
   |name    = Moongates
   |author  = Esca, Esca-MMC
+
   |author  = bwdy
   |id      = Esca.PollenSprites
+
   |id      = bwdy.moongates
   |nexus  = 6149
+
   |nexus  = 3545
  |moddrop = 790268
+
   |github  = bwdymods/SDV-Moongates
   |github  = Esca-MMC/PollenSprites
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pomodoro Mod<!--manifest-->, Stardew-Doro<!--Nexus-->
+
   |name    = Moon Misadventures
   |author  = Mezrag Yasser, Yasser
+
   |author  = spacechase0 and ParadigmNomad
   |id      = Yasser.PomodoroMod
+
   |id      = spacechase0.MoonMisadventures
   |nexus  = 19780
+
  |curse  = 867702
   |github  =
+
   |nexus  = 10612
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pond Painter
+
   |name    = Moon Misadventures - Bigger Backpack Compatibility Patch, MoonMisadventures_BiggerBackpackPatch
   |author  = MouseyPounds
+
   |author  = SinZ
   |id      = MouseyPounds.PondPainter
+
   |id      = SinZ.MoonMisadventures_BiggerBackpackPatch
   |nexus  = 4703
+
   |nexus  = 12096
   |github  = MouseyPounds/stardew-mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Moon Misadventures, Bigger Backpack-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pong
+
   |name    = Mopsy's Ranch Livin'
   |author  = CatCattyCat, Cat
+
   |author  = Mopquill
   |id      = cat.Pong
+
   |id      = Mopquill.Ranch-Livin
   |nexus  = 1994
+
   |nexus  = 2200
  |moddrop = 833548
+
   |github  = mopquill/Mopsys-Ranch-Livin
   |github  = danvolchek/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pony Weight Loss Program
+
   |name    = More Animals, More Pets
   |author  = BadNetCode
+
   |author  = Entoarox
   |id      = BadNetCode.PonyWeightLossProgram
+
   |id      = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
   |nexus  = 1232
+
   |nexus  = 2274
  |moddrop = 130159
+
   |chucklefish = 4288
  |github  =
+
   |github  = Entoarox/StardewMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Poop Framework
 
  |author  = aedenthorn, Erinthe
 
  |id      = aedenthorn.PoopFramework
 
  |nexus  = 17152
 
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Portable Holes
 
  |author  = LeFauxMatt
 
  |id      = furyx639.PortableHoles
 
  |curse  = 871832
 
  |nexus  = 13471
 
  |github  = LeFauxMatt/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portable TV
+
   |name    = More Artifact Spots
   |author  = kdau
+
   |author  = momoaau
   |id      = kdau.PortableTV
+
   |id      = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
   |nexus  = 5674
+
   |nexus  = 451
  |moddrop = 761325
 
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/kdau/portabletv
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Portable Witch Shrines
+
   |name    = More Barn and Coop Animals
   |author  = chocolatte12
+
   |author  = AairTheGreat, Aair
   |id      = chocolatte12.PortableWitchShrines
+
   |id      = AairTheGreat.MoreBarnCoopAnimals
   |nexus  = 20141
+
   |nexus  = 4869
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portal Guns
+
   |name    = More Books
   |author  = TrollTheBotman
+
   |author  = jeWel
   |id      = JoshJKe.PortalGun
+
   |id      = jeWel.MoreBooksCode
   |nexus  = 3049
+
   |nexus  = 23891
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portraiture
+
   |name    = More Buildings
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.Portraiture
+
   |id      = spacechase0.MoreBuildings
   |nexus   = 999
+
   |curse   = 867740
   |moddrop = 793927
+
   |moddrop = 771640
   |github  = Platonymous/Stardew-Valley-Mods
+
  |nexus  = 2757
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Postbox Building, PostBox Mod
+
   |name    = More Bundles
   |author  = i-saac-b, isaacb
+
   |author  = TwinBuilderOne
   |id      = i-saac-b.PostBoxMod
+
   |id      = TwinBuilderOne.MoreBundles
   |nexus  = 17614
+
   |nexus  = 9709
   |github  = i-saac-b/PostBoxMod
+
   |github  = TwinBuilderOne/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Post Wedding Dates
+
   |name    = More Clocks
   |author  = Blams
+
   |author  = phjoker
   |id      = blams.PostWeddingDates
+
   |id      = phjoker.MoreClocks
   |nexus  = 10708
+
   |nexus  = 11840
   |github  =
+
   |github  = p-holodynski/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = More Conversation Topics
 +
  |author  = violetlizabet
 +
  |id      = violetlizabet.MoreConvoTopics
 +
  |nexus  = 10008
 +
  |github  = elizabethcd/MoreConversationTopics
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Power Nap
+
   |name    = More Dresser Variety
   |author  = LakeMonster_, LakeMonster666
+
   |author  = Dragoon23
   |id      = LakeMonster_.PowerNap, LakeMonster_.BedEnergyRegain<!--changed in 1.2.0-->
+
   |id      = Dragoon23.MoreDresserVariety
   |nexus  = 5256
+
   |nexus  = 24194
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PPJA Producer Converter
+
   |name    = More Events
   |author  = Digus
+
   |author  = Siweipancc
   |id      = Digus.PPJAProducerConverter
+
   |id      = Siweipancc.MoreEvents
   |nexus  = 4972
+
   |nexus  = 20945
   |github  = Digus/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King Made Easy
+
   |name    = More Fertilizers
   |author  = Mucchan
+
   |author  = atravita
   |id      = Mucchan.PrairieKingMadeEasy
+
   |id      = atravita.MoreFertilizers
   |nexus   =
+
   |curse   = 870975
   |chucklefish = 3594
+
   |moddrop = 1145236
   |github  = mucchan/sv-mod-prairie-king
+
  |nexus  = 11837
 +
   |github  = atravita-mods/StardewMods
  
   |broke in           = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |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    = Prairie King Prizes (Lootboxes)
+
   |name    = More for Leo
   |author  = Renny
+
   |author  = Blams
   |id      = renny.prairiekingprizes
+
   |id      = blams.MoreForLeo
   |nexus  = 2811
+
   |nexus  = 12710
   |github  = OfficialRenny/PrairieKingPrizes
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King UI Enhancements
+
   |name    = More Giant Crops
   |author  = Incognito357
+
   |author  = spacechase0
   |id      = Incognito357.PrairieKingUIEnhancements
+
   |id      = spacechase0.MoreGiantCrops
   |nexus  = 10769
+
  |curse  = 867723
   |github  = Incognito357/PrairieKingUIEnhancements
+
  |moddrop = 771694
 +
   |nexus  = 5263
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Predictable Retaining Soil
+
   |name    = More Grass
   |author  = Shockah
+
   |author  = Sonozuki
   |id      = Shockah.PredictableRetainingSoil
+
   |id      = EpicBellyFlop45.MoreGrass
   |nexus  = 10956
+
   |nexus  = 5398
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = Sonozuki/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Predict Seed Maker
+
   |name    = More Grass on the Beach
   |author  = lech43
+
   |author  = Angela Ranna
   |id      = lech43.PredictSeedMaker
+
   |id      = AngelaRanna.MoreGrassOnTheBeach
   |nexus  = 6395
+
   |nexus  = 8117
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Preexisting Relationship
+
   |name    = More Grass Starters
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.PreexistingRelationship
+
   |id      = spacechase0.MoreGrassStarters
   |curse  = 867710
+
   |curse  = 867750
   |nexus  = 7684
+
  |moddrop = 313307
 +
   |nexus  = 1702
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pregnancy Role
+
   |name    = More Health
   |author  = kdau
+
   |author  = j4c0b333
   |id      = kdau.PregnancyRole
+
   |id      = j4c0b333.Morehealth
   |nexus  = 5762
+
   |nexus  = 4053
  |moddrop = 768494
 
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/kdau/pregnancyrole
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prepare for New Day
+
   |name    = More Key Binding
   |author  = igotnousername
+
   |author  = SorryLate, rharyanto
   |id      = igotnousername.PrepareNewDay
+
   |id      = SorryLate.MoreKeybinding
   |nexus  = 7638
+
   |nexus  = 5290
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Press to Quack
+
   |name    = More Level Up Notifications, Level Up Notifications
   |author  = DraconisLeonidas
+
   |author  = Binarynova
   |id      = DraconisLeonidas.PressToQuack
+
   |id      = binarynova.levelupnotifications
   |nexus  = 13583
+
   |nexus  = 21667
   |github  = DraconisLeonidas/PressToQuack
+
   |github  = Binarynova/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Price Drops
+
   |name    = More Lively Sewer Overhaul, Aimon's More Lively Sewer Overhaul Patches
   |author  = skuldomg, Skuld
+
   |author  = Aimon111
   |id      = skuldomg.priceDrops
+
   |id      = AimonsMoreLivelySewerOverhaulPatches
   |nexus  = 2047
+
   |nexus  = 19405
   |github  = skuldomg/priceDrops
+
   |github  = SimonK1122/More-Lively-Sewer-Overhaul-code-patches
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Price Fluctuation
+
   |name    = More Map Layers
   |author  = lech43
+
   |author  = Platonymous
   |id      = lech43.PriceFluctuation
+
   |id      = Platonymous.MoreMapLayers
   |nexus  = 6396
+
   |nexus  = 1134
   |github  =
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.5.5
+
   |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    = Prices
+
   |name    = More Mine Ladders
   |author  = skiilaa
+
   |author  = JadeTheavas
   |id      = skiilaa.Prices
+
   |id      = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
   |nexus  = 2255
+
   |nexus  = 2105
   |github  =
+
   |github  = JadeTheavas/MoreMineLadders
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
  |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    = More Mixed Seeds from Weeds
   |author  = Darkhax
+
   |author  = minami26
   |id      = darkhax.pricetooltip
+
   |id      = minami26.moremixedseedsfromweeds
   |nexus  =
+
   |nexus  = 26712
  |curse  = 299169
+
   |github  =
   |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    = Prismatic Clothing
+
   |name    = More Multiplayer Info
   |author  = atravita
+
   |author  = cheesysteak
   |id      = atravita.PrismaticClothing
+
   |id      = cheesysteak.moremultiplayerinfo
  |curse  = 870969
+
   |nexus  = 2173
  |moddrop = 1205162
+
   |github  = cheesysteak/stardew-steak
   |nexus  = 13051
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Prismatic Fire
+
   |name    = More Multiplayer Info (1.6 Updated)
   |author  = aedenthorn, Erinthe
+
   |author  = yummypecho
   |id      = aedenthorn.PrismaticFire
+
   |id      = yummypecho.moremultiplayerinfo
   |nexus  = 12931
+
   |nexus  = 22024
   |github  = aedenthorn/StardewValleyMods
+
   |github  = cheesysteak/stardew-steak
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Furniture
+
   |name    = More Nightly Events
   |author  = aedenthorn, Erinthe
+
   |author  = Khloe Leclair
   |id      = aedenthorn.PrismaticFurniture
+
   |id      = leclair.morenightlyevents
   |nexus  = 12589
+
   |nexus  = 22612
   |github  = aedenthorn/StardewValleyMods
+
   |github  = KhloeLeclair/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Pride
+
   |name    = More Rain
   |author  = kdau
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = kdau.PrismaticPride
+
   |id      = Omegasis.MoreRain
   |nexus  = 9019
+
   |nexus  = 441
  |moddrop = 978503
+
   |github  = janavarro95/Stardew_Valley_Mods
   |github  =
 
  |source  = https://gitlab.com/kdau/prismaticpride
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Slime Finder
+
   |name    = More Random Edition, Randomizer
   |author  = MrKoatl
+
   |author  = Chikakoo and doomdonuts, Chikakoo4
   |id      = MrKoatl.PrismaticSlimeFinder
+
   |id      = Chikakoo.Randomizer
   |nexus  = 7866
+
   |nexus  = 5311
   |github  =
+
   |github  = Chikakoo/stardew-valley-randomizer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Statue
+
   |name    = More Rings
   |author  = Achtuur
+
   |author  = spacechase0
   |id      = Achtuur.PrismaticStatue
+
   |id      = spacechase0.MoreRings
   |nexus  = 17013
+
  |curse  = 867743
   |github  = Achtuur/StardewMods
+
  |moddrop = 771616
 +
   |nexus  = 2054
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = More Sensible Juices
 +
  |author  = NCarigon
 +
  |id      = NCarigon.MoreSensibleJuices
 +
  |nexus  = 23146
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Tools
+
   |name    = More Sexy Dwarf
   |author  = stokastic
+
   |author  = CyberCheese
   |id      = stokastic.PrismaticTools
+
   |id      = cybercheese.moresexydwarf
   |nexus  = 2428
+
   |nexus  = 4320
   |github  = stokastic/PrismaticTools
+
   |github  =
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.7.1-unofficial.12-pathoschild
+
   |status   = abandoned
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-73767
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Producer Framework Mod
+
   |name    = More Silo Storage
   |author  = Digus
+
   |author  = OrneryWalrus
   |id      = Digus.ProducerFrameworkMod
+
   |id      = OrneryWalrus.MoreSiloStorage
   |nexus  = 4970
+
   |nexus  = 2587
   |github  = Digus/StardewValleyMods
+
   |github  =
 
+
   |broke in = Stardew Valley 1.3
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
  |status  = workaround
 +
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Producer Framework Mod → PFMAutomate
+
   |name    = More Slimes, More Monsters
   |author  = Digus
+
   |author  = Ded4lif
   |id      = Digus.PFMAutomate
+
   |id      = Ded4lif.MoreSlimes, Ded4lif.MoreMonsters<!--changed circa 1.6-->
   |nexus  = 5038
+
   |nexus  = 7526
   |github  = Digus/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profiler
+
   |name    = More Sorting, More Sorting Options
   |author  = SinZ
+
   |author  = Chris Kau & Sean Nightingale
   |id      = SinZ.Profiler
+
   |id      = CKSR.MoreSorting
   |nexus  = 12135
+
   |nexus  = 22944
   |github  = SinZ163/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Calculator
+
   |name    = More TV Channel, CanaisTv
   |author  = spacechase0
+
   |author  = BrasileiroTop
   |id      = spacechase0.ProfitCalculator
+
   |id      = BrasileiroTop.CanaisTv
  |curse  = 867736
+
   |nexus  = 5126
  |moddrop = 771668
+
   |github  =
   |nexus  = 3378
+
 
   |github  = spacechase0/StardewValleyMods
+
   |status  = abandoned
   |broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Calculator<!--manifest-->, In-Game Profit Calculator<!--Nexus-->
+
   |name    = More Visible Cask Quality, More Visible Cask Rarity
   |author  = 6135
+
   |author  = mushymato
   |id      = 6135.ProfitCalculator
+
   |id      = mushymato.MoreVisibleCaskRarity
  |moddrop = 1502461
+
   |nexus  = 26052
   |nexus  = 19931
+
   |github  =
   |github  = 6135/StardewValley.ProfitCalculator
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Calculator → DGA Support
+
   |name    = More Weapons
   |author  = 6135
+
   |author  = Joco80 & Sasara
   |id      = 6135.ProfitCalculatorDGA
+
   |id      = Joco80.MoreWeapons
  |moddrop = 1502461
+
   |nexus  = 1168
   |nexus  = 19931
+
   |github  = Sasara2201/More-Weapons-SDV-Mod-
   |github  = 6135/StardewValley.ProfitCalculator
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest after Dynamic Game Assets-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Margins
+
   |name    = Morning Auto-Pause
   |author  = Cherry, CherryChain
+
   |author  = Zamiel
   |id      = Cherry.ProfitMargins
+
   |id      = Zamiel.MorningAutoPause
   |nexus  = 4663
+
   |nexus  = 21266
  |moddrop = 716352
+
   |github  = Zamiell/stardew-valley-mods
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Progressive Access Farm
+
   |name    = Mossy Tree Bubble
   |author  = onjulraz
+
   |author  = Tocseoj
   |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
+
   |id      = Tocseoj.MossyTreeBubble
   |nexus   = 2923
+
   |curse   = 1008228
   |github  =
+
   |moddrop = 1564905
 
+
  |nexus  = 22818
   |broke in = Stardew Valley 1.3.29
+
   |github  = Tocseoj/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Project Fluent
+
   |name    = MOTD Mod
   |author  = Shockah
+
   |author  = thfr
   |id      = Shockah.ProjectFluent
+
   |id      = thfr.MOTDMod
   |nexus  = 12638
+
   |nexus  = 3703
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = rfht/MOTDMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Project S
+
   |name    = Motorcycle Mod, Moto Mod
   |author  = NarlanMarlan
+
   |author  = Akane
   |id      = narlan.projects
+
   |id      = Akane.MotorcycleMod<!--changed in 1.0.2 re-release-->, Pathoschild.MotorcycleMod<!--changed in 1.0.2-->, Akane.MotoMod
   |nexus  = 3785
+
   |nexus  = 10553
   |github  = NolanEastburn/ProjectS
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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-130131 unofficial update] instead).
 +
  |unofficial version = 1.1.0-unofficial.3-CyanFire
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-130131
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Public Access TV
+
   |name    = mouahrara's Module Collection
   |author  = kdau
+
   |author  = mouahrara
   |id      = kdau.PublicAccessTV
+
   |id      = mouahrara.mouahrarasModuleCollection
   |nexus  = 5605
+
   |nexus  = 18973
   |moddrop = 757967
+
   |github = mouahrara/mouahrarasModuleCollection
  |source = https://gitlab.com/kdau/predictivemods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pudding Plus Colored Slime Drops
+
   |name    = Mouse Fishing
   |author  = TerryDBS
+
   |author  = ruggerbuns
   |id      = TerryDBS.ColoredSlimeDrops
+
   |id      = ruggerbuns.MouseFishing
   |nexus  = 7048
+
  |curse  = 1046572
 +
  |moddrop = 1597338
 +
   |nexus  = 25231
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purchasable Galaxy Item
+
   |name    = Mouse Movement Fishing, 鼠标移动钓鱼
   |author  = SorryLate
+
   |author  = Night
   |id      = SorryLate.GalaxyItem
+
   |id      = Night.MovementFishing
   |nexus  = 5289
+
   |nexus  = 25571
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purchasable Recipes
+
   |name    = Mouse Move Mode, Right Click Move Mode
   |author  = Paracosm
+
   |author  = ylsama
   |id      = Paracosm.PurchasableRecipes
+
   |id      = nghiango1.MouseMoveMode<!--changed in 1.2.9-->, ylsama.MouseMoveMode<!--changed in 1.2.8-->, ylsama.RightClickMoveMode
  |nexus  = 1722
+
   |curse   = 1063458
  |github  =
+
   |nexus   = 2614
 
+
   |github  = ylsama/RightClickMoveMode
  |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    = Moveable Mailbox
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PuristMod
+
   |id      = aedenthorn.MoveableMailbox
   |nexus  = 16097
+
  |curse  = 868858
 +
   |nexus  = 7834
 
   |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}}#MoveableMailbox
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pussle
+
   |name    = Moveable Pet Bowl
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.Pussle
+
   |id      = aedenthorn.MoveablePetBowl
   |moddrop = 1521424
+
   |curse  = 868849
   |nexus  = 19760
+
   |nexus  = 8038
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in = Stardew Valley 1.6
 
+
  |status  = obsolete
   |beta status = ok
+
   |summary  = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PVP Friendly Fire, PVP
+
   |name    = Move Annoying Cursor
   |author  = DewMods
+
   |author  = joljyo
   |id      = DewMods.StardewValleyMods.PVP
+
   |id      = joljyo.MoveAnnoyingCursor
   |nexus  = 15589
+
   |nexus  = 7378
 
   |github  =
 
   |github  =
 
  |beta 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    = Move Bed
   |author  = spacechase0 and ParadigmNomad
+
   |author  = yangZ, yangZheng20
   |id      = spacechase0.PyromancersJourney, spacechase0.FireArcadeGame<!--changed in 1.0.1-->
+
   |id      = yangZ.MoveBed
  |curse  = 867715
+
   |nexus  = 23308
   |nexus  = 7455
+
   |github  =
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PyTK, Platonymous Toolkit
+
   |name    = Move Between Buildings
   |author  = Platonymous
+
   |author  = Vilaboa
   |id      = Platonymous.Toolkit
+
   |id      = Vilaboa.MoveBetweenBuildings
   |nexus  = 1726
+
   |nexus  = 17391
  |moddrop = 793815
+
   |github  =
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Chests
+
   |name    = Move Faster
   |author  = spacechase0
+
   |author  = Shuai Zhang
   |id      = spacechase0.QiChest
+
   |id      = shuaiz.MoveFasterMod
   |nexus  = 15696
+
   |nexus  = 1351
   |github  = spacechase0/StardewValleyMods
+
   |github  = hcoona/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.2?
 +
  |status  = workaround
 +
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Exchanger
+
   |name    = Move Greenhouse Plot
   |author  = Mizzion
+
   |author  = aedenthorn, Erinthe
   |id      = mizzion.qiexchanger
+
   |id      = aedenthorn.MoveGreenhousePlot
   |nexus   = 1930
+
   |curse   = 868738
   |moddrop = 661359
+
   |nexus  = 13589
   |github  = Mizzion/MyStardewMods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Sprinklers
+
   |name    = Move It
   |author  = UnknownLegacy
+
   |author  = aedenthorn, Erinthe
   |id      = UnknownLegacy.QiSprinklers
+
   |id      = aedenthorn.MoveIt
   |nexus  = 7904
+
  |curse  = 868688
   |github  = UnkLegacy/QiSprinklers
+
   |nexus  = 15163
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
+
   |name    = Movement Mod, Movement Modifier
   |author  = Prismuth
+
   |author  = Zoryn
   |id      = <Prismuth.QuaintFarmBridge
+
   |id      = Zoryn.MovementModifier
   |nexus  = 1647
+
   |nexus  =
   |github =
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 
+
   |github  = Zoryn4163/SMAPI-Mods
  |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    = Quality Bait
+
   |name    = Movement Speed
   |author  = MindMeltMax
+
   |author  = bcmpinc
   |id      = MindMeltMax.QualityBait
+
   |id      = bcmpinc.MovementSpeed
  |moddrop = 1443555
+
   |nexus  = 2736
   |nexus  = 16832
+
   |github  = bcmpinc/StardewHack
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Fish Ponds
+
   |name    = Move Through Object
   |author  = ytsc
+
   |author  = ylsama
   |id      = ytsc.QualityFishPonds
+
   |id      = ylsama.MoveThoughObject
   |nexus  = 11021
+
   |nexus  = 2680
   |github  = YTSC/StardewValleyMods
+
   |github  =
 +
  |source  = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
  
   |beta broke in = Stardew Valley 1.6
+
   |dev note = source in separate Git branch
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Quality Products
 
  |author  = SilentOak
 
  |id      = SilentOak.QualityProducts
 
  |nexus  = 3609
 
  |github  = silentoak/StardewMods
 
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
   |status  = abandoned
   |summary  = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
+
   |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    = Quality Products → Auto Quality Patch
+
   |name    = Movie Theater Options
   |author  = SilentOak
+
   |author  = Dragoon23
   |id      = SilentOak.AutoQualityPatch
+
   |id      = Dragoon23.MovieTheaterOptions
   |nexus  = 3609
+
   |nexus  = 26783
   |github  = silentoak/StardewMods
+
   |github  =
 
 
  |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    = Movie Theatre Tweaks
   |author  = Traktori
+
   |author  = aedenthorn, Erinthe
   |id      = Traktori.QualityScrubber
+
   |id      = aedenthorn.MovieTheatreTweaks
   |nexus  = 5663
+
  |curse  = 868672
   |github  = Traktori7/StardewValleyMods
+
   |nexus  = 16395
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Scrubber for Automate
+
   |name    = Mr. Pam - Snorlax Mechanics
   |author  = Traktori
+
   |author  = daleonar
   |id      = Traktori.AM.QualityScrubber
+
   |id      = daleonar.Snorlax
   |nexus  = 5663
+
   |nexus  = 16194
   |github  = Traktori7/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Quality Scrubber-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Smash
+
   |name    = MTN, More Than Necessary
   |author  = barfytheclown
+
   |author  = SgtPickles, GameMX
   |id      = barfytheclown.QualitySmash
+
   |id      = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
   |nexus  = 7907
+
   |nexus  = 2256
   |github  = jn84/QualitySmash
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |name    = Muffin Core
 +
  |author  = Kabi-chan
 +
  |id      = kabi-chan.MuffinCore
 +
  |nexus  = 8070
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Queen of Sauce Randomizer
+
   |name    = Multi Fertilizer
   |author  = Speshkitty
+
   |author  = spacechase0
   |id      = speshkitty.queenofsauceshuffler
+
   |id      = spacechase0.MultiFertilizer
   |nexus  = 7151
+
  |curse  = 867717
   |github  = Speshkitty/QueenOfSauceRandomiser
+
   |nexus  = 7436
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Ultimate Fertilizer|Ultimate Fertilizer]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Delay
+
   |name    = Multiplayer Backpacks
   |author  = BadNetCode
+
   |author  = skiilaa
   |id      = BadNetCode.QuestDelay
+
   |id      = skiilaa.MultiplayerBackpacks
   |nexus  = 1239
+
   |nexus  = 2282
  |moddrop = 473938
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Framework
+
   |name    = Multiplayer Emotes
   |author  = PurrplingCat
+
   |author  = FerMod
   |id      = PurrplingCat.QuestFramework
+
   |id      = FerMod.MultiplayerEmotes
  |curse  = 577691
+
   |nexus  = 2347
   |nexus  = 6414
+
   |github  = FerMod/StardewMods
   |github  = purrplingcat/QuestFramework
 
  
   |warnings = Broken on Android.
+
   |broke in = Stardew Valley 1.4
 
+
  |status  = obsolete
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Time Limits
+
   |name    = Multiplayer Exp Share, Multiplayer Exp Sharing
   |author  = aedenthorn, Erinthe
+
   |author  = Achtuur
   |id      = aedenthorn.QuestTimeLimits
+
   |id      = Achtuur.MultiplayerExpShare
  |curse  = 868671
+
   |nexus  = 16891
   |nexus  = 16403
+
   |github  = Achtuur/StardewMods
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Forward Dash, Warp Mod
+
   |name    = Multiplayer Horse Reskin
   |author  = Vexorth
+
   |author  = delphinwave
   |id      = Vexorth.Warp
+
   |id      = DelphinWave.MultiplayerHorseReskin
   |nexus  = 16605
+
   |nexus  = 7681
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Glance
+
   |name    = Multiplayer Hub
   |author  = adverserath
+
   |author  = Alberto Moreira Luiz
   |id      = Adverserath.QuickGlance
+
   |id      = AlbertoMoreiraLuiz.MultiplayerHub
   |nexus  = 12058
+
   |nexus  = 9672
   |github  = adverserath/QuickGlance
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Load
+
   |name    = Multiplayer Idle
   |author  = aedenthorn, Erinthe
+
   |author  = DoubleZ
   |id      = aedenthorn.QuickLoad
+
   |id      = DoubleZ.MultiplayerIdle
   |nexus  = 7756
+
   |nexus  = 3765
   |github  = aedenthorn/StardewValleyMods
+
   |github  = SourceZh/MultiplayerIdle
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Minigame
+
   |name    = Multiplayer Info
   |author  = Enaium
+
   |author  = MindMeltMax
   |id      = Enaium.QuickMinigame
+
   |id      = MindMeltMax.MPInfo
   |curse  = 438741
+
   |curse  = 1004488
   |moddrop = 895127
+
   |moddrop = 1302776
   |nexus  =
+
   |nexus  = 15155
   |github  = Enaium-StardewValleyMods/QuickMinigame
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Responses
+
   |name    = Multiplayer Journey Of The Prairie King, Prairie King - Multiplayer Support
   |author  = aedenthorn, Erinthe
+
   |author  = Scayze
   |id      = aedenthorn.QuickResponses
+
   |id      = scayze.MultiplayerPrairieKing
   |nexus  = 6548
+
   |nexus  = 16030
   |github  = aedenthorn/StardewValleyMods
+
   |github  = scayze/multiprairie
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Sell
+
   |name    = Multiplayer Lag Fixer - Skull Caverns and Mine
   |author  = Alejandro Akbal, AlejandroAkbal
+
   |author  = Xoulious
   |id      = AlejandroAkbal.QuickSell
+
   |id      = Xoulious.MultiplayerLagFixer
   |nexus  = 7854
+
   |nexus  = 25222
   |github  = AlejandroAkbal/Stardew-Valley-Quick-Sell-Mod
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Shop
+
   |name    = Multiplayer Mod
   |author  = Enaium
+
   |author  = Tran Minh Thong
   |id      = Enaium.QuickShop
+
   |id      = multiplayer.mod
  |curse  = 436793
+
   |nexus  = 16582
  |moddrop = 864170
+
   |github  = TMThong/Stardew-Mods
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/QuickShop
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Start
+
   |name    = Multiplayer Mod Checker
   |author  = WuestMan, redknightofdoom
+
   |author  = Cherry, CherryChain
   |id      = WuestMan.QuickStart
+
   |id      = Cherry.MultiplayerModChecker
   |nexus  = 2375
+
   |nexus  = 6609
   |github  = Brian-Wuest/Quick_Start
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Swap
+
   |name    = Multiplayer Mod Limit
   |author  = Allan Wang
+
   |author  = weizinai
   |id      = AllanWang.QuickSwap
+
   |id      = weizinai.MultiplayerModLimit
   |nexus  = 13956
+
   |nexus  = 25446
   |github  = AllanWang/Stardew-Mods
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quotes
+
   |name    = Multiplayer Sell Price Fix, Fix-sellToStorePrice
   |author  = aedenthorn, Erinthe
+
   |author  = Unremarkable, animavoro
   |id      = aedenthorn.Quotes
+
   |id      = unremarkable.fix-sellToStorePrice
   |nexus  = 6503
+
   |nexus  = 2135
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Radioactive Geodes
+
   |name    = Multiplayer Shaft Fix
   |author  = justastranger
+
   |author  = Prince-Leto
   |id      = jas.RadioactiveGeodes
+
   |id      = princeleto.multiplayershaftfix
   |moddrop = 952722
+
   |nexus  = 2922
   |nexus  =
+
  |github  = Prince-Leto/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Multiplayer Speech Bubbles
 +
  |author  = Kalthramis
 +
  |id      = Kalthramis.MPSpeechBubbles
 +
   |nexus  = 2192
 
   |github  =
 
   |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    = Radioactive Tools
+
   |name    = Multiplayer Time
   |author  = kakashigr
+
   |author  = lolmaj
   |id      = kakashigr.RadioactiveTools
+
   |id      = lolmaj.MultiplayerTime
   |nexus  = 7630
+
   |nexus  = 2543
   |github  = kakashigr/stardew-radioactivetools
+
   |github  = MaciejMarkuszewski/StardewValleyMod
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rainbow Cursor
+
   |name    = Multiple Farms For Multiplayer, Multiplayer Farms Code
   |author  = Jamie Taylor
+
   |author  = LyzzCL
   |id      = jltaylor-us.RainbowCursor
+
   |id      = LyzzCL.MultiplayerFarmsCode
   |nexus  = 15886
+
   |nexus  = 26873
   |github  = jltaylor-us/StardewRainbowCursor
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rainbow Trail
+
   |name    = Multiple Floor Farmhouse
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.RainbowTrail
+
   |id      = aedenthorn.MultiStoryFarmhouse
   |nexus  = 16914
+
  |curse  = 868848
 +
   |nexus  = 8077
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Multiple Floor Farmhouse - Continued|Multiple Floor Farmhouse - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Raincoat When Raining
+
   |name    = Multiple Floor Farmhouse - Continued
   |author  = BikiFae, bikinavisho
+
   |author  = aedenthorn and FlyingTNT
   |id      = BikiFae.RainCoatWhenRaining
+
   |id      = FlyingTNT.MultipleFloorFarmhouse
   |nexus  = 4659
+
   |nexus  = 25303
   |github  = bikinavisho/RainCoatWhenRaining
+
   |github  = FlyingTNT/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = RainPlus
+
   |name    = Multiple Gifts for Spouses
   |author  = Deadlykirpy
+
   |author  = Redwood
   |id      = Kirpy.RainPlus
+
   |id      = Redwood.MultipleGiftsForSpouse
   |nexus  = 6559
+
   |nexus  = 2910
   |github  =
+
   |github  = EKomperud/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Rain Randomizer
+
   |name    = Multiple Horses
   |author  = EvilPdor
+
   |author  = CyanFire
   |id      =
+
   |id      = CF.MultipleHorses
   |nexus  =
+
   |nexus  = 25620
  |url    = https://community.playstarbound.com/threads/111526
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |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    = Multiple Mini-Obelisks
   |author  = StultusV
+
   |author  = PeacefulEnd
   |id      = StultusV.RainRefillsWateringCan
+
   |id      = PeacefulEnd.MultipleMiniObelisks
   |nexus  = 11554
+
  |curse  = 870945
   |github  = JudeRV/Stardew-RainRefillsWateringCan
+
   |nexus  = 7900
 +
   |github  = Floogen/MultipleMiniObelisks
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rains Interaction Mod
+
   |name    = Multiple Spouse Dialogs
   |author  = RainKuro
+
   |author  = ceruleandeep
   |id      = RainKuro.RainsInteractionMod
+
   |id      = ceruleandeep.multiplespousedialogs
   |nexus  = 18850
+
   |nexus  = 8711
   |github  =
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Raised Garden Beds
+
   |name    = Multiple Spouses
   |author  = blueberry
+
   |author  = aedenthorn, Erinthe
   |id      = blueberry.RaisedGardenBeds
+
   |id      = aedenthorn.MultipleSpouses
   |nexus  = 5305
+
  |curse  = 868901
   |github  = b-b-blueberry/RaisedGardenBeds
+
   |nexus  = 6227
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ranching Tool Upgrades
+
   |name    = Multiple Sprites and Portraits On Rotation, File Loading
   |author  = drbirbdev
+
   |author  = SlyMerc
   |id      = drbirbdev.RanchingToolUpgrades
+
   |id      = FileLoading
   |nexus  = 12280
+
   |nexus  = 1094
   |github  = drbirbdev/StardewValley
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = workaround
 +
  |summary  = Use [[#Content Patcher|Content Patcher]] instead.
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Bundles
+
   |name    = Multi Save
   |author  = balllight
+
   |author  = aedenthorn, Erinthe
   |id      = balllight.RandomBundles
+
   |id      = aedenthorn.MultiSave
   |nexus  = 13790
+
  |curse  = 868681
   |github  =
+
   |nexus  = 15402
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Random Hair Color
+
   |name    = Multi Save - Continued
   |author  = bookworm89723
+
   |author  = recon88
   |id      = davis.randomhair
+
   |id      = recon88.MultiSave
   |nexus  = 3271
+
  |curse  = 1018922
   |github  = joaniedavis/RandomHairMod
+
   |nexus  = 22953
 +
   |github  = recon88/Multi-Save-Continued
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Randomized Energy
+
   |name    = Multitool
   |author  = LakeMonster_, LakeMonster666
+
   |author  = Miome
   |id      = LakeMonster_.RandomizedEnergy
+
   |id      = miome.MultiToolMod
   |nexus  = 5250
+
   |nexus  = 2546
   |github  =
+
   |github  = miome/MultitoolMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random NPCs, Random Visitors
+
   |name    = Multi-User Chests
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = Aedenthorn.RandomNPC
+
   |id      = MindMeltMax.MUC
   |nexus   = 4911
+
   |curse   = 997982
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 9856
 
+
   |moddrop = 1135731
   |warnings  = doesn't work in multiplayer.
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Start Day
+
   |name    = Multi Yield Crops
   |author  = idermailer
+
   |author  = Cherry, CherryChain
   |id      = idermailer.RandomStartDay
+
   |id      = Cherry.MultiYieldCrops
   |nexus  = 13225
+
   |nexus  = 6069
   |github  = idermailer/RandomStartDay
+
   |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  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Deluxe Grabber Redux-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Tastes
+
   |name    = Murdercrows
   |author  = skiilaa
+
   |author  = aedenthorn, Erinthe
   |id      = skiilaa.RandomTastes
+
   |id      = aedenthorn.Murdercrows
   |nexus  = 2285
+
  |curse  = 868878
 +
   |nexus  = 6615
 +
  |github  = aedenthorn/StardewValleyMods
  
   |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
 +
  |name    = Murder Drone, Personal Combat Drone
 +
  |author  = cotboy
 +
  |id      = cambam.MURDERDRONE
 +
   |nexus  = 4507
 +
   |github  = camcamcamcam/murderdrone
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Range Display, Sprinkler Range
+
   |name    = Murder Mod
   |author  = CatCattyCat, Cat
+
   |author  = Aren, Aren Desai
   |id      = cat.sprinklerrange
+
   |id      = Aren.MurderMod
   |nexus  = 1179
+
   |nexus  = 17470
  |moddrop = 833536
+
   |github  = ArenKDesai/Murder-Mod
   |github  = danvolchek/StardewMods
 
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
}}
   |summary = use [[#Data Layers|Data Layers]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Museum Donation Checker
 +
   |author = Hitaxas
 +
  |id      = Hitaxas.Dono.DLL
 +
  |nexus  = 24225
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ranged Tools
+
   |name    = Museum Rearranger
   |author  = vgperson
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = vgperson.RangedTools
+
   |id      = Omegasis.MuseumRearranger
   |nexus  = 6935
+
   |nexus  = 428
   |github  = vgperson/RangedTools
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Range Highlight
+
   |name    = Museum Store
   |author  = Jamie Taylor
+
   |author  = atravita
   |id      = jltaylor-us.RangeHighlight
+
   |id      = atravita.MuseumRewardsIn<!--since 0.2.0-->, atravita.MuseumStore
   |nexus  = 6752
+
  |curse  = 870973
   |github  = jltaylor-us/StardewRangeHighlight
+
  |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    = Raven of The Valley
+
   |name    = Mushroom Cursors
   |author  = nicks
+
   |author  = Expl0
   |id      = nicks.RavenofTheValley
+
   |id      = Expl0.MushroomCursors
   |nexus  = 19856
+
   |nexus  = 12594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Readers Digest
+
   |name    = Mushroom Levels
   |author  = Remy Bach
+
   |author  = Eireon, Ben Patterson
   |id      = remybach.readersdigest
+
   |id      = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
   |nexus  = 3040
+
   |nexus  = 2818
   |github  = remybach/stardew-valley-readersdigest
+
   |github  = benrpatterson/MushroomLevels
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realistic Fishing
+
   |name    = Mushroom Level Tip
   |author  = Kevin Connors
+
   |author  = WhiteMind
   |id      = KevinConnors.RealisticFishing
+
   |id      = WhiteMind.MLT
   |nexus  = 2623
+
   |nexus  = 1894
   |github  = kevinforrestconnors/RealisticFishing
+
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
<!--
+
  |status  = workaround
   |unofficial version = 1.2.3-unofficial.3-Mizzion
+
  |summary  = Use [[#Almanac|Almanac]] instead.
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
+
}}
-->
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mushroom Log Additions
 +
  |author  = justastranger
 +
   |id      = JAS.MushroomLogAdditions
 +
  |moddrop = 1539617
 +
  |nexus  =
 +
   |github  = justastranger/MushroomLogAdditions
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realistic Random Names
+
   |name    = Mushroom Propagator Automation
   |author  = aedenthorn, Erinthe
+
   |author  = blueberry and Oddshot
   |id      = aedenthorn.RealNames
+
   |id      = blueberry.BlueberryMushroomAutomation
   |nexus  = 6269
+
   |nexus  = 4637
   |github  = aedenthorn/StardewValleyMods
+
   |github  = b-b-blueberry/BlueberryMushroomMachine
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Mushroom Propagator Automation-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Real Time
+
   |name    = Mushroom Propagator - Grow More Mushrooms
   |author  = Enaium, Lightcolour888
+
   |author  = blueberry, blueberry and Oddshot
   |id      = Enaium.RealTime
+
   |id      = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
   |nexus  = 5336
+
   |nexus  = 4637
   |github  =
+
   |github  = b-b-blueberry/BlueberryMushroomMachine
 +
 
 +
  |broke in = Stardew Valley 1.6<!--retest linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realtime Framework
+
   |name    = Mushroom Rancher
   |author  = drbirbdev
+
   |author  = Goldenrevolver
   |id      = drbirbdev.RealtimeFramework
+
   |id      = Goldenrevolver.MushroomRancher
   |nexus  = 18915
+
   |nexus  = 10978
   |github  = drbirbdev/StardewValley
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realtime Minimap
+
   |name    = Musical Cellar
   |author  = spacechase0
+
   |author  = Lis
   |id      = spacechase0.RealtimeMinimap
+
   |id      = Lis.MusicalCellar
  |curse  = 867706
+
   |nexus  = 7626
   |nexus  = 9386
+
   |github  = lisamreynolds/MusicalCellar
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Real Weather, SDVWM Astro<!--older version-->, SDVWM Environment<!--older version-->
+
   |name    = Musical Paths
   |author  = SixthTitan
+
   |author  = aedenthorn, Erinthe
   |id      = SixthTitan.SDVWM_RealWeather, SixthTitan.SDVWM_Astro<!--older version-->
+
   |id      = aedenthorn.MusicalPaths
   |nexus  = 5773
+
  |curse  = 868739
   |github  =
+
   |nexus  = 13197
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recatch Legendary Fish
+
   |name    = Mutant Rings
   |author  = cantorsdust and Pathoschild
+
   |author  = ApryllForever
   |id      = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
+
   |id      = ApryllForever.MutantRings
   |nexus  = 172
+
   |nexus  = 23849
   |github  = cantorsdust/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reciprocate
+
   |name    = My Money
   |author  = YunHikari
+
   |author  = Marcos Brendon
   |id      = YunHikari.Reciprocate
+
   |id      = marcos.mymoney
   |nexus  = 17714
+
   |nexus  = 6736
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Mystical Buildings
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.MysticalBuildings
 +
  |curse  = 870928
 +
  |nexus  = 12312
 +
  |github  = Floogen/MysticalBuildings
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Name Tags
 +
  |author  = Enaium
 +
  |id      = Enaium.NameTags
 +
  |curse  = 436816
 +
  |moddrop = 877767
 +
  |nexus  =
 +
  |github  = Enaium-StardewValleyMods/NameTags
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Napalm Mummies
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.NapalmMummies
 +
  |curse  = 868675
 +
  |nexus  = 15933
 +
  |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.4-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#NapalmMummies
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recover Stamina
+
   |name    = Nature Strikes Back
   |author  = lperkins2, Logan Perkins
+
   |author  = Clumsy Jackdaw
   |id      = lperkins2.RecoverStamina
+
   |id      = ClumsyJackdaw.NatureStrikesBack
   |nexus  = 2332
+
   |nexus  = 19771
   |github  =
+
   |github  = clumsyjackdaw/StardewValley_NatureStrikesBack
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recurring Reminders
+
   |name    = Neat Additions
   |author  = Dem1se
+
   |author  = Ilyaki
   |id      = Dem1se.RecurringReminders
+
   |id      = ilyaki.neatadditions
   |nexus  = 6840
+
   |nexus  = 2648
   |github  = dem1se/SDVMods
+
   |github  = Ilyaki/NeatAdditions
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recyclable Cola
+
   |name    = Network Optimizer
   |author  = XxHarvzBackxX
+
   |author  = Ilyaki
   |id      = harvz.RecyclableCola
+
   |id      = Ilyaki.NetworkOptimizer
   |nexus  = 10865
+
   |nexus  = 3021
   |github  = XxHarvzBackxX/recyclableCola
+
   |github  = Ilyaki/NetworkOptimizer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Redesigned Farmhouse Layout
+
   |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  = Aimon111 & DaLion
+
   |author  = DestyNova
   |id      = Aimon111.RedisignedFarmHouseLayout.Warps
+
   |id      = KCC.SnS<!--changed circa 1.10.0-->, DestyNova.NEACode
   |nexus  = 11420
+
   |nexus  = 12369
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Redraw Pelican Town Config
+
   |name    = Never Lose Stamina
   |author  = JefGrizli
+
   |author  = j4c0b333
   |id      = JefGrizli.RedrawPelicanTownC
+
   |id      = j4c0b333.NeverLoseStamina
   |nexus  = 15564
+
   |nexus  = 4046
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Refill Watering Can in Town Fountain
+
   |name    = New Achieve, Obtain Achievements
   |author  = TfueLovesBanana
+
   |author  = AbelSdf, Abel_sdf
   |id      = TfueLovesBanana.FillWateringCanInTownFountain
+
   |id      = AbelSdf.NewAchieve
   |nexus  = 16764
+
   |nexus  = 20909
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Refill Silos
+
   |name    = New Clothes Every Day
   |author  = Alpha_Omegasis
+
   |author  = Vrakyas
   |id      = Omegasis.RefillSilos
+
   |id      = Vrakyas.NewClothesEveryDay
   |nexus  = 20779
+
   |nexus  = 4030
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = New Game on Launch
 +
  |author  = Nobbele
 +
  |id      = Nobbele.NewGameOnLaunch
 +
  |nexus  = 2654
 +
  |github  = 4ppleCracker/NewGameOnLaunch
 +
 
 +
  |broke in    = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Refund Staircases
+
   |name    = New Game Plus
   |author  = Nick Martin
+
   |author  = Spacechase0
   |id      = NickMartin.RefundStaircases
+
   |id      = Spacechase0.NewGamePlus
   |nexus  = 19209
+
  |curse  = 867147
   |github  = nickmartin1ee7/RefundStaircases
+
   |nexus  = 10786
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regeneration
+
   |name    = New Machines
   |author  = Hammurabi
+
   |author  = Igorious
   |id      = HammurabiRegeneration
+
   |id      = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
 
   |nexus  =
 
   |nexus  =
   |chucklefish = 4584
+
   |chucklefish = 3683
   |source = https://community.playstarbound.com/resources/regeneration.4584/updates
+
   |github = Igorious/StardevValleyNewMachinesMod
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |summary  = use [[#Producer Framework Mod|Producer Framework Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regen Mod
+
   |name    = New Years Eve → Fireworks
   |author  = Zoryn
+
   |author  = sophiesalacia
   |id      = Zoryn.RegenMod
+
   |id      = sophie.Fireworks
   |nexus  =
+
   |nexus  = 15277
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = sophiesalacia/StardewMods
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regular Quality
+
   |name    = Nexus Mods Button
   |author  = desto, JustToDownloadThings
+
   |author  = Pickysaurus
   |id      = desto.RegularQuality
+
   |id      = Pickysaurus.NexusModsButton
   |nexus  = 5090
+
   |nexus  = 12969
   |github  = desto-git/smapi-RegularQuality
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rejuvenating Forest
+
   |name    = Nice Messages
   |author  = Team Timber
+
   |author  = Nori, seaweednori
   |id      = TeamTimber.RejuvenatingForest
+
   |id      = nori.NiceMessages
   |nexus  = 10322
+
   |nexus  = 6160
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Bar UI
+
   |name    = Night Event Chance Tweak
   |author  = SlyMerc
+
   |author  = aedenthorn, Erinthe
   |id      = RelationshipBar
+
   |id      = aedenthorn.NightEventChanceTweak
   |nexus  = 1009
+
  |curse  = 868806
   |github  =
+
   |nexus  = 10633
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#NightEventChanceTweak
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationships Enhanced
+
   |name    = Night Light
   |author  = rodrigovaz
+
   |author  = KankuroGB
   |id      = relationshipsenhanced
+
   |id      = kankurogb.nightlight
   |nexus  =
+
   |nexus  = 21629
   |chucklefish = 4435
+
   |github  = KankuroGB/NightLight
   |github  =
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |broke in = SMAPI 2.0
+
   |name    = Night Owl
   |status   = workaround
+
  |author  = Omegasis, Alpha_Omegasis
   |summary  = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
+
   |id      = Omegasis.NightOwl
 +
  |nexus    = 433
 +
   |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
 +
  |name    = Nightshade
 +
  |author  = ichortower
 +
  |id      = ichortower.Nightshade
 +
  |nexus  = 23742
 +
  |github  = ichortower/Nightshade
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Status
+
   |name    = Night Shift
   |author  = Dragonisser
+
   |author  = SevenChords
   |id      = relationshipstatus
+
   |id      = SevenChords.Night_Shift
   |nexus  = 751
+
   |nexus  = 15345
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Tooltips
+
   |name    = Night Time Sound Notifications, Time Notif
   |author  = M3ales
+
   |author  = CarelessImm0rtal and StultusVMods, Careless_Imm0rtal
   |id      = M3ales.RelationshipTooltips
+
   |id      = Careless_Imm0rtal.Time_Notif.
   |nexus  =
+
   |nexus  = 19651
  |curse  = 298040
+
   |github  =
   |github  = M3ales/RelationshipTooltips
 
 
 
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Tracker
+
   |name    = Nightwork, 夜间工作
   |author  = Branic
+
   |author  = Night
   |id      = Branic.RelationshipTracker
+
   |id      = Night.Gaming
   |nexus  = 2845
+
   |nexus  = 25375
   |github  = Paradox355/SDVMods
+
   |github  =
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relativity
+
   |name    = No Blink
   |author  = AdroSlice
+
   |author  = Mr Tea, MrTea
   |id      = AdroSlice.Relativity
+
   |id      = MrTea.NoBlink
   |nexus  = 13028
+
   |nexus  = 17220
   |github  = adroslice/sdv-relativity-mirror
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relaxing Weekends<!--manifest-->, Weekend Relaxation<!--Nexus-->
+
   |name    = No Cheat Shortcuts (No Map Overwrite)
   |author  = The Fluffy Robot
+
   |author  = kulcris
   |id      = TheFluffyRobot.RelaxingWeekends
+
   |id      = kulcris.NoCheatShortcuts
   |nexus  = 19662
+
   |nexus  = 2310
   |github  = jamespfluger/Stardew-ModCollection
+
   |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Birthday Gifts<!--Nexus-->, Remember Birthdays<!--manifest-->
+
   |name    = Noclip Mode
   |author  = zeldela
+
   |author  = Pathoschild
   |id      = zeldela-RememberBirthdays
+
   |id      = Pathoschild.NoclipMode
   |nexus  = 13554
+
  |curse  = 1000622
   |github  = zeldela/sdv-mods
+
   |nexus  = 3900
 +
  |moddrop = 691002
 +
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Faced Direction
+
   |name    = No Cooties
   |author  = Annosz
+
   |author  = ceruleandeep
   |id      = Annosz.RememberFacedDirection
+
   |id      = ceruleandeep.NoCooties
   |nexus  = 6946
+
   |nexus  = 9000
   |github  = Annosz/StardewValleyModding
+
   |github  = ceruleandeep/CeruleanStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = No Crows
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.nocrows
 +
  |nexus  = 1682
 +
  |moddrop = 833543
 +
  |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = No Crows Revisited
 +
  |author  = Siweipancc
 +
  |id      = Siweipancc.NoCrowsRevisited
 +
  |nexus  = 21129
 +
  |github  = siweipancc/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Your Umbrella
+
   |name    = No Debris Weather
   |author  = heyseth
+
   |author  = Underscore76
   |id      = heyseth.umbrellas
+
   |id      = underscore.nodebris
   |nexus  = 8366
+
   |nexus  = 19699
   |github  = heyseth/SDVMods
+
   |github  = Underscore76/NoDebrisWeather
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reminders
+
   |name    = No Debug Mode
   |author  = Surkasu
+
   |author  = Pathoschild
   |id      = Surkasu.Reminders
+
   |id      = Pathoschild.NoDebugMode
   |nexus  = 2481
+
   |nexus  = 593
   |github  =
+
   |github  = Pathoschild/StardewMods
  
  |broke in = SMAPI 3.0
+
   |status = abandoned
   |status   = workaround
+
   |summary = remove this mod (debug mode removed in SMAPI 1.0).
   |summary = use [[#Custom Reminders|Custom Reminders]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remind to Exit
+
   |name    = No Fall Damage, Remove Fall Damage from Mineshafts
   |author  = pepoluan
+
   |author  = Kryspur
   |id      = pepoluan.RemindToExit
+
   |id      = Kryspur.NoFallDamage
   |nexus  = 8727
+
   |nexus  = 17749
 
   |github  =
 
   |github  =
  |source  = https://sourceforge.net/projects/sdvmod-remind-to-exit/
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remote Fridge Storage
+
   |name    = No Fence Decay
   |author  = EternalSoap, arjan3004
+
   |author  = CatCattyCat, Cat
   |id      = EternalSoap.RemoteFridgeStorage
+
   |id      = cat.nofencedecay
   |nexus  = 2545
+
   |nexus  = 1180
   |github  = SoapStuff/Remote-Fridge-Storage
+
  |moddrop = 833537
 +
   |github  = danvolchek/StardewMods
  
   |warnings = Broken on Android (loads but does not work).
+
   |broke in = Stardew Valley 1.6
 
+
  |status  = workaround
   |beta broke in = Stardew Valley 1.6
+
   |summary  = use [[#No Fence Decay Redux|No Fence Decay Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remove All Monsters
+
   |name    = No Fence Decay Redux
   |author  = David J. Lee, djslzx
+
   |author  = EnderTedi
   |id      = djsl.RemoveAllMonsters
+
   |id      = EnderTedi.NoFenceDecayRedux
   |nexus  = 5727
+
   |nexus  = 20802
   |github  =
+
   |github  = EnderTedi/No-Fence-Decay-Redux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remove Animal Limitations
+
   |name    = No Festival Timer
   |author  = Hobbes
+
   |author  = mistyspring
   |id      = Hobbes.RemoveAnimalLimitations
+
   |id      = mistyspring.nofestivaltimer
   |nexus  = 7838
+
   |nexus  = 20077
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rename
+
   |name    = No Friendship Decay
   |author  = Remmie, CoinzReturns
+
   |author  = hitachihex
   |id      = Remmie.Rename
+
   |id      = hitachihex.NoFriendshipDecay
   |nexus  = 2130
+
   |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.4
+
   |broke in = Stardew Valley 1.2?
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Rename Reworked|Rename Reworked]] instead.
+
   |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    = Rename Reworked
+
   |name    = No Friendship Decay - Reborn
   |author  = Parabyted
+
   |author  = The Fluffy Robot
   |id      = parabyted.renamerework
+
   |id      = TheFluffyRobot.No
   |nexus  = 10866
+
   |nexus  = 22922
   |github  =
+
   |github  = jamespfluger/Stardew-NoFriendshipDecayReborn
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rented Tools Improved
+
   |name    = No Greenhouse Entrance Tiles
   |author  = SolusCleansing
+
   |author  = idermailer
   |id      = SolusCleansing.RentedToolsImproved
+
   |id      = idermailer.greenhouseNoEntranceTiles
   |nexus  = 18909
+
   |nexus  = 21557
   |github  = SolusCleansing/RentedToolsImproved
+
   |github  = idermailer/NoGreenhouseEntranceTiles
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rented Tools
+
   |name    = No Green Rain
   |author  = JarvieK
+
   |author  = Pillow
   |id      = JarvieK.RentedTools
+
   |id      = Pillow.NoGreenRain
   |nexus  = 1307
+
   |nexus  = 26912
   |github  = Jarvie8176/StardewMods
+
   |github  =
 
 
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reorient After Eating
+
   |name    = No Hat Treasure in Skull Cave<!--manifest-->, No Hats in Skull Cavern Treasure Chest<!--Nexus-->
   |author  = PunningLinguist
+
   |author  = Kumagabear
   |id      = PunningLinguist.ReorientAfterEating
+
   |id      = Kumagabear.NoHatTreasureSkull
   |nexus  = 7585
+
   |nexus  = 19655
   |github  = amconners/ReorientAfterEating
+
   |github  = DotSharkTeeth/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Replanter
+
   |name    = No Hoof Sound
   |author  = jwdred
+
   |author  = AbelSdf, Abel_sdf
   |id      = jwdred.Replanter
+
   |id      = AbelSdf.NoHoofSound
   |nexus  = 589
+
   |nexus  = 21020
   |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ReRegeneration
+
   |name    = No Kids Ever
   |author  = littleraskol
+
   |author  = Hangy
   |id      = lrsk_sdvm_rerg.0925160827
+
   |id      = Hangy.NoKidsEver
   |nexus  = 6837
+
   |nexus  = 1464
  |moddrop = 827580
+
   |github  = L3thal1ty/No-Kids-Ever
   |github  = littleraskol/ReRegeneration
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reseed, Roc's Reseed Mod
+
   |name    = No Kimchi
   |author  = rocslayer, James Overton
+
   |author  = jaeha, qpqpqp121
   |id      = Roc.Reseed
+
   |id      = jaeha.No_Kimchi
   |nexus  = 2421
+
   |nexus  = 5043
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use [[#Harvest Seeds|Harvest Seeds]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reset Skull Caverns
+
   |name    = No Meteors
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Pillow
   |id      = KoihimeNakamura.ResetCaverns
+
  |id      = Pillow.NoMeteors
   |moddrop = 1080116
+
  |nexus  = 27289
 +
  |github  =
 +
}}
 +
{{#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  =
 
   |nexus  =
   |github  = Sakorona/SDVMods
+
  |moddrop = 631110
 +
   |github  = minervamaga/NoMineFlyersRedux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reset Terrain Features
+
   |name    = No More Accidental Exhaustion, Exhaustion Protection
   |author  = mabelSyrup
+
   |author  = Guedez
   |id      = MabelSyrup.ResetTerrainFeatures
+
   |id      = exhaustion.protection
   |nexus  = 4715
+
   |nexus  = 5113
 +
  |moddrop = 707180
 
   |github  =
 
   |github  =
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.4.0-unofficial-Lake1059
 
  |unofficial url    = https://github.com/Lake1059/ResetTerrainFeatures_NET6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Resource Storage
+
   |name    = No More Pets
   |author  = aedenthorn, Erinthe
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = aedenthorn.ResourceStorage
+
   |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
   |nexus  = 17951
+
   |nexus  = 506
   |github  = aedenthorn/StardewValleyMods
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Responsive Knockback, Responsive MP Knockback
+
   |name    = No More Random Mine Flyers
   |author  = spacechase0
+
   |author  = Drynwynn, thepaladinknight
   |id      = spacechase0.ResponsiveKnockback
+
   |id      = Drynwynn.NoAddedFlyingMineMonsters
   |nexus  = 12029
+
   |nexus  = 2528
   |github  = spacechase0/StardewValleyMods
+
   |github  = Drynwynn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.8
 +
  |status  = workaround
 +
  |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    = Restauranteer
+
   |name    = Non-Random Prairie King
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Restauranteer
+
   |id      = aedenthorn.NonRandomPrairieKing
   |nexus  = 14519
+
  |curse  = 868891
 +
   |nexus  = 6509
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Retro Active Achievements
+
   |name    = No Offscreen Flying Monsters
   |author  = iceburg
+
   |author  = SirDigby
   |id      = 7e474181-e1a0-40f9-9c11-retroactive
+
   |id      = SirDigby.NoOffscreenFlyers
   |nexus  = 4974
+
   |nexus  = 22354
   |github  = ManApart/RetroActiveAchievements
+
   |github  =
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Retroactive Stardew
+
   |name    = No Pause When Inactive - Global
   |author  = millerscout
+
   |author  = Neko Boi Nick
   |id      = Millerscout.RetroactiveStardew
+
   |id      = NekoBoiNick.NoPauseWhenInactiveGlobal
   |nexus  = 6953
+
   |nexus  = 19250
   |github  = millerscout/StardewMillerMods
+
   |github  = thakyZ/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reusable Wallpapers and Floors, Wallpaper Retain
+
   |name    = No Poverty by Disconnect
   |author  = Iceburg
+
   |author  = Slumber
   |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
+
   |id      = SlumbR.NoPovertyByDisconnect
   |nexus  = 356
+
   |nexus  = 11529
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reverse Proposal
+
   |name    = No Quarry
   |author  = GreenOnion24
+
   |author  = mlambley
   |id      = GreenOnion24.ReverseProposal
+
   |id      = mlambley.NoQuarry
   |nexus  = 8526
+
   |nexus  = 19410
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Revive Dead Crops
+
   |name    = Normalize AI for Inworld AI Mod, Normalize AI
   |author  = atravita
+
   |author  = Platonymous
   |id      = atravita.ReviveDeadCrops
+
   |id      = Platonymous.NormalizeAI
  |curse  = 870964
+
   |moddrop = 1521423
   |moddrop = 1294436
+
   |nexus  = 19334
   |nexus  = 15005
+
   |github  =
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ribeena's Vehicles, Bus Sprite Adjuster
+
   |name    = No Rumble Horse
   |author  = ribeena
+
   |author  = Xangria
   |id      = ribeena.boatspriteadjuster, ribeena.busspriteadjuster<!--two separate C# mods bundled-->
+
   |id      = Xangria.NoRumbleHorse
   |nexus  = 11809
+
   |nexus  = 1779
   |github  = ribeena/BusLocations
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Ridgeside Village
+
   |name    = No Seeds
   |author  = Rafseazz
+
   |author  = lech43
   |id      = Rafseazz.RidgesideVillage
+
   |id      = lech43.NoSeeds
   |nexus  = 7286
+
   |nexus  = 6392
   |github  = Rafseazz/Ridgeside-Village-Mod
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ring Overhaul
+
   |name    = No Seeds From Trees Fix
   |author  = Goldenrevolver
+
   |author  = KirbyLink
   |id      = Goldenrevolver.RingOverhaul
+
   |id      = kirbylink.noseedsfromtreesfix
   |nexus  = 10669
+
   |nexus  = 2947
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = KirbyLink/NoSeedsFromTreesFix
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ring Overhaul for Walk of Life
+
   |name    = No Soil Decay
   |author  = Jibb
+
   |author  = ThatNorthernMonkey
   |id      = Jibb.RingOverhaulMARGO<!--changed in 2.0.0-->, Jibb.RingOverhaulWOL
+
   |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
   |nexus  = 12171
+
   |nexus  = 237
   |github  =
+
   |github  = ThatNorthernMonkey/NoSoilDecay
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Rise And Shine
+
   |name    = No Soil Decay On Farm
   |author  = Yoshify
+
   |author  = A_Dude
   |id      = Yoshify.RiseAndShine
+
   |id      = A_Dude.NoSoilDecayOnFarm
   |nexus  = 3
+
   |nexus  = 8071
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 0.39.1
 
  |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    = No Soil Decay Redux
   |author  = idermailer
+
   |author  = Platonymous
   |id      = idermailer.riverfarmButBridge
+
   |id      = Platonymous.NoSoilDecayRedux
   |nexus  = 15748
+
  |curse  = 307727
 +
  |moddrop = 793930
 +
  |nexus  = 1084
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Note Blocks
 +
  |author  = Yaramy
 +
  |id      = yaramy.noteblocks
 +
   |nexus  = 6646
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Robin Work Hours
+
   |name    = Notes
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.RobinWorkHours
+
   |id      = Platonymous.Notes
   |nexus  = 11244
+
  |curse  = 307729
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 3068
 +
  |moddrop = 793905
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rope Bridge
+
   |name    = Not Far From The Tree
   |author  = Teban100
+
   |author  = TheElm
   |id      = RopeBridge
+
   |id      = TheElm.NotFarFromTheTree
   |nexus  = 824
+
   |nexus  = 4739
   |github  = StephenKairos/Teban100-StardewMods
+
   |github  = GStefanowich/SDV-NFFTT
  
   |broke in           = SMAPI 2.6
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.4-pathoschild
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-101456
 
 
 
  |beta unofficial version = 1.0.1-unofficial.5-pathoschild
 
  |beta unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117099
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rummage - The Thievery Mod
+
   |name    = No Thunder Sound
   |author  = ApryllForever
+
   |author  = Sto13
   |id      = ApryllForever.RestStop.Rummage
+
   |id      = Sto13.NoThunderSound
   |nexus  = 12764
+
   |nexus  = 14414
   |github  = ApryllForever/Rummage
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rune Magic
+
   |name    = No Transitions
   |author  = fierro
+
   |author  = crazywig
   |id      = fierro.rune_magic
+
   |id      = crazywig.notransitions
   |nexus  = 15065
+
   |nexus  = 7354
  |github  = facufierro/RuneMagic
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Bigger Craftables-->
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Run Fast, Sprint
 
  |author  = Krutonium
 
  |id      = krutonium.sprint
 
  |nexus  = 12701
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Running Key
+
   |name    = No Warp Delay
   |author  = strato35
+
   |author  = Tran Minh Thong
   |id      = Strato35.RunningKey
+
   |id      = no.warp.delay
   |nexus  = 5527
+
   |nexus  = 19805
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Running Late
+
   |name    = Now Playing
   |author  = Coll1234567
+
   |author  = John Peters
   |id      = Coll1234567.RunningLate
+
   |id      = JohnPeters.NowPlaying
   |nexus  = 3518
+
   |nexus  = 19441
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rush Orders
+
   |name    = NPC Adventures, It's Time to Adventure
   |author  = spacechase0
+
   |author  = PurrplingCat
   |id      = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
+
   |id      = purrplingcat.npcadventure
   |curse  = 867397
+
   |curse  = 577730
  |moddrop = 127276
+
   |nexus  = 4582
   |nexus  = 605
+
   |github  = purrplingcat/PurrplingMod
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SAAT.API, SAAT - Audio API and Toolkit
+
   |name    = NPC Bucket for HB, NPC Bucket
   |author  = ZeroMeters
+
   |author  = shounlol
   |id      = ZeroMeters.SAAT.API
+
   |id      = shounlol.NPCBucket
   |nexus  = 10747
+
   |nexus  = 20328
   |github  = Dawilly/SAAT
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SAAT.Mod, SAAT - Audio API and Toolkit
+
   |name    = NPC Clothing Framework
   |author  = ZeroMeters
+
   |author  = aedenthorn, Erinthe
   |id      = ZeroMeters.SAAT.Mod
+
   |id      = aedenthorn.NPCClothing
   |nexus  = 10747
+
  |curse  = 868727
   |github  = Dawilly/SAAT
+
   |nexus  = 13940
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after SAAT.API-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Lightning
+
   |name    = NPC Geometry
   |author  = CatCattyCat, Cat
+
   |author  = ichortower
   |id      = cat.safelightning
+
   |id      = ichortower.NPCGeometry
   |nexus  = 2039
+
   |nexus  = 19259
  |moddrop = 833550
+
   |github  = ichortower/NPCGeometry
   |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  = obsolete
   |unofficial version = 2.1.1-unofficial.1-strobe
+
   |summary  = remove this mod (equivalent features added in Stardew Valley 1.6).
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Lightning Redux, Safe Lightning
+
   |name    = NPC Gift Multipliers
   |author  = Shockah
+
   |author  = XxHarvzBackxX
   |id      = Shockah.SafeLightning
+
   |id      = harvz.NPCGiftMultipliers
   |nexus  = 11857
+
   |nexus  = 23139
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Reading
+
   |name    = NPC Map Locations
   |author  = LunaticShade
+
   |author  = Bouhm and Pathoschild
   |id      = LunaticShade.SafeReading
+
   |id      = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
   |nexus  = 8564
+
   |nexus  = 239
   |github  = LunaticShade/StardewValley.SafeReading
+
   |github  = Bouhm/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sailor Moon Hairstyles and Clothing, Sailor Styles
+
   |name    = NPC Map Locations Extra Config
   |author  = blueberry
+
   |author  = trashcan9
   |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      = trashcan9.NPCMapLocations.ExtraConfig
   |nexus  = 4154
+
   |nexus  = 16236
   |github  = b-b-blueberry/SailorStyles
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Saloon Warp Totem
+
   |name    = NPC Path Displayer, Path Display
   |author  = Artinity
+
   |author  = Akago
   |id      = Artinity.SaloonWarpTotem
+
   |id      = akago.PathDisplay
   |nexus  = 16450
+
   |nexus  = 7563
   |github  = Artinity/SaloonWarpTotem
+
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = SAML
 
  |author  = MindMeltMax
 
  |id      = MindMeltMax.SAML
 
  |nexus  = 20250
 
  |github  = MindMeltMax/SAML
 
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in = Stardew Valley 1.6
 
 
  |beta status = ok
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sauvignon in Stardew
+
   |name    = NPC Speak
   |author  = Jesse, Jdvicks94
+
   |author  = jwdred
   |id      = Jesse.SauvignonInStardew
+
   |id      =
   |nexus  = 2597
+
   |nexus  = 694
   |github  = JDvickery/Sauvignon-in-Stardew
+
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |status  = obsolete
<!--
+
   |summary  = remove this mod (use [[Modding:Console commands#Dialogue|built-in debug commands]] instead).
   |unofficial version = 1.9.1-unofficial.5-BigBhole69
+
   |broke in = SMAPI 2.0
   |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    = NPC Tokens, NPC Tokens for Content Patcher
   |author  = BlaDe
+
   |author  = siliconmodding
   |id      = BlaDe.NPCSpeechBubblesVincent
+
   |id      = siliconmodding.NPCTokens
   |nexus  = 11833
+
   |nexus  = 23637
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Save Anywhere Redux, Save Anywhere
+
   |name    = Nuclear Valley - PG, Nuclear Bomb
   |author  = RealSweetPanda and Aredjay, (formerly Omegasis)
+
   |author  = ApryllForever
   |id      = Omegasis.SaveAnywhere
+
   |id      = ApryllForever.NuclearBomb, ApryllForever.NuclearBombLocations<!--both mods bundled into same download-->
  |curse  = 898109
+
   |nexus   = 23339
  |nexus  = 8386<!--non-redux: 444-->
+
   |github  = ApryllForever/NuclearBombLocations
   |github  = RealSweetPanda/SaveAnywhereRedux<!--non-redux: janavarro95/Stardew_Valley_Mods-->
 
 
 
   |warnings = Unstable and breaks when used. Broken on Android (use the built-in autosave instead).
 
 
 
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Save Backup
+
   |name    = Numerical Health
   |author  = SMAPI
+
   |author  = Hydrox, hydrox6
   |id      = SMAPI.SaveBackup
+
   |id      = Hydrox.NumericalHealth
   |nexus  =
+
   |nexus  = 4863
  |url    = https://smapi.io
+
   |github  =
   |github  = Pathoschild/SMAPI
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Save Game Options
+
   |name    = Object Import Map, Import Map
   |author  = SorryLate, rharyanto
+
   |author  = aedenthorn, Erinthe
   |id      = SorryLate.SaveGameOptions
+
   |id      = aedenthorn.ImportMap
   |nexus  = 5190
+
  |curse  = 868788
   |github  =
+
   |nexus  = 10965
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scale Up
+
   |name    = Object Product Display
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.ScaleUp
+
   |id      = aedenthorn.ObjectProductDisplay
   |nexus  = 3130
+
   |nexus  = 18365
  |moddrop = 793912
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |broke in = Stardew Valley ≤1.5.6
 
 
 
  |beta status = ok
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scarecrow Highlighter
+
   |name    = Object Progress Bars
   |author  = WretchedPenguin
+
   |author  = Adeel Tariq
   |id      = WretchedPenguin.ScarecrowHighlighter
+
   |id      = Adeel.ObjectProgressbars
   |nexus  = 3579
+
   |nexus  = 2803
   |github  =
+
   |github  = AdeelTariq/ObjectProgressBars
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Schedule Viewer
+
   |name    = Object Progress Bars Continued
   |author  = BinaryLip
+
   |author  = adelmoral, Andrés del Moral
   |id      = BinaryLip.ScheduleViewer
+
   |id      = Moral.ObjectProgressbarsContinued
   |nexus  = 19305
+
   |nexus  = 22005
   |github  = BinaryLip/ScheduleViewer
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Screenshot Everywhere
+
   |name    = Object Time Left
   |author  = Gaiadin
+
   |author  = spacechase0
   |id      = Gaiadin.Stardew-Screenshot-Everywhere
+
   |id      = spacechase0.ObjectTimeLeft
   |nexus  = 10805
+
  |curse  = 867757
   |github  = Gaiadin/Stardew-Screenshot-Everywhere
+
  |moddrop = 131148
 +
   |nexus  = 1315
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scroll To Blank
+
   |name    = Ocarina of Time, Ocarina of Time Melodies
   |author  = Caraxian
+
   |author  = LokiG4m3r
   |id      = caraxian.scroll.to.blank
+
   |id      = LokiG4m3r.OcarinaOfTimeMelodies
  |nexus  = 4144
+
   |nexus  = 21819
  |chucklefish = 4405
 
  |github  = Caraxi/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Scroll To Zoom
 
  |author  = Tomwa
 
  |id      = Tomwa.ScrollToZoom
 
   |nexus  = 2163
 
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scrying Orb
+
   |name    = OK Night Check
   |author  = kdau
+
   |author  = aedenthorn, Erinthe
   |id      = kdau.ScryingOrb
+
   |id      = aedenthorn.OKNightCheck
   |nexus   = 5603
+
   |curse   = 868714
   |moddrop = 756553
+
   |nexus  = 14231
   |source = https://gitlab.com/kdau/predictivemods
+
   |github = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scythe Harvesting
+
   |name    = OmniFarm
   |author  = mmanlapat
+
   |author  = lambui
   |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
+
   |id      = PhthaloBlue.Omnifarm
   |nexus  = 1106
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/127299
 +
   |github  = lambui/StardewValleyMod_OmniFarm
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 2.0.5-unofficial.2-glimmerDev
   |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121265
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDV Game of Life
+
   |name    = Omni Swing
   |author  = Super Aardvark, ubererdferkel
+
   |author  = Alejandro Akbal
   |id      = SuperAardvark.GameOfLife
+
   |id      = AlejandroAkbal.OmniSwing
   |nexus  = 5361
+
   |nexus  = 7877
   |github  = super-aardvark/AardvarkMods-SDV
+
   |github  = AlejandroAkbal/Stardew-Valley-OmniSwing-Mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDV Twitch
+
   |name    = Omni Tools
   |author  = Dawgeth
+
   |author  = aedenthorn, Erinthe
   |id      = MTD.SDVTwitch
+
   |id      = aedenthorn.OmniTools
   |nexus  = 1760
+
  |curse  = 868690
   |github  =
+
   |nexus  = 14865
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |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    = SDVWM, The Weather Machine
+
   |name    = One Click Shed Reloader
   |author  = SixthTitan
+
   |author  = BitwiseJon
   |id      = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
+
   |id      = BitwiseJonMods.OneClickShedReloader
   |nexus  = 3203
+
   |nexus  = 2052
   |github  =
+
   |github  = bitwisejon/StardewValleyMods
 
 
  |beta 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    = One Day at a Time
   |author  = FreeTheJunimos
+
   |author  = Miome
   |id      = freethejunimos.seaclifffarm
+
   |id      = Miome.OneDayAtATime
   |nexus  = 13911
+
   |nexus  = 8870
   |github  =
+
   |github  = miome/OneDayAtATime
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seacliff Farm for PC<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
+
   |name    = One Silo Storage
   |author  = FreeTheJunimos
+
   |author  = SorryLate, rharyanto
   |id      = freethejunimos.seaclifffarm.pc
+
   |id      = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
   |nexus  = 14296
+
   |nexus  = 5150
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = workaround
 +
  |summary  = Use [[#Silo Size|Silo Size]] instead.
 +
  |broke in = SMAPI 3.12.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Season Affixes
+
   |name    = One Sprinkler One Scarecrow
   |author  = Shockah
+
   |author  = Mizzion
   |id      = Shockah.SeasonAffixes
+
   |id      = mizzion.onesprinkleronescarecrow
   |nexus  = 16297
+
   |nexus  = 3633
   |github  = Shockah/Stardew-Valley-Mods
+
   |moddrop = 661376
 
+
   |github  = Mizzion/MyStardewMods
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seasonal Save Slots
+
   |name    = One Tile High Budget TV, One-Tile Budget TV Screen Fix
   |author  = Tyler Gibbs
+
   |author  = Khitiara
   |id      = tylergibbs2.SeasonalSaveSlots
+
   |id      = Khitiara.BudgetTVFix
   |nexus  = 14382
+
   |nexus  = 20955
   |github  = tylergibbs2/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Season Switcher
+
   |name    = Online Splitscreen
   |author  = dumbledalton
+
   |author  = DeLiXx
   |id      = Dumbledalton.SeasonSwitcher
+
   |id      = DeLiXx.Online_Splitscreen
   |nexus  = 10457
+
   |nexus  = 12291
 
   |github  =
 
   |github  =
 +
  |source  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sebastian Frog Tank Switch
+
   |name    = Only Fish Consume Bait, Only Fishes Consume Bait
   |author  = Shaklin
+
   |author  = MercuryVN
   |id      = shaklin.SebastianFrogTankSwitch
+
   |id      = MercuryVN.OnlyFishConsumeBait
   |nexus  = 8508
+
   |nexus  = 22766
 +
  |github  = MercuryVN/OnlyFishConsumeBait
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Only Iridium
 +
  |author  = xiaoye97
 +
  |id      = xiaoye97.OnlyIridium
 +
  |nexus  = 4471
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Secretariat (Faster Horse)
+
   |name    = Open Hearts
   |author  = Janglinator
+
   |author  = MedievalAI
   |id      = jangles.secretariat
+
   |id      = MedievalAI.OpenHearts
   |nexus  = 7537
+
   |nexus  = 16944
   |github  = Janglinator/Secretariat
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Secret Hedge Maze, Hedge Maze
+
   |name    = Orb of the Tides
   |author  = aedenthorn, Erinthe
+
   |author  = dreamygloom
   |id      = aedenthorn.HedgeMaze
+
   |id      = dreamygloom.OrbOfTheTides
  |curse  = 868718
+
   |nexus  = 27260
   |nexus  = 14138
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Secret Woods Snorlax
+
   |name    = Orchard - Better Fruit Trees
   |author  = ichortower
+
   |author  = Saitoue
   |id      = ichortower.SecretWoodsSnorlax
+
   |id      = Saitoue.Orchard
   |nexus  = 19112
+
   |nexus  = 13867
   |github  = ichortower/SecretWoodsSnorlax
+
   |github  = Saitoue/Orchard
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Bag
+
   |name    = Ordinary Capsule
   |author  = Platonymous
+
   |author  = LeFauxMatt
   |id      = Platonymous.SeedBag
+
   |id      = furyx639.OrdinaryCapsule
   |nexus   = 1133
+
   |curse   = 871831
   |moddrop = 793931
+
   |nexus  = 13489
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Info, Seed Information
+
   |name    = Ore Detector
   |author  = aedenthorn, Erinthe
+
   |author  = AvalonMFX
   |id      = aedenthorn.SeedInfo
+
   |id      = AvalonMFX.OreDetector
   |nexus  = 15754
+
  |curse  = 1017154
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 23312
 
+
   |github  = 1Avalon/Ore-Detector
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Machines
+
   |name    = Ore Increaser
   |author  = Veress
+
   |author  = crazywig
   |id      = Veress.SeedMachines
+
   |id      = crazywig.oreincrease
   |nexus  = 6265
+
   |nexus  = 7370
   |github  = mrveress/SDVMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Maker - Better Quality More Seeds
+
   |name    = Ore Increase V3
   |author  = vabrell, Victor Abrell
+
   |author  = KKramer85
   |id      = vabrell.sm_bqms
+
   |id      = OreIncreaseV3
   |nexus   = 14236
+
   |curse   = 994197
   |github  = vabrell/sdw-seed-maker-mod
+
   |moddrop = 1475534
 
+
  |nexus  = 19132
   |beta broke in = Stardew Valley 1.6
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Maker Crop Quality, SMCQ
+
   |name    = Organize Inventory Shortcut
   |author  = mcoocr
+
   |author  = Yyeahdude
   |id      = mcoocr.smcq
+
   |id      = Yyeahdude.OrganzieShortcut
   |nexus  = 3089
+
   |nexus  = 4772
   |github  = Noomklaw/SV_BetterQualityMoreSeeds
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ornamental
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.Ornamental
 +
  |nexus  = 4981
 +
   |github  =
  
  |broke in    = SMAPI 3.0
+
   |status = abandoned
   |status       = workaround
 
  |summary      = use [[#Better Quality More Seeds|Better Quality More Seeds]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Maker Tweaks
+
   |name    = Ornithologist's Guild
   |author  = aedenthorn, Erinthe
+
   |author  = Ivy
   |id      = aedenthorn.SeedMakerTweaks
+
   |id      = Ivy.OrnithologistsGuild
   |nexus  = 10681
+
  |moddrop = 1601413
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 14510
 
+
   |github  = greyivy/OrnithologistsGuild
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seeds are Rare
+
   |name    = OST Player
   |author  = jahangmar
+
   |author  = ProfeJavix
   |id      = jahangmar.SeedsAreRare
+
   |id      = ProfeJavix.OstPlayer
   |nexus  = 3618
+
   |nexus  = 25203
   |github  = jahangmar/StardewValleyMods
+
   |github  = ProfeJavix/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Shortage
+
   |name    = Outfit Disable
   |author  = Xynerorias
+
   |author  = idermailer
   |id      = xynerorias.seedshortage
+
   |id      = idermailer.OutfitDisable
   |nexus  = 5614
+
   |nexus  = 23346
   |github  = xynerorias/Seed-Shortage
+
   |github  = idermailer/OutfitDisable
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seeds Unpacked
+
   |name    = Outfit Sets
   |author  = blueberry
+
   |author  = aedenthorn, Erinthe
   |id      = blueberry.SeedsUnpacked
+
   |id      = aedenthorn.OutfitSets
   |nexus  = 7215
+
  |curse  = 868729
   |github  = b-b-blueberry/SeedsUnboxed
+
   |nexus  = 13888
 
+
   |github  = aedenthorn/StardewValleyMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = See Me Rollin'
+
   |name    = Out of Season Bonuses, Seasonal Items
   |author  = Khloe Leclair
+
   |author  = Midori Armstrong, azureglasses
   |id      = leclair.seemerollin
+
   |id      = midoriarmstrong.seasonalitems
   |nexus  = 10976
+
   |nexus  = 1452
  |moddrop = 1116122
+
   |github  =
   |github  = KhloeLeclair/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Serve
+
   |name    = Overworld Chests
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SelfServe
+
   |id      = aedenthorn.OverworldChests
   |nexus  = 11313
+
  |curse  = 868865
 +
   |nexus  = 7710
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Self Service
+
   |name    = OwO Stawdew Vawwey
   |author  = JarvieK
+
   |author  = CrunchyDuck
   |id      = JarvieK.SelfService
+
   |id      = CrunchyDuck.OwOMod
   |nexus  = 1304
+
   |nexus  = 8923
   |github  = Jarvie8176/StardewMods
+
   |github  = CrunchyDuck/OwO-Stawdew-Vawwey
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = P2P Animal Noise
 +
  |author  = Modotte
 +
  |id      = modotte.P2PAnimalNoise
 +
  |nexus  = 17383
 +
  |github  =
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Service Shops
+
   |name    = Pacifist Valley
   |author  = GuiNoya, Yesst
+
   |author  = aedenthorn, Erinthe
   |id      = GuiNoya.SelfServiceShop
+
   |id      = Aedenthorn.PacifistValley
   |nexus  = 1622
+
  |curse  = 868908
   |github  = GuiNoya/SVMods
+
   |nexus  = 5464
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Self Service|Self Service]] instead.
+
   |summary  = use [[#Pacifist Valley - Continued|Pacifist Valley - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sell Quality
+
   |name    = Pacifist Valley - Continued
   |author  = DonDorscha, jasonmbrady
+
   |author  = aedenthorn and FlyingTNT
   |id      = DonDorscha.SellQuality
+
   |id      = FlyingTNT.PacifistValley
   |nexus  = 12469
+
   |nexus  = 23109
   |github  =
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Send Items Multiplayer
+
   |name    = Painting Display
   |author  = hafnerpw
+
   |author  = aedenthorn, Erinthe
   |id      = hafnerpw.SendItemsMultiplayer
+
   |id      = aedenthorn.PaintingDisplay
   |nexus  = 13794
+
  |curse  = 868792
   |github  =
+
   |nexus  = 10918
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Pan Hats, Pan Hat Slot
 +
  |author  = Malkavian
 +
  |id      = malkavian.panhats
 +
  |nexus  = 26741
 +
  |github  = LucasOCastro/StardewValley-PanHat
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Send Items to Other Farmers, Send Letters
+
   |name    = Panning Upgrades
   |author  = Denifia
+
   |author  = drbirbdev
   |id      = Denifia.SendItems
+
   |id      = drbirbdev.PanningUpgrades
   |nexus  = 1087
+
   |nexus  = 12242
  |moddrop = 127754
+
   |github  = drbirbdev/StardewValley
   |github  = Denifia/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Separate Greenhouse
+
   |name    = Panning Upgrades Extra Config
   |author  = lolmaj
+
   |author  = trashcan9
   |id      = lolmaj.SeparateGreenhouse
+
   |id      = trashcan9.PanningUpgrades.ExtraConfig
   |nexus  = 3965
+
   |nexus  = 16234
   |github  = MaciejMarkuszewski/StardewValleySeparateGreenhouse
+
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6<!--@retest-after Panning Upgrades-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Serene Greenhouse
+
   |name    = Paper Mario Partners for Stardew Valley
   |author  = PeacefulEnd
+
   |author  = AnotherStardewValleySunday
   |id      = PeacefulEnd.SereneGreenhouse
+
   |id      = AnotherStardewValleySunday.PaperMarioPartners
   |nexus  = 8011
+
   |nexus  = 14638
   |github  = Floogen/SereneGreenhouse
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Bookmarker
+
   |name    = Paritee's Better Farm Animal Variety
   |author  = Ilyaki
+
   |author  = Paritee
   |id      = Ilyaki.ServerBookmarker
+
   |id      = Paritee.BetterFarmAnimalVariety
   |nexus  = 2968
+
   |nexus  = 3296
   |github  = Ilyaki/ServerBookmarker
+
   |github  = paritee/Paritee.StardewValley.Frameworks
 
+
 
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
<!--
+
<!--
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-69#post-3362360
+
  |unofficial version = 3.2.4-unofficial.kelvinrosa-mouseypounds-elbe
  |unofficial version = 1.0.5-unofficial.2-jenrikku
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-47274
 
-->
 
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Browser
+
   |name    = Paritee's Treat Your Animals
   |author  = Ilyaki
+
   |author  = Paritee
   |id      = Ilyaki.ServerBrowser
+
   |id      = Paritee.TreatYourAnimals
   |nexus  = 3227
+
   |nexus  = 3375
   |github  = Ilyaki/Server-Browser
+
   |github  = paritee/Paritee.StardewValley.Frameworks
  
 
   |broke in = Stardew Valley 1.4
 
   |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    = Server Port Changer
+
   |name    = Parsnips
   |author  = PhantomGamers
+
   |author  = MarthaSolomon, SolomonsWorkshop
   |id      = PhantomGamers.ServerPortChanger
+
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
   |nexus  = 2993
+
   |nexus  = 2166
   |github  = PhantomGamers/StardewPortChanger
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Reminders
+
   |name    = Parsnips Absolutely Everywhere But It's Garlic, Garlics
   |author  = Aelaan Bluewood
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = AelaanBluewood.SetReminders
+
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
   |nexus  = 16112
+
   |nexus  = 3524
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sewer Slimes
+
   |name    = Partial Hearts
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SewerSlimes
+
   |id      = aedenthorn.PartialHearts
   |nexus  = 18195
+
  |curse  = 868762
 +
   |nexus  = 11628
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Shadow for Mazes, Maze
+
   |name    = Particle Effects
   |author  = Edu Anttunes
+
   |author  = aedenthorn, Erinthe
   |id      = Maze
+
   |id      = aedenthorn.ParticleEffects
   |nexus  = 8930
+
  |curse  = 868786
   |github  =
+
   |nexus  = 11056
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shared Exp, Shared Xp
+
   |name    = Particle Framework
   |author  = Batzpup
+
   |author  = Espy
   |id      = SharedExp.Batzpup
+
   |id      = Espy.ParticleFramework
  |moddrop = 1269698
+
   |nexus  = 23544
   |nexus  = 14607
+
   |github  = Smoked-Fish/ParticleFramework
   |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shared Professions
+
   |name    = Part of the Community
   |author  = virtualbjorn
+
   |author  = bmarquismarkail, Space Baby
   |id      = virtualbjorn.SharedProfessions
+
   |id      = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
   |nexus  = 16628
+
   |nexus  = 923
   |github  =
+
   |github  = bmarquismarkail/SV_PotC
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sharing is Caring
+
   |name    = Passable Crops
   |author  = spacechase0
+
   |author  = NCarigon
   |id      = spacechase0.SharingIsCaring
+
   |id      = NCarigon.PassableCrops
   |nexus  = 14263
+
   |nexus  = 15223
   |github  = spacechase0/StardewValleyMods
+
   |github  = ncarigon/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Passable Descents
 +
  |author  = Rokugin
 +
   |id      = Rokugin.PassableDescents
 +
  |nexus  = 22592
 +
  |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shed Notifications
+
   |name    = Passable Ladders
   |author  = TheCroak
+
   |author  = J_Hizzal
   |id      = TheCroak.BuildingsNotifications
+
   |id      = J_Hizzal.PassableLadders
   |nexus  = 620
+
   |nexus  = 2985
   |github  =
+
   |github  = joelra/SDV-PassableLadders
  
   |broke in = SMAPI 2.0
+
   |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    = Shenandoah Library
+
   |name    = Passable Objects
   |author  = Nishtra
+
   |author  = punyo, yakminepunyo
   |id      = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
+
   |id      = punyo.PassableObjects
   |nexus  = 756
+
   |nexus  = 2329
   |github  =
+
   |github  = pomepome/PassableObjects
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship Anything, Ship Everything
+
   |name    = Passerby Cemetery, ClownSharp
   |author  = Berkay Yigit, berkayylmao
+
   |author  = DecidedlyHuman and fellowclown
   |id      = berkayylmao.ShipAnything, berkay2578.ShipAnything<!--changed in 1.2-->, berkay2578.ShipEverything<!--changed in 1.1-->
+
   |id      = DecidedlyHuman.ClownsSqueakyTools
   |nexus  = 3782
+
   |nexus  = 22600
   |github  = berkayylmao/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship From Inventory
+
   |name    = Passive Friendship
   |author  = Platonymous
+
   |author  = StultusV
   |id      = Platonymous.ShipFromInventory
+
   |id      = StultusV.PassiveFriendship
   |nexus  = 3219
+
   |nexus  = 8732
  |moddrop = 793916
+
   |github  = JudeRV/Stardew-PassiveFriendship
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipments to Quality, Quality from Shipments
+
   |name    = Pause in Multiplayer, Pause Time in Multiplayer
   |author  = JPAN
+
   |author  = jorgamun
   |id      = JPAN.QualityFromShipments
+
   |id      = jorgamun.PauseInMultiplayer
   |nexus  = 7531
+
   |nexus  = 10328
   |github  =
+
  |moddrop = 1068093
 +
   |github  = jorgamun/PauseInMultiplayer
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Shipment Tracker
+
   |name    = Pause Sync
   |author  = Iceburg
+
   |author  = Terrorbladed
   |id      = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
+
   |id      = Tb.Stardew_Pause_Sync
   |nexus  = 321
+
   |nexus  = 10160
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Bin Summary
+
   |name    = Pause Time in Multiplayer Revived
   |author  = Futro, Futroo
+
   |author  = mishmaash
   |id      = futro.ShippingBinSummary
+
   |id      = mishmaash.PauseInMultiplayer
   |nexus  = 18992
+
   |nexus  = 21327
   |github  = futroo/Stardew-Valley-Mods
+
   |github  = mishagp/PauseInMultiplayer
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Collection Sorted By Mods, Sort Shipping Collection
+
   |name    = Pause While Sitting
   |author  = holythesea
+
   |author  = heyseth
   |id      = holythesea.SortShippingCollection
+
   |id      = heyseth.sitpause
   |nexus  = 15694
+
   |nexus  = 8295
   |github  = holy-the-sea/SortShippingCollection
+
   |github  = heyseth/SDVMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Anywhere
+
   |name    = PDQ Paths
   |author  = SorryLate, rharyanto
+
   |author  = Jaredlll08
   |id      = SorryLate.ShopAnywhere
+
   |id      = BlameJared.PDQPaths
   |nexus  = 5299
+
   |nexus  =
 +
  |curse  = 307090
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Pelican Fiber
 +
  |author  = jwdred
 +
  |id      = jwdred.PelicanFiber
 +
  |nexus  = 631
 +
  |github  = jdusbabek/stardewvalley
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Shop Expander
+
   |name    = Pelican Postal Service
   |author  = Entoarox
+
   |author  = ElectroCrumpet
   |id      = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
+
   |id      = ElectroCrumpet.PelicanPostalService
   |nexus  = 2278
+
   |nexus  = 2770
  |chucklefish = 4381
+
   |github  =
   |github  = Entoarox/StardewMods
 
  
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
   |broke in = Stardew Valley 1.4
 
+
<!--
   |beta broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
+
   |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    = Shoplifter
+
   |name    = Pelican TTS
   |author  = TheMightyAmondee
+
   |author  = Platonymous
   |id      = TheMightyAmondee.Shoplifter
+
   |id      = Platonymous.PelicanTTS
   |nexus  = 8569
+
   |nexus  = 1079
   |github  = TheMightyAmondee/Shoplifter
+
  |moddrop = 793929
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shopping Cart
+
   |name    = Pelican xVASynth
   |author  = LeFauxMatt
+
   |author  = aedenthorn, Erinthe
   |id      = furyx639.ShoppingCart
+
   |id      = aedenthorn.PelicanxVASynth
   |curse  = 871829
+
   |curse  = 868815
   |nexus  = 13701
+
   |nexus  = 10250
   |github  = LeFauxMatt/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shopping Show
+
   |name    = People Seeds
   |author  = AvalonMFX
+
   |author  = bwdy
   |id      = AvalonMFX.ShoppingShow
+
   |id      = bwdy.peopleseeds
   |nexus  = 18445
+
   |nexus  = 3635
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Tile Framework
+
   |name    = Percent of Max Stamina and Health Regeneration, Regen Percent
   |author  = Cherry, CherryChain
+
   |author  = MercuriusXeno
   |id      = Cherry.ShopTileFramework
+
   |id      = Mercurius.RegenPercent
   |nexus  = 5005
+
   |nexus  = 20900
  |moddrop = 716384
+
   |github  = MercuriusXeno/RegenPercent
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shovel Tool Upgrades, Upgradable Shovel
+
   |name    = Perfection Tweaker
   |author  = moonslime
+
   |author  = shekurika
   |id      = moonslime.ShovelToolUpgrades
+
   |id      = shekurika.PerfectionTweaker
   |nexus  = 16028
+
   |nexus  = 8615
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Growable Giant Crops-->
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Perfect Trinkets
 +
  |author  = season
 +
  |id      = season.PerfectTrinkets
 +
  |nexus  = 22358
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Birthdays
+
   |name    = PermaDeath
   |author  = Traktori
+
   |author  = IronMan, IronManEnthusiast
   |id      = Traktori.ShowBirthdays
+
   |id      = IronMan.Permadeath
   |nexus  = 7495
+
   |nexus  = 26983
   |github  = Traktori7/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Showcase
+
   |name    = Permanent Cellar
   |author  = Igorious
+
   |author  = CyanFire
   |id      = Igorious.Showcase
+
   |id      = CF.PermanentCellar
   |nexus  =
+
   |nexus  = 17257
  |chucklefish = 4487
+
   |github  = CyanFireUK/StardewValleyMods
   |github  = Igorious/Stardew_Valley_Showcase_Mod
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Catch Quality
+
   |name    = Permanent Cookout Kit And Better Charcoal Kiln, Better Cookout Kit And Charcoal Kiln
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Goldenrevolver
   |id      = f4iTh.ShowCatchQuality
+
   |id      = Goldenrevolver.PermanentCookoutKit
   |nexus  = 3326
+
   |nexus  = 8035
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Cooking Recipes
+
   |name    = Persia the Mermaid, PersiaMod
   |author  = MasterOfMutton
+
   |author  = Avalon, Avalonii
   |id      = faragodavid.showcookingrecipes
+
   |id      = 63b9f419-7449-42db-ab2e-440b4d05c073
   |nexus  = 5525
+
   |nexus  = 1419
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Show Daily Luck
+
   |name    = Persistent Buffs
   |author  = Arphox
+
   |author  = aceynk
   |id      = Arphox.ShowDailyLuck
+
   |id      = aceynk.PersistentBuffs
   |nexus  = 15910
+
   |nexus  = 25593
   |github  = arphox/StardewValleyMods
+
   |github  = aceynk/PersistentBuffs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Item Quality
+
   |name    = Persistent Game Options
   |author  = Jonqora
+
   |author  = Xangria
   |id      = Jonqora.ShowItemQuality
+
   |id      = Xangria.PersistentGameOptions
   |nexus  = 6311
+
   |nexus  = 1778
   |github  = Jonqora/StardewMods
+
   |github  =
 
+
   |broke in = SMAPI 3.0
   |beta broke in = Stardew Valley 1.6
+
  |status  = workaround
 +
  |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Players Behind Buildings, Show Players Behind Map Tiles
+
   |name    = Persistent Grange Display
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ShowPlayerBehind
+
   |id      = aedenthorn.PersisitentGrangeDisplay
   |curse  = 868887
+
   |curse  = 868853
   |nexus  = 6540
+
   |nexus  = 7977
   |github  = aedenthorn/stardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Predictable RNG Outcomes
+
   |name    = Persistent Mines
   |author  = Relance
+
   |author  = spacechase0
   |id      = Relance.ShowPredictableRNGOutcomes
+
   |id      = spacechase0.PersistentMines
   |nexus  = 13186
+
  |curse  = 867127
   |github  =
+
   |nexus  = 14985
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show XP and Level Gains, Show XP
+
   |name    = Persistent Qi Beans and Qi Fruit and Calico Eggs
   |author  = adverserath
+
   |author  = Dragoon23
   |id      = Adverserath.ShowXP
+
   |id      = Dragoon23.PersistentQiBeans
   |nexus  = 19501
+
   |nexus  = 24719
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shroom Spotter Redux
+
   |name    = Persival's Bundle Mod
   |author  = Strobe and TehPers
+
   |author  = Persival
   |id      = ShroomSpotter
+
   |id      =
   |nexus  = 7934
+
   |nexus  = 438
  |github  = strobel1ght/ShroomSpotterRedux
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Shut Up
 
  |author  = Geko_X
 
  |id      = gekox.shutUp
 
  |nexus  = 7358
 
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/geko_x/stardew-mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Silent Alarm Clock
+
   |name    = Personal Anvil
   |author  = Invatorzen
+
   |author  = Strobe
   |id      = invatorzen.AC
+
   |id      = Strobe.PersonalAnvil
   |nexus  = 12164
+
   |nexus  = 5326
   |github  =
+
   |github  = strobel1ght/Personal-Anvil
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silent Scarecrows
+
   |name    = Personal Combat Drone Redux
   |author  = climaxius
+
   |author  = Prism 99
   |id      = climaxius.silentscarecrows
+
   |id      = prism99.cambam.MURDERDRONE.redux
   |nexus  = 3258
+
   |nexus  = 18224
   |github  = robbiev/SilentScarecrows
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silo Report
+
   |name    = Personal Effects
   |author  = bogie5464
+
   |author  = bwdy
   |id      = bogie5464.SiloReport
+
   |id      = bwdy.personaleffects
   |nexus  = 3194
+
   |nexus  = 3532
   |github  = bogie5464/SiloReport
+
   |github  = bwdymods/SDV-PersonalEffects
  
  |broke in = Stardew Valley 1.5
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Silo Size|Silo Size]] instead.
+
   |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    = Silo Size
+
   |name    = Personal Effects Redux
   |author  = pepoluan
+
   |author  = ceruleandeep
   |id      = pepoluan.SiloSize
+
   |id      = ceruleandeep.personaleffects
   |nexus  = 8819
+
   |nexus  = 8616
  |moddrop = 981291
+
   |github  = ceruleandeep/CeruleanStardewMods
   |github  =
 
  |source  = https://sourceforge.net/p/sdvmod-silo-size/
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Crop Label
+
   |name    = Personal Indoor Farm
   |author  = TheMusketeer
+
   |author  = DeLiXx
   |id      = SimpleCropLabel
+
   |id      = DLX.PIF
   |nexus  = 314
+
  |curse  = 990840
 +
   |nexus  = 20537
 
   |github  =
 
   |github  =
 
+
   |source  = https://gitlab.com/delixx/stardew-valley/personal-indoor-farm
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple HUD
+
   |name    = Personal Scepter, Personal Return Scepter
   |author  = Enaium
+
   |author  = Alex Noddings
   |id      = Enaium.SimpleHUD
+
   |id      = an.ownscepter
  |moddrop = 1145228
+
   |nexus  = 2404
   |nexus  =
+
   |github  =
   |github  = Enaium-StardewValleyMods/SimpleHUD
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Hunger System, Hunger Mod
+
   |name    = Personal Traveling Cart
  |author  = skn
 
  |id      = skn.HungerMod
 
  |nexus  = 3270<!--was 1127 before re-release-->
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Simple Screenshots, Screenshot
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Screenshot
+
   |id      = aedenthorn.PersonalTravellingCart
   |nexus  = 10178
+
  |curse  = 868722
 +
   |nexus  = 14087
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sounds
+
   |name    = Pet Against Crows
   |author  = BleakCodex
+
   |author  = stardemod
   |id      = BleakCodex.SimpleSounds
+
   |id      = stardemod.PetAgainstCrows
   |nexus  = 14540
+
   |nexus  = 21247
   |github  = BleakCodex/SimpleSounds
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sprinkler
+
   |name    = Pet Bowl Filler
   |author  = ADoby, tZed, Tobias Z
+
   |author  = Invatorzen
   |id      = tZed.SimpleSprinkler
+
   |id      = invatorzen.PBF
   |nexus  = 76
+
   |nexus  = 12161
  |github  = ADoby/SimpleSprinkler
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Simplified Achievements
 
  |author  = cel10e
 
  |id      = cel10e.SimplifiedAchievements
 
  |moddrop = 909416
 
  |nexus  = 8026
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Single-Player Regen, Single-Player Sleep
+
   |name    = Pet Bowl Sprinklers
   |author  = MindMeltMax
+
   |author  = Andrew Young, andyruwruw
   |id      = MindMeltMax.SPRegen
+
   |id      = andyruwruw.PetBowlSprinklers
   |nexus  = 6778
+
   |nexus  = 22546
  |moddrop = 1135654
+
   |github  = andyruwruw/stardew-valley-pet-bowl-sprinklers
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit and Rest
+
   |name    = Pet Choice Perks
   |author  = Krutonium
+
   |author  = skuldomg, Skuld
   |id      = Krutonium.SitandRest
+
   |id      = skuldomg.petChoicePerks
   |nexus  = 7403
+
   |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    = Sit For Stamina
+
   |name    = Pet Enhancement Mod
   |author  = Entoarox
+
   |author  = Jfulmer, Consillium
   |id      = Entoarox.SitForStamina
+
   |id      = JfulmerPetEnhancementMod
   |nexus  = 7334
+
   |nexus  =
   |github  = Entoarox/StardewMods
+
  |url    = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
}}
+
   |github  = jlfulmer/PetEnhancementMod
{{#invoke:SMAPI compatibility|entry
+
 
   |name    = Sit n' Relax: Rest Your Butt
+
   |broke in      = SMAPI 2.0
   |author  = MissCoriel
+
   |status        = workaround
   |id      = misscoriel.sitnrelax
+
   |summary      = use [[#Pet Interaction|Pet Interaction]] instead.
   |nexus  = 7336
+
<!--
   |github  = MissCoriel/Sit-n-Relax
+
   |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    = Siv's Marriage
+
   |name    = Pet Hats
  |author  = sivolobwho, Tori Leblanc, Siv
 
  |id      = 6266959802, medoli900.Siv's Marriage Mod, Siv.MarriageMod<!--official, two 1.2.3-unofficial versions-->
 
  |nexus  = 366
 
  |github  = tlcasebeer/SivsMarriageMod
 
 
 
  |broke in = Stardew Valley 1.1
 
  |status  = workaround
 
  |summary  = Use {{nexus mod|10206|Looking For Love}} instead.
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sixty-Nine Shirt, Sixty-Nine
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SixtyNine
+
   |id      = aedenthorn.PetHats
   |nexus  = 6969
+
  |curse  = 868684
 +
   |nexus  = 15301
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
   |name    = Sizable Fish
+
   |name    = Pet Interaction
   |author  = spacechase0
+
   |author  = jahangmar
   |id      = spacechase0.SizableFish
+
   |id      = jahangmar.PetInteraction
   |nexus  = 14267
+
   |nexus  = 4232
   |github  = spacechase0/StardewValleyMods
+
   |github  = jahangmar/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skateboard
+
   |name    = Pet's Enhanced
   |author  = aedenthorn, Erinthe
+
   |author  = Sunken_Lace
   |id      = aedenthorn.Skateboard
+
   |id      = Sunken_Lace.PetsEnhancedCode
   |nexus  = 13096
+
   |nexus  = 24026
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skillful Clothes
+
   |name    = Pet Spawn Location
   |author  = LunaticShade
+
   |author  = Shaklin
   |id      = LunaticShade.SkillfulClothes
+
   |id      = shaklin.petspawnlocation
   |nexus  = 8541
+
   |nexus  = 5986
   |github  = LunaticShade/StardewValley.SkillfulClothes
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige
+
   |name    = PHDE Mob Spawner
   |author  = Alphablackwolf
+
   |author  = zesman
   |id      = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
+
   |id      = MobSpawner.pseudohub.de
   |nexus  = 569
+
   |nexus  = 2794
   |github  = Alphablackwolf/SkillPrestige
+
   |github  =
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
  |unofficial version = 1.2.4-unofficial.14-libraryaddict
+
   |status   = abandoned
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-27945
 
 
 
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Cooking Skill, Cooking Skill Prestige Adapter
+
   |name    = PHDE Unlocked Recipes
   |author  = Alphablackwolf
+
   |author  = zesman
   |id      = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
+
   |id      = UnlockedRecipes.pseudohub.de
   |nexus  = 569
+
   |nexus  = 2798
   |github  = Alphablackwolf/SkillPrestige
+
   |github  =
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.36
  |unofficial version = 1.2.4-unofficial.13-Jiopaba
+
   |status   = abandoned
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23768
 
 
 
   |beta broke in = Stardew Valley 1.6<!--@retest-after Skill Prestige, Cooking Skill-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Love of Cooking, SkillPrestige.LoveOfCooking
+
   |name    = Phone Traveling Cart, 猪车电话
   |author  = Tondorian
+
   |author  = Becks723
   |id      = Tondorian.SkillPrestige.LoveOfCooking
+
   |id      = Becks723.PhoneTravelingCart
   |nexus  = 18605
+
   |nexus  = 12981
   |github  = Tondorian/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest after Skill Prestige, Love of Cooking-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Luck Skill
+
   |name    = Phone Villagers
   |author  = Alphablackwolf
+
   |author  = DewMods
   |id      = Alphablackwolf.LuckSkillPrestigeAdapter
+
   |id      = DewMods.StardewValleyMods.PhoneVillagers
   |nexus  = 569
+
   |nexus  = 2681
   |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
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Skill Prestige, Luck Skill-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Magic
+
   |name    = Pick Forge Enchantment
   |author  = Alphablackwolf
+
   |author  = Dragoon23
   |id      = alphablackwolf.MagicPrestigeAdapter
+
   |id      = Dragoon23.ForgeEnchantment
   |nexus  = 569
+
   |nexus  = 22707
   |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
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Skill Prestige, Magic-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Rings
+
   |name    = Pick Your Enchantment, Forge Menu Choice
   |author  = AlphaMeece
+
   |author  = atravita
   |id      = AlphaMeece.SkillRings
+
   |id      = atravita.ForgeMenuChoice
   |nexus  = 7515
+
  |curse  = 870980
   |github  =
+
   |nexus  = 11376
 +
  |moddrop = 1125882
 +
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
  |status  = workaround
 +
  |summary  = use [[#Pick Your Enchantment Restored|Pick Your Enchantment Restored]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Training
+
   |name    = Pick Your Enchantment Restored
   |author  = spacechase0
+
   |author  = focustense
   |id      = spacechase0.SkillTraining
+
   |id      = focustense.ForgeMenuChoice
   |nexus  = 14452
+
   |nexus  = 26803
   |github  = spacechase0/StardewValleyMods
+
   |github  = focustense/StardewForgeMenuChoice
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Dialogue
+
   |name    = Picross Arcade Mod, Picrosser
   |author  = FricativeMelon
+
   |author  = KediDili
   |id      = FricativeMelon.SkipDialogue
+
   |id      = KediDili.ThePicrosser
   |nexus  = 15311
+
   |nexus  = 17530
   |github  = FricativeMelon/SkipDialogue
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Fish
+
   |name    = Pierre Sells Mixed Seeds
   |author  = LucaINC
+
   |author  = GrimReapers1121
   |id      = LucaINC.StardewValleyMods.SkipFish
+
   |id      = GrimReapers.PSMS
   |nexus  = 19762
+
   |nexus  = 12606
  |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Fishing Minigame
+
   |name    = Pierre's Roulette Shop
   |author  = DewMods
+
   |author  = Xynerorias
   |id      = DewMods.StardewValleyMods.SkipFishingMinigame
+
   |id      = xynerorias.pierresroulette
   |nexus  = 2697
+
   |nexus  = 10826
   |github  =
+
   |github  = xynerorias/pierre-roulette-shop-SV
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name     = Skip Fishing Minigame 2
+
   |name   = Piggy Bank Mod
   |author   = philosquare
+
   |author = MindMeltMax
   |id       = philosquare.SkipFishingMinigame2
+
   |id     = MindMeltMax.PiggyBank
   |moddrop = 1530481
+
  |curse  = 997968
   |github   = philosquare/SDVSkipFishingMinigame2
+
  |nexus  = 6934
 +
   |moddrop = 1135669
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Intro
+
   |name    = Pipe Irrigation
   |author  = Pathoschild
+
   |author  = aedenthorn, Erinthe
   |id      = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
+
   |id      = aedenthorn.PipeIrrigation
   |nexus   = 533
+
   |curse   = 868821
   |moddrop = 606601
+
   |nexus  = 10205
   |github  = Pathoschild/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Utility Grid-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Start
+
   |name    = Placeable Mine Shafts
   |author  = DeadRobotDev
+
   |author  = aedenthorn, Erinthe
   |id      = DeadRobotDev.SkipStart
+
   |id      = Aedenthorn.PlaceShaft
   |nexus  = 11885
+
  |curse  = 868909
   |github  =
+
   |nexus  = 5440
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Place Floor on Tilled Dirt
 +
  |author  = temisthem
 +
  |id      = tem696969696969.PlaceFloorOnTilledDirt
 +
  |nexus  = 23493
 +
  |github  = kqrse/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Text
+
   |name    = Placement Plus
   |author  = CrunchyDuck
+
   |author  = 2Retr0
   |id      = CrunchyDuck.SkipText
+
   |id      = 2Retr0.PlacementPlus
   |nexus  = 8947
+
   |nexus  = 8798
   |github  = CrunchyDuck/Stardew-Skip-Text
+
  |curse  = 486164
 +
   |github  = 2Retr0/PlacementPlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Drill
+
   |name    = Plan Importer
   |author  = S1mmyy
+
   |author  = Platonymous
   |id      = S1mmyy.SkullCavernDrill
+
   |id      = Platonymous.PlanImporter
   |nexus  = 6121
+
   |nexus  = 2071
   |github  = S1mmyy/StardewMods
+
  |moddrop = 793846
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Drill Redux
+
   |name    = Planned Parenthood
   |author  = NetworkOverflow
+
   |author  = aedenthorn, Erinthe
   |id      = NetworkOverflow.SkullCavernDrillRedux
+
   |id      = aedenthorn.PlannedParenthood
   |nexus  = 16533
+
  |curse  = 868745
   |github  = AndrewGraber/Skull-Cavern-Drill-Redux
+
   |nexus  = 12869
 
+
   |github  = aedenthorn/StardewValleyMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Elevator
+
   |name    = Plantable Mushroom Trees
   |author  = Bifibi, Lestoph
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = SkullCavernElevator
+
   |id      = f4iTh.PMT
   |nexus  = 963
+
   |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    = Skull Cavern Toggle
+
   |name    = Plantable Palm Trees
   |author  = TheMightyAmondee, MightyAmondee
+
   |author  = MouseyPounds
   |id      = TheMightyAmondee.SkullCavernToggle
+
   |id      = MouseyPounds.PlantablePalmTrees
   |nexus  = 7908
+
   |nexus  = 4096
   |github  = TheMightyAmondee/SkullCavernToggle
+
   |github  = MouseyPounds/stardew-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep In Wedding
+
   |name    = Plant and Fertilize All, Plant All
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.SleepInWedding
+
   |id      = aedenthorn.PlantAll
   |curse  = 870963
+
   |curse  = 868812
  |moddrop = 1294437
+
   |nexus  = 10482
   |nexus  = 15006
+
   |github  = aedenthorn/StardewValleyMods
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepless Fisherman
+
   |name    = Planter Trees
   |author  = Annosz
+
   |author  = aedenthorn, Erinthe
   |id      = Annosz.SleeplessFisherman
+
   |id      = aedenthorn.PlanterTrees
   |nexus  = 5915
+
  |curse  = 868758
   |github  = Annosz/StardewValleyModding
+
   |nexus  = 11687
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepless in Stardew
+
   |name    = Plant on Grass
   |author  = instafluff
+
   |author  = Demiacle
   |id      = instafluff.sleeplessinstardew
+
   |id      = Demiacle.PlantOnGrass
   |nexus  = 5445
+
   |nexus  = 1026
   |github  = instafluff/SleeplessInStardew
+
   |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    = Sleepovers
+
   |name    = Platonic Partners and Friendships
   |author  = bwdy
+
   |author  = Amaranthacyan and ch20youk
   |id      = bwdy.sleepovers
+
   |id      = PPAF.Core<!--changed in 2.3.0-->, Amaranthacyan.PPAFSMAPI
   |nexus  = 3531
+
   |nexus  = 8146
   |github  = bwdymods/SDV-Sleepovers
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep Wherever
+
   |name    = Platonic Relationships
   |author  = Vexorth
+
   |author  = Cherry, CherryChain
   |id      = Vexorth.SleepWherever
+
   |id      = Cherry.PlatonicRelationships
   |nexus  = 16674
+
   |nexus  = 4668
   |github  =
+
  |moddrop = 716353
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep Worker
+
   |name    = PlatoTK
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.SleepWorker
+
   |id      = Platonymous.PlatoTK
   |curse  = 877233
+
   |curse  = 877225
  |moddrop = 793835
+
   |nexus  = 6589
   |nexus  = 2062
+
   |github  = Platonymous/PlatoTK
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sleepy Eye
 
  |author  = spacechase0
 
  |id      = spacechase0.SleepyEye
 
  |curse  = 867761
 
  |moddrop = 129011
 
  |nexus  = 1152
 
  |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Hutch Resize and Retexture, Slime Hutch Resize
+
   |name    = PlatoUI
   |author  = fernass354
+
   |author  = Platonymous
   |id      = fernass354.SlimeHutchResize
+
   |id      = Platonymous.PlatoUI
   |nexus  = 18507
+
  |moddrop = 1521422
 +
   |nexus  = 19023
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Hutch Water Spots
+
   |name    = Plato Warp Menu
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.SlimeHutchWaterSpots
+
  |id      = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
   |nexus  = 13778
+
  |curse  = 877227
   |github  = aedenthorn/StardewValleyMods
+
  |nexus  = 5384
 +
  |moddrop = 793920
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Player Arrows
 +
  |author  = TheShamanLord
 +
   |id      = TheShamanLord.PlayerArrows
 +
   |nexus  = 19479
 +
   |github  = Jwaad/Stardew_Player_Arrows
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Mods, Slime Minigame, Slime QOL
+
   |name    = Player Co-ordinate HUD, Player Position HUD and Logger
   |author  = Tofu, SadDodo
+
   |author  = DecidedlyHuman
   |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
+
   |id      = DecidedlyHuman.PlayerCoordinates
   |nexus  = 2743
+
   |nexus  = 7969
   |github  =
+
   |moddrop = 984961
 
+
   |github  = DecidedlyHuman/PlayerCoordinates
   |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Produce
+
   |name    = Player Income Stats
   |author  = exotico
+
   |author  = ha1fdaew
   |id      = exotico.SlimeProduce
+
   |id      = ha1fdaew.playerincomestats
   |nexus  = 7634
+
   |nexus  = 7373
   |github  = andraemon/SlimeProduce
+
   |github  = ha1fdaew/PlayerIncomeStats
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Spawner
+
   |name    = Player Server Info
   |author  = aurnj, Roy Li
+
   |author  = EuroCent
   |id      = RuyiLi.SlimeSpawner
+
   |id      = EuroCent.PlayerServerInfo
   |nexus  =
+
   |nexus  = 24267
  |url    = https://community.playstarbound.com/threads/slime-spawner.129326/
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slim Hutch
+
   |name    = Playground Mod
   |author  = Peasly Wellbott
+
   |author  = aedenthorn, Erinthe
   |id      = Wellbott.SlimHutchCode
+
   |id      = aedenthorn.PlaygroundMod
   |nexus  = 7424
+
  |curse  = 868719
   |github  = Wellbott/StardewValleyMods
+
   |nexus  = 14125
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slingshot Rebalance
+
   |name    = Play Prairie King With NPCs, Two Player Prairie King
   |author  = Redwood, Towering Redwood
+
   |author  = aedenthorn, Erinthe
   |id      = Redwood.SlingshotRebalance
+
   |id      = aedenthorn.TwoPlayerPrairieKing
   |nexus  = 14391
+
  |curse  = 868747
   |github  =
+
   |nexus  = 12750
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slower Fence Decay
+
   |name    = Please Fix Error
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = Jessebot
   |id      = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
+
   |id      = Jessebot.PleaseFixError
   |nexus  = 252
+
   |nexus  = 6492
   |source = https://gitlab.com/speeder1/FenceSlowDecayMod
+
   |github = JessebotX/StardewValleyMods
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#No Fence Decay|No Fence Decay]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smack Dat Scarecrow
+
   |name    = Please Gift Me In Person
   |author  = LeFauxMatt
+
   |author  = Shockah
   |id      = furyx639.SmackDatScarecrow
+
   |id      = Shockah.PleaseGiftMeInPerson
  |curse  = 871830
+
   |nexus  = 11217
   |nexus  = 13528
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = LeFauxMatt/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Small Beach Farm
+
   |name    = Point and Plant
   |author  = Pathoschild
+
   |author  = jwdred
   |id      = Pathoschild.SmallBeachFarm
+
   |id      = jwdred.PointAndPlant
   |nexus  = 3750
+
   |nexus  = 572
   |moddrop = 606555
+
   |github  = jdusbabek/stardewvalley
   |github = Pathoschild/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.3.29
 +
   |status  = workaround
 +
  |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    = Smaller Fish Ponds, Fish Well
+
   |name    = PokefyMania
   |author  = Peasly Wellbott
+
   |author  = Noodles of Cat
   |id      = Wellbott.FishWell
+
   |id      = NoodlesofCat.PokefyMania
   |nexus  = 7651
+
   |nexus  = 20161
   |github  = Wellbott/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Building
+
   |name    = Pokemania Revised, Pokemania The Return, PokeMania<!--changed in Pokemania Revised 1.0.0-->
   |author  = DecidedlyHuman
+
   |author  = The Krominator
   |id      = DecidedlyHuman.SmartBuilding
+
   |id      = TheKrominator.PokemaniaRevised, TheKrominatorPokemania<!--changed in Pokemania Revised 1.0.0-->
   |nexus  = 11158
+
   |nexus  = 12065
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Cursor
+
   |name    = Pollen Sprites
   |author  = DecidedlyHuman
+
   |author  = Esca, Esca-MMC
   |id      = DecidedlyHuman.SmartCursor
+
   |id      = Esca.PollenSprites
   |nexus  = 13268
+
   |nexus  = 6149
   |github  = DecidedlyHuman/StardewValleyMods
+
   |moddrop = 790268
 
+
   |github  = Esca-MMC/PollenSprites
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Cursor
+
   |name    = Polyamory Sweet → Polyamory Kiss
   |author  = stokastic
+
   |author  = ApryllForever
   |id      = stokastic.SmartCursor
+
   |id      = ApryllForever.PolyamorySweetKiss<!--changed in 1.1.6-->, ApryllForever.PolyamoryKiss
   |nexus  = 2458
+
   |nexus  = 20599
   |github  = stokastic/SmartCursor
+
   |github  = ApryllForever/PolyamorySweetLove
 
 
  |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    = Polyamory Sweet → Polyamory Sweet Bed
   |author  = KuroBear
+
   |author  = ApryllForever
   |id      = KuroBear.SmartMod
+
   |id      = ApryllForever.PolyamorySweetBed
   |nexus  =
+
   |nexus  = 20599
  |url    = https://community.playstarbound.com/threads/108104
+
   |github  = ApryllForever/PolyamorySweetLove
   |github  =
 
 
 
  |broke in = Stardew Valley 1.2
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smol Fish
+
   |name    = Polyamory Sweet → Polyamory Sweet Love
   |author  = gbromios
+
   |author  = ApryllForever
   |id      = gbromios.SmolFish
+
   |id      = ApryllForever.PolyamorySweetLove
   |nexus  = 14287
+
   |nexus  = 20599
   |github  =
+
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snack Anything
+
   |name    = Polyamory Sweet → Polyamory Sweet Rooms
   |author  = Cherry, ChroniclerCherry
+
   |author  = ApryllForever
   |id      = Cherry.SnackAnything
+
   |id      = ApryllForever.PolyamorySweetRooms
   |nexus  = 5196
+
   |nexus  = 20599
   |moddrop = 716397
+
   |github  = ApryllForever/PolyamorySweetLove
   |github  = ChroniclerCherry/stardew-valley-mods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Polyamory Sweet → Polyamory Sweet Wedding
 +
  |author  = ApryllForever
 +
  |id      = ApryllForever.PolyamorySweetWedding
 +
  |nexus  = 20599
 +
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snail Mail
+
   |name    = Polygamy
   |author  = Darkhax
+
   |author  = bwdy
   |id      = darkhax.snailmail
+
   |id      = bwdy.polygamy
   |nexus  =
+
   |nexus  = 3542
  |curse  = 307861
+
   |github  = bwdymods/SDV-Polygamy
   |github  = Stardew-Valley-Modding/Snail-Mail
 
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snow Crab
+
   |name    = Pomodoro Mod<!--manifest-->, Stardew-Doro<!--Nexus-->
   |author  = John Peters
+
   |author  = Mezrag Yasser, Yasser
   |id      = JohnPeters.SnowCrab
+
   |id      = Yasser.PomodoroMod
   |nexus  = 11302
+
   |nexus  = 19780
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Pond Painter
 +
  |author  = MouseyPounds
 +
  |id      = MouseyPounds.PondPainter
 +
  |nexus  = 4703
 +
  |github  = MouseyPounds/stardew-mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Socializing Skill
+
   |name    = Pong
   |author  = drbirbdev
+
   |author  = CatCattyCat, Cat
   |id      = drbirbdev.SocializingSkill
+
   |id      = cat.Pong
   |nexus  = 14142
+
   |nexus  = 1994
   |github  = drbirbdev/StardewValley
+
  |moddrop = 833548
 +
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Network
+
   |name    = Pony Weight Loss Program
   |author  = Cecidelus
+
   |author  = BadNetCode
   |id      = Cecidelus.SocialNetwork
+
   |id      = BadNetCode.PonyWeightLossProgram
   |nexus  = 8255
+
   |nexus  = 1232
 +
  |moddrop = 130159
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Page Order Button
+
   |name    = PoohCore
   |author  = aedenthorn, Erinthe
+
   |author  = Pooh
   |id      = aedenthorn.SocialPageOrderButton
+
   |id      = poohnhi.PoohCore
   |nexus  = 7871
+
   |nexus  = 22941
   |github  = aedenthorn/StardewValleyMods
+
   |github  = poohnhi/PoohCore
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Page Order Menu
+
   |name    = Poop Framework
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SocialPageOrderMenu
+
   |id      = aedenthorn.PoopFramework
   |nexus  = 13698
+
   |nexus  = 17152
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Tab Patch for Unlimited Players
+
   |name    = Portable Holes
   |author  = funny-snek
+
   |author  = LeFauxMatt
   |id      = funnysnek.socialtabpatch
+
   |id      = furyx639.PortableHoles
   |nexus  = 2981
+
  |curse  = 871832
   |github  =
+
   |nexus  = 13471
 +
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Solid Foundations
+
   |name    = Portable TV
   |author  = PeacefulEnd
+
   |author  = kdau
   |id      = PeacefulEnd.SolidFoundations
+
   |id      = kdau.PortableTV
   |nexus  = 12311
+
   |nexus  = 5674
   |github  = Floogen/SolidFoundations
+
   |moddrop = 761325
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Solid Foundations → Automate Integration
 
  |author  = PeacefulEnd
 
  |id      = PeacefulEnd.SolidFoundationsAutomate
 
  |nexus  = 12311
 
  |github  = Floogen/SolidFoundations
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sona's Farm
 
  |author  = Kerlin & Sona
 
  |id      = kerlin.sonasfarm
 
  |nexus  = 8545
 
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/kdau/portabletv
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sonic Shoes
+
   |name    = Portable Witch Shrines
   |author  = lilico
+
   |author  = chocolatte12
   |id      = lilico.SonicShoes
+
   |id      = chocolatte12.PortableWitchShrines
   |nexus  = 10226
+
   |nexus  = 20141
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sorted Storages
+
   |name    = Portal Guns
   |author  = TeamCoFH, Tech, Zeldo
+
   |author  = TrollTheBotman
   |id      = Zeldo.LinkedStorages
+
   |id      = JoshJKe.PortalGun
   |nexus  =
+
   |nexus  = 3049
  |curse  = 290653
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sorting Chests
+
   |name    = Portraiture
   |author  = aRooooooba
+
   |author  = Platonymous
   |id      = aRooooooba.SortingChests
+
   |id      = Platonymous.Portraiture
   |nexus  = 8224
+
   |nexus  = 999
   |github  = aRooooooba/SortingChests
+
   |moddrop = 793927
 
+
   |github  = Platonymous/Stardew-Valley-Mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Effect Replacement
+
   |name    = Portraiture Plus
   |author  = aedenthorn, Erinthe
+
   |author  = Arborsm
   |id      = aedenthorn.SoundEffectReplacement
+
   |id      = Arborsm.PortraiturePlus
   |nexus  = 10232
+
   |nexus  = 24534
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Arborsm/PortraiturePlus
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Loop Mod
+
   |name    = Positive Predictor
   |author  = strelkasaur
+
   |author  = season
   |id      = com.strelkasaurus.sm.soundloop
+
   |id      = season.PositivePredictor
   |nexus  = 13099
+
   |nexus  = 23132
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sounds Patcher
+
   |name    = Postbox Building, PostBox Mod
   |author  = MindMeltMax
+
   |author  = i-saac-b, isaacb
   |id      = MindMeltMax.SoundsPatcher
+
   |id      = i-saac-b.PostBoxMod
   |nexus  = 7465
+
   |nexus  = 17614
   |moddrop = 1135690
+
  |github  = i-saac-b/PostBoxMod
   |github  = MindMeltMax/Stardew-Valley-Mods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Post Wedding Dates
 +
  |author  = Blams
 +
   |id      = blams.PostWeddingDates
 +
  |nexus  = 10708
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Tweaker
+
   |name    = Potency Geode Crusher, Upgraded Furnace CharcoalKiln and GeodeCrusher
   |author  = aedenthorn, Erinthe
+
   |author  = goway
   |id      = aedenthorn.SoundTweaker
+
   |id      = goway.potencyGeodeCrusher
   |nexus  = 14767
+
   |nexus  = 27393
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SpaceCore
+
   |name    = Power Nap
   |author  = spacechase0
+
   |author  = LakeMonster_, LakeMonster666
   |id      = spacechase0.SpaceCore
+
   |id      = LakeMonster_.PowerNap, LakeMonster_.BedEnergyRegain<!--changed in 1.2.0-->
  |curse  = 867152
+
   |nexus  = 5256
  |moddrop = 136998
+
   |github  =
   |nexus  = 1348
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn Monsters
+
   |name    = PPJA Producer Converter
   |author  = Berisan
+
   |author  = Digus
   |id      = Berisan.SpawnMonsters
+
   |id      = Digus.PPJAProducerConverter
   |nexus  = 3201
+
   |nexus  = 4972
   |github  = Berisan/SpawnMonsters
+
   |github  = Digus/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn More Rocks
+
   |name    = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
   |author  = Mase
+
   |author  = ryaon
   |id      = Mase.SpawnMoreRocks
+
   |id      = Ryaon.FectorChallenge
   |nexus  = 7423
+
   |nexus  = 5125
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Special Orders Anywhere, Special Orders (and More) Anywhere
+
   |name    = Prairie King Level Select
   |author  = AcidicNic
+
   |author  = b1rdyw1rdy
   |id      = acidicnic.SpecialOrdersAnywhere
+
   |id      = b1rdyw1rdy.PrairieKingLevelSelect
   |nexus  = 7588
+
   |nexus  = 26183
   |github  = AcidicNic/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Special Orders Tags Extended
+
   |name    = Prairie King Made Easy
   |author  = atravita
+
   |author  = Mucchan
   |id      = atravita.SpecialOrdersExtended
+
   |id      = Mucchan.PrairieKingMadeEasy
   |curse   = 870988
+
   |nexus   =
   |moddrop = 1086743
+
   |chucklefish = 3594
  |nexus  = 9855
+
   |github  = mucchan/sv-mod-prairie-king
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Specify Gift Taste Portraits
+
   |name    = Prairie King Prizes (Lootboxes)
   |author  = Button, Spiderbuttons
+
   |author  = Renny
   |id      = Button.SpecifyGiftTastePortraits
+
   |id      = renny.prairiekingprizes
   |nexus  = 15882
+
   |nexus  = 2811
   |github  =
+
   |github  = OfficialRenny/PrairieKingPrizes
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speed Mod
+
   |name    = Prairie King UI Enhancements
   |author  = Blackclaw
+
   |author  = Incognito357
   |id      = Blackclaw.SpeedMod
+
   |id      = Incognito357.PrairieKingUIEnhancements
   |nexus  = 5082
+
   |nexus  = 10769
   |github  = Xebeth/StardewValley-SpeedMod
+
   |github  = Incognito357/PrairieKingUIEnhancements
  
   |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    = Pravoloxinone
   |author  = Underscore
+
   |author  = TheMightyAmondee
   |id      = underscore.ac_practice<!--changed in 2.0.0-->, underscore.speedrun_practie
+
   |id      = TheMightyAmondee.Pravoloxinone
   |nexus  = 7337
+
   |nexus  = 23008
   |github  = Underscore76/SDVPracticeMod
+
   |github  = TheMightyAmondee/Pravoloxinone
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spelldew Valley
+
   |name    = Precise Furniture
   |author  = instafluff
+
   |author  = Espy
   |id      = instafluff.spelldewvalley
+
   |id      = Espy.PreciseFurniture
   |nexus  = 7322
+
   |nexus  = 23488
   |github  = instafluff/SpelldewValley
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny
+
   |name    = Precision Wheel
   |author  = spacechase0
+
   |author  = DespairScent
   |id      = spacechase0.Spenny
+
   |id      = DespairScent.PrecisionWheel
  |curse  = 867742
+
   |nexus  = 22222
  |moddrop = 771624
+
   |github  = DespairScent/PrecisionWheel
   |nexus  = 2755
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny Deluxe
+
   |name    = Predictable Retaining Soil
   |author  = spacechase0
+
   |author  = Shockah
   |id      = spacechase0.SpennyDeluxe
+
   |id      = Shockah.PredictableRetainingSoil
   |nexus  = 14984
+
   |nexus  = 10956
   |github  = spacechase0/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny Lite
+
   |name    = Predictor
   |author  = spacechase0
+
   |author  = JoXW
   |id      = spacechase0.SpennyLite
+
   |id      = JoXW.Predictor
   |nexus  = 14249
+
   |nexus  = 21332
   |github  = spacechase0/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spice of Life
+
   |name    = Predictor → Breakable Container Patch
   |author  = KarratKake
+
   |author  = JoXW
   |id      = KarratKake.SpiceOfLife
+
   |id      = JoXW.PredictorBreakableContainerPatch
   |nexus  = 7398
+
   |nexus  = 21332
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Splash Text
+
   |name    = Predictor → Bush Patch
   |author  = sophiesalacia
+
   |author  = JoXW
   |id      = sophie.SplashText
+
   |id      = JoXW.PredictorBushPatch
   |nexus  = 14416
+
   |nexus  = 21332
   |github  = sophiesalacia/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Screen Manager
+
   |name    = Predictor → Crop Patch
   |author  = RomenH
+
   |author  = JoXW
   |id      = RomenH.SplitScreenManager
+
   |id      = JoXW.PredictorCropPatch
   |nexus  = 12063
+
   |nexus  = 21332
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spoilage
+
   |name    = Predictor →  Dig Spot Patch
   |author  = aedenthorn, Erinthe
+
   |author  = JoXW
   |id      = aedenthorn.Spoilage
+
   |id      = JoXW.PredictorDigSpotPatch
   |nexus  = 14712
+
   |nexus  = 21332
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spooky Big Pumkin, Spooky_pumkin
+
   |name    = Predictor → Fishing Patch
   |author  = Dounat2201, Sasara
+
   |author  = JoXW
   |id      = Sasara.pumkin
+
   |id      = JoXW.PredictorFishingPatch
   |nexus  = 4586
+
   |nexus  = 21332
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse Outdoor Area
+
   |name    = Predictor → Garbage Can Patch
   |author  = Shaklin
+
   |author  = JoXW
   |id      = shaklin.spouseoutdoorarea
+
   |id      = JoXW.PredictorGarbageCanPatch
   |nexus  = 6747
+
   |nexus  = 21332
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouses in Ginger Island, Spouses' Island
+
   |name    = Predictor → Geode Patch
   |author  = mistyspring
+
   |author  = JoXW
   |id      = mistyspring.spousesisland, mistyspring.SpouseRoomCode<!--changed in 3.0-->
+
   |id      = JoXW.PredictorGeodePatch
  |curse  = 880521
+
   |nexus  = 21332
   |nexus  = 11037
+
   |github  =
   |github  = misty-spring/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse's Room Mod
+
   |name    = Predictor → Mineable Patch
   |author  = Wata, Watagatapitusberry
+
   |author  = JoXW
   |id      = Spouseroom
+
   |id      = JoXW.PredictorMineablePatch
   |nexus  =
+
   |nexus  = 21332
  |url    = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse Stuff
+
   |name    = Predictor → Minigames Patch
   |author  = hquake, Per Sikker Hansen, Sikker
+
   |author  = JoXW
   |id      = Sikker.SpouseStuff
+
   |id      = JoXW.PredictorMinigamesPatch
   |nexus  = 4651
+
   |nexus  = 21332
   |github  = sikker/SpouseStuff
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinkler Activation
+
   |name    = Predictor → Panning Patch
   |author  = Blaxsmith
+
   |author  = JoXW
   |id      = Blaxsmith.SprinklerActivation
+
   |id      = JoXW.PredictorPanningPatch
   |nexus  = 7661
+
   |nexus  = 21332
   |github  = Blaxsmith/SprinklerActivation
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinkler Mod
+
   |name    = Predictor → Seed Maker Patch
   |author  = aedenthorn, Erinthe
+
   |author  = JoXW
   |id      = aedenthorn.SprinklerMod
+
   |id      = JoXW.PredictorSeedMakerPatch
   |nexus  = 15385
+
   |nexus  = 21332
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint and Dash Buttons, Sprint and Dash Mod
+
   |name    = Predictor → Spawned Patch
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = JoXW
   |id      = SPDSprintAndDash
+
   |id      = JoXW.PredictorSpawnedPatch
   |nexus  = 235
+
   |nexus  = 21332
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/speeder1/SPDSprintAndDashMod
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint and Dash Redux
+
   |name    = Predictor → Tillable Patch
   |author  = littleraskol
+
   |author  = JoXW
   |id      = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
+
   |id      = JoXW.PredictorTillablePatch
   |nexus  = 560
+
   |nexus  = 21332
  |moddrop = 827770
+
   |github  =
   |github  = littleraskol/Sprint-And-Dash-Redux
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinting
+
   |name    = Predictor → Tree Patch
   |author  = Patrick, mistersnuggler
+
   |author  = JoXW
   |id      =
+
   |id      = JoXW.PredictorTreePatch
   |nexus  =
+
   |nexus  = 21332
  |url    = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
+
   |github  =
   |github  = oliverpl/SprintingMod
 
 
 
  |broke in = Stardew Valley 1.2
 
  |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    = Predict Seed Maker
   |author  = onemix
+
   |author  = lech43
   |id      = onemix.Sprinting
+
   |id      = lech43.PredictSeedMaker
   |nexus  = 10469
+
   |nexus  = 6395
   |github  = thiagomasson/Sprinting
+
   |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    = Preexisting Relationship
   |author  = Abs, abslam
+
   |author  = spacechase0
   |id      = abs.SprintNRegen
+
   |id      = spacechase0.PreexistingRelationship
   |nexus  = 4898
+
  |curse  = 867710
   |github  =
+
   |nexus  = 7684
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint Sprint, Sprint Sprint Sprint
+
   |name    = Pregnancy Role
   |author  = Jessebot, JessebotX
+
   |author  = kdau
   |id      = Jessebot.SprintSprint, Jessebot.SprintSprintSprint<!-- changed when mod renamed-->
+
   |id      = kdau.PregnancyRole
   |nexus  = 4778
+
   |nexus  = 5762
   |github  = JessebotX/StardewValleyMods
+
  |moddrop = 768494
 +
   |github  =
 +
  |source  = https://gitlab.com/kdau/pregnancyrole
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint (unidarkshin)
+
   |name    = Prepare for New Day
   |author  = unidarkshin, Devin Lematty
+
   |author  = igotnousername
   |id      = DevinLematty.Sprint
+
   |id      = igotnousername.PrepareNewDay
   |nexus  = 7492
+
   |nexus  = 7638
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint (Yoshify)
+
   |name    = Press to Quack
   |author  = Yoshify
+
   |author  = DraconisLeonidas
   |id      =
+
   |id      = DraconisLeonidas.PressToQuack
   |nexus  = 2
+
   |nexus  = 13583
   |github  =
+
   |github  = DraconisLeonidas/PressToQuack
 
 
  |broke in = SMAPI 0.39.1
 
  |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    = SpriteMaster
+
   |name    = Price Drops
   |author  = Ameise, Ameisen, mkukli
+
   |author  = skuldomg, Skuld
   |id      = DigitalCarbide.SpriteMaster
+
   |id      = skuldomg.priceDrops
   |nexus  = 4922
+
   |nexus  = 2047
   |github  = ameisen/SV-SpriteMaster
+
   |github  = skuldomg/priceDrops
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Sprites in Detail
+
   |name    = Price Fluctuation
   |author  = BleakCodex
+
   |author  = lech43
   |id      = BleakCodex.SpritesInDetail
+
   |id      = lech43.PriceFluctuation
   |nexus  = 14487
+
   |nexus  = 6396
   |github  = BleakCodex/SpritesInDetail
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stabbing Sword Special
+
   |name    = Prices
   |author  = Peasly Wellbott
+
   |author  = skiilaa
   |id      = Wellbott.StabbingSwordSpecial
+
   |id      = skiilaa.Prices
   |nexus  = 7683
+
   |nexus  = 2255
   |github  = Wellbott/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Stack Check Fix
+
   |name    = Price Tooltips
   |author  = punyo, yakminepunyo
+
   |author  = Darkhax
   |id      = punyo.StackCheckFix
+
   |id      = darkhax.pricetooltip
   |nexus  = 2433
+
   |nexus  =
   |github  = pomepome/StackCheckFix
+
  |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    = Stacked Item Icons
+
   |name    = Prismatic Butterfly Location
   |author  = aedenthorn, Erinthe
+
   |author  = no12nv2
   |id      = aedenthorn.StackedItemIcons
+
   |id      = no12nv2.PrismaticButterflyLocation
  |curse  = 868678
+
   |nexus  = 23045
   |nexus  = 15468
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Everything
+
   |name    = Prismatic Clothing
   |author  = CatCattyCat, Cat
+
   |author  = atravita
   |id      = cat.stackeverything
+
   |id      = atravita.PrismaticClothing
   |nexus   = 2053
+
   |curse   = 870969
   |moddrop = 833551
+
   |moddrop = 1205162
   |github  = danvolchek/StardewMods
+
   |nexus   = 13051
 
+
   |github  = atravita-mods/StardewMods
   |broke in          = Stardew Valley 1.5
 
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
  |unofficial version = 3.0.3-unofficial.1-strobe
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Quality
+
   |name    = Prismatic Dinosaur
   |author  = LeFauxMatt
+
   |author  = JollyLlama
   |id      = furyx639.StackQuality
+
   |id      = JollyLlama.PrismaticDinosaurMonster
  |curse  = 871828
+
   |nexus  = 25342
   |nexus  = 13724
+
   |github  = Jolly-Alpaca/PrismaticDinosaur
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Size Changer
+
   |name    = Prismatic Fire
   |author  = Shockah
+
   |author  = aedenthorn, Erinthe
   |id      = Shockah.StackSizeChanger
+
   |id      = aedenthorn.PrismaticFire
   |nexus  = 11866
+
  |curse  = 868743
   |github  = Shockah/Stardew-Valley-Mods
+
   |nexus  = 12931
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Split Redux
+
   |name    = Prismatic Furniture
   |author  = pepoluan
+
   |author  = aedenthorn, Erinthe
   |id      = pepoluan.StackSplitRedux
+
   |id      = aedenthorn.PrismaticFurniture
   |nexus   = 8967
+
   |curse   = 868749
   |moddrop = 976551
+
   |nexus  = 12589
   |github  = pepoluan/StackSplitRedux
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = StackSplitX
+
   |name    = Prismatic Pride
   |author  = tstaples
+
   |author  = kdau
   |id      = tstaples.StackSplitX
+
   |id      = kdau.PrismaticPride
   |nexus  = 798
+
   |nexus  = 9019
   |github  = tstaples/StackSplitX
+
  |moddrop = 978503
 +
   |github  =
 +
  |source  = https://gitlab.com/kdau/prismaticpride
  
   |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    = Prismatic Slime Finder
   |author  = Ilyaki
+
   |author  = MrKoatl
   |id      = Ilyaki.StackToNearbyChests
+
   |id      = MrKoatl.PrismaticSlimeFinder
   |nexus  = 1787
+
   |nexus  = 7866
   |github  = Ilyaki/StackToNearbyChests
+
   |github  =
 
 
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Staircase Placement Fix, 楼梯修复, Fix Floor Placement<!--before 1.0.1-->
+
   |name    = Prismatic Statue
   |author  = Becks723
+
   |author  = Achtuur
   |id      = Becks723.StaircasePlacementFix, Becks723.FixFloorPlacement<!--before 1.0.1-->
+
   |id      = Achtuur.PrismaticStatue
   |nexus  = 13381
+
   |nexus  = 17013
   |github  =
+
   |github  = Achtuur/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = StaminaRegen
+
   |name    = Prismatic Tools
   |author  = EvilPdor
+
   |author  = stokastic
   |id      =
+
   |id      = stokastic.PrismaticTools
   |nexus  =
+
   |nexus  = 2428
  |url    = https://community.playstarbound.com/threads/111526
+
   |github  = stokastic/PrismaticTools
   |github  = natfoth/StardewValleyMods
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3.29
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |summary  = use [[#Pristmatic Tools Continued|Pristmatic Tools Continued]] instead.
 +
<!--
 +
  |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    = Standardized Krobus
+
   |name    = Prismatic Tools Continued
   |author  = minervamaga
+
   |author  = iargue
   |id      = minervamaga.StandardizedKrobus
+
   |id      = iargue.PrismaticToolsContinued
   |nexus  =
+
   |nexus  = 21450
  |moddrop = 716314
+
   |github  =
   |github  = minervamaga/StandardizedKrobus
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starbot
+
   |name    = Prismatic Valley Framework
   |author  = bwdy
+
   |author  = JollyLlama
   |id      = bwdy.starbot
+
   |id      = JollyLlama.PrismaticValleyFramework
   |nexus  = 4755
+
   |nexus  = 25287
   |github  = bwdymods/SDV-Starbot
+
   |github  = Jolly-Alpaca/PrismaticValleyFramework
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Access
+
   |name    = Prize Machine Custom Prizes
   |author  = Mohammad Shoaib
+
   |author  = Tomokisan
   |id      = shoaib.stardewaccess
+
   |id      = tomokisan.prizeMachineCustomPrizes
   |nexus   = 16205
+
   |curse   = 1081721
   |url    = https://github.com/stardew-access/stardew-access/releases
+
   |nexus  = 24982
   |github  = stardew-access/stardew-access
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew and Chill
+
   |name    = Producer Framework Mod
   |author  = mod.kitchen
+
   |author  = Digus
   |id      = mod.kitchen.stardewandchill
+
   |id      = Digus.ProducerFrameworkMod
   |nexus  = 12147
+
   |nexus  = 4970
   |github  =
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Aquarium Code
+
   |name    = Producer Framework Mod → PFMAutomate
   |author  = Gervig91
+
   |author  = Digus
   |id      = Cherry.StardewAquarium
+
   |id      = Digus.PFMAutomate
   |nexus  = 6372
+
   |nexus  = 5038
   |github  =
+
   |github  = Digus/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Aquarium Informant, Informant - Stardew Aquarium Add-on
+
   |name    = Production Stats
   |author  = Moonwolf, Moonwolf287
+
   |author  = FlameHorizon
   |id      = Moonwolf.StardewAquariumInformant
+
   |id      = FlameHorizon.ProductionStats
   |nexus  = 16527
+
   |nexus  = 21270
   |github  =
+
   |github  = FlameHorizon/ProductionStats
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Informant-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Archipelago
+
   |name    = Profession Adjustments
   |author  = Kaito Kid
+
   |author  = Kevin Connors
   |id      = KaitoKid.StardewArchipelago
+
   |id      = KevinConnors.ProfessionAdjustments
   |nexus  = 16087
+
   |nexus  = 2424
   |github  = agilbert1412/StardewArchipelago
+
   |github  = kevinforrestconnors/ProfessionAdjustments
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Auto GC
+
   |name    = Profiler
   |author  = Lake1059, 1059Studio
+
   |author  = SinZ
   |id      = Lake1059.StardewAutoGC_NET5, Lake1059.StardewAutoGC<!--changed in 1.3.0-->
+
   |id      = SinZ.Profiler
   |nexus  = 9293
+
   |nexus  = 12135
   |github  =
+
   |github  = SinZ163/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Brewery
+
   |name    = Profit Calculator
   |author  = Cylon
+
   |author  = spacechase0
   |id      = cylon.stardewbrewery
+
   |id      = spacechase0.ProfitCalculator
   |nexus   = 2057
+
   |curse   = 867736
   |github  = JustCylon/stardew-brewery
+
   |moddrop = 771668
 
+
   |nexus  = 3378
   |broke in = Stardew Valley 1.3
+
   |github  = spacechase0/StardewValleyMods
   |status  = workaround
+
   |broke in = Stardew Valley 1.6
   |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Config Menu
+
   |name    = Profit Calculator → DGA Support
   |author  = Juice805
+
   |author  = 6135
   |id      = Juice805.StardewConfigMenu
+
   |id      = 6135.ProfitCalculatorDGA
   |nexus  = 1312
+
  |moddrop = 1502461
   |github  = StardewConfigFramework/StardewConfigMenu
+
   |nexus  = 19931
 +
   |github  = 6135/StardewValley.ProfitCalculator
  
  |broke in = Stardew Valley 1.3.29
+
   |status  = abandoned
   |status  = workaround
+
   |broke in = Stardew Valley 1.6
   |summary  = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Debt
+
   |name    = Profit Calculator<!--manifest-->, In-Game Profit Calculator<!--Nexus-->
   |author  = Poison
+
   |author  = 6135
   |id      = Poison.StardewTesting
+
   |id      = 6135.ProfitCalculator
   |nexus  = 10005
+
  |moddrop = 1502461
   |github  =
+
   |nexus  = 19931
 +
   |github  = 6135/StardewValley.ProfitCalculator
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Discord
+
   |name    = Profit Margins
   |author  = Steven Kraft
+
   |author  = Cherry, CherryChain
   |id      = StevenKraft.StardewDiscord
+
   |id      = Cherry.ProfitMargins
   |nexus  = 3608
+
   |nexus  = 4663
   |github  = steven-kraft/StardewDiscord
+
   |moddrop = 716352
 
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Druid
+
   |name    = Progressive Access Farm
   |author  = Neosinf
+
   |author  = onjulraz
   |id      = neosinf.StardewDruid
+
   |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
  |nexus  = 18465
+
   |nexus  = 2923
  |github  = Neosinf/StardewDruid
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stardew Druid Lite
 
  |author  = Neosinf
 
  |id      = neosinf.StardewDruidLite
 
   |nexus  = 19308
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Get Achievement Now
+
   |name    = Project Fluent
   |author  = Lake1059, 1059 Studio
+
   |author  = Shockah
   |id      = Lake1059.StardewGetAchievementNow
+
   |id      = Shockah.ProjectFluent
   |nexus  = 11515
+
   |nexus  = 12638
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hack
+
   |name    = Project S
   |author  = bcmpinc
+
   |author  = NarlanMarlan
   |id      = bcmpinc.StardewHack
+
   |id      = narlan.projects
   |nexus  = 3213
+
   |nexus  = 3785
   |github  = bcmpinc/StardewHack
+
   |github  = NolanEastburn/ProjectS
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hitboxes
+
   |name    = Public Access TV
   |author  = Tyler Gibbs
+
   |author  = kdau
   |id      = tylergibbs2.StardewHitboxes
+
   |id      = kdau.PublicAccessTV
   |nexus  = 12264
+
   |nexus  = 5605
   |github = tylergibbs2/StardewHitboxes
+
   |moddrop = 757967
 +
  |source = https://gitlab.com/kdau/predictivemods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Stardew Hypnos - Sleeping Overhaul, Hypnos
+
   |name    = Public Access TV (1.6)
   |author  = davikr, apdapreturns
+
   |author  = John Peters
   |id      = davikr.hypnos
+
   |id      = JohnPeters.PublicAccessTV
   |nexus  = 5935
+
   |nexus  = 22486
   |github  = davicr/StardewHypnos
+
   |github  = emurphy42/PredictiveMods
  |broken in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Impact, Stardew Impact - Play as NPCs
+
   |name    = Pudding Plus Colored Slime Drops
   |author  = aedenthorn, Erinthe
+
   |author  = TerryDBS
   |id      = aedenthorn.StardewImpact
+
   |id      = TerryDBS.ColoredSlimeDrops
   |nexus  = 14365
+
   |nexus  = 7048
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Locations
+
   |name    = Puffer Chick - Chickens
   |author  = Mizzion
+
   |author  = Sonozuki
   |id      = mizzion.stardewlocations
+
   |id      = EpicBellyFlop45.PufferChickChickens
   |nexus  = 1929
+
   |nexus  = 2997
   |moddrop = 661357
+
   |github  =
   |github = Mizzion/MyStardewMods
+
 
 +
   |status = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Media Keys
+
   |name    = Pumpkin Chickens
   |author  = Angebro
+
   |author  = Sonozuki
   |id      = Angebro.StardewMediaKeys
+
   |id      = EpicBellyFlop45.PumpkinChickens
   |nexus  = 11246
+
   |nexus  = 3004
   |github  = AngeloC3/StardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Motif
+
   |name    = Purchasable Galaxy Item
   |author  = Vinyks
+
   |author  = SorryLate
   |id      = Vinyks.StardewMotif
+
   |id      = SorryLate.GalaxyItem
   |nexus  = 14326
+
   |nexus  = 5289
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Nametags
+
   |name    = Purchasable Recipes
   |author  = Tyler Gibbs
+
   |author  = Paracosm
   |id      = tylergibbs2.StardewNametags
+
   |id      = Paracosm.PurchasableRecipes
   |nexus  = 12158
+
   |nexus  = 1722
   |github  = tylergibbs2/StardewNametags
+
   |github  =
 +
 
 +
  |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    = Stardew News Feed
+
   |name    = Purist Mod
   |author  = Other Buckets
+
   |author  = aedenthorn, Erinthe
   |id      = OtherBuckets.StardewNewsFeed
+
   |id      = aedenthorn.PuristMod
   |nexus  = 3206
+
  |curse  = 868674
   |github  = Mikesnorth/StardewNewsFeed
+
   |nexus  = 16097
 
+
   |github  = aedenthorn/StardewValleyMods
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Notifications
+
   |name    = Pussle
   |author  = monopandora
+
   |author  = Platonymous
   |id      = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
+
   |id      = Platonymous.Pussle
   |nexus  = 4713
+
   |moddrop = 1521424
   |moddrop = 664154
+
   |nexus  = 19760
   |github  = Sakorona/SDVMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = STardew Overview
+
   |name    = Put Batteries in Fish Tanks
   |author  = Sto13
+
   |author  = BadNetCode
   |id      = Sto13.STardewOverview
+
   |id      = BadNetCode.PutBatteriesInFishTanks
   |nexus  = 14564
+
   |nexus  = 23155
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Progress
+
   |name    = PVP Friendly Fire, PVP
   |author  = seeinggreen
+
   |author  = DewMods
   |id      = seeinggreen.StardewProgress
+
   |id      = DewMods.StardewValleyMods.PVP
   |nexus  = 9786
+
   |nexus  = 15589
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Realty Framework
+
   |name    = Pyromancer's Journey, Fire Arcade Game<!--changed in 1.0.1-->
   |author  = Prism 99
+
   |author  = spacechase0 and ParadigmNomad
   |id      = prism99.advize.stardewrealty
+
   |id      = spacechase0.PyromancersJourney, spacechase0.FireArcadeGame<!--changed in 1.0.1-->
   |nexus  = 10512
+
  |curse  = 867715
   |github  = Prism-99/FarmExpansion
+
   |nexus  = 7455
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew RPG
+
   |name    = PyTK, Platonymous Toolkit
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.StardewRPG
+
   |id      = Platonymous.Toolkit
   |nexus  = 11132
+
   |nexus  = 1726
   |github  = aedenthorn/StardewValleyMods
+
   |moddrop = 793815
 
+
   |github  = Platonymous/Stardew-Valley-Mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Speak
+
   |name    = Qi Chests
   |author  = evfredericksen, Evan Fredericksen
+
   |author  = spacechase0
   |id      = evfredericksen.StardewSpeak
+
   |id      = spacechase0.QiChest
   |nexus  = 7929
+
  |curse  = 867130
   |github  = evfredericksen/StardewSpeak
+
   |nexus  = 15696
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Survival Project
+
   |name    = Qi Exchanger
   |author  = NeroYuki
+
   |author  = Mizzion
   |id      = neroyuki.rlvalley
+
   |id      = mizzion.qiexchanger
   |nexus  = 14183
+
   |nexus  = 1930
   |github  = NeroYuki/StardewSurvivalProject
+
  |moddrop = 661359
 +
   |github  = Mizzion/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Symphony Remastered, Stardew Symphony
+
   |name    = Qi Sprinklers
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = UnknownLegacy
   |id      = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
+
   |id      = UnknownLegacy.QiSprinklers
   |nexus  = 425
+
   |nexus  = 7904
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = UnkLegacy/QiSprinklers
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Barber, Stardew Barber
+
   |name    = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
   |author  = phroureo
+
   |author  = Prismuth
   |id      = phroureo.BarberSV
+
   |id      = <Prismuth.QuaintFarmBridge
   |nexus  = 9061
+
   |nexus  = 1647
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in   = Stardew Valley 1.3
 +
  |status    = workaround
 +
  |summary    = use [[#Stone Bridge Over Pond|Stone Bridge Over Pond]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Quality Bait
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.QualityBait
 +
  |curse  = 1004490
 +
  |moddrop = 1443555
 +
  |nexus  = 16832
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley ESP, sdv-helper
+
   |name    = Quality Fish Ponds
   |author  = reimu, r2h, tomdc
+
   |author  = ytsc
   |id      = reimu.sdv-helper
+
   |id      = ytsc.QualityFishPonds
   |nexus  = 3917
+
   |nexus  = 11021
   |github  = rei2hu/stardewvalley-esp
+
   |github  = YTSC/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Expanded
+
   |name    = Quality Of Combat
   |author  = Flashshifter
+
   |author  = Aile72
   |id      = FlashShifter.SVECode
+
   |id      = Aile72.QualityOfCombat
   |nexus  = 3753
+
   |nexus  = 23894
  |moddrop = 833179
+
   |github  =
   |github  = FlashShifter/StardewValleyExpanded
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Randomizer
+
   |name    = Quality of Life - Immersive Tweaks
   |author  = Tooshi
+
   |author  = DaLion
   |id      = Tooshi.Randomizer
+
   |id      = DaLion.ImmersiveTweaks
   |nexus  = 5185
+
   |nexus  = 11296
  |curse  = 308003
+
   |github  =
   |github  = cTooshi/stardew-valley-randomizer
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley - Roguelike<!--Nexus-->, Stardew Roguelike<!--manifest-->
+
   |name    = Quality Products
   |author  = Tyler Gibbs and TheHaboo
+
   |author  = SilentOak
   |id      = tylergibbs2.StardewRoguelike
+
   |id      = SilentOak.QualityProducts
   |nexus  = 13614
+
   |nexus  = 3609
   |github  = tylergibbs2/StardewValleyRoguelike
+
   |github  = silentoak/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = workaround
 +
  |summary  = use {{nexus mod|21278|Artisan Goods Keep Quality}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Timelapse<!--manifest-->, Stardew Timelapse<!--Nexus-->
+
   |name    = Quality Products → Auto Quality Patch
   |author  = evskii
+
   |author  = SilentOak
   |id      = evskii.StardewTimelapse
+
   |id      = SilentOak.AutoQualityPatch
   |nexus  = 19806
+
   |nexus  = 3609
   |github  =
+
   |github  = silentoak/StardewMods
 +
 
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21278|Artisan Goods Keep Quality}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Web
+
   |name    = Quality Scrubber
   |author  = Prism 99
+
   |author  = Traktori
   |id      = prism99.stardewweb
+
   |id      = Traktori.QualityScrubber
   |nexus  = 8715
+
   |nexus  = 5663
   |github  =
+
   |github  = Traktori7/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Stardust Core
+
   |name    = Quality Scrubber for Automate
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Traktori
   |id      = Omegasis.StardustCore
+
   |id      = Traktori.AM.QualityScrubber
   |nexus  = 2341
+
   |nexus  = 5663
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = Traktori7/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Quality Scrubber-->
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|20624|Quality Conversion Engine}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Quality Smash
 +
  |author  = barfytheclown and NormanPCN
 +
  |id      = NormanPCN.QualitySmash<!--changed in 1.4.0-->, barfytheclown.QualitySmash
 +
  |nexus  = 7907
 +
  |github  = jn84/QualitySmash
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starksouls
+
   |name    = Queen of Sauce Randomizer
   |author  = FenrirA
+
   |author  = Speshkitty
   |id      = FenrirAsonda.Starksouls
+
   |id      = speshkitty.queenofsauceshuffler
   |nexus  = 10915
+
   |nexus  = 7151
   |github  = OhWellMikell/Starksouls
+
   |github  = Speshkitty/QueenOfSauceRandomiser
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starting Money
+
   |name    = Questable Tractor
   |author  = mmanlapat
+
   |author  = NermNermNerm
   |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
+
   |id      = NermNermNerm.QuestableTractor
   |nexus  = 1138
+
   |nexus  = 20703
   |github  =
+
   |github  = NermNermNerm/StardewMods
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Startup Volume Config
+
   |name    = Quest Delay
   |author  = certifiableGrimalkin
+
   |author  = BadNetCode
   |id      = certifiableGrimalkin.StartupVolumeConfig
+
   |id      = BadNetCode.QuestDelay
   |nexus  = 15846
+
   |nexus  = 1239
 +
  |moddrop = 473938
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Start With Greenhouse
+
   |name    = Quest Essentials
   |author  = CaptainSully
+
   |author  = PurrplingCat
   |id      = CaptainSully.StartWithGreenhouse
+
   |id      = PurrplingCat.QuestEssentials
   |nexus  = 9878
+
   |nexus  = 8827
  |moddrop = 1035412
+
   |github  = purrplingcat/StardewMods
   |github  = CaptainSully/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Start With Hat
+
   |name    = Quest Framework
   |author  = treyh0
+
   |author  = PurrplingCat
   |id      = treyh0.StartWithHat
+
   |id      = PurrplingCat.QuestFramework
   |nexus  = 2628
+
  |curse  = 577691
   |github  =
+
   |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    = Stash Items
+
   |name    = Quest Time Limits
   |author  = ZackHill
+
   |author  = aedenthorn, Erinthe
   |id      = ZackHill.StashItems
+
   |id      = aedenthorn.QuestTimeLimits
   |nexus  = 9624
+
  |curse  = 868671
   |github  = zack-hill/stardew-valley-stash-items
+
   |nexus  = 16403
 +
   |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    = Stash Items to Chest
+
   |name    = Quest Time Limits - Continued
   |author  = lambui
+
   |author  = aedenthorn and FlyingTNT
   |id      = BlueMod_StashItemsToChest
+
   |id      = FlyingTNT.QuestTimeLimits
   |nexus  =
+
   |nexus  = 22349
  |url    = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
+
   |github  = FlyingTNT/StardewValleyMods
   |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    = Static Inventory
+
   |name    = Quick Agenda
   |author  = Dinotopea
+
   |author  = BadNetCode
   |id      = Dinotopea.StaticInventory
+
   |id      = BadNetCode.QuickAgenda
   |nexus  = 20093
+
   |nexus  = 22258
   |github  = nrobinson12/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stats as Tokens
+
   |name    = Quick Descend by Using Staircase
   |author  = sophiesalacia
+
   |author  = kun2331
   |id      = Vertigon.StatsAsTokens
+
   |id      = kun2331.QuickDescendByUsingStaircase
   |nexus  = 9659
+
   |nexus  = 25161
   |github  = dtomlinson-ga/StatsAsTokens
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stats Passive Regeneration, Stats Reloader
+
   |name    = Quick Forward Dash, Warp Mod
   |author  = strato35
+
   |author  = Vexorth
   |id      = Strato35.StatsReloader
+
   |id      = Vexorth.Warp
   |nexus  = 7428
+
   |nexus  = 16605
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Statue of Generosity
+
   |name    = Quick Glance
   |author  = spacechase0
+
   |author  = adverserath
   |id      = spacechase0.StatueOfGenerosity
+
   |id      = Adverserath.QuickGlance
  |curse  = 867713
+
   |nexus  = 12058
   |nexus  = 7532
+
   |github  = adverserath/QuickGlance
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Statue Shorts
+
   |name    = Quick Load
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.StatueShorts
+
   |id      = aedenthorn.QuickLoad
   |nexus  = 17642
+
  |curse  = 868862
 +
   |nexus  = 7756
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stay Up
+
   |name    = Quick Minigame
   |author  = su226
+
   |author  = Enaium
   |id      = Su226.StayUp
+
   |id      = Enaium.QuickMinigame
   |nexus   = 7592
+
   |curse   = 438741
   |github  = su226/StardewValleyMods
+
   |moddrop = 895127
 
+
  |nexus  =
   |beta broke in = Stardew Valley 1.6
+
   |github  = Enaium-StardewValleyMods/QuickMinigame
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stay Up Late
+
   |name    = Quick Responses
   |author  = Krutonium
+
   |author  = aedenthorn, Erinthe
   |id      = krutonium.stayuplate
+
   |id      = aedenthorn.QuickResponses
   |nexus  = 12578
+
  |curse  = 868884
   |github  =
+
   |nexus  = 6548
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SteamDew
+
   |name    = Quick Responses (1.6 Updated)
   |author  = Mewsubi
+
   |author  = yummypecho - original by aedenthorn
   |id      = Mewsubi.SteamDew
+
   |id      = yummypecho.QuickResponses
   |nexus  = 19396
+
   |nexus  = 21103
   |github  = myuusubi/SteamDew
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
  |beta status  = obsolete
 
  |beta summary  = remove this mod (Steam integration added in Stardew Valley 1.6).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stendew Valley
+
   |name    = Quick Save
   |author  = Haunted Pineapple
+
   |author  = DeLiXx
   |id      = HauntedPineapple.StendewValley
+
   |id      = DLX.QuickSave
   |nexus  = 19483
+
  |curse  = 1071252
   |github  = HauntedPineapple/Stendew-Valley
+
   |nexus  = 26194
 
+
   |github  = Annosz/UIInfoSuite2
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stone Bridge Over Pond, Pond With Bridge
+
   |name    = Quick Sell
   |author  = Advize and jinxiewinxie
+
   |author  = Alejandro Akbal, AlejandroAkbal
   |id      = jinxiewinxie.StoneBridgeOverPond
+
   |id      = AlejandroAkbal.QuickSell
   |nexus  = 316
+
   |nexus  = 7854
   |github  = Jinxiewinxie/StardewValleyMods
+
   |github  = AlejandroAkbal/Stardew-Valley-Quick-Sell-Mod
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stop Sounds When in Background<!--Nexus-->, Stop Sounds When Alt Tabbed<!--manifest-->
+
   |name    = Quick Shop
   |author  = Mustafa
+
   |author  = Enaium
   |id      = Mustafa.StopSoundsWhenAltTabbed
+
   |id      = Enaium.QuickShop
   |nexus  = 13925
+
  |curse  = 436793
   |github  = mustafa-git/StopSoundsWhenAltTabbed
+
  |moddrop = 864170
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/QuickShop
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Storage Containers
+
   |name    = Quick Start
   |author  = trashcan9
+
   |author  = WuestMan, redknightofdoom
   |id      = trashcan9.StorageContainers
+
   |id      = WuestMan.QuickStart
   |nexus  = 16071
+
   |nexus  = 2375
   |github  =
+
   |github  = Brian-Wuest/Quick_Start
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stronger You
+
   |name    = Quick Stash
   |author  = Krutonium
+
   |author  = ChiroxT
   |id      = Krutonium.StrongerYou
+
   |id      = treinke.quickstash
   |nexus  = 7402
+
   |nexus  = 20864
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stuck at Level 1 but Overpower Drop Rates
+
   |name    = Quick Swap
   |author  = Darkmushu
+
   |author  = Allan Wang
   |id      = Darkmushu.StuckAtLevel1ButOverPowerDropRates
+
   |id      = AllanWang.QuickSwap
   |nexus  = 17380
+
   |nexus  = 13956
   |github  =
+
   |github  = AllanWang/Stardew-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stumps to Hardwood Stumps
+
   |name    = Quotes
   |author  = Nishtra
+
   |author  = aedenthorn, Erinthe
   |id      = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
+
  |id      = aedenthorn.Quotes
   |nexus  = 691
+
  |curse  = 868892
 +
  |nexus  = 6503
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Raccoon Reminder
 +
  |author  = wronque
 +
   |id      = wronque.RaccoonReminder
 +
  |nexus  = 25765
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Radial Menu
 +
  |author  = focustense
 +
  |id      = focustense.RadialMenu
 +
  |nexus  = 25257
 +
  |github  = focustense/StardewRadialMenu
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Radioactive Geodes
 +
  |author  = justastranger
 +
  |id      = jas.RadioactiveGeodes
 +
  |moddrop = 952722
 +
   |nexus  =
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Radioactive Tools
 +
  |author  = kakashigr
 +
  |id      = kakashigr.RadioactiveTools
 +
  |nexus  = 7630
 +
  |github  = kakashigr/stardew-radioactivetools
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sturdy Saplings<!--manifest-->, Sturdier Saplings<!--Nexus-->
+
   |name    = Rainbow Cursor
   |author  = sophiesalacia
+
   |author  = Jamie Taylor
   |id      = sophie.SturdySaplings
+
   |id      = jltaylor-us.RainbowCursor
   |nexus  = 14440
+
   |nexus  = 15886
   |github  = sophiesalacia/StardewMods
+
   |github  = jltaylor-us/StardewRainbowCursor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Submerged Crab Pots
+
   |name    = Rainbow Trail
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SubmergedCrabPots
+
   |id      = aedenthorn.RainbowTrail
   |nexus  = 11719
+
   |nexus  = 16914
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Subterranian Overhaul, Dwarvish
+
   |name    = Raincoat When Raining
   |author  = mytigio
+
   |author  = BikiFae, bikinavisho
   |id      = mytigio.SubterranianOverhaul
+
   |id      = BikiFae.RainCoatWhenRaining
   |nexus  = 4149
+
   |nexus  = 4659
   |github  = mytigio/SDVMods
+
   |github  = bikinavisho/RainCoatWhenRaining
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
 
  |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).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sundrop City
+
   |name    = RainPlus
   |author  = The Sundrop Team
+
   |author  = Deadlykirpy
   |id      = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
+
   |id      = Kirpy.RainPlus
   |nexus  = 4014
+
   |nexus  = 6559
 
   |github  =
 
   |github  =
  
   |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    = Rain Randomizer
   |author  = spacechase0
+
   |author  = EvilPdor
   |id      = spacechase0.SuperHopper
+
   |id      =
   |curse   = 867698
+
   |nexus   =
   |nexus  = 9418
+
   |url    = https://community.playstarbound.com/threads/111526
   |github  = spacechase0/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Super Sleeper
+
   |name    = Rain Refills Watering Can
   |author  = spoocky123
+
   |author  = StultusV
   |id      = spoocky123.SuperSleeper
+
   |id      = StultusV.RainRefillsWateringCan
   |nexus  = 10842
+
   |nexus  = 11554
 +
  |github  = JudeRV/Stardew-RainRefillsWateringCan
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Rains Interaction Mod
 +
  |author  = RainKuro
 +
  |id      = RainKuro.RainsInteractionMod
 +
  |nexus  = 18850
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Surfing Festival
+
   |name    = Raised Garden Beds
   |author  = spacechase0 and ParadigmNomad
+
   |author  = blueberry
   |id      = spacechase0.SurfingFestival
+
   |id      = blueberry.RaisedGardenBeds
  |curse  = 867720
+
   |nexus  = 5305
   |nexus  = 6688
+
   |github  = b-b-blueberry/RaisedGardenBeds
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ranching Tool Upgrades
 +
  |author  = drbirbdev
 +
  |id      = drbirbdev.RanchingToolUpgrades
 +
  |nexus  = 12280
 +
  |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Surprise Pregnancy, SurpriseBaby1
+
   |name    = Random Bundles
   |author  = MiphasGrace
+
   |author  = balllight
   |id      = MiphasGrace.SurpriseBaby1
+
   |id      = balllight.RandomBundles
   |nexus  = 13126
+
   |nexus  = 13790
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Survivalistic
+
   |name    = Random Cats in Events
   |author  = Ophaneom
+
   |author  = spacechase0
   |id      = Ophaneom.Survivalistic
+
   |id      = spacechase0.RandomCatsInEvents
   |nexus  = 12179
+
   |nexus  = 26444
   |github  = Ophaneom/Survivalistic
+
   |github  = spacechase0/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Random Hair Color
 +
   |author  = bookworm89723
 +
  |id      = davis.randomhair
 +
  |nexus  = 3271
 +
  |github  = joaniedavis/RandomHairMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SvFishingMod
+
   |name    = Randomized Energy
   |author  = KDERazorback
+
   |author  = LakeMonster_, LakeMonster666
   |id      = KDERazorback.SvFishingMod
+
   |id      = LakeMonster_.RandomizedEnergy
   |nexus  = 6403
+
   |nexus  = 5250
   |github  = KDERazorback/SvFishingMod
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swim
+
   |name    = Random NPCs, Random Visitors
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Swim
+
   |id      = Aedenthorn.RandomNPC
   |curse  = 868896
+
   |curse  = 868910
   |nexus  = 6326
+
   |nexus  = 4911
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |warnings  = doesn't work in multiplayer.
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swimsuits Anywhere
+
   |name    = Random Slimes
   |author  = Myzkatonic
+
   |author  = ChrisMzz
   |id      = Myzkatonic.SwimsuitsAnywhere
+
   |id      = ChrisMzz.randomslimes
   |nexus  = 7722
+
   |nexus  = 21320
   |github  =
+
   |github  = ChrisMzz/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swiss Army Knife
+
   |name    = Random Start Day
   |author  = John Peters
+
   |author  = idermailer
   |id      = JohnPeters.SwissArmyKnife
+
   |id      = idermailer.RandomStartDay
   |nexus  = 13991
+
   |nexus  = 13225
   |github  =
+
   |github  = idermailer/RandomStartDay
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Random Tastes
 +
  |author  = skiilaa
 +
  |id      = skiilaa.RandomTastes
 +
  |nexus  = 2285
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Swizzy Meads
+
   |name    = Range Display, Sprinkler Range
   |author  = Swizzy Studios
+
   |author  = CatCattyCat, Cat
   |id      = SwizzyStudios.SwizzyMeads
+
   |id      = cat.sprinklerrange
   |nexus  = 3241
+
   |nexus  = 1179
   |github  = SwizzyStudios/SV-SwizzyMeads
+
  |moddrop = 833536
 +
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |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
 +
  |name    = Range Highlight
 +
  |author  = Jamie Taylor
 +
  |id      = jltaylor-us.RangeHighlight
 +
  |curse  = 997096
 +
  |nexus  = 6752
 +
  |github  = jltaylor-us/StardewRangeHighlight
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tab Autoloot
+
   |name    = Raven of The Valley
   |author  = Guedez
+
   |author  = nicks
   |id      = tab.autoloot
+
   |id      = nicks.RavenofTheValley
   |nexus  = 5115
+
   |nexus  = 19856
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tailor Weapon Skins
+
   |name    = Readers Digest
   |author  = Peasly Wellbott
+
   |author  = Remy Bach
   |id      = Wellbott.TailorWeaponSkins
+
   |id      = remybach.readersdigest
   |nexus  = 7797
+
   |nexus  = 3040
 +
  |github  = remybach/stardew-valley-readersdigest
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Readers Digest for 1.6
 +
  |author  = Slash215
 +
  |id      = Slash215.readersdigest
 +
  |nexus  = 22972
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tainted Cellar, Underground House Cellar
+
   |name    = Real Clock
   |author  = Jinxiewinxie and TaintedWheat
+
   |author  = thimadera
   |id      = TaintedCellar
+
   |id      = thimadera.Realclock
   |nexus  = 1672
+
   |nexus  = 21726
   |github  = Jinxiewinxie/StardewValleyMods
+
   |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
+
   |broke in = Stardew Valley 1.3.29
 
<!--
 
<!--
   |unofficial version = 1.1.1-unofficial.2-pathoschild
+
   |unofficial version = 1.2.3-unofficial.3-Mizzion
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
+
   |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    = Take All
+
   |name    = Realistic Random Names
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TakeAll
+
   |id      = aedenthorn.RealNames
   |nexus  = 14247
+
  |curse  = 868898
 +
   |nexus  = 6269
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Take It Slow
+
   |name    = Real Time
   |author  = KarratKake
+
   |author  = Enaium, Lightcolour888
   |id      = KarratKake.TakeItSlow
+
   |id      = Enaium.RealTime
   |nexus  = 13432
+
   |nexus  = 5336
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Talk to Inworld's AI Villagers, Inworld
+
   |name    = Realtime Framework
   |author  = Inworld AI, PogDerson
+
   |author  = drbirbdev
   |id      = PogDerson.Inworld
+
   |id      = drbirbdev.RealtimeFramework
   |nexus  = 16816
+
   |nexus  = 18915
   |github  =
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tap Giant Crops
+
   |name    = Realtime Minimap
   |author  = atravita
+
   |author  = spacechase0
   |id      = atravita.TapGiantCrops
+
   |id      = spacechase0.RealtimeMinimap
   |curse  = 870968
+
   |curse  = 867706
  |moddrop = 1205166
+
   |nexus  = 9386
   |nexus  = 13052
+
   |github  = spacechase0/StardewValleyMods
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tappable Palm Trees
+
   |name    = Real Weather, SDVWM Astro<!--older version-->, SDVWM Environment<!--older version-->
   |author  = aedenthorn, Erinthe
+
   |author  = SixthTitan
   |id      = aedenthorn.TappablePalmTrees
+
   |id      = SixthTitan.SDVWM_RealWeather, SixthTitan.SDVWM_Astro<!--older version-->
   |nexus  = 10661
+
   |nexus  = 5773
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tapper Ready
+
   |name    = Recatch Legendary Fish
   |author  = skunkkky
+
   |author  = cantorsdust and Pathoschild
   |id      = skunkkk.TapperReady
+
   |id      = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
  |nexus  = 1219
+
   |nexus   = 172
  |github  =
+
   |github = cantorsdust/StardewMods
 
 
  |broke in = Stardew Valley 1.3
 
   |status   = workaround
 
   |summary = use [[#Tapper Report|Tapper Report]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tapper Report
+
   |name    = Recipe Researcher C, Recipe Resarcher
   |author  = pepoluan
+
   |author  = Zexu2K
   |id      = pepoluan.TapperReport
+
   |id      = Zexu2K_Recipe_Researcher_C
   |nexus  = 8700
+
   |nexus  = 26887
 
   |github  =
 
   |github  =
  |source  = https://sourceforge.net/p/sdvmod-tapper-report
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TehCore, Teh's Core Mod<!--changed in 1.0.0-beta.20211020-->
+
   |name    = Recipes In Mail
   |author  = TehPers
+
   |author  = Freaksaus
   |id      = TehPers.Core, TehPers.CoreMod<!--changed in re-release-->
+
   |id      = freaksaus.recipesinmail
   |nexus  = 3256<!--was 2150 before re-release-->
+
   |nexus  = 22173
  |moddrop = 1071149
+
   |github  =
   |github  = TehPers/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teh's Festive Slimes
+
   |name    = Recipe Tracker, Stardew Valley Recipe Tracker
   |author  = TehPers
+
   |author  = Nox Chimaera, noxkimaera
   |id      = TehPers.FestiveSlimes
+
   |id      = NoxChimaera.StardewValleyTodo
   |nexus  = 2990
+
   |nexus  = 22378
   |github  = TehPers/StardewValleyMods
+
   |github  = NoxChimaera/StardewValleyTODO
 
 
  |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    = Reciprocate
   |author  = TehPers
+
   |author  = YunHikari
   |id      = TehPers.FishingOverhaul
+
   |id      = YunHikari.Reciprocate
   |nexus  = 866
+
   |nexus  = 17714
  |moddrop = 123679
+
   |github  =
   |github  = TehPers/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Telephone Purchasing
+
   |name    = Recover Stamina
   |author  = Stingray
+
   |author  = lperkins2, Logan Perkins
   |id      = Stingray.TP
+
   |id      = lperkins2.RecoverStamina
   |nexus  = 10190
+
   |nexus  = 2332
  |github  = Stingrayss/StardewValley
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Teleporter
 
  |author  = Bifibi
 
  |id      = Teleporter
 
  |nexus  =
 
  |chucklefish = 4374
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = SMAPI 3.0
  |status  = workaround
 
  |summary  = use [[#Fast Travel|Fast Travel]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport Mod
+
   |name    = Recurring Reminders
   |author  = Falson, Falson127
+
   |author  = Dem1se
   |id      = Falson.TeleportMod
+
   |id      = Dem1se.RecurringReminders
   |nexus  = 18842
+
   |nexus  = 6840
   |github  =
+
   |github  = dem1se/SDVMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport NPC
+
   |name    = Recyclable Cola
   |author  = Enaium
+
   |author  = XxHarvzBackxX
   |id      = Enaium.TeleportNpc
+
   |id      = harvz.RecyclableCola
  |curse  = 436803
+
   |nexus  = 10865
  |moddrop = 865554
+
   |github  = XxHarvzBackxX/recyclableCola
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/TeleportNpc
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport NPC Location
+
   |name    = Redesigned Farmhouse Layout
   |author  = ccr
+
   |author  = Aimon111 & DaLion
   |id      = ccr.TeleportNPCLocation
+
   |id      = Aimon111.RedisignedFarmHouseLayout.Warps
   |nexus  = 17190
+
   |nexus  = 11420
   |github  = chencrstu/TeleportNPCLocation
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport Point
+
   |name    = Redraw Pelican Town Config
   |author  = Enaium
+
   |author  = JefGrizli
   |id      = Enaium.TeleportPoint
+
   |id      = JefGrizli.RedrawPelicanTownC
  |curse  = 436830
+
   |nexus  = 15564
  |moddrop = 864013
+
   |github  =
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/TeleportPoint
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport To Farm
+
   |name    = Refill Silos
   |author  = Rafael
+
   |author  = Alpha_Omegasis
   |id      = Rafael.TeleportToFarm
+
   |id      = Omegasis.RefillSilos
   |nexus  = 7247
+
   |nexus  = 20779
  |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Adventurer's Life Expanded
+
   |name    = Refill Watering Can in Town Fountain
   |author  = HamioDracny
+
   |author  = TfueLovesBanana
   |id      = HamioDracny.TALE.SMAPI
+
   |id      = TfueLovesBanana.FillWateringCanInTownFountain
   |nexus  = 14083
+
   |nexus  = 16764
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Best of "The Queen of Sauce"
+
   |name    = Refund Staircases
   |author  = Bpendragon
+
   |author  = Nick Martin
   |id      = Bpendragon.BestOfQOS
+
   |id      = NickMartin.RefundStaircases
   |nexus  = 7985
+
   |nexus  = 19209
   |github  = Bpendragon/Best-of-Queen-of-Sauce
+
   |github  = nickmartin1ee7/RefundStaircases
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Regeneration
 +
  |author  = Hammurabi
 +
  |id      = HammurabiRegeneration
 +
  |nexus  =
 +
  |chucklefish = 4584
 +
  |source  = https://community.playstarbound.com/resources/regeneration.4584/updates
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |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    = The Daily Newspaper<!--Nexus-->, The Daily Paper<!--manifest-->
+
   |name    = Regen Mod
   |author  = Neat
+
   |author  = Zoryn
   |id      = neat.newspaper
+
   |id      = Zoryn.RegenMod
   |nexus  = 8689
+
   |nexus  =
   |github =
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 
+
   |github  = Zoryn4163/SMAPI-Mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Farmer That Stared at Rocks
+
   |name    = Regular Quality
   |author  = ItsLittany
+
   |author  = desto, JustToDownloadThings
   |id      = itslittany.RockBreaker
+
   |id      = desto.RegularQuality
   |nexus  = 6376
+
   |nexus  = 5090
  |moddrop = 804101
+
   |github  = desto-git/smapi-RegularQuality
   |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Fishmonger
+
   |name    = Rejuvenating Forest
   |author  = VoidWitchCult
+
   |author  = Team Timber
   |id      = VoidWitchCult.TheFishmongerFishing
+
   |id      = TeamTimber.RejuvenatingForest
   |nexus  = 16326
+
   |nexus  = 10322
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Theft of the Winter Star
+
   |name    = Relationship Bar UI
   |author  = spacechase0 and ParadigmNomad
+
   |author  = SlyMerc
   |id      = spacechase0.TheftOfTheWinterStar
+
   |id      = RelationshipBar
  |curse  = 867729
+
   |nexus  = 1009
  |moddrop = 771680
+
   |github  =
   |nexus  = 5062
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Gnomiverse
+
   |name    = Relationships Enhanced
   |author  = Purppelle and King Gnomus
+
   |author  = rodrigovaz
   |id      = Purppelle.TheGnomiverse
+
   |id      = relationshipsenhanced
   |nexus  = 13266
+
   |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    = The Great Stardew Valley Bake-Off, Bake Off Code
+
   |name    = Relationship Status
   |author  = Tlitookilakin
+
   |author  = Dragonisser
   |id      = tlitookilakin.BakeOffCode
+
   |id      = relationshipstatus
   |nexus  = 18856
+
   |nexus  = 751
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Love of Cooking
+
   |name    = Relationship Tooltips
   |author  = blueberry
+
   |author  = M3ales
   |id      = blueberry.LoveOfCooking
+
   |id      = M3ales.RelationshipTooltips
   |nexus  = 6830
+
   |nexus  =
   |github  = b-b-blueberry/CooksAssistant
+
  |curse  = 298040
 +
   |github  = M3ales/RelationshipTooltips
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Theme Manager
+
   |name    = Relationship Tracker
   |author  = Khloe Leclair
+
   |author  = Branic
   |id      = leclair.thememanager
+
   |id      = Branic.RelationshipTracker
   |nexus  = 14525
+
   |nexus  = 2845
   |github  = KhloeLeclair/StardewMods
+
   |github  = Paradox355/SDVMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = The Moon
+
   |name    = Relativity
   |author  = Pucklynn
+
   |author  = AdroSlice
   |id      = shannon.MoonMod
+
   |id      = AdroSlice.Relativity
   |nexus  = 2482
+
   |nexus  = 13028
   |github  =
+
   |github  = adroslice/sdv-relativity-mirror
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Northern Gulf
+
   |name    = Relaxing Weekends<!--manifest-->, Weekend Relaxation<!--Nexus-->
   |author  = The commission of The Northern Gulf
+
   |author  = The Fluffy Robot
   |id      = TcTHG.Custom_The_Northern_Gulf
+
   |id      = TheFluffyRobot.RelaxingWeekends
   |nexus  = 19376
+
   |nexus  = 19662
   |github  =
+
   |github  = jamespfluger/Stardew-ModCollection
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Pumpkin King
+
   |name    = Relocate Buildings And Farm Animals<!--changed in 1.0.1-->, Relocate Farm Animals
   |author  = KirbyLink
+
   |author  = mouahrara
   |id      = kirbylink.pumpkinking
+
   |id      = mouahrara.RelocateBuildingsAndFarmAnimals<!--changed in 1.0.1-->, mouahrara.RelocateFarmAnimals
  |nexus  = 3006
+
  |nexus  = 20606
  |github  = KirbyLink/PumpkinKing
+
   |github  = mouahrara/RelocateFarmAnimals
 
 
  |broke in = Stardew Valley 1.4
 
<!--@retest-after Custom Farming Redux
 
  |unofficial version = 1.1.1-unofficial.1-minervamaga
 
   |unofficial url    = https://www.nexusmods.com/stardewvalley/mods/4109
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Queen Of Sauce Reminder
+
   |name    = Relocate Saves
   |author  = TheShwamp
+
   |author  = Pillow
   |id      = TheShwamp.TheQueenOfSauceReminder
+
   |id      = Pillow.RelocateSaves
   |nexus  = 5172
+
   |nexus  = 26992
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Return of Immersive Scarecrows
+
   |name    = Remember Birthday Gifts<!--Nexus-->, Remember Birthdays<!--manifest-->
   |author  = aedenthorn and lucaskfreitas
+
   |author  = zeldela
   |id      = lucaskfreitas.ImmersiveScarecrows
+
   |id      = zeldela-RememberBirthdays
   |nexus  = 20701
+
   |nexus  = 13554
 +
  |github  = zeldela/sdv-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Twlight Traveller - Custom NPC (API), APICut
+
   |name    = Remember Faced Direction
   |author  = Eris, AkatsukiVana, HuaGei API
+
   |author  = Annosz
   |id      = Eris.APICut
+
   |id      = Annosz.RememberFacedDirection
   |nexus  = 8158
+
   |nexus  = 6946
   |github  =
+
   |github  = Annosz/StardewValleyModding
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Think-n-Talk
+
   |name    = Remember Your Umbrella
   |author  = Prism 99
+
   |author  = heyseth
   |id      = prism99.thinkntalk
+
   |id      = heyseth.umbrellas
   |nexus  = 9546
+
   |nexus  = 8366
   |github  = Prism-99/Think-n-Talk
+
   |github  = heyseth/SDVMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = This Mod Is Organic
+
   |name    = Reminders
   |author  = RealSweetPanda, Sweet Panda and Bennoloth
+
   |author  = Surkasu
   |id      = SweetPanda.Organic
+
   |id      = Surkasu.Reminders
   |nexus  = 16648
+
   |nexus  = 2481
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Reminders|Custom Reminders]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Remind to Exit
 +
  |author  = pepoluan
 +
  |id      = pepoluan.RemindToExit
 +
  |nexus  = 8727
 +
  |github  =
 +
  |source  = https://sourceforge.net/projects/sdvmod-remind-to-exit/
 
}}
 
}}
 
{{#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    = Re-Mixed Seeds, Mixed Seed Mod
   |author  = spacechase0
+
   |author  = nein
   |id      = ThreeHeartDancePartner
+
   |id      = nein.MixedSeedMod
  |curse  = 867388
+
   |nexus  = 22311
  |moddrop = 127278
+
   |github  =
   |nexus  = 500
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Throwable Axe
+
   |name    = Remote Fridge Storage
   |author  = spacechase0
+
   |author  = EternalSoap, arjan3004
   |id      = spacechase0.ThrowableAxe
+
   |id      = EternalSoap.RemoteFridgeStorage
  |curse  = 867726
+
   |nexus  = 2545
  |moddrop = 771683
+
   |github  = SoapStuff/Remote-Fridge-Storage
   |nexus  = 5097
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |warnings = Broken on Android (loads but does not work).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Thunderstorm Totem
+
   |name    = Removable Horse Hats
   |author  = justastranger
+
   |author  = CatCattyCat, Cat
   |id      = jas.ThunderstormTotem
+
   |id      = cat.removablehorsehats
  |moddrop = 944622
+
   |nexus  = 2223
   |nexus  =
+
   |github  = danvolchek/StardewMods
   |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Tidy Fields
+
   |name    = Remove All Monsters
   |author  = seitanicbean
+
   |author  = David J. Lee, djslzx
   |id      = seitanicbean.tidyfields
+
   |id      = djsl.RemoveAllMonsters
   |nexus  = 10929
+
   |nexus  = 5727
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/tophatsquid/sdv-tidy-fields
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tidy Social
+
   |name    = Remove Animal Limitations
   |author  = trashcan9
+
   |author  = Hobbes
   |id      = trashcan9.TidySocial
+
   |id      = Hobbes.RemoveAnimalLimitations
   |nexus  = 16233
+
   |nexus  = 7838
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tileman Challenge
+
   |name    = Rename
   |author  = SpicyKai
+
   |author  = Remmie, CoinzReturns
   |id      = SpicyKai.Tileman
+
   |id      = Remmie.Rename
   |nexus  = 11945
+
   |nexus  = 2130
   |github  = spicykai/StardewValley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Rename Reworked|Rename Reworked]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tile Transparency, Transparent Tiles
+
   |name    = Rename Reworked
   |author  = aedenthorn, Erinthe
+
   |author  = Parabyted
   |id      = aedenthorn.TileTransparency
+
   |id      = parabyted.renamerework
   |nexus  = 17288
+
   |nexus  = 10866
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tillable Ground
+
   |name    = Rented Tools
   |author  = hawkfalcon
+
   |author  = JarvieK
   |id      = hawkfalcon.TillableGround
+
   |id      = JarvieK.RentedTools
   |nexus  = 2175
+
   |nexus  = 1307
   |github  = hawkfalcon/Stardew-Mods
+
   |github  = Jarvie8176/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Tilled Soil Decay
+
   |name    = Reorient After Eating
   |author  = bcmpinc
+
   |author  = PunningLinguist
   |id      = bcmpinc.TilledSoilDecay
+
   |id      = PunningLinguist.ReorientAfterEating
   |nexus  = 2738
+
   |nexus  = 7585
   |github  = bcmpinc/StardewHack
+
   |github  = amconners/ReorientAfterEating
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Before Harvest
+
   |name    = Replace Fertilizer
   |author  = Asconoid
+
   |author  = jingshenSN2
   |id      = Asconoid.TimeBeforeHarvest
+
   |id      = jingshenSN2.replace_fertilizer
   |nexus  = 5764
+
   |nexus  = 24550
   |github  =
+
   |github  = jingshenSN2/ReplaceFertilizer
 
 
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Before Harvest Enhanced
+
   |name    = Replanter
   |author  = Jonathan Ginn
+
   |author  = jwdred
   |id      = JonathanGinn.TimeBeforeHarvestEnhanced
+
   |id      = jwdred.Replanter
   |nexus  = 12170
+
   |nexus  = 589
   |github  =
+
   |github  = jdusbabek/stardewvalley
  |source  = https://gitlab.com/enom/time-before-harvest-enhanced
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Time Freeze
+
   |name    = ReRegeneration
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = littleraskol
   |id      = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
+
   |id      = lrsk_sdvm_rerg.0925160827
   |nexus  = 973
+
   |nexus  = 6837
   |github  = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 827580
 +
   |github  = littleraskol/ReRegeneration
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Freezes at Midnight
+
   |name    = Reseed, Roc's Reseed Mod
   |author  = JBtheShadow
+
   |author  = rocslayer, James Overton
   |id      = JBtheShadow.TimeFreezesAtMidnight
+
   |id      = Roc.Reseed
   |nexus  = 7425
+
   |nexus  = 2421
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = Use [[#Harvest Seeds|Harvest Seeds]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Reset Skull Caverns, Skull Caverns Reset
 +
  |author  = Sakorona, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.ResetCaverns
 +
  |curse  = 990459
 +
  |moddrop = 1080116
 +
  |nexus  = 20846
 +
  |github  = Sakorona/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Master
+
   |name    = Reset Terrain Features
   |author  = trashcan9
+
   |author  = mabelSyrup
   |id      = trashcan9.TimeMaster
+
   |id      = MabelSyrup.ResetTerrainFeatures
   |nexus  = 16192
+
   |nexus  = 4715
   |github  =  
+
   |github  =
  |source  = https://www.nexusmods.com/stardewvalley/mods/16192?tab=files&file_id=71136
 
  
   |broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
   |unofficial url    = https://github.com/pipedream420/TimeMaster
+
   |status  = workaround
   |unofficial version = 1.2.2-unofficial.1-pipedream420
+
  |summary  = use [{{github|Lake1059/ResetTerrainFeatures_NET6}}/releases unofficial update] instead.<!--doesn't follow unofficial version convention, don't use unofficial update fields-->
   |pull request      = https://github.com/pipedream420/TimeMaster/pulls
+
<!--
 +
   |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    = Time Multiplier
+
   |name    = Re-Skin Any to Any Weapon Type
   |author  = DefenTheNation
+
   |author  = seqhilla
   |id      = DefenTheNation.TimeMultiplier
+
   |id      = seqhilla.ReSkinAny
   |nexus  = 2262
+
   |nexus  = 24768
   |github  = DefenTheNation/StardewMod-TimeMultiplier
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time of the Prairie King
+
   |name    = Resourceful Friends
   |author  = The Fluffy Robot
+
   |author  = ItsBenter
   |id      = TheFluffyRobot.TimeOfThePrairieKing
+
   |id      = ItsBenter.ResourcefulFriends.dll
   |nexus  = 5631
+
   |nexus  = 23227
   |github  = jamespfluger/Stardew-TimeOfThePrairieKing
+
   |github  = itsbenter/ResourcefulFriends
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Reminder
+
   |name    = Resource Storage
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = aedenthorn, Erinthe
   |id      = KoihimeNakamura.TimeReminder
+
   |id      = aedenthorn.ResourceStorage
   |nexus  = 1000
+
   |nexus  = 17951
   |moddrop = 664035
+
  |github  = aedenthorn/StardewValleyMods
   |github = JohnsonNicholas/SDVMods
+
 
 +
   |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    = TimeSpeed
+
   |name    = Resource Storage - Continued
   |author  = cantorsdust and Pathoschild
+
   |author  = aedenthorn and FlyingTNT
   |id      = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
+
   |id      = FlyingTNT.ResourceStorage
   |nexus  = 169
+
   |nexus  = 22539
   |github  = cantorsdust/StardewMods
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Totem
+
   |name    = Responsive Knockback, Responsive MP Knockback
   |author  = gmff
+
   |author  = spacechase0
   |id      = GMFF.TimeTotem
+
   |id      = spacechase0.ResponsiveKnockback
   |curse  = 494425
+
   |curse  = 867146
   |nexus  =
+
   |nexus  = 12029
   |github  =
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TMXL Map Toolkit, TMX Loader
+
   |name    = Restauranteer
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.TMXLoader
+
   |id      = aedenthorn.Restauranteer
   |curse  = 877235
+
   |curse  = 868702
   |nexus  = 1820
+
   |nexus  = 14519
   |moddrop = 771913
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = To-Dew
+
   |name    = Retro Active Achievements
   |author  = Jamie Taylor
+
   |author  = iceburg
   |id      = jltaylor-us.ToDew
+
   |id      = 7e474181-e1a0-40f9-9c11-retroactive
   |nexus  = 7409
+
   |nexus  = 4974
   |github  = jltaylor-us/StardewToDew
+
   |github  = ManApart/RetroActiveAchievements
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = To Do List
+
   |name    = Retroactive Stardew
   |author  = Eleanor, eleanoot
+
   |author  = millerscout
   |id      = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
+
   |id      = Millerscout.RetroactiveStardew
   |nexus  = 1630
+
   |nexus  = 6953
   |github  = eleanoot/stardew-to-do-mod
+
   |github  = millerscout/StardewMillerMods
  
   |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    = Reusable Wallpapers and Floors, Wallpaper Retain
   |author  = Jolyone, Me
+
   |author  = Iceburg
   |id      = Me.ToggleMonsters
+
   |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
   |nexus  = 11801
+
   |nexus  = 356
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Toolbar Icons
+
   |name    = Reverse Proposal
   |author  = LeFauxMatt
+
   |author  = GreenOnion24
   |id      = furyx639.ToolbarIcons
+
   |id      = GreenOnion24.ReverseProposal
  |curse  = 871834
+
   |nexus  = 8526
  |nexus  = 11026
 
  |github  = LeFauxMatt/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Toolbar Tooltips
 
  |author  = danmw3
 
  |id      = danmw3.toolbartooltips
 
   |nexus  = 4977
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ToolBelt
+
   |name    = Revive Dead Crops
   |author  = yuri0r
+
   |author  = atravita
   |id      = yuri0r.ToolBelt
+
   |id      = atravita.ReviveDeadCrops
   |nexus   = 8566
+
   |curse   = 870964
   |github  =
+
   |moddrop = 1294436
   |source = https://gitlab.com/yuri0r/toolbelt
+
  |nexus  = 15005
 +
   |github = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Charging
+
   |name    = Ribeena's Vehicles, Bus Sprite Adjuster
   |author  = mralbobo
+
   |author  = ribeena
   |id      = mralbobo.ToolCharging
+
   |id      = ribeena.boatspriteadjuster, ribeena.busspriteadjuster<!--two separate C# mods bundled-->
   |nexus  =
+
   |nexus  = 11809
  |url    = https://community.playstarbound.com/threads/111988
+
   |github  = ribeena/BusLocations
   |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    = Ridgeside Village
   |author  = CrazyWig
+
   |author  = Rafseazz
   |id      = crazywig.toolpowerselect
+
   |id      = Rafseazz.RidgesideVillage
   |nexus  = 2553
+
   |nexus  = 7286
   |github  =
+
   |github  = Rafseazz/Ridgeside-Village-Mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Power Setup
+
   |name    = Right Click to Untill Soil
   |author  = Gilar Fasulaki
+
   |author  = Kumagabear
   |id      = GilarF.ToolPowerSetup
+
   |id      = Kumagabear.RightClickUntillSoil
   |nexus  = 4517
+
   |nexus  = 19563
   |github  =
+
   |github  = DotSharkTeeth/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = workaround
 
  |summary  = Use [[#Tool Power Select|Tool Power Select]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Smart Switch
+
   |name    = Ring of Fire
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.ToolSmartSwitch
+
   |id      = Platonymous.RingOfFire
  |curse  = 868687
+
   |nexus  = 1166
   |nexus  = 15216
+
   |github  = Platonymous/Stardew-Valley-Mods
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Costs
+
   |name    = Ring Overhaul
   |author  = Cherry, CherryChain
+
   |author  = Goldenrevolver
   |id      = Cherry.ToolUpgradeCosts
+
   |id      = Goldenrevolver.RingOverhaul
   |nexus  = 6576
+
   |nexus  = 10669
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |broke in          = SMAPI 3.12
 
  |unofficial version = 1.0.1-unofficial.1-Skalaki
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-76604
 
 
 
  |beta status = ok
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Delivery
+
   |name    = Ring Overhaul for Walk of Life
   |author  = SorryLate
+
   |author  = Jibb
   |id      = SorryLate.ToolUpgradeDelivery
+
   |id      = Jibb.RingOverhaulMARGO<!--changed in 2.0.0-->, Jibb.RingOverhaulWOL
   |nexus  = 5421
+
   |nexus  = 12171
   |github  = sorrylate/Stardew-Valley-Mod
+
   |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    = Tool Upgrade Delivery Service
+
   |name    = Rise And Shine
   |author  = Felix-Dev
+
   |author  = Yoshify
   |id      = Felix-Dev.ToolUpgradeDeliveryService
+
   |id      = Yoshify.RiseAndShine
   |nexus  = 2938
+
   |nexus  = 3
   |github  = Felix-Dev/StardewMods
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 0.39.1
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Mail Services Mod|Mail Services Mod]] or [[#Tool Upgrade Delivery|Tool Upgrade Delivery]] instead.
+
   |summary  = Use [[#Just Sleep In|Just Sleep In]] instead.
 
<!--
 
<!--
   |unofficial version = 1.4.1-unofficial.1-pathoschild
+
   |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    = Tool Upgrade Reminder
+
   |name    = Riverland Farm but You Need to Build Bridges
   |author  = Wracketeer
+
   |author  = idermailer
   |id      = Wracketeer.ToolUpgradeReminder
+
   |id      = idermailer.riverfarmButBridge
   |nexus  = 13423
+
   |nexus  = 15748
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Too Many Animals
+
   |name    = Robin Work Hours
   |author  = LeFauxMatt
+
   |author  = aedenthorn, Erinthe
   |id      = furyx639.TooManyAnimals
+
   |id      = aedenthorn.RobinWorkHours
   |curse  = 871833
+
   |curse  = 868784
   |nexus  = 11033
+
   |nexus  = 11244
   |github  = LeFauxMatt/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Town School Functions
+
   |name    = Rock Paper Scissors
   |author  = Edu Anttunes
+
   |author  = Spiderbuttons
   |id      = EduAnttunes.TownSchool.Functions
+
   |id      = Spiderbuttons.RockPaperScissors
   |nexus  = 6317
+
   |nexus  = 23875
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tractor Mod
+
   |name    = Roosters Hatching and Control Addon, Content Patcher Roosters For 1.6 - Hatching and Control Addon
   |author  = Pathoschild
+
   |author  = Meara and MikeW
   |id      = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
+
   |id      = Mikew.roostersaddon.smapi
   |nexus  = 1401
+
   |nexus  = 22555
  |moddrop = 606639
+
   |github  =
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tractor Sounds, Tractor Engine Sound
+
   |name    = Rope Bridge
   |author  = MissCoriel
+
   |author  = Teban100
   |id      = misscoriel.tractorsounds
+
   |id      = RopeBridge
   |nexus  = 5781
+
   |nexus  = 824
   |github  =
+
   |github  = StephenKairos/Teban100-StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Trading
+
   |name    = Rotate Toolbar
   |author  = MindMeltMax
+
   |author  = Pathoschild
   |id      = MindMeltMax.Trading
+
   |id      = Pathoschild.RotateToolbar
  |moddrop = 1214750
+
   |nexus  = 1100
   |nexus  = 13293
+
   |github  = Pathoschild/StardewMods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |summary = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Station
+
   |name    = Rummage - The Thievery Mod
   |author  = Cherry, CherryChain
+
   |author  = ApryllForever
   |id      = Cherry.TrainStation
+
   |id      = ApryllForever.RestStop.Rummage
   |nexus  = 6183
+
   |nexus  = 12764
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = ApryllForever/Rummage
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Tracks
+
   |name    = Rune Magic
   |author  = aedenthorn, Erinthe
+
   |author  = fierro
   |id      = aedenthorn.TrainTracks
+
   |id      = fierro.rune_magic
   |nexus  = 10927
+
   |nexus  = 15065
   |github  = aedenthorn/StardewValleyMods
+
   |github  = facufierro/RuneMagic
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Bigger Craftables-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Whistle
+
   |name    = Run Fast, Sprint
   |author  = Taskmaster
+
   |author  = Krutonium
   |id      = Taskmaster.TrainWhistle
+
   |id      = krutonium.runfast<!--changed in 1.1.0-->, krutonium.sprint
   |nexus  = 4473
+
  |nexus  = 12701
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Running Key
 +
  |author  = strato35
 +
  |id      = Strato35.RunningKey
 +
   |nexus  = 5527
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trampoline
+
   |name    = Running Late
   |author  = aedenthorn, Erinthe
+
   |author  = Coll1234567
   |id      = aedenthorn.Trampoline
+
   |id      = Coll1234567.RunningLate
   |nexus  = 11619
+
   |nexus  = 3518
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Transparency Settings
+
   |name    = Rush Orders
   |author  = Esca, Esca-MMC
+
   |author  = spacechase0
   |id      = Esca.TransparencySettings
+
   |id      = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
   |nexus   = 8891
+
   |curse   = 867397
   |moddrop = 971985
+
   |moddrop = 127276
   |github  = Esca-MMC/TransparencySettings
+
  |nexus  = 605
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Transparent Objects
+
   |name    = SAAT.API, SAAT - Audio API and Toolkit
   |author  = aedenthorn, Erinthe
+
   |author  = ZeroMeters
   |id      = aedenthorn.TransparentObjects
+
   |id      = ZeroMeters.SAAT.API
   |nexus  = 6412
+
   |nexus  = 10747
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Trash 4 Elliott
+
   |name    = SAAT.Mod, SAAT - Audio API and Toolkit
   |author  = ChrisMzz
+
   |author  = ZeroMeters
   |id      = ChrisMzz.trash4elliott
+
   |id      = ZeroMeters.SAAT.Mod
   |nexus  = 18882
+
   |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    = Trash Bear Abides
+
   |name    = Sable's Labels
   |author  = John Peters
+
   |author  = SableDnah
   |id      = JohnPeters.TrashBearAbides
+
   |id      = SableDnah.SablesLabels
   |nexus  = 11359
+
   |nexus  = 24948
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Bear Item Helper, Trash Bear Name
+
   |name    = Safe Lightning
   |author  = MattDeDuck, Duckshard
+
   |author  = CatCattyCat, Cat
   |id      = MattDeDuck.TrashBearName
+
   |id      = cat.safelightning
   |nexus  = 5252
+
   |nexus  = 2039
   |github  =
+
  |moddrop = 833550
 +
   |github  = danvolchek/StardewMods
  
 
   |broke in = Stardew Valley 1.5
 
   |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    = Trash Can Reactions
+
   |name    = Safe Lightning Redux, Safe Lightning
   |author  = aedenthorn, Erinthe
+
   |author  = Shockah
   |id      = aedenthorn.TrashCanReactions
+
   |id      = Shockah.SafeLightning
   |nexus  = 7643
+
   |nexus  = 11857
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
}}
+
 
{{#invoke:SMAPI compatibility|entry
+
   |broke in = Stardew Valley 1.6
  |name    = Trash Cans On Horse
+
   |status   = workaround
  |author  = aedenthorn, Erinthe
+
   |summary = use [[#Safe Lightning Updated|Safe Lightning Updated]] instead.
   |id      = aedenthorn.TrashCansOnHorse
 
   |nexus   = 16394
 
   |github = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Does Not Consume Bait
+
   |name    = Safe Lightning Updated
   |author  = atravita
+
   |author  = Rokugin
   |id      = atravita.TrashDoesNotConsumeBait
+
   |id      = Rokugin.SafeLightningUpdated
  |curse  = 870979
+
   |nexus  = 22783
  |moddrop = 1128126
+
   |github  = rokugin/StardewMods
   |nexus  = 11426
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Remover
+
   |name    = Safer Bombs
   |author  = SorryLate, rharyanto
+
   |author  = Dragoon23
   |id      = SorryLate.TrashRemover
+
   |id      = Dragoon23.SaferBombs
   |nexus  = 5114
+
   |nexus  = 23559
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Trash
+
   |name    = Safe Reading
   |author  = Jaredlll08
+
   |author  = LunaticShade
   |id      = BlameJared.TrashTrash
+
   |id      = LunaticShade.SafeReading
   |nexus  =
+
   |nexus  = 8564
  |curse  = 297981
+
   |github  = LunaticShade/StardewValley.SafeReading
   |github  = jaredlll08/Trash-Trash
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Traveling Takes Time
+
   |name    = Sailor Moon Hairstyles and Clothing, Sailor Styles
   |author  = Vrakyas
+
   |author  = blueberry
   |id      = Vrakyas.TravelingTakesTime
+
   |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  = 4031
+
   |nexus  = 4154
   |github  =
+
   |github  = b-b-blueberry/SailorStyles
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Travelling Skill
+
   |name    = Saiyan, Super Saiyan
   |author  = Achtuur8
+
   |author  = AlexDevilish
   |id      = Achtuur.StardewTravelSkill
+
   |id      = alexDevilish.saiyan
   |nexus  = 16820
+
   |nexus  = 26270
   |github  = Achtuur/StardewTravelSkill
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Treasure Chests Expanded
+
   |name    = Saloon Warp Totem
   |author  = aedenthorn, Erinthe
+
   |author  = Artinity
   |id      = aedenthorn.TreasureChestsExpanded
+
   |id      = Artinity.SaloonWarpTotem
   |nexus  = 7685
+
   |nexus  = 16450
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Artinity/SaloonWarpTotem
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Changes
+
   |name    = SAML
   |author  = JPAN
+
   |author  = MindMeltMax
   |id      = jpan.TreeChanges
+
   |id      = MindMeltMax.SAML
   |nexus  = 3964
+
   |nexus  = 20250
   |github  = JPANv2/Stardew-Valley-Tree-Changes
+
   |github  = MindMeltMax/SAML
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Shake Mod
+
   |name    = Satchels
   |author  = NCarigon
+
   |author  = spacechase0
   |id      = NCarigon.TreeShakeMod
+
   |id      = spacechase0.Satchels
   |nexus  = 15927
+
   |nexus  = 20625
   |github  = ncarigon/StardewValleyMods
+
   |github  = spacechase0/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Shaker
+
   |name    = Sauvignon in Stardew
   |author  = TyoAtrosa
+
   |author  = Jesse, Jdvicks94
   |id      = TyoAtrosa.Treeshaker
+
   |id      = Jesse.SauvignonInStardew
   |nexus  = 2159
+
   |nexus  = 2597
   |github  = TyoAtrosa/TreeShaker
+
   |github  = JDvickery/Sauvignon-in-Stardew
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Tree Spread
+
   |name    = Savage Vincent (NPC Speech Bubbles)
   |author  = bcmpinc
+
   |author  = BlaDe
   |id      = bcmpinc.TreeSpread
+
   |id      = BlaDe.NPCSpeechBubblesVincent
   |nexus  = 3183
+
   |nexus  = 11833
   |github  = bcmpinc/StardewHack
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Transplant
+
   |name    = Save Anywhere Redux, Save Anywhere
   |author  = YukiShiku, LeonBlade
+
   |author  = RealSweetPanda and Aredjay, (formerly Omegasis)
   |id      = TreeTransplant
+
   |id      = Omegasis.SaveAnywhere
   |nexus   = 1342
+
   |curse   = 898109
   |moddrop = 526140
+
   |nexus   = 8386<!--non-redux: 444-->
   |chucklefish = 5485
+
   |github  = RealSweetPanda/SaveAnywhereRedux<!--non-redux: janavarro95/Stardew_Valley_Mods-->
   |github  = LeonBlade/TreeTransplant
 
  
   |beta broke in = Stardew Valley 1.6
+
   |warnings = Broken on Android (use the built-in autosave instead).
 +
  |status  = workaround
 +
  |summary = Use [[#Quick Save|Quick Save]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trendy Haley
+
   |name    = Save Backup
   |author  = candidus42
+
   |author  = SMAPI
   |id      = Candidus42.TrendyHaley
+
   |id      = SMAPI.SaveBackup
   |nexus  = 4984
+
   |nexus  =
   |github  = mus-candidus/TrendyHaley
+
  |url    = https://smapi.io
 +
   |github  = Pathoschild/SMAPI
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trick or Treat
+
   |name    = Save Game Options
   |author  = Dad of Gwen, Carleton and Gwen
+
   |author  = SorryLate, rharyanto
   |id      = DadOfGwenTrickOrTreatMod
+
   |id      = SorryLate.SaveGameOptions
   |nexus  = 8115
+
   |nexus  = 5190
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tricks and Treats
+
   |name    = Save Mod Info
   |author  = ch20youk
+
   |author  = weizinai
   |id      = ch20youk.TricksAndTreats
+
   |id      = weizinai.SaveModInfo
   |nexus  = 18947
+
   |nexus  = 25903
   |github  = cl4r3/Halloween-Mod-Jam-2023
+
   |github  = weizinai/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = True Random Geodes
+
   |name    = Scale Up
   |author  = lilico/atelier99
+
   |author  = Platonymous
   |id      = lilico.TrueRandomGeodes
+
   |id      = Platonymous.ScaleUp
   |nexus  = 11371
+
   |nexus  = 3130
   |github  =
+
  |moddrop = 793912
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Turn to Your Enemies
+
   |name    = Scarecrow Highlighter
   |author  = Krutonium
+
   |author  = WretchedPenguin
   |id      = krutonium.turn_to_your_enemies
+
   |id      = WretchedPenguin.ScarecrowHighlighter
   |nexus  = 12643
+
   |nexus  = 3579
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Announcements
+
   |name    = Scaring - Thieving Skill
   |author  = Zyin
+
   |author  = moonslime
   |id      = Zyin.TVAnnouncements
+
   |id      = moonslime.SpookySkill
   |nexus  = 3649
+
   |nexus  = 23791
   |github  = Zyin055/TVAnnouncements
+
   |github  = Annosz/UIInfoSuite2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Brasileira
+
   |name    = Schedule Viewer
   |author  = JhonnieRandler & Brukob
+
   |author  = BinaryLip
   |id      = JhonnieMike.BrasilTV
+
   |id      = BinaryLip.ScheduleViewer
   |nexus  = 10843
+
  |curse  = 1020728
   |github  = JhonnieRandler/TVBrasileira
+
   |nexus  = 19305
 +
   |github  = BinaryLip/ScheduleViewer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Channel - Gardening with Hisame, Gardening TV Channel
+
   |name    = Scream
   |author  = hisameartwork
+
   |author  = Taskmaster
   |id      = HisameArtwork.GardeningChannel
+
   |id      = Taskmaster.Scream
   |nexus  = 5485
+
   |nexus  = 4588
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Recipes
+
   |name    = Screaming For Joy
   |author  = SorryLate, rharyanto
+
   |author  = Danil Harding, Danil_HM
   |id      = SorryLate.TvRecipes
+
   |id      = DanilH.ScreamingForJoy
   |nexus  = 5260
+
   |nexus  = 24643
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Screenshot Everywhere
 +
  |author  = Gaiadin
 +
  |id      = Gaiadin.Stardew-Screenshot-Everywhere
 +
  |nexus  = 10805
 +
  |github  = Gaiadin/Stardew-Screenshot-Everywhere
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twin Stick Strafe Action
+
   |name    = Screenshot Shortcut
   |author  = AndyUr
+
   |author  = Tarsnip
   |id      = AndyUr.TwinStickStrafeAction
+
   |id      = Tarsnip.ScreenshotShortcut
   |nexus  = 7589
+
   |nexus  = 26477
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twitch Chat Integration
+
   |name    = Scroll To Blank
   |author  = Hexenentendrache
+
   |author  = Caraxian
   |id      = Hexenentendrache.TwitchChatIntegration
+
   |id      = caraxian.scroll.to.blank
   |nexus  = 17321
+
   |nexus  = 4144
   |github  = Enteligenz/StardewMods
+
  |chucklefish = 4405
 +
   |github  = Caraxi/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twitch in Stardew Valley, Twitch for Stardew
+
   |name    = Scroll To Zoom
   |author  = Telshin, Tim "Telshin" Aldridge
+
   |author  = Tomwa
   |id      = telshin.twitch-for-stardew
+
   |id      = Tomwa.ScrollToZoom
  |curse  = 306420
+
   |nexus  = 2163
   |nexus  =
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ui Info Suite
+
   |name    = Scrying Orb
   |author  = Cdaragorn
+
   |author  = kdau
   |id      = Cdaragorn.UiInfoSuite
+
   |id      = kdau.ScryingOrb
   |nexus  = 1150
+
   |nexus  = 5603
   |github = cdaragorn/Ui-Info-Suite
+
   |moddrop = 756553
 +
  |source = https://gitlab.com/kdau/predictivemods
  
   |warnings = Broken on Android.
+
   |broke in = Stardew Valley 1.6
 
+
}}
   |broke in = Stardew Valley 1.5.5
+
{{#invoke:SMAPI compatibility|entry
   |status   = workaround
+
  |name    = Scythe Forage
   |summary = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
+
  |author  = wronque
 +
   |id      = wronque.ScytheForage
 +
   |nexus   = 26185
 +
   |github =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ui Info Suite 2
+
   |name    = Scythe Harvesting
   |author  = Annosz, Abs0rbed
+
   |author  = mmanlapat
   |id      = Annosz.UiInfoSuite2
+
   |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
   |nexus  =
+
   |nexus  = 1106
  |url    = https://github.com/Annosz/UIInfoSuite2/releases
+
   |github  =
   |github  = Annosz/UiInfoSuite2
 
  
   |warnings = Broken on Android.
+
   |broke in = Stardew Valley 1.3.29
 +
  |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    = UI Mod Suite
+
   |name    = Scythe Tool Enchantments
   |author  = Demiacle
+
   |author  = mushymato
   |id      = Demiacle.UiModSuite
+
   |id      = mushymato.ScytheToolEnchantments
   |nexus  = 1023
+
   |nexus  = 26217
   |github  = demiacle/UiModSuite
+
   |github  =
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = workaround
 
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ukrainizacija, Ukrainizacija - Utilities
+
   |name    = SDV Game of Life
   |author  = Pereclaw Team
+
   |author  = Super Aardvark, ubererdferkel
   |id      = Pereclaw.ukrutilities
+
   |id      = SuperAardvark.GameOfLife
   |nexus  = 8427
+
   |nexus  = 5361
   |github  =
+
   |github  = super-aardvark/AardvarkMods-SDV
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ultimate Gold
+
   |name    = SDV Twitch
   |author  = Shadowfoxss
+
   |author  = Dawgeth
   |id      = Shadowfoxss.UltimateGoldStardew
+
   |id      = MTD.SDVTwitch
   |nexus  = 2833
+
   |nexus  = 1760
 
   |github  =
 
   |github  =
  
Line 17,657: Line 19,483:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unbreakable Tackles
+
   |name    = SDVWM, The Weather Machine
   |author  = MindMeltMax
+
   |author  = SixthTitan
   |id      = MindMeltMax.UnbreakableTackles
+
   |id      = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
   |nexus  = 7719
+
   |nexus  = 3203
   |moddrop = 1135717
+
   |github  =
   |github  = MindMeltMax/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Underdark Sewer
+
   |name    = Seacliff Farm for Android<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
   |author  = Mel Noelle and Kirbylink
+
   |author  = FreeTheJunimos
   |id      = melnoelle.underdarksewer
+
   |id      = freethejunimos.seaclifffarm
   |nexus  = 3070
+
   |nexus  = 13911
   |github  = KirbyLink/UnderdarkSewer
+
   |github  =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |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    = Seacliff Farm for PC<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
   |author  = aedenthorn, Erinthe
+
   |author  = FreeTheJunimos
   |id      = aedenthorn.UndergroundSecrets
+
   |id      = freethejunimos.seaclifffarm.pc
   |nexus  = 6597
+
   |nexus  = 14296
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Searchable Chests
 +
  |author  = ThisIsCad
 +
  |id      = ThisIsCad.SearchableChests
 +
  |nexus  = 25736
 +
  |github  = brandonwamboldt/SearchableChests
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unhinged Mayo Jar
+
   |name    = Searchable Collections Page
   |author  = spacechase0
+
   |author  = Spiderbuttons
   |id      = spacechase0.UnhingedMayoJar
+
   |id      = Spiderbuttons.SearchableCollectionsPage
   |nexus  = 17139
+
   |nexus  = 25585
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Extra Map Layers-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Children
+
   |name    = Season Affixes
   |author  = Shaklin
+
   |author  = Shockah
   |id      = shaklin.uniquechildren
+
   |id      = Shockah.SeasonAffixes
   |nexus  = 6278
+
   |nexus  = 16297
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Children Talk
+
   |name    = Seasonal Farmer
   |author  = Shaklin
+
   |author  = stardemod
   |id      = shaklin.uniquechildrentalk
+
   |id      = stardemod.SeasonalFarmeTrader
   |nexus  = 9540
+
   |nexus  = 24912
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Valley
+
   |name    = Seasonal Garden Farmhouse V2 (Unofficial Update)
   |author  = aedenthorn, Erinthe
+
   |author  = CyanFire, DustBeauty
   |id      = aedenthorn.UniqueValley
+
   |id      = CF.SeasonalGardenFarmhouseV2.SMAPI
   |nexus  = 13828
+
   |nexus  = 17386
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Cats and Dogs
+
   |name    = Seasonal Immersion
   |author  = funny-snek
+
   |author  = Entoarox
   |id      = funnysnek.UnlimitedCatsandDogs
+
   |id      = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
   |nexus  = 2942
+
   |nexus  = 2273
   |github  =
+
  |chucklefish = 4262
 +
   |github  = Entoarox/StardewMods
  
   |broke in = SMAPI 3.0
+
   |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    = Unlimited Players
+
   |name    = Seasonal Save Slots
   |author  = Armitxes
+
   |author  = Tyler Gibbs
   |id      = Armitxes.UnlimitedPlayers
+
   |id      = tylergibbs2.SeasonalSaveSlots
   |nexus  = 2213
+
   |nexus  = 14382
  |curse  = 362847
+
   |github  = tylergibbs2/StardewValleyMods
   |github  = Armitxes/StardewValley_UnlimitedPlayers
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlockable Bundles
+
   |name    = Season Switcher
   |author  = DeLiXx
+
   |author  = dumbledalton
   |id      = DLX.Bundles
+
   |id      = Dumbledalton.SeasonSwitcher
   |nexus  = 17265
+
   |nexus  = 10457
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/delixx/stardew-valley-unlockable-bundles
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlock Dye Menu
+
   |name    = Sebastian Frog Tank Switch
 
   |author  = Shaklin
 
   |author  = Shaklin
   |id      = shaklin.unlockdyemenu
+
   |id      = shaklin.SebastianFrogTankSwitch
   |nexus  = 6156
+
   |nexus  = 8508
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlocked Doors
+
   |name    = Secretariat (Faster Horse)
   |author  = damien
+
   |author  = Janglinator
   |id      = damien.unlocked_doors
+
   |id      = jangles.secretariat
   |nexus  = 4338
+
   |nexus  = 7537
   |github  =
+
   |github  = Janglinator/Secretariat
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Secret Hedge Maze, Hedge Maze
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.HedgeMaze
 +
  |curse  = 868718
 +
  |nexus  = 14138
 +
  |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Custom Locks|Custom Locks]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Updated Instant Eat Key
+
   |name    = Secret Note Framework
   |author  = apomorph
+
   |author  = ichortower
   |id      = apomorph.updatedInstantEatKey
+
   |id      = ichortower.SecretNoteFramework
   |nexus  = 15191
+
   |nexus  = 25055
   |github  =
+
   |github  = ichortower/SecretNoteFramework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Updated No Rumble Horse
+
   |name    = Secret Woods Snorlax
   |author  = Aladanor
+
   |author  = ichortower
   |id      = Aladanor.UpdatedNoRumbleHorse
+
   |id      = ichortower.SecretWoodsSnorlax
   |nexus  = 10164
+
   |nexus  = 19112
   |github  = shailalias/NoRumbleHorse
+
   |github  = ichortower/SecretWoodsSnorlax
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgradable Pan
+
   |name    = Seed Bag
   |author  = Anthony Hilyard
+
   |author  = Platonymous
   |id      = com.anthonyhilyard.upgradablepan
+
   |id      = Platonymous.SeedBag
   |curse   = 446597
+
   |nexus   = 1133
   |nexus  = 9318
+
   |moddrop = 793931
   |github  = AHilyard/UpgradeablePan
+
   |github  = Platonymous/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgradeable Machines Mod, Miihau Upgradeable Machines
+
   |name    = Seed Catalogue
   |author  = Miihau
+
   |author  = spacechase0
   |id      = Miihau.MiihauUpgradeableMachines
+
   |id      = spacechase0.SeedCatalogue
   |nexus  = 17234
+
   |nexus  = 1640
   |github  =
+
  |moddrop = 281292
 +
   |github  = spacechase0/SeedCatalogue
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = obsolete
}}
+
   |summary = remove this mod ([[Pierre's Missing Stocklist|equivalent feature]] added in Stardew Valley 1.5).
{{#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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgrade Empty Cabins
+
   |name    = Seed Info - Continued, Seed Information - Continued
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn and FlyingTNT
   |id      = Cherry.UpgradeEmptyCabins
+
   |id      = FlyingTNT.SeedInfo
   |nexus  = 5253
+
   |nexus  = 22519
  |moddrop = 720987
+
   |github  = FlyingTNT/StardewValleyMods
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Useful Bombs
+
   |name    = Seed Info, Seed Information
   |author  = punyo, yakminepunyo
+
   |author  = aedenthorn, Erinthe
   |id      = punyo.UsefulBombs
+
   |id      = aedenthorn.SeedInfo
   |nexus  = 2488
+
  |curse  = 868677
   |github  = pomepome/UsefulBombs
+
   |nexus  = 15754
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = Use [[#BetterBombs|BetterBombs]] instead.
+
   |summary  = use [[#Seed Info - Continued | Seed Info - Continued]] 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    = Seed Machines
   |author  = Right Hand Man
+
   |author  = Veress
   |id      = raik.uselessinfo
+
   |id      = Veress.SeedMachines
   |nexus  = 8634
+
   |nexus  = 6265
   |github  =
+
   |github  = mrveress/SDVMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Utility Grid
+
   |name    = Seed Maker - Better Quality More Seeds
   |author  = aedenthorn, Erinthe
+
   |author  = vabrell, Victor Abrell
   |id      = aedenthorn.UtilityGrid
+
   |id      = vabrell.sm_bqms
   |nexus  = 10197
+
   |nexus  = 14236
   |github  = aedenthorn/StardewValleyMods
+
   |github  = vabrell/sdw-seed-maker-mod
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 +
  |status      = workaround
 +
  |summary      = use [[#Seed Maker - Quality|Seed Maker - Quality]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = UV Index (Sunscreen Mod)
+
   |name    = Seed Maker Crop Quality, SMCQ
   |author  = Jonqora
+
   |author  = mcoocr
   |id      = Jonqora.UVIndex
+
   |id      = mcoocr.smcq
   |nexus  = 6676
+
   |nexus  = 3089
   |github  = Jonqora/StardewMods
+
   |github  = Noomklaw/SV_BetterQualityMoreSeeds
  
   |broke in = Stardew Valley 1.5
+
   |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    = Variable Grass
+
   |name    = Seed Maker Quality
   |author  = dantheman999
+
   |author  = Speshkitty
   |id      = dantheman999.VariableGrass
+
   |id      = speshkitty.seedmakerquality
   |nexus  =
+
   |nexus  = 21000
  |url    = https://community.playstarbound.com/threads/107658
+
   |github  =
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Variable Seasons
+
   |name    = Seed Maker Tweaks
   |author  = calebstein1
+
   |author  = aedenthorn, Erinthe
   |id      = calebstein1.StardewVariableSeasons
+
   |id      = aedenthorn.SeedMakerTweaks
   |nexus  = 19904
+
  |curse  = 868802
   |github  = calebstein1/StardewVariableSeasons
+
   |nexus  = 10681
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Vending Machine, NPC Vending Machine
+
   |name    = Seeds are Rare
   |author  = ActionJackson
+
   |author  = jahangmar
   |id      = ActionJackson.VendingMachine
+
   |id      = jahangmar.SeedsAreRare
   |nexus  = 7508
+
   |nexus  = 3618
   |github  =
+
   |github  = jahangmar/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Vertical Toolbar
+
   |name    = Seed Shortage
   |author  = bmarquismarkail, Space Baby
+
   |author  = Xynerorias
   |id      = SB_VerticalToolMenu
+
   |id      = xynerorias.seedshortage
   |nexus  = 943
+
   |nexus  = 5614
   |github  = bmarquismarkail/SV_VerticalToolMenu
+
   |github  = xynerorias/Seed-Shortage
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Video Player
+
   |name    = Seeds Unpacked
   |author  = aedenthorn, Erinthe
+
   |author  = blueberry
   |id      = aedenthorn.VideoPlayer
+
   |id      = blueberry.SeedsUnpacked
   |nexus  = 6524
+
   |nexus  = 7215
   |github  = aedenthorn/StardewValleyMods
+
   |github  = b-b-blueberry/SeedsUnboxed
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Villager Compass
+
   |name    = See Me Rollin'
   |author  = Jboss
+
   |author  = Khloe Leclair
   |id      = Jboss.VillagerCompass
+
   |id      = leclair.seemerollin
   |nexus  = 16912
+
   |nexus  = 10976
   |github  = jbossjaslow/Stardew_Mods
+
  |moddrop = 1116122
 +
   |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Visible Fish
+
   |name    = Selective Eating
   |author  = shekurika
+
   |author  = Cloudyluna
   |id      = shekurika.WaterFish
+
   |id      = Cloudyluna.SelectiveEating
   |nexus  = 8897
+
   |nexus  = 26831
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Visualize
+
   |name    = Select Tool Power
   |author  = Platonymous
+
   |author  = GrimatGaming
   |id      = Platonymous.Visualize
+
   |id      = GrimatGaming.SelectToolPower
  |curse  = 307573
+
   |nexus  = 21290
  |moddrop = 793933
+
   |github  =
   |nexus  = 1704
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = VisualizeTK
+
   |name    = Self Serve
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.VisualizeTK
+
   |id      = aedenthorn.SelfServe
   |moddrop = 1521421
+
   |curse  = 868781
   |nexus  = 19009
+
   |nexus  = 11313
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Void Effects, Stardew Void Effects
+
   |name    = Self Serve for 1.6
   |author  = Renny
+
   |author  = NeverToxic
   |id      = renny.stardewvoideffects
+
   |id      = NeverToxic.SelfServe
   |nexus  = 2703
+
   |nexus  = 20985
   |github  = OfficialRenny/StardewVoidEffects
+
   |github  = Dunc4nNT/StardewMods
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wait Around
+
   |name    = Self Service
   |author  = Alhifar
+
   |author  = JarvieK
   |id      = Alhifar.WaitAround
+
   |id      = JarvieK.SelfService
   |nexus  =
+
   |nexus  = 1304
  |url    = https://community.playstarbound.com/threads/smapi-waitaround.111630/
+
   |github  = Jarvie8176/StardewMods
   |github  = Alhifar/WaitAroundSMAPI
 
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 +
<!--
 +
  |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    = Wake Up
+
   |name    = Self Service Shops
   |author  = EvilPdor
+
   |author  = GuiNoya, Yesst
   |id      =
+
   |id      = GuiNoya.SelfServiceShop
   |nexus  =
+
   |nexus  = 1622
  |url    = https://community.playstarbound.com/threads/111526
+
   |github  = GuiNoya/SVMods
   |github  =
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Self Service|Self Service]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Walk Through Trellis
+
   |name    = Sell Quality
   |author  = TheOfficialTab
+
   |author  = DonDorscha, jasonmbrady
   |id      = theofficialtab.walkthroughtrellis
+
   |id      = DonDorscha.SellQuality
   |nexus  = 1958
+
   |nexus  = 12469
   |github  = OfficialTab/walk-through-trellis
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wallpaper Recycler
+
   |name    = Send Items Multiplayer
   |author  = Mizzion
+
   |author  = hafnerpw
   |id      = mizzion.wallpaperrecycler
+
   |id      = hafnerpw.SendItemsMultiplayer
   |nexus  = 1905
+
   |nexus  = 13794
   |moddrop = 661354
+
   |github  =
   |github  = Mizzion/MyStardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wall Planter
+
   |name    = Send Items to Other Farmers, Send Letters
   |author  = aedenthorn, Erinthe
+
   |author  = Denifia
   |id      = aedenthorn.WallPlanter
+
   |id      = Denifia.SendItems
   |nexus  = 11339
+
   |nexus  = 1087
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 127754
 +
   |github  = Denifia/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wall Televisions
+
   |name    = Separate Greenhouse
   |author  = aedenthorn, Erinthe
+
   |author  = lolmaj
   |id      = aedenthorn.WallTelevision
+
   |id      = lolmaj.SeparateGreenhouse
   |nexus  = 11448
+
   |nexus  = 3965
   |github  = aedenthorn/StardewValleyMods
+
   |github  = MaciejMarkuszewski/StardewValleySeparateGreenhouse
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Animals
+
   |name    = Separate Money for Multiplayer
   |author  = Symen
+
   |author  = funny-snek
   |id      = Symen.WarpAnimals
+
   |id      = funnysnek.SeparateMoney
   |nexus  = 1400
+
   |nexus  = 3086
   |github  = simonbru/WarpAnimals
+
   |github  =
 +
 
 +
  |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
   |name    = Warp Binder
+
   |name    = Serene Greenhouse
   |author  = SnowFire kVala
+
   |author  = PeacefulEnd
   |id      = SnowFire.Warp_Binder
+
   |id      = PeacefulEnd.SereneGreenhouse
   |nexus  = 6892
+
  |curse  = 870943
   |github  =
+
   |nexus  = 8011
 +
   |github  = Floogen/SereneGreenhouse
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Multiplayer
+
   |name    = Serfdom
   |author  = Strato35, Shalankwa
+
   |author  = DaLion
   |id      = Strato35.WarpMultiplayer
+
   |id      = DaLion.Taxes<!--changed in republished 1.0.0-->, DaLion.ImmersiveTaxes
   |nexus  = 7451
+
   |nexus  = 24357
   |github  = Shalankwa/SDV_Mods
+
   |github  = daleao/sdv
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Multiplayer (Locations), WarpMultiplayer_Locations
+
   |name    = Server Bookmarker
   |author  = Shaklin
+
   |author  = Ilyaki
   |id      = shaklin.warpmultiplayer_locations
+
   |id      = Ilyaki.ServerBookmarker
   |nexus  = 8950
+
   |nexus  = 2968
   |github  =
+
   |github  = Ilyaki/ServerBookmarker
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Warp Multiplayer-->
+
   |broke in = Stardew Valley 1.5
 +
<!--
 +
  |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    = Warp Network
+
   |name    = Server Browser
   |author  = tlitookilakin
+
   |author  = Ilyaki
   |id      = tlitookilakin.warpnetwork
+
   |id      = Ilyaki.ServerBrowser
   |nexus  = 8567
+
   |nexus  = 3227
  |moddrop = 951720
+
   |github  = Ilyaki/Server-Browser
   |github  = tlitookilakin/WarpNetwork
 
  
   |beta broke in = Stardew Valley 1.6<!--@restest after AeroCore-->
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Parsnip
+
   |name    = Server Port Changer
   |author  = Pillow
+
   |author  = PhantomGamers
   |id      = Pillow.WarpParsnip
+
   |id      = PhantomGamers.ServerPortChanger
   |nexus  = 18628
+
   |nexus  = 2993
   |github  = AnotherPillow/WarpParsnip
+
   |github  = PhantomGamers/StardewPortChanger
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Snitch
+
   |name    = Set Money
   |author  = ceruleandeep
+
   |author  = j4c0b333
   |id      = ceruleandeep.WarpSnitch
+
   |id      = j4c0b333.SetMoney
   |nexus  = 9087
+
   |nexus  = 3889
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
  |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    = Warp To Friends
+
   |name    = Set Unique Game ID
   |author  = Shalankwa
+
   |author  = dJomp
   |id      = Shalankwa.WarpToFriends
+
   |id      = dJomp.SetUniqueGameID
   |nexus  = 2180
+
   |nexus  = 2042
   |github  = Shalankwa/SDV_Mods
+
   |github  =
  
  |status            = workaround
+
   |broke in = SMAPI 3.0
  |summary            = use [[#Warp Multiplayer|Warp Multiplayer]] instead.
+
   |status   = abandoned
   |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    = Seven Deadly Sins
   |author  = GrumpyCrouton
+
   |author  = ricehit, Little Dot
   |id      = GrumpyCrouton.WastelessWatering
+
   |id      = flqzzzz.SevenDeadlySins-SMAPI<!--changed in 3.5.0-->, ricehit.SevenDeadlySinsSAMPI
   |nexus  = 10998
+
   |nexus  = 15100
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Balloon
+
   |name    = Sewer Slimes
   |author  = HaulinOats
+
   |author  = aedenthorn, Erinthe
   |id      = HaulinOats.WaterBalloon
+
   |id      = aedenthorn.SewerSlimes
   |nexus  = 14481
+
   |nexus  = 18195
   |github  = HaulinOats/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Bomb
+
   |name    = Shadow for Mazes, Maze
   |author  = BlaDe
+
   |author  = Edu Anttunes
   |id      = BlaDe.WaterBomb
+
   |id      = Maze
   |nexus  = 10267
+
   |nexus  = 8930
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Bot
+
   |name    = Shared Exp, Shared Xp
   |author  = andyruwruw
+
   |author  = Batzpup
   |id      = andyruwruw.WaterBot
+
   |id      = SharedExp.Batzpup
   |nexus  = 8167
+
  |moddrop = 1269698
   |github  = andyruwruw/stardew-valley-water-bot
+
   |nexus  = 14607
 
+
   |github  =
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Can Refiller
+
   |name    = Shared Professions
   |author  = Mizzion
+
   |author  = virtualbjorn
   |id      = mizzion.watercanrefiller
+
   |id      = virtualbjorn.SharedProfessions
   |nexus  = 3539
+
   |nexus  = 16628
  |moddrop = 661368
+
   |github  =
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Flow
+
   |name    = Shared Recipes
   |author  = blueberry
+
   |author  = jpslatt, jslattery26
   |id      = blueberry.WaterFlow
+
   |id      = jslattery26.SharedRecipes
   |nexus  = 11790
+
   |nexus  = 22718
   |github  = b-b-blueberry/WaterFlow
+
   |github  = jslattery26/stardew_mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Can Give Exp
+
   |name    = Share Experience
   |author  = Achtuur
+
   |author  = season
   |id      = Achtuur.WateringCanGiveExp
+
   |id      = season.ShareExperience
   |nexus  = 16903
+
   |nexus  = 22163
   |github  = Achtuur/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Can Tweaks
+
   |name    = Sharing is Caring
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.WateringCanTweaks
+
   |id      = spacechase0.SharingIsCaring
   |curse  = 868789
+
   |curse  = 867136
   |nexus  = 10947
+
   |nexus  = 14263
   |github  = aedenthorn/StardewValleyMods
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Grants Experience and Crops Can Wither
+
   |name    = Shed Notifications
   |author  = Goldenrevolver
+
   |author  = TheCroak
   |id      = Goldenrevolver.WateringGrantsXP
+
   |id      = TheCroak.BuildingsNotifications
   |nexus  = 7768
+
   |nexus  = 620
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Pet Bowl, Pet Water Bowl
+
   |name    = Shenandoah Library
   |author  = Mizzion
+
   |author  = Nishtra
   |id      = mizzion.petwaterbowl
+
   |id      = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
   |nexus  = 2009
+
   |nexus  = 756
  |moddrop = 661365
+
   |github  =
   |github  = Mizzion/MyStardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Waterproof Items
+
   |name    = Shift Toolbar When Paused
   |author  = Esca, Esca-MMC
+
   |author  = Zamiel
   |id      = Esca.WaterproofItems
+
   |id      = Zamiel.ShiftToolbarWhenPaused
   |nexus  = 6460
+
   |nexus  = 21613
  |moddrop = 807393
+
   |github  = Zamiell/stardew-valley-mods
   |github  = Esca-MMC/WaterproofItems
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Retaining Field
+
   |name    = Ship Anything, Ship Everything
   |author  = Digus
+
   |author  = Berkay Yigit, berkayylmao
   |id      = DIGUS.WaterRetainingFieldMod
+
   |id      = berkayylmao.ShipAnything, berkay2578.ShipAnything<!--changed in 1.2-->, berkay2578.ShipEverything<!--changed in 1.1-->
   |nexus  = 2374
+
   |nexus  = 3782
   |github  = Digus/StardewValleyMods
+
   |github  = berkayylmao/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wealth is Health
+
   |name    = Ship Anywhere
   |author  = Qi The Mysterious
+
   |author  = spacechase0
   |id      = QiTheMysterious.WealthIsHealth
+
   |id      = spacechase0.ShipAnywhere
   |nexus  = 19903
+
   |nexus  = 1379
   |github  =
+
  |moddrop = 183277
 +
   |github  = spacechase0/ShipAnywhere
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapons Ignore Grass
+
   |name    = Shipments to Quality, Quality from Shipments
   |author  = aedenthorn, Erinthe
+
   |author  = JPAN
   |id      = aedenthorn.WeaponsIgnoreGrass
+
   |id      = JPAN.QualityFromShipments
   |nexus  = 15409
+
   |nexus  = 7531
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapons on Display
+
   |name    = Shipment Tracker
   |author  = Anthony Hilyard
+
   |author  = Iceburg
   |id      = com.anthonyhilyard.WeaponsOnDisplay
+
   |id      = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
  |curse  = 447259
+
   |nexus  = 321
   |nexus  = 9319
+
   |github  =
   |github  = AHilyard/WeaponsOnDisplay
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wear More Rings
+
   |name    = Shipping Bin Summary
   |author  = bcmpinc
+
   |author  = Futro, Futroo
   |id      = bcmpinc.WearMoreRings
+
   |id      = futro.ShippingBinSummary
   |nexus  = 3214
+
   |nexus  = 18992
   |github  = bcmpinc/StardewHack
+
   |github  = futroo/Stardew-Valley-Mods
  
   |warnings = Broken on Android.
+
   |broke in           = Stardew Valley 1.6
 
+
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-132991
  |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
+
  |unofficial version = 1.1.0-unofficial
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Controller
+
   |name    = Shipping Collection Sorted By Mods, Sort Shipping Collection
   |author  = EvilPdor
+
   |author  = holythesea
   |id      =
+
   |id      = holythesea.SortShippingCollection
   |nexus  =
+
   |nexus  = 15694
  |url    = https://community.playstarbound.com/threads/111526
+
   |github  = holy-the-sea/SortShippingCollection
   |github  = natfoth/StardewValleyMods
 
  
   |broke in = Stardew Valley 1.2
+
   |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    = Weather God
+
   |name    = Shipping Taxes
   |author  = nrm33n
+
   |author  = NOGAF
   |id      = nrm33n.weatherGod
+
   |id      = NOGAF.ShippingTaxes
   |nexus  = 15563
+
   |nexus  = 5189
 
   |github  =
 
   |github  =
  
   |status  = broken<!-- author uploaded source code instead of the compiled mod -->
+
  |broke in = Stardew Valley 1.5
 +
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Illnesses
+
   |name    = Shop Anywhere
   |author  = Sakorona
+
   |author  = SorryLate, rharyanto
   |id      = KoihimeNakamura.WeatherIllnesses
+
   |id      = SorryLate.ShopAnywhere
   |nexus  = 2210
+
   |nexus  = 5299
  |moddrop = 664153
+
   |github  =
   |github  = Sakorona/SDVMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Totem
+
   |name    = Shop Expander
   |author  = aedenthorn, Erinthe
+
   |author  = Entoarox
   |id      = aedenthorn.WeatherTotems
+
   |id      = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
   |nexus  = 16455
+
   |nexus  = 2278
   |github  = aedenthorn/StardewValleyMods
+
  |chucklefish = 4381
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wedding Mod
+
   |name    = Shoplifter
   |author  = Opalie
+
   |author  = TheMightyAmondee
   |id      = Opalie.Wedding
+
   |id      = TheMightyAmondee.Shoplifter
   |nexus  =
+
   |nexus  = 8569
  |moddrop = 526231
+
   |github  = TheMightyAmondee/Shoplifter
   |github  = Opalie/Wedding
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wedding Tweaks
+
   |name    = Shopping Cart
   |author  = aedenthorn, Erinthe
+
   |author  = LeFauxMatt
   |id      = aedenthorn.WeddingTweaks
+
   |id      = furyx639.ShoppingCart
   |curse  = 868829
+
   |curse  = 871829
   |nexus  = 10117
+
   |nexus  = 13701
   |github  = aedenthorn/StardewValleyMods
+
   |github  = LeFauxMatt/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weekly Break Reminder
+
   |name    = Shopping Show
   |author  = treehat
+
   |author  = AvalonMFX
   |id      = Treehat.WeeklyBreakReminder
+
   |id      = AvalonMFX.ShoppingShow
   |nexus  = 8194
+
  |curse  = 1016429
 +
   |nexus  = 18445
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Week Starts Sunday
+
   |name    = Shops Open Longer
   |author  = aedenthorn, Erinthe
+
   |author  = CyanFire
   |id      = aedenthorn.WeekStartsSunday
+
   |id      = CF.ShopOpenTimesSMAPI
   |nexus  = 13707
+
   |nexus  = 12693
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Werewolf in the Valley
 
  |author  = Platonymous
 
  |id      = Platonymous.Werewolf
 
  |curse  = 877223
 
  |moddrop = 1521370
 
  |nexus  = 15724
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = What Are You Missing
+
   |name    = Shop Tile Framework
   |author  = PrivateButtface
+
   |author  = Cherry, CherryChain
   |id      = PrivateButtface.WhatAreYouMissing
+
   |id      = Cherry.ShopTileFramework
   |nexus  = 4430
+
   |nexus  = 5005
   |github  = LukeSeewald/PublicStardewValleyMods
+
   |moddrop = 716384
 
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = What Farm Cave, WhatAMush
+
   |name    = Shovel Tool Upgrades, Upgradable Shovel
   |author  = Oxyligen
+
   |author  = moonslime
   |id      = WhatAMush
+
   |id      = moonslime.ShovelToolUpgrades
   |nexus  = 1097
+
   |nexus  = 16028
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after Growable Giant Crops-->
  |status  = workaround
 
  |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = wHats Up
+
   |name    = Show Birthdays
   |author  = Oxyligen
+
   |author  = Traktori
   |id      = wHatsUp
+
   |id      = Traktori.ShowBirthdays
   |nexus  = 1082
+
   |nexus  = 7495
   |github  =
+
   |github  = Traktori7/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Showcase
 +
  |author  = Igorious
 +
  |id      = Igorious.Showcase
 +
  |nexus  =
 +
  |chucklefish = 4487
 +
  |github  = Igorious/Stardew_Valley_Showcase_Mod
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Where Are They
+
   |name    = Show Catch Quality
   |author  = Capaldi12
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = Capaldi12.WhereAreThey
+
   |id      = f4iTh.ShowCatchQuality
   |nexus  = 13208
+
   |nexus  = 3326
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/Capaldi12/wherearethey
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Where's My Items?
+
   |name    = Show Cooking Recipes
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = MasterOfMutton
   |id      = f4iTh.WheresMyItems
+
   |id      = faragodavid.showcookingrecipes
   |nexus  = 2086
+
   |nexus  = 5525
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Show Daily Luck
 +
  |author  = Arphox
 +
  |id      = Arphox.ShowDailyLuck
 +
  |nexus  = 15910
 +
  |github  = arphox/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = White Turnip
+
   |name    = Show Item Quality
   |author  = ejun0
+
   |author  = Jonqora
   |id      = ejun0.WhiteTurnip
+
   |id      = Jonqora.ShowItemQuality
   |nexus  = 8568
+
   |nexus  = 6311
   |github  =
+
   |github  = Jonqora/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Who Lives Here
+
   |name    = Show NPC Names
   |author  = Prism 99
+
   |author  = dvkin
   |id      = prism99.wholiveshere
+
   |id      = dvkin.ShowNPCNames
   |nexus  = 19840
+
   |nexus  = 26507
   |github  = Prism-99/WhoLivesHere
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wiki Links
+
   |name    = Show Players Behind Buildings, Show Players Behind Map Tiles
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.WikiLinks
+
   |id      = aedenthorn.ShowPlayerBehind
   |nexus  = 11476
+
  |curse  = 868887
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 6540
 
+
   |github  = aedenthorn/stardewValleyMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wild Flowers, Wildflowers
+
   |name    = Show Predictable RNG Outcomes
   |author  = aedenthorn, Erinthe
+
   |author  = Relance
   |id      = aedenthorn.Wildflowers
+
   |id      = Relance.ShowPredictableRNGOutcomes
   |nexus  = 14061
+
   |nexus  = 13186
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wind Effects
+
   |name    = Show XP and Level Gains, Show XP
   |author  = CatCattyCat
+
   |author  = adverserath
   |id      = cat.windeffects
+
   |id      = Adverserath.ShowXP
   |nexus  = 6647
+
   |nexus  = 19501
  |moddrop = 833564
+
   |github  =
   |github  = danvolchek/StardewMods
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial version = 1.0.3-unofficial.5-brimbane
 
  |unofficial url    = http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119900
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Window Resize
+
   |name    = Shroom Spotter
   |author  = thatnzguy
+
   |author  = TehPers
   |id      = thatnzguy.WindowResize
+
   |id      = TehPers.ShroomSpotter
   |nexus  = 2266
+
   |nexus  = 908
   |github  = thatnzguy/WindowResize
+
  |moddrop = 125766
 +
   |github  = TehPers/StardewValleyMods
 +
 
 +
  |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    = Winter Grass
+
   |name    = Shroom Spotter Redux
   |author  = CatCattyCat, Cat
+
   |author  = Strobe and TehPers
   |id      = cat.wintergrass
+
   |id      = ShroomSpotter
   |nexus  = 1601
+
   |nexus  = 7934
  |moddrop = 833542
+
   |github  = strobel1ght/ShroomSpotterRedux
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Pigs
+
   |name    = Shut Up
   |author  = MindMeltMax
+
   |author  = Geko_X
   |id      = MindMeltMax.WinterPigs
+
   |id      = gekox.shutUp
   |moddrop = 1443556
+
   |moddrop = 1530062
   |nexus  = 16879
+
   |nexus  = 7358
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  =
 
+
   |source  = https://gitlab.com/geko_x/stardew-mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Rain
+
   |name    = Silent Alarm Clock
   |author  = idermailer
+
   |author  = Invatorzen
   |id      = idermailer.WinterRain
+
   |id      = invatorzen.AC
   |nexus  = 13767
+
   |nexus  = 12164
   |github  = idermailer/WinterRain
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Star Spouse
+
   |name    = Silent Scarecrows
   |author  = drbirbdev
+
   |author  = climaxius
   |id      = drbirbdev.WinterStarSpouse
+
   |id      = climaxius.silentscarecrows
   |nexus  = 14164
+
   |nexus  = 3258
   |github  = drbirbdev/StardewValley
+
   |github  = robbiev/SilentScarecrows
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Witcher Mod
+
   |name    = Silo Report
   |author  = aedenthorn, Erinthe
+
   |author  = bogie5464
   |id      = Aedenthorn.WitcherMod
+
   |id      = bogie5464.SiloReport
   |nexus  = 5797
+
   |nexus  = 3194
   |github  = aedenthorn/StardewValleyMods
+
   |github  = bogie5464/SiloReport
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wizard's Mystical Stationary
+
   |name    = Silo Size
   |author  = Taskmaster
+
   |author  = pepoluan
   |id      = Taskmaster.WizardsMysticalStationary
+
   |id      = pepoluan.SiloSize
   |nexus  = 5246
+
   |nexus  = 8819
 +
  |moddrop = 981291
 
   |github  =
 
   |github  =
 +
  |source  = https://sourceforge.net/p/sdvmod-silo-size/
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wonderful Farm Life
+
   |name    = Simple Crop Label
   |author  = Jinxiewinxie and TaintedWheat
+
   |author  = TheMusketeer
   |id      = WonderfulFarmLife
+
   |id      = SimpleCropLabel
   |nexus  =
+
   |nexus  = 314
  |url    = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
+
   |github  =
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Working Fireplace
+
   |name    = Simple Discord RPC (Stardew Edition), Simple RPC
   |author  = jahangmar
+
   |author  = HypherionSA
   |id      = jahangmar.WorkingFireplace
+
   |id      = hypherionsa.simplerpc
   |nexus  = 3654
+
   |curse   = 1023556
  |github  = jahangmar/StardewValleyMods
+
   |nexus  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = X
 
   |author  = skiilaa
 
  |id      = skiilaa.X
 
   |nexus  = 2286
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.20
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XP Display
+
   |name    = Simple HUD
   |author  = Shockah
+
   |author  = Enaium
   |id      = Shockah.XPDisplay
+
   |id      = Enaium.SimpleHUD
   |nexus  = 11089
+
  |moddrop = 1145228
   |github  = Shockah/Stardew-Valley-Mods
+
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/SimpleHUD
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XPMultiplier
+
   |name    = Simple Hunger System, Hunger Mod
   |author  = nofilenamed
+
   |author  = skn
   |id      = NFN.XPMUL
+
   |id      = skn.HungerMod
   |nexus  = 8649
+
   |nexus  = 3270<!--was 1127 before re-release-->
   |github  = nofilenamed/XPMultiplier
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XPMultiplier.Space
+
   |name    = Simple Screenshots, Screenshot
   |author  = nofilenamed
+
   |author  = aedenthorn, Erinthe
   |id      = NFN.XPMULSPA
+
   |id      = aedenthorn.Screenshot
   |nexus  = 8760
+
  |curse  = 868826
   |github  = nofilenamed/XPMultiplier.Space
+
   |nexus  = 10178
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Xtardew Core
+
   |name    = Simple Sound Manager
   |author  = hixega
+
   |author  = Omegasis, AlphaOmegasis
   |id      = hixega.XtardewCore
+
   |id      = Omegasis.SimpleSoundManager
   |nexus  = 19096
+
   |nexus  = 1410
   |github  =
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yanshufitos Mod
+
   |name    = Simple Sounds
   |author  = yanshufitos
+
   |author  = BleakCodex
   |id      = yanshufitos.yanshufitosmod
+
   |id      = BleakCodex.SimpleSounds
   |nexus  = 20355
+
   |nexus  = 14540
 +
  |github  = BleakCodex/SimpleSounds
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Simple Sprinkler
 +
  |author  = ADoby, tZed, Tobias Z
 +
  |id      = tZed.SimpleSprinkler
 +
  |nexus  = 76
 +
  |github  = ADoby/SimpleSprinkler
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Simplified Achievements
 +
  |author  = cel10e
 +
  |id      = cel10e.SimplifiedAchievements
 +
  |moddrop = 909416
 +
  |nexus  = 8026
 
   |github  =
 
   |github  =
  
   |broke in = never worked
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Year-Round Crops
+
   |name    = Singin' Stone
   |author  = vincebel
+
   |author  = CyTheGuy01
   |id      = vincebel.YearRoundCrops
+
   |id      = CyTheGuy01.TestMod
   |nexus  = 8196
+
   |nexus  = 6463
   |github  = vincebel7/YearRoundCrops
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Fishing Mod
+
   |name    = Single-Player Regen, Single-Player Sleep
   |author  = NeverToxic
+
   |author  = MindMeltMax
   |id      = NeverToxic.YetAnotherFishingMod
+
   |id      = MindMeltMax.SPRegen
   |nexus  = 20391
+
  |curse  = 997962
   |github  = Dunc4nNT/StardewMods
+
   |nexus  = 6778
 +
  |moddrop = 1135654
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Harvest With Scythe Mod, Harvest With Scythe
+
   |name    = SinZational Several Spouse Spots
   |id      = bcmpinc.HarvestWithScythe
+
  |author  = SinZ
   |nexus  = 2731
+
   |id      = SinZ.SeveralSpouseSpots
  |author  = bcmpinc
+
   |nexus  = 20655
   |github  = bcmpinc/StardewHack
+
   |github  = SinZ163/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Map Teleport, Stardew Map Teleport
+
   |name    = SinZational Shared Spaces
   |author  = moddem
+
   |author  = SinZ
   |id      = moddem.StardewMapTeleport
+
   |id      = SinZ.SharedSpaces
   |nexus  = 18143
+
   |nexus  = 20654
   |github  =
+
   |github  = SinZ163/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Sprint Mod
+
   |name    = SinZational Spending Services
   |author  = XxHarvzBackxX
+
   |author  = SinZ
   |id      = XxHarvzBackxX.YASM
+
   |id      = SinZ.SinZationalSpendingServices
   |nexus  = 9228
+
   |nexus  = 20656
   |github  =
+
   |github  = SinZ163/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = You've Got Mail - Twitch Integration
+
   |name    = Sit and Rest
   |author  = Jaredlll08, YGM Team
+
   |author  = Krutonium
   |id      = BlameJared.YGM, YGM.SDVMod<!--changed in 2.0-->
+
   |id      = Krutonium.SitandRest
  |curse  = 308005
+
   |nexus  = 7403
   |nexus  =
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = zDailyIncrease
+
   |name    = Sit For Stamina
   |author  = thakyZ
+
   |author  = Entoarox
   |id      = zdailyincrease
+
   |id      = Entoarox.SitForStamina
   |nexus  =
+
   |nexus  = 7334
  |chucklefish = 4247
+
   |github  = Entoarox/StardewMods
   |github  = thakyZ/zDailyIncrease
 
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zenchman
+
   |name    = Sit n' Relax: Rest Your Butt
   |author  = BlaDe
+
   |author  = MissCoriel
   |id      = BlaDe.Zenchman
+
   |id      = misscoriel.sitnrelax
   |nexus  = 12024
+
  |curse  = 885078
   |github  =
+
   |nexus  = 7336
 +
   |github  = MissCoriel/Sit-n-Relax
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zen Mod
+
   |name    = Sit on Chairs, Sentar Em Cadeiras
   |author  = PositiveVegan
+
   |author  = BrasileiroTop, Vagabundo2421
   |id      = PositiveVegan.ZenMod
+
   |id      = BrasileiroTop.Sentar
   |nexus  = 12899
+
   |nexus  = 4729
 
   |github  =
 
   |github  =
 +
 +
  |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    = Zombie Outbreak
+
   |name    = Sixty-Nine Shirt, Sixty-Nine
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ZombieOutbreak
+
   |id      = aedenthorn.SixtyNine
   |nexus  = 6743
+
  |curse  = 868872
 +
   |nexus  = 6969
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoom Level
+
   |name    = Sizable Fish
   |author  = thespbgamer
+
   |author  = spacechase0
   |id      = thespbgamer.ZoomLevel
+
   |id      = spacechase0.SizableFish
   |curse  = 714275
+
   |curse  = 867135
   |nexus  = 7363
+
   |nexus  = 14267
   |github  = thespbgamer/ZoomLevel
+
   |github  = spacechase0/StardewValleyMods
}}
 
{{#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.6
  |status  = workaround
 
  |summary  = use [[#Zoom Level|Zoom Level]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoom Mod / Zoom Out Extreme
+
   |name    = Skateboard
   |author  = RockinRolla
+
   |author  = aedenthorn, Erinthe
   |id      = RockinMods.ZoomMod
+
   |id      = aedenthorn.Skateboard
   |nexus  = 1326
+
  |curse  = 868742
   |github  = rockinrolla/ZoomMod
+
   |nexus  = 13096
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.33
+
   |broke in = Stardew Valley 1.6
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoomy Farmer
+
   |name    = Skateboard For 1.6
   |author  = Geko_X
+
   |author  = chiccen
   |id      = gekox.zoomyFarmer
+
   |id      = chiccen.Skateboard
   |nexus  = 6031
+
   |nexus  = 24074
 
   |github  =
 
   |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|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    = Skillful Clothes
   |author  = Alex Noddings
+
   |author  = LunaticShade
   |id      = an.4leaf
+
   |id      = LunaticShade.SkillfulClothes
   |nexus  = 2365
+
   |nexus  = 8541
 +
  |github  = LunaticShade/StardewValley.SkillfulClothes
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skillful Clothes Revamp
 +
  |author  = Nature
 +
  |id      = Nature.1011108
 +
  |nexus  = 27345
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advanced Location Loader
+
   |name    = Skill Prestige
   |author  = Entoarox
+
   |author  = CinderGarde, Alphablackwolf
   |id      = Entoarox.AdvancedLocationLoader
+
   |id      = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
   |nexus  = 2270
+
   |nexus  = 569
   |chucklefish = 3619
+
   |github  = Alphablackwolf/SkillPrestige
   |github  = Entoarox/StardewMods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skill Prestige for All SpaceCore Skill Mods
 +
  |author  = CinderGarde, Alphablackwolf
 +
  |id      = CinderGarde.SpaceCoreSkillAdapter
 +
  |nexus  = 569
 +
  |github  = Alphablackwolf/SkillPrestige
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skill Prestige for Cooking Skill, Cooking Skill Prestige Adapter
 +
  |author  = CinderGarde, Alphablackwolf
 +
  |id      = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
 +
  |nexus  = 569
 +
   |github  = Alphablackwolf/SkillPrestige
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
   |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
+
   |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    = Advancing Sprinklers
+
   |name    = Skill Prestige for Love of Cooking, SkillPrestige.LoveOfCooking
   |author  = Warix3
+
   |author  = Tondorian
   |id      = warix3.advancingsprinklers
+
   |id      = Tondorian.SkillPrestige.LoveOfCooking
   |nexus  = 2983
+
   |nexus  = 18605
   |github  =
+
   |github  = Tondorian/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3<!--@retest after The Love of Cooking-->
  |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    = Skill Prestige for Luck Skill
   |author  = CKextreme
+
   |author  = CinderGarde, Alphablackwolf
   |id      = CKextreme.AfkTimer
+
   |id      = Alphablackwolf.LuckSkillPrestigeAdapter
   |nexus  = 3721
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Aging Mod
+
   |name    = Skill Prestige for Magic
   |author  = skn
+
   |author  = CinderGarde, Alphablackwolf
   |id      = skn.AgingMod
+
   |id      = alphablackwolf.MagicPrestigeAdapter
   |nexus  = 1129
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
  
   |broke in = SMAPI 2.0
+
   |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    = All Crops All Seasons
+
   |name    = Skill Rings
   |author  = cantorsdust
+
   |author  = AlphaMeece
   |id      = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
+
   |id      = AlphaMeece.SkillRings
   |nexus   = 170
+
   |curse   = 991336
   |github  = cantorsdust/StardewMods
+
   |nexus  = 7515
 
+
   |github =
   |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    = Angel's Lead Rod Drop Rate Fixer
+
   |name    = Skills Experience Bars, Skills Exp Bars
   |author  = Angela Ranna
+
   |author  = Muuaji
   |id      = AngelaRanna.LeadRodFixer
+
   |id      = Muuaji.SkillsExpBars
   |nexus  = 6894
+
   |nexus  = 25112
   |github  = AngelaRanna/StardewMods
+
   |github  =
 
 
  |status  = obsolete
 
  |summary = remove this mod (lead rod drop rate fixed in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Animal Mood Fix
+
   |name    = Skill Training
   |author  = Grant Peters
+
   |author  = spacechase0
   |id      = GPeters-AnimalMoodFix
+
   |id      = spacechase0.SkillTraining
   |nexus   = 761
+
   |curse   = 867132
   |github  =
+
   |nexus   = 14452
   |broke in = SMAPI 2.0
+
   |github = spacechase0/StardewValleyMods
   |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    = Skinny Animals
   |author  = DaLion
+
   |author  = tem696969696969
   |id      = DaLion.ImmersivePonds, DaLion.ImmersiveFishPonds<!--before 2.0.7-->
+
   |id      = tem696969696969.SkinnyAnimals
   |nexus  = 11288
+
   |nexus  = 21826
   |github  =
+
   |github  = kqrse/StardewValleyMods
 
 
  |status  = abandoned
 
  |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    = Skin Tone Loader
   |author  = Felix-Dev
+
   |author  = HeyImAmethyst
   |id      = Felix-Dev.ArchaeologyHouseContentManagementHelper
+
   |id      = HeyImAmethyst.SkinToneLoader
   |nexus  = 2804
+
   |nexus  = 22797
   |github  = Felix-Dev/StardewMods
+
   |github  = HeyImAmethyst/SkinToneLoader
 
 
  |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    = Armor Ore
+
   |name    = Skip Cutscanes
   |author  = gmff
+
   |author  = Zexu2K
   |id      = GMFF.ArmorOre
+
   |id      = Zexu2K.SkipCutscenesMod
   |nexus  =
+
   |nexus  = 25201
  |curse  = 485718
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.6
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Audio Devices
+
   |name    = Skip Dialogue
   |author  = Max Vollmer, SVProtector
+
   |author  = FricativeMelon
   |id      = maxvollmer.audiodevices
+
   |id      = FricativeMelon.SkipDialogue
   |nexus  = 2838
+
   |nexus  = 15311
   |github  = maxvollmer/AudioDevices
+
   |github  = FricativeMelon/SkipDialogue
 
 
  |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
   |name    = Auto-Grabber Mod
+
   |name    = Skip Fish
   |author  = Jotser
+
   |author  = LucaINC
   |id      = Jotser.AutoGrabberMod
+
   |id      = LucaINC.StardewValleyMods.SkipFish
   |nexus  = 2783
+
   |nexus  = 19762
 
   |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).
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Auto Stack Items to Chest
+
   |name    = Skip Fishing Minigame
   |author  = Chosimba
+
   |author  = DewMods
   |id      = Chosimba.AutoStackItemsToChest
+
   |id      = DewMods.StardewValleyMods.SkipFishingMinigame
   |nexus  = 2307
+
   |nexus  = 2697
 
   |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 Chance Adjustment
+
   |name     = Skip Fishing Minigame 2
   |author = LateFilmsGamer
+
   |author   = philosquare
   |id     = Late's.AdjustBabyChance
+
   |id       = philosquare.SkipFishingMinigame2
   |nexus  = 15018
+
   |moddrop  = 1530481
   |github  =
+
   |nexus    =
 
+
   |github  = philosquare/SDVSkipFishingMinigame2
   |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Baby Gender Interface
+
   |name    = Skip Intro
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Pathoschild
   |id      = f4iTh.BabyGenderInterface
+
  |id      = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
   |nexus  = 1947
+
  |curse  = 1000635
 +
  |nexus  = 533
 +
  |moddrop = 606601
 +
  |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skip Start
 +
  |author  = DeadRobotDev
 +
   |id      = DeadRobotDev.SkipStart
 +
   |nexus  = 11885
 
   |github  =
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bee House Flower Range Fix
+
   |name    = Skip Text
   |author  = KirbyLink
+
   |author  = CrunchyDuck
   |id      = kirbylink.beehousefix
+
   |id      = CrunchyDuck.SkipText
   |nexus  = 3013
+
   |nexus  = 8947
   |github  = KirbyLink/BeeHouseFix
+
   |github  = CrunchyDuck/Stardew-Skip-Text
 
 
  |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    = Skull Cave Auto Pause
   |author  = Taskmaster
+
   |author  = kun2331
   |id      = Taskmaster.BeMyValentine
+
   |id      = kun2331.SkullCaveAutoPause
   |nexus  = 5219
+
   |nexus  = 25767
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better 10 Hearts
+
   |name    = Skull Cavern Drill
   |author  = Sonozuki
+
   |author  = S1mmyy
   |id      = EpicBellyFlop45.Better10Hearts
+
   |id      = S1mmyy.SkullCavernDrill
   |nexus  = 3605
+
   |nexus  = 6121
   |github  = Sonozuki/StardewMods
+
   |github  = S1mmyy/StardewMods
  
  |status  = abandoned
 
 
   |broke in = Stardew Valley 1.6
 
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crab Pots
+
   |name    = Skull Cavern Drill Redux
   |author  = Sonozuki
+
   |author  = NetworkOverflow
   |id      = EpicBellyFlop45.BetterCrabPots
+
   |id      = NetworkOverflow.SkullCavernDrillRedux
   |nexus  = 3159
+
   |nexus  = 16533
   |github  = Sonozuki/StardewMods
+
   |github  = AndrewGraber/Skull-Cavern-Drill-Redux
 
+
}}
   |status = abandoned
+
{{#invoke:SMAPI compatibility|entry
   |broke in = Stardew Valley 1.6
+
  |name    = Skull Cavern Elevator
 +
   |author = Bifibi, Lestoph
 +
  |id      = SkullCavernElevator
 +
   |nexus  = 963
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crafting
+
   |name    = Skull Cavern Toggle
   |author  = RedstoneBoy
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = RedstoneBoy.BetterCrafting
+
   |id      = TheMightyAmondee.SkullCavernToggle
   |nexus  = 2504
+
   |nexus  = 7908
   |github  = RedstoneBoy/BetterCrafting
+
   |github  = TheMightyAmondee/SkullCavernToggle
 
 
  |status  = abandoned
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crafting → SpaceCore Support, Better Crafting → SpaceCore and DynamicGameAssets Support
+
   |name    = Skull Cave Saver
   |author  = Khloe Leclair
+
   |author  = cantorsdust
   |id      = leclair.bcspacecore
+
   |id      = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
   |nexus  = 11115
+
   |nexus  = 175
  |moddrop = 1115749
+
   |github  = cantorsdust/StardewMods
   |github  = KhloeLeclair/StardewMods
 
  
   |status  = obsolete
+
   |status  = abandoned
   |summary = remove this mod (SpaceCore support was added to Better Crafting in version 1.2).
+
   |summary = remove this mod (no longer maintained; use [[#Skull Cavern Elevator|Skull Cavern Elevator]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Transmutation
+
   |name    = Sleeping Stamina Config
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = ilMioPuntatore
   |id      = f4iTh.BetterTransmutation
+
   |id      = ilMioPuntatore.Sleeping
   |nexus  = 2120
+
   |nexus  = 25244
 
   |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    = Sleep In Wedding
   |author  = BunnyJumps
+
   |author  = atravita
   |id      = BunnyJumps.BJSCapsuleMod
+
   |id      = atravita.SleepInWedding
   |nexus  = 2502
+
  |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    = BJS MP Kick Mod
+
   |name    = Sleepless Fisherman
   |author  = BunnyJumps
+
   |author  = Annosz
   |id      = BunnyJumps.BJSMPKickMenu
+
   |id      = Annosz.SleeplessFisherman
   |nexus  = 2503
+
   |nexus  = 5915
   |github  =
+
   |github  = Annosz/StardewValleyModding
 
 
  |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    = Sleepless in Stardew
   |author  = BunnyJumps
+
   |author  = instafluff
   |id      = BunnyJumps.BJSNightSounds
+
   |id      = instafluff.sleeplessinstardew
   |nexus  = 2501
+
   |nexus  = 5445
   |github  =
+
   |github  = instafluff/SleeplessInStardew
 
 
  |broke in = SMAPI 2.8
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Only Treasure Room
+
   |name    = Sleepovers
   |author  = BunnyJumps
+
   |author  = bwdy
   |id      = BunnyJumps.BJSOnlyTreasureRoom
+
   |id      = bwdy.sleepovers
   |nexus  = 3145
+
   |nexus  = 3531
   |github  =
+
   |github  = bwdymods/SDV-Sleepovers
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Plant Everywhere
+
   |name    = Sleep Warning
   |author  = BunnyJumps
+
   |author  = GlimmerDev
   |id      = BunnyJumps.BJSPlantEverywhere
+
   |id      = glimmerDev.SleepWarning
   |nexus  = 3143
+
   |nexus  = 21128
   |github  =
+
   |github  = GlimmerDev/StardewValleyMod_SleepWarning
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Stop Grass
+
   |name    = Sleep Wherever
   |author  = BunnyJumps
+
   |author  = Vexorth
   |id      = BunnyJumps.BJSStopGrass
+
   |id      = Vexorth.SleepWherever
   |nexus  = 2500
+
   |nexus  = 16674
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Thunderstorm
+
   |name    = Sleep Worker
   |author  = BunnyJumps
+
   |author  = Platonymous
   |id      = BunnyJumps.BJSThunderStorm
+
   |id      = Platonymous.SleepWorker
   |nexus  = 3144
+
  |curse  = 877233
   |github  =
+
  |moddrop = 793835
 +
  |nexus  = 2062
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sleepy Eye
 +
  |author  = spacechase0
 +
  |id      = spacechase0.SleepyEye
 +
  |curse  = 867761
 +
  |moddrop = 129011
 +
   |nexus  = 1152
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Blue Chickens in Multiplayer
+
   |name    = Slime Hutch Resize and Retexture, Slime Hutch Resize
   |author  = WindHero
+
   |author  = fernass354
   |id      = WindHero.BlueChickensInMultiplayer
+
   |id      = fernass354.SlimeHutchResize
   |nexus  = 2336
+
   |nexus  = 18507
   |github  = HeroOfTheWinds/BlueChickensInMultiplayer
+
   |github  =
  
   |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    = Slime Hutch Water Spots
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.Bow
+
   |id      = aedenthorn.SlimeHutchWaterSpots
   |nexus   = 2756
+
   |curse   = 868735
   |moddrop = 771627
+
   |nexus  = 13778
   |github  = spacechase0/Bow
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Archery|Archery]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Brave New World - Core, BNW Core
+
   |name    = Slime Minerals
   |author  = DiogoAlbano
+
   |author  = ChrisMzz
   |id      = DiogoAlbano.BNWCore
+
   |id      = ChrisMzz.slimeminerals
   |nexus  = 15871
+
   |nexus  = 20930
   |github  =
+
   |github  = ChrisMzz/StardewValleyMods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bwdyworks
+
   |name    = Slime Mods, Slime Minigame, Slime QOL
   |author  = bwdy
+
   |author  = Tofu, SadDodo
   |id      = bwdyworks
+
   |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
   |nexus  = 3530
+
   |nexus  = 2743
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3.29
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Capitalist Split Money
+
   |name    = Slime Produce
   |author  = Ilyaki
+
   |author  = exotico
   |id      = Ilyaki.CapitalistSplitMoney
+
   |id      = exotico.SlimeProduce
   |nexus  = 3083
+
   |nexus  = 7634
   |github  = Ilyaki/CapitalistSplitMoney
+
   |github  = andraemon/SlimeProduce
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
   |status  = obsolete
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-122362
   |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
+
   |unofficial version = 1.3.4-unofficial.1-LikeFrogs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Casks Anywhere
+
   |name    = Slime Spawner
   |author  = YukiShiku, LeonBlade
+
   |author  = aurnj, Roy Li
   |id      = CasksAnywhere
+
   |id      = RuyiLi.SlimeSpawner
   |nexus  = 878
+
   |nexus  =
   |chucklefish = 5486
+
   |url    = https://community.playstarbound.com/threads/slime-spawner.129326/
  |moddrop = 124612
+
   |github  =
   |github  = LeonBlade/CasksAnywhere
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 2.0
  |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    = Slime Water Filler, Slime AutoWaterer
   |author  = aclockworkhound
+
   |author  = Speshkitty
   |id      = aclockworkhound.ChildBedConfig
+
   |id      = speshkitty.slimewaterer
   |nexus  = 3540
+
   |nexus  = 7141
   |github  = clockworkhound/SDV-ChildBedConfig
+
   |github  = Speshkitty/SlimeWaterFiller
  
 +
  |broke in = Stardew Valley 1.5
 
   |status  = obsolete
 
   |status  = obsolete
   |summary  = remove this mod (added in Stardew Valley 1.5).
+
   |summary  = remove this mod (fixed in Stardew Valley 1.5).
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = CJB Automation
+
   |name    = Slim Hutch
   |author  = CJBok
+
   |author  = Peasly Wellbott
   |id      = CJBAutomation
+
   |id      = Wellbott.SlimHutchCode
   |nexus  = 211
+
   |nexus  = 7424
   |github  = CJBok/SDV-Mods
+
   |github  = Wellbott/StardewValleyMods
 
 
  |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
   |name    = Climates of Ferngill, Ferngill Custom Weather, Ferngill Weathers
+
   |name    = Slingshot Drop Point, 弹弓落点
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Night
   |id      = KoihimeNakamura.FerngillCustomWeathers, KoihimeNakamura.ClimatesOfFerngill<!--changed in 2.0-->
+
   |id      = Night.Slingshot
   |nexus  = 604
+
   |nexus  = 26608
  |moddrop = 664033
+
   |github  =
   |github  = Sakorona/SDVMods
 
  |broke in = Stardew Valley 1.6
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained)
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Clock24
+
   |name    = Slingshot Rebalance
   |author  = Lysero
+
   |author  = Redwood, Towering Redwood
   |id      = Lysero.Clock24
+
   |id      = Redwood.SlingshotRebalance
   |nexus  = 3718
+
   |nexus  = 14391
 
   |github  =
 
   |github  =
  
   |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    = Slingshot Seeds
   |author  = spacechase0
+
   |author  = BlaDe
   |id      = spacechase0.Cobalt
+
   |id      = BlaDe.SlingshotSeeds
   |nexus  = 1723
+
   |nexus  = 25943
   |github  = spacechase0/Cobalt
+
   |github  =
 
 
  |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    = Cold Weather Haley SMAPI
+
   |name    = Slots Cheats
   |author  = DanielSerrano, Lord Xamon
+
   |author  = Fischkop2
   |id      = LordXamon.ColdWeatherHaleyPRO
+
   |id      = Fischkop2.SlotsCheats
   |nexus  = 1169
+
   |nexus  = 22574
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Slower Fence Decay
 +
  |author  = OrSpeeder, Mauricio Gomes
 +
  |id      = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
 +
  |nexus  = 252
 +
  |source  = https://gitlab.com/speeder1/FenceSlowDecayMod
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead).
+
   |summary  = use [[#No Fence Decay Redux|No Fence Decay Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Colored Chests
+
   |name    = Smack Dat Scarecrow
   |author  = Igorious
+
   |author  = LeFauxMatt
   |id      = 4befde5c-731c-4853-8e4b-c5cdf946805f
+
   |id      = furyx639.SmackDatScarecrow
   |nexus   =
+
   |curse   = 871830
   |chucklefish = 3684
+
   |nexus  = 13528
   |github  =
+
   |github  = LeFauxMatt/StardewMods
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.6
   |status  = obsolete
+
   |status  = abandoned
   |summary = remove this mod (colored chests added in Stardew Valley 1.1).
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Small Beach Farm
 +
   |author = Pathoschild
 +
  |id      = Pathoschild.SmallBeachFarm
 +
  |curse  = 1000624
 +
  |nexus  = 3750
 +
  |moddrop = 606555
 +
  |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Colorful Chests
+
   |name    = Smaller Fish Ponds, Fish Well
   |author  = spacechase0
+
   |author  = Peasly Wellbott
   |id      = spacechase0.ColorfulChests
+
   |id      = Wellbott.FishWell
   |nexus  = 1623
+
   |nexus  = 7651
  |moddrop = 279189
+
   |github  = Wellbott/StardewValleyMods
   |github  = spacechase0/ColorfulChests
 
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
  |summary = use [[#The Return of Smaller Fish Ponds|The Return of Smaller Fish Ponds]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Concentration on Farming
+
   |name    = Small Tree Texture
   |author  = punyo, yakminepunyo
+
   |author  = season
   |id      = punyo.ConcentrationOnFarming
+
   |id      = season.SmallTreeTexture
   |nexus  = 1445
+
   |nexus  = 22285
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Smart Building
 +
  |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.SmartBuilding
 +
  |curse  = 1019046
 +
  |nexus  = 11158
 +
  |github  = DecidedlyHuman/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Smart Cursor
 +
  |author  = stokastic
 +
  |id      = stokastic.SmartCursor
 +
  |nexus  = 2458
 +
  |github  = stokastic/SmartCursor
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = SMAPI 3.0
   |status   = abandoned
+
  |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
 +
  |name    = Smart Cursor
 +
  |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.SmartCursor
 +
  |nexus  = 13268
 +
  |github  = DecidedlyHuman/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Smart Spin - Pre-fill Optimal Wager
 +
  |author  = Jonathan Feenstra
 +
  |id      = JonathanFeenstra.SmartSpin
 +
   |nexus  = 28042
 +
   |github  = JonathanFeenstra/SmartSpin
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Configurable Shipping Dates
+
   |name    = Smarter Carpenters
   |author  = Nishtra
+
   |author  = TheWarpriest
   |id      = ConfigurableShippingDates
+
   |id      = TheWarpriest.SmarterCarpenters
   |nexus  = 675
+
   |nexus  = 25417
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Console Coordinates
+
   |name    = SmartMod
   |author  = Pillow
+
   |author  = KuroBear
   |id      = Pillow.ConsoleCoordinates
+
   |id      = KuroBear.SmartMod
   |nexus  = 8957
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/108104
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Copy Invite Code
+
   |name    = Smol Fish
   |author  = CatCattyCat, Cat
+
   |author  = gbromios
   |id      = cat.copyinvitecode
+
   |id      = gbromios.SmolFish
   |nexus  = 2171
+
   |nexus  = 14287
   |github  = danvolchek/StardewMods
+
   |github  =
 
+
}}
   |status = obsolete
+
{{#invoke:SMAPI compatibility|entry
   |summary = remove this mod (added in Stardew Valley 1.3.17).
+
  |name    = Snack Anything
 +
   |author = Cherry, ChroniclerCherry
 +
   |id      = Cherry.SnackAnything
 +
  |nexus  = 5196
 +
  |moddrop = 716397
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Craft Counter
+
   |name    = Snail Mail
   |author  = bcmpinc
+
   |author  = Darkhax
   |id      = bcmpinc.CraftCounter
+
   |id      = darkhax.snailmail
   |nexus  = 2739
+
   |nexus  =
   |github  = bcmpinc/StardewHack
+
  |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    = Crafting Counter
+
   |name    = Snow Crab
   |author  = lolpcgaming
+
   |author  = John Peters
   |id      = lolpcgaming.CraftingCounter
+
   |id      = JohnPeters.SnowCrab
   |nexus  = 1585
+
   |nexus  = 11302
 
   |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    = Craft Priority
+
   |name    = Socializing Skill
   |author  = trienow
+
   |author  = drbirbdev
   |id      = de.trienow.stardew.craftpriority
+
   |id      = drbirbdev.SocializingSkill
   |nexus  = 4174
+
   |nexus  = 14142
   |github  = trienow/Stardew-CraftPriority
+
   |github  = drbirbdev/StardewValley
 
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Creeper Forage
+
   |name    = Social Network
   |author  = bwdy
+
   |author  = Cecidelus
   |id      = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
+
   |id      = Cecidelus.SocialNetwork
   |nexus  = 2115
+
   |nexus  = 8255
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Crop Safety
+
   |name    = Social Page Order Button
   |author  = BadNetCode
+
   |author  = aedenthorn, Erinthe
   |id      = BadNetCode.CropSafety
+
   |id      = aedenthorn.SocialPageOrderButton
   |nexus   = 1233
+
   |curse   = 868857
   |moddrop = 130160
+
   |nexus  = 7871
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Social Page Order Redux|Social Page Order Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Current Location
+
   |name    = Social Page Order Menu
   |author  = Omegasis, AlphaOmegasis
+
   |author  = aedenthorn, Erinthe
   |id      = CurrentLocation102120161203
+
   |id      = aedenthorn.SocialPageOrderMenu
   |nexus  = 638
+
  |curse  = 868737
   |github  = janavarro95/Stardew_Valley_Mods
+
   |nexus  = 13698
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
+
   |summary  = use [[#Social Page Order Redux|Social Page Order Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Asset Modifier, Custom Asset Editor
+
   |name    = Social Page Order Redux
   |author  = Omegasis, AlphaOmegasis
+
   |author  = aedenthorn and FlyingTNT
   |id      = Omegasis.CustomAssetModifier
+
   |id      = FlyingTNT.SocialPageOrderRedux
   |nexus  = 1836
+
   |nexus  = 23374
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = FlyingTNT/StardewValleyMods
 
 
  |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
   |name    = Custom Bundles
+
   |name    = Social Tab Patch for Unlimited Players
   |author  = LeFauxMatt
+
   |author  = funny-snek
   |id      = furyx639.CustomBundles
+
   |id      = funnysnek.socialtabpatch
   |nexus  = 8258
+
   |nexus  = 2981
 
+
   |github  =
   |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Crops
+
   |name    = Solar Eclipse Event
   |author  = spacechase0
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = spacechase0.CustomCrops
+
   |id      = KoihimeNakamura.SolarEclipseEvent
   |nexus  = 1592
+
   |nexus  = 897
  |moddrop = 273617
+
   |github  = JohnsonNicholas/SDVMods
   |github  = spacechase0/CustomCrops
 
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = abandoned
 
   |status  = abandoned
   |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
+
   |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    = Custom Element Handler
+
   |name    = Solid Foundations → Automate Integration
   |author  = Platonymous
+
   |author  = PeacefulEnd
   |id      = Platonymous.CustomElementHandler
+
   |id      = PeacefulEnd.SolidFoundationsAutomate
   |nexus  = 1068
+
   |nexus  = 12311
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Floogen/SolidFoundations
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Solid Foundations 2.0.2?
  |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    = Sona's Farm
   |author  = purrplingcat
+
   |author  = Kerlin & Sona
   |id      = PurrplingCat.CustomEmotes
+
   |id      = kerlin.sonasfarm
   |nexus  = 10861
+
   |nexus  = 8545
   |github  = purrplingcat/CustomEmotes
+
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farming Redux
+
   |name    = Sonic Shoes
   |author  = Platonymous
+
   |author  = lilico
   |id      = Platonymous.CustomFarming
+
   |id      = lilico.SonicShoes
   |nexus  = 991
+
   |nexus  = 10226
  |curse  = 307366
+
   |github  =
  |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    = Custom Farming Redux → CFAutomate
+
   |name    = Sorted Storages
   |author  = Platonymous
+
   |author  = TeamCoFH, Tech, Zeldo
   |id      = Platonymous.CFAutomate
+
   |id      = Zeldo.LinkedStorages
   |nexus  = 991
+
   |nexus  =
   |github  = Platonymous/Stardew-Valley-Mods
+
  |curse  = 290653
 +
   |github  =
  
   |broke in = Automate 1.15
+
   |broke in = Stardew Valley 1.3
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod → PFMAutomate|Producer Framework Mod → PFMAutomate]] instead.
+
   |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] 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    = Sorting Chests
   |author  = spacechase0
+
   |author  = aRooooooba
   |id      = spacechase0.CustomFarmTypes
+
   |id      = aRooooooba.SortingChests
   |nexus  = 1140
+
   |nexus  = 8224
  |moddrop = 128708
+
   |github  = aRooooooba/SortingChests
   |github  = spacechase0/CustomFarmTypes
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Greenhouse
+
   |name    = Sound Effect Replacement
   |author  = Forkmaster
+
   |author  = aedenthorn, Erinthe
   |id      = Forkmaster.CustomGreenhouse
+
   |id      = aedenthorn.SoundEffectReplacement
   |nexus  = 3464
+
  |curse  = 868817
   |github  =
+
   |nexus  = 10232
 +
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Harvest Fix
+
   |name    = Sound Loop Mod
   |author  = mytigio
+
   |author  = strelkasaur
   |id      = mytigio.customharvestfix
+
   |id      = com.strelkasaurus.sm.soundloop
   |nexus  = 4192
+
   |nexus  = 13099
   |github  = mytigio/CustomHarvestFix
+
   |github  =
 
 
  |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
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customise Child Bedroom
+
   |name    = Sounds Patcher
   |author  = Speshkitty
+
   |author  = MindMeltMax
   |id      = speshkitty.CustomiseChildBedroom
+
   |id      = MindMeltMax.SoundsPatcher
   |nexus   = 5540
+
   |curse   = 997976
   |github  = Speshkitty/CustomiseChildBedroom
+
   |nexus  = 7465
 
+
   |moddrop = 1135690
   |status  = obsolete
+
   |github  = MindMeltMax/Stardew-Valley-Mods
   |summary = remove this mod (added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Cursor Sprite
+
   |name    = Sound Tweaker
   |author  = Sonozuki
+
   |author  = aedenthorn, Erinthe
   |id      = EpicBellyFlop45.CustomizeCursorSprite
+
   |id      = aedenthorn.SoundTweaker
   |nexus   = 3014
+
   |curse   = 868693
   |github  = Sonozuki/StardewMods
+
   |nexus  = 14767
 
+
   |github = aedenthorn/StardewValleyMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom NPC
+
   |name    = SpaceCore
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.CustomNPC
+
   |id      = spacechase0.SpaceCore
   |nexus   = 1607
+
   |curse   = 867152
   |github  = Platonymous/Stardew-Valley-Mods
+
   |moddrop = 136998
 
+
   |nexus   = 1348
   |broke in = Stardew Valley 1.3
+
   |github = spacechase0/StardewValleyMods
  |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    = Spawn Monsters
   |author  = Platonymous
+
   |author  = Berisan
   |id      = Platonymous.CustomShirts
+
   |id      = Berisan.SpawnMonsters
   |nexus  = 2416
+
   |nexus  = 3201
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Berisan/SpawnMonsters
 
 
  |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    = Custom Shops Redux
+
   |name    = Spawn More Rocks
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Mase
   |id      = Omegasis.CustomShopReduxGui
+
   |id      = Mase.SpawnMoreRocks
   |nexus  = 1378
+
   |nexus  = 7423
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
 
  |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    = Custom Spouse Patio
+
   |name    = Spawn Sea Monster
   |author  = aedenthorn, Erinthe
+
   |author  = Edu Anttunes
   |id      = aedenthorn.CustomSpousePatio
+
   |id      = EduAnttunes.SpawnSeaMonster
   |nexus  = 6630
+
   |nexus  = 5736
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
 
   |status  = abandoned
 
   |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    = Spawn Supply Crates on Beach
   |author  = Platonymous
+
   |author  = onlythechosen
   |id      = Platonymous.CustomWallsAndFloors
+
   |id      = otc.supplycratesonbeach
   |curse   = 307569
+
   |nexus   = 20828
   |moddrop = 793903
+
   |github  =
   |nexus  = 3010
+
}}
   |github = Platonymous/Stardew-Valley-Mods
+
{{#invoke:SMAPI compatibility|entry
 
+
   |name    = Speaking Valley
   |broke in = Stardew Valley 1.5.5
+
   |author = Dualityofsoul
   |status   = obsolete
+
   |id      = Dualityofsoul.SpeakingValley
   |summary = remove this mod (support for custom walls & floors added in Stardew Valley 1.5.5).
+
   |nexus   = 25024
 +
   |github =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Notifications, Event Notifications
+
   |name    = Special Order Notifications
   |author  = dreamsicl
+
   |author  = mushymato
   |id      = EventNotifications
+
   |id      = mushymato.SpecialOrderNotifications
   |nexus  =
+
   |nexus  = 25999
  |chucklefish = 3621
 
 
   |github  =
 
   |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    = Daily Quest Anywhere
+
   |name    = Special Orders Anywhere, Special Orders (and More) Anywhere
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = AcidicNic
   |id      = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
+
   |id      = acidicnic.SpecialOrdersAnywhere
   |nexus  = 513
+
   |nexus  = 7588
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = AcidicNic/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    = Special Orders Tags Extended
   |author  = stokastic
+
   |author  = atravita
   |id      = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
+
   |id      = atravita.SpecialOrdersExtended
   |nexus  = 2462
+
  |curse  = 870988
   |github  = stokastic/CoopGrabber
+
  |moddrop = 1086743
 +
   |nexus  = 9855
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |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    = Special Orders Tweaks
   |author  = CatCattyCat, Cat
+
   |author  = nnn
   |id      = cat.desertobelisk
+
   |id      = nnn.Special_Orders_Tweaks
   |nexus  = 2021
+
   |nexus  = 22719
  |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    = Special Power Utilities
   |author  = explosivetortellini
+
   |author  = Spiderbuttons
   |id      = explosivetortellini.StardewValleyDRP
+
   |id      = Spiderbuttons.SpecialPowerUtilities
   |nexus  = 8348
+
   |nexus  = 22300
   |github  = explosivetortellini/StardewValleyDRP
+
   |github  =
 
 
  |broke in = Stardew Valley 1.5.5
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Emotes
+
   |name    = Specify Gift Taste Portraits
   |author  = PurrplingCat
+
   |author  = Button, Spiderbuttons
   |id      = PurrplingCat.DialogueEmotes
+
   |id      = Button.SpecifyGiftTastePortraits
   |nexus  = 6537
+
   |nexus  = 15882
   |github  = purrplingcat/DialogueEmotes
+
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Horses
+
   |name    = Spectator Mode
   |author  = Bpendragon
+
   |author  = weizinai
   |id      = Bpendragon-DynamicHorses
+
   |id      = weizinai.SpectatorMode
   |nexus  = 874
+
   |nexus  = 25339
   |github  = Bpendragon/DynamicHorses
+
   |github  = weizinai/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    = Speed Boots
   |author  = enaium
+
   |author  = season
   |id      = Enaium.EiTK
+
   |id      = season.SpeedBoots
  |curse  = 365803
+
   |nexus  = 22958
   |nexus  =
 
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Emotes
+
   |name    = Speed Mod
   |author  = aurnj, Roy Li
+
   |author  = Blackclaw
   |id      = RuyiLi.Emotes
+
   |id      = Blackclaw.SpeedMod
   |nexus  =
+
   |nexus  = 5082
   |url    = https://community.playstarbound.com/threads/emotes.129159
+
  |github  = Xebeth/StardewValley-SpeedMod
   |github  =
+
 
 +
  |broke in = Stardew Valley 1.5.5<!--@retest-after Mod Settings Tab-->
 +
   |status  = workaround
 +
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Speedrun Practice Mod
 +
  |author  = Underscore
 +
  |id      = underscore.ac_practice<!--changed in 2.0.0-->, underscore.speedrun_practie
 +
  |nexus  = 7337
 +
  |github  = Underscore76/SDVPracticeMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Speedster
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Speedster
 +
  |nexus  = 1102
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
   |status  = obsolete
+
   |status  = abandoned
   |summary = remove this mod (added in Stardew Valley 1.4).
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Spelldew Valley
 +
   |author = instafluff
 +
  |id      = instafluff.spelldewvalley
 +
  |nexus  = 7322
 +
  |github  = instafluff/SpelldewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Empty Hands
+
   |name    = Spenny
   |author  = Oblitus
+
   |author  = spacechase0
   |id      = QuicksilverFox.EmptyHands
+
   |id      = spacechase0.Spenny
   |nexus   = 1176
+
   |curse   = 867742
   |github  = quicksilverfox/StardewMods
+
   |moddrop = 771624
 
+
   |nexus  = 2755
   |status  = abandoned
+
   |github  = spacechase0/StardewValleyMods
   |summary = remove this mod (no longer maintained; use [[#Empty Your Hands|Empty Your Hands]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Even Better Warehouse
+
   |name    = Spenny Deluxe
   |author  = charliedemilho
+
   |author  = spacechase0
   |id      = charliedemilho.EvenBetterWarehouse
+
   |id      = spacechase0.SpennyDeluxe
   |nexus   = 10396
+
   |curse   = 867122
   |github  =
+
   |nexus  = 14984
 
+
   |github = spacechase0/StardewValleyMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expansive Combat, Proficiência
+
   |name    = Spenny Lite
   |author  = Hamio, HamioDracny
+
   |author  = spacechase0
   |id      = HamioDracny.ProficienciaEmDano
+
   |id      = spacechase0.SpennyLite
   |nexus  = 7511
+
  |curse  = 867138
   |github  =
+
   |nexus  = 14249
 +
   |github  = spacechase0/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FaeQuest
+
   |name    = Spice of Life
   |author  = Navi-chan, ooo0000
+
   |author  = KarratKake
   |id      = NaviChan.FaeQuest
+
   |id      = KarratKake.SpiceOfLife
   |nexus  = 2484
+
   |nexus  = 7398
 
   |github  =
 
   |github  =
  
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Expansion
+
   |name    = Splash Text
   |author  = Advize
+
   |author  = sophiesalacia
   |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      = sophie.SplashText
   |nexus  = 130
+
   |nexus  = 14416
   |github  = AdvizeGH/FarmExpansion
+
   |github  = sophiesalacia/StardewMods
 
 
  |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    = Split Money
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.FarmHub
+
   |id      = Platonymous.SplitMoney
   |nexus  = 2309
+
   |nexus  = 2303
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |status  = abandoned
  |status  = abandoned
+
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm in the Sky, Fundo
+
   |name    = Split Screen
   |author  = BrasileiroTop
+
   |author  = Ilyaki
   |id      = BrasileiroTop.Fundo
+
   |id      = Ilyaki.SplitScreen
   |nexus  = 5423
+
   |nexus  = 2139
   |github  =
+
   |github  = Ilyaki/SplitScreen
  
   |status  = abandoned
+
  |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    = Farm Warps Patch
+
   |name    = Splitscreen Improved
   |author  = tlitookilakin
+
   |author  = gaussfire
   |id      = tlitookilakin.farmwarpspatch
+
   |id      = gaussfire.SplitscreenImproved
   |nexus  = 8236
+
   |nexus  = 24507
  |moddrop = 926207
+
   |github  = alanperrow/StardewModding
   |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    = Split Screen Manager
   |author  = ofmanynames
+
   |author  = RomenH
   |id      = InstantGeode
+
   |id      = RomenH.SplitScreenManager
   |nexus  = 750
+
   |nexus  = 12063
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |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    = Split Screen Regions
   |author  = DaLion
+
   |author  = Espy
   |id      = DaLion.ImmersiveRings
+
   |id      = Espy.SplitScreenRegions
   |nexus  = 11380
+
   |nexus  = 23669
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
  |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    = Spoilage
   |author  = MindMeltMax
+
   |author  = aedenthorn, Erinthe
   |id      = MindMeltMax.FireCracker
+
   |id      = aedenthorn.Spoilage
   |nexus  = 7321
+
  |curse  = 868694
   |github  =
+
   |nexus  = 14712
 +
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fischievements
+
   |name    = Spooky Big Pumkin, Spooky_pumkin
   |author  = MattDeDuck, Duckshard
+
   |author  = Dounat2201, Sasara
   |id      = MattDeDuck.Fischievements
+
   |id      = Sasara.pumkin
   |nexus  = 3658
+
   |nexus  = 4586
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fixed Secret Woods Debris, Woods Debris Fix
+
   |name    = Spouse Outdoor Area
   |author  = f4iTh and Lita, JertsukkaTheMan
+
   |author  = Shaklin
   |id      = f4iTh.WoodsDebrisFix
+
   |id      = shaklin.spouseoutdoorarea
   |nexus  = 1941
+
   |nexus  = 6747
 
   |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    = Fix Scythe Exp
+
   |name    = Spouses in Ginger Island, Spouses' Island
   |author  = bcmpinc
+
   |author  = mistyspring
   |id      = bcmpinc.FixScytheExp
+
   |id      = mistyspring.spousesisland, mistyspring.SpouseRoomCode<!--changed in 3.0-->
  |nexus  =
+
   |nexus   = 11037
  |github  = bcmpinc/StardewHack
+
   |github = misty-spring/StardewMods
  |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    = FLO - New Custom NPC, FlorenceMod
+
   |name    = Spouse's Room Mod
   |author  = randomAnon1234
+
   |author  = Wata, Watagatapitusberry
   |id      = none<!--no manifest ID-->
+
   |id      = Spouseroom
   |nexus  = 591
+
   |nexus  =
 +
  |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  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FQ Festival Tweaks
+
   |name    = Spouse Stuff
   |author  = FletcherQuest
+
   |author  = hquake, Per Sikker Hansen, Sikker
   |id      = FletcherQuest.FQFestivalTweaks
+
   |id      = Sikker.SpouseStuff
   |nexus  = 9062
+
   |nexus  = 4651
 +
  |github  = sikker/SpouseStuff
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Springmyst
 +
  |author  = DaLion
 +
  |id      = DaLion.Enchantments
 +
  |nexus  = 24832
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Anywhere
+
   |name    = Sprinkler Activation
   |author  = Entoarox
+
   |author  = Blaxsmith
   |id      = Entoarox.FurnitureAnywhere
+
   |id      = Blaxsmith.SprinklerActivation
   |nexus  = 2276
+
   |nexus  = 7661
  |chucklefish = 4324
+
   |github  = Blaxsmith/SprinklerActivation
   |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    = Sprinkler Attachments
   |author  = LeFauxMatt
+
   |author  = mushymato
   |id      = furyx639.FuryCore
+
   |id      = mushymato.SprinklerAttachments
   |nexus  = 10696
+
   |nexus  = 25326
 
+
   |github = Mushymato/StardewMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gate Fix
+
   |name    = Sprinkler Mod
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = aedenthorn, Erinthe
   |id      = f4iTh.GateFix
+
   |id      = aedenthorn.SprinklerMod
   |nexus  = 4859
+
  |curse  = 868682
   |github  =
+
   |nexus  = 15385
 +
   |github  = aedenthorn/StardewValleyMods
  
 
   |broke in = Stardew Valley 1.6
 
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use {{nexus mod|22167|Sprinkler Mod Redux}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Get Dressed
+
   |name    = Sprinkles
   |author  = Advize and Jinxiewinxie
+
   |author  = Platonymous
   |id      = Advize.GetDressed
+
   |id      = Platonymous.Sprinkles
   |nexus  = 331
+
   |nexus  =
   |github  = AdvizeGH/GetDressed
+
  |chucklefish = 4592
 +
   |github  =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
   |status  = obsolete
+
   |status  = abandoned
   |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 (no longer maintained; use [[#Activated Sprinklers|Activated Sprinklers]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ginger Island Extra Locations
+
   |name    = Sprint and Dash Buttons, Sprint and Dash Mod
   |author  = mistyspring
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
+
   |id      = SPDSprintAndDash
   |curse   = 880520
+
   |nexus   = 235
   |nexus  = 12195
+
   |github  =
   |github = misty-spring/StardewMods
+
   |source = https://gitlab.com/speeder1/SPDSprintAndDashMod
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Gift
+
   |name    = Sprint and Dash Redux
   |author  = ShadowDragon8685
+
   |author  = littleraskol
   |id      = ShadowDragon.GrandfathersGift
+
   |id      = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
   |nexus  = 985
+
   |nexus  = 560
   |github  =
+
  |moddrop = 827770
 +
   |github  = littleraskol/Sprint-And-Dash-Redux
  
   |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    = Sprinting
   |author  = pepoluan
+
   |author  = onemix
   |id      = pepoluan.GrandfatherGiftRemade
+
   |id      = onemix.Sprinting
   |nexus  = 4151
+
   |nexus  = 10469
  |chucklefish = 5783
+
   |github  = thiagomasson/Sprinting
   |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    = Hamlet
+
   |name    = Sprinting
   |author  = Taskmaster
+
   |author  = Patrick, mistersnuggler
   |id      = Taskmaster.Hamlet
+
   |id      =
   |nexus  = 4601
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
 +
   |github  = oliverpl/SprintingMod
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.2
 +
   |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    = Happy Animals
+
   |name    = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
   |author  = StarPeanut, Greger
+
   |author  = Abs, abslam
   |id      = HappyAnimals
+
   |id      = abs.SprintNRegen
   |nexus  =
+
   |nexus  = 4898
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |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    = Sprint Sprint, Sprint Sprint Sprint
   |author  = ninthworld
+
   |author  = Jessebot, JessebotX
   |id      = NinthWorld.HDSprites
+
   |id      = Jessebot.SprintSprint, Jessebot.SprintSprintSprint<!-- changed when mod renamed-->
   |nexus  = 4024
+
   |nexus  = 4778
   |github  = ninthworld/HDSprites
+
   |github  = JessebotX/StardewValleyMods
 
 
  |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    = Sprint (unidarkshin)
   |author  = Oga_The_Real
+
   |author  = unidarkshin, Devin Lematty
   |id      = Oga_The_Real.Hempire
+
   |id      = DevinLematty.Sprint
   |nexus  = 14477
+
   |nexus  = 7492
 
   |github  =
 
   |github  =
 
  |status  = abandoned<!--mod page hidden-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Idle Animations, Animacoes
+
   |name    = Sprint (Yoshify)
   |author  = BrasileiroTop
+
   |author  = Yoshify
   |id      = BrasileiroTop.Animacoes
+
   |id      =
   |nexus  = 5139
+
   |nexus  = 2
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
  |broke in = SMAPI 0.39.1
 +
   |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    = Improved Mill
+
   |name    = SpriteMaster
   |author  = AustinYQM
+
   |author  = Ameise, Ameisen, mkukli
   |id      = AustinYQM.ImprovedMill
+
   |id      = DigitalCarbide.SpriteMaster
   |nexus  = 1748
+
   |nexus  = 4922
   |github  = AustinYQM/ImprovedMill
+
   |github  = ameisen/SV-SpriteMaster
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Infinite Inventory
 
  |author  = unidarkshin, Devin Lematty
 
  |id      = DevinLematty.InfiniteInventory
 
  |nexus  = 2247
 
  |github  = unidarkshin/Stardew-Mods
 
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Interactions, Interacoes
+
   |name    = Sprite Sheet Extender
   |author  = BrasileiroTop
+
   |author  = MooseyBrutale
   |id      = BrasileiroTop.Interacoes
+
   |id      = mooseybrutale.spriteextender
   |nexus  = 4862
+
   |nexus  = 26072
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Farm
+
   |name    = Sprites in Detail
   |author  = Platonymous
+
   |author  = BleakCodex
   |id      = Platonymous.JunimoFarm
+
   |id      = BleakCodex.SpritesInDetail
   |nexus  = 984
+
   |nexus  = 14487
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = BleakCodex/SpritesInDetail
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Studio, Music Blocks
+
   |name    = Stabbing Sword Special
   |author  = Becks723
+
   |author  = Peasly Wellbott
   |id      = Becks723.JunimoStudio, Becks723.MusicBlocks<!--changed in 1.9.9-->
+
   |id      = Wellbott.StabbingSwordSpecial
   |nexus  = 6971
+
   |nexus  = 7683
   |github  =
+
   |github  = Wellbott/StardewValleyMods
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junk Mail
+
   |name    = Stack Check Fix
   |author  = Taskmaster
+
   |author  = punyo, yakminepunyo
   |id      = Taskmaster.JunkMail
+
   |id      = punyo.StackCheckFix
   |nexus  = 4452
+
   |nexus  = 2433
   |github  =
+
   |github  = pomepome/StackCheckFix
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stacked Item Icons
 +
  |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
  
   |status  = abandoned
+
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Keyboard Mod Menu
+
   |name    = Stack Quality
   |author  = Shadowfoxss
+
   |author  = LeFauxMatt
   |id      = Shadowfoxss.KeyboardModMenu
+
   |id      = furyx639.StackQuality
   |nexus   = 3147
+
   |curse   = 871828
   |curse   = 308891
+
   |nexus   = 13724
   |github  =
+
   |github  = LeFauxMatt/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kisekae
+
   |name    = Stack Size Changer
   |author  = Kabigon
+
   |author  = Shockah
   |id      = Kabigon.kisekae
+
   |id      = Shockah.StackSizeChanger
   |nexus  = 2348
+
   |nexus  = 11866
   |github  = KabigonFirst/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |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    = Stack Split Redux
   |author  = Lavapulse
+
   |author  = pepoluan
   |id      = Lavapulse.LavapulseChickens
+
   |id      = pepoluan.StackSplitRedux
   |nexus  = 4821
+
   |nexus  = 8967
   |github  =
+
  |moddrop = 976551
 +
   |github  = pepoluan/StackSplitRedux
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
  |summary = use [[#Stack Everything Redux|Stack Everything Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leah Cabin Music Fix
+
   |name    = StackSplitX
   |author  = Huanir
+
   |author  = tstaples
   |id      = Huanir.LeahCabinMusicFix
+
   |id      = tstaples.StackSplitX
   |nexus  = 2653
+
   |nexus  = 798
   |github  =
+
   |github  = tstaples/StackSplitX
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
   |status  = obsolete
+
   |status  = workaround
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
+
   |summary  = use [[#Stack Split Redux|Stack Split Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Less Strict Over-Exertion, AntiExhaustion
+
   |name    = Stack to Nearby Chests
   |author  = Permamiss
+
  |author  = Ilyaki
   |id      = BALANCEMOD_AntiExhaustion
+
  |id      = Ilyaki.StackToNearbyChests
   |nexus  = 637
+
  |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  =
 
   |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
 
   |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    = Location and Music Logger
+
   |name    = Standalone Crane Game
   |author  = Brandy Lover, WDavi
+
   |author  = rokugin
   |id      = Brandy Lover.LMlog
+
   |id      = rokugin.crane
   |nexus  = 1366
+
   |nexus  = 25830
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Makeshift Multiplayer
+
   |name    = Standardized Krobus
   |author  = spacechase0
+
   |author  = minervamaga
   |id      = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
+
   |id      = minervamaga.StandardizedKrobus
   |nexus  = 501
+
   |nexus  =
   |moddrop = 127274
+
   |moddrop = 716314
   |github  = spacechase0/StardewValleyMP
+
   |github  = minervamaga/StandardizedKrobus
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = obsolete
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Image Export
+
   |name    = Starbot
   |author  = spacechase0
+
   |author  = bwdy
   |id      = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
+
   |id      = bwdy.starbot
   |nexus  = 1073
+
   |nexus  = 4755
  |moddrop = 127273
+
   |github  = bwdymods/SDV-Starbot
   |github  = spacechase0/MapImageExporter
 
  
 
   |broke in = Stardew Valley 1.5
 
   |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    = Mass Production
+
   |name    = Stardew Access
   |author  = Jacque Pott
+
   |author  = Mohammad Shoaib
   |id      = JacquePott.MassProduction
+
   |id      = shoaib.stardewaccess
   |nexus  = 7021
+
   |nexus  = 16205
   |github = JacquePott/StardewValleyMods
+
   |url    = {{github|stardew-access/stardew-access}}/releases
 
+
   |github  = stardew-access/stardew-access
   |broke in = Stardew Valley 1.5
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Message Box API, ChatMod
+
   |name    = Stardew and Chill
   |author  = Kithio
+
   |author  = mod.kitchen
   |id      = Kithio:ChatMod
+
   |id      = mod.kitchen.stardewandchill
   |nexus  =
+
   |nexus  = 12147
  |chucklefish = 4296
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mining with Explosives
+
   |name    = Stardew Aquarium Code
   |author  = Nishtra
+
   |author  = Gervig91
   |id      = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
+
   |id      = Cherry.StardewAquarium
   |nexus  = 770
+
   |nexus  = 6372
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |status  = obsolete
+
   |status  = abandoned
  |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    = Stardew Aquarium Informant, Informant - Stardew Aquarium Add-on
   |author  = Taskmaster
+
   |author  = Moonwolf, Moonwolf287
   |id      = Taskmaster.MonthlyMail
+
   |id      = Moonwolf.StardewAquariumInformant
   |nexus  = 4523
+
   |nexus  = 16527
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in          = Stardew Valley 1.6<!--@retest-after Stardew Aquarium-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MoodFix
+
   |name    = Stardew Archipelago
   |author  = vaindil
+
   |author  = Kaito Kid
   |id      = vaindil.MoodFix
+
   |id      = KaitoKid.StardewArchipelago
   |nexus  = 1809
+
   |nexus  = 16087
   |github  = vaindil/sdv-moodfix
+
   |github  = agilbert1412/StardewArchipelago
  
   |status = obsolete
+
   |broke in = Stardew Valley 1.6
   |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
+
}}
 +
{{#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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mood Guard
+
   |name    = Stardew Brewery
   |author  = YonKuma, kumarei
+
   |author  = Cylon
   |id      = YonKuma.MoodGuard
+
   |id      = cylon.stardewbrewery
   |nexus  = 1597
+
   |nexus  = 2057
   |github  = YonKuma/MoodGuard
+
   |github  = JustCylon/stardew-brewery
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
   |status  = obsolete
+
   |status  = workaround
   |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
+
   |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Map Layers
+
   |name    = Stardew Config Menu
   |author  = Platonymous
+
   |author  = Juice805
   |id      = Platonymous.MoreMapLayers
+
   |id      = Juice805.StardewConfigMenu
   |nexus  = 1134
+
   |nexus  = 1312
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = StardewConfigFramework/StardewConfigMenu
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
+
   |summary  = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More TV Channel, CanaisTv
+
   |name    = Stardew Content Compatibility Layer (SCCL)
   |author  = BrasileiroTop
+
   |author  = TehPers
   |id      = BrasileiroTop.CanaisTv
+
   |id      = SCCL
   |nexus  = 5126
+
   |nexus  = 889
   |github  =
+
   |github  = TehPers/StardewValleyMods
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.2
 +
   |status   = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Through Object
+
   |name    = Stardew Debt
   |author  = ylsama
+
   |author  = Poison
   |id      = ylsama.MoveThoughObject
+
   |id      = Poison.StardewTesting
   |nexus  = 2680
+
   |nexus  = 10005
 
   |github  =
 
   |github  =
   |source = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |dev note = source in separate Git branch
+
  |name    = Stardew Discord
 +
   |author = Steven Kraft
 +
  |id      = StevenKraft.StardewDiscord
 +
  |nexus  = 3608
 +
   |github  = steven-kraft/StardewDiscord
  
 
   |broke in = Stardew Valley 1.4
 
   |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    = Stardew Druid
   |author  = SgtPickles, GameMX
+
   |author  = Neosinf
   |id      = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
+
   |id      = neosinf.StardewDruid
   |nexus  = 2256
+
  |nexus  = 18465
 +
  |github  = Neosinf/StardewDruid
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Druid Lite
 +
  |author  = Neosinf
 +
  |id      = neosinf.StardewDruidLite
 +
   |nexus  = 19308
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5
+
  |status  = abandoned
  |status  = obsolete
+
   |broke in = Stardew Valley 1.6
   |summary  = remove this mod (no longer maintained; equivalent map customisability was added in Stardew Valley 1.5).
+
   |summary  = remove this mod (no longer maintained; use [[#Magic by Neosinf|Magic by Neosinf]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Emotes
+
   |name    = Stardew Editor
   |author  = FerMod
+
   |author  = spacechase0
   |id      = FerMod.MultiplayerEmotes
+
   |id      = spacechase0.StardewEditor.GameIntegration
   |nexus  = 2347
+
   |nexus  = 1298
   |github  = FerMod/StardewMods
+
   |github  = spacechase0/StardewEditor
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
   |status  = obsolete
+
   |status  = abandoned
  |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    = Stardew FPS (Animation Frame Speed)
   |author  = Unremarkable, animavoro
+
   |author  = 1059 Studio, Lake1059
   |id      = unremarkable.fix-sellToStorePrice
+
   |id      = Lake1059.StardewFPS
   |nexus  = 2135
+
   |nexus  = 20801
   |github  = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
+
   |github  = Lake1059/StardewFPS
 
 
  |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    = Multiplayer Shaft Fix
+
   |name    = Stardew Get Achievement Now
   |author  = Prince-Leto
+
   |author  = Lake1059, 1059 Studio
   |id      = princeleto.multiplayershaftfix
+
   |id      = Lake1059.StardewGetAchievementNow
   |nexus  = 2922
+
   |nexus  = 11515
   |github  = Prince-Leto/StardewValleyMods
+
   |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    = Multiple Spouses
+
   |name    = Stardew Hack
   |author  = aedenthorn, Erinthe
+
   |author  = bcmpinc
   |id      = aedenthorn.MultipleSpouses
+
   |id      = bcmpinc.StardewHack
   |nexus  = 6227
+
   |nexus  = 3213
   |github  = aedenthorn/StardewValleyMods
+
   |github  = bcmpinc/StardewHack
 
 
  |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    = Stardew Hitboxes
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Tyler Gibbs
   |id      = Omegasis.MuseumRearranger
+
   |id      = tylergibbs2.StardewHitboxes
   |nexus  = 428
+
   |nexus  = 12264
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = tylergibbs2/StardewValleyMods
  
   |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
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Cheat Shortcuts (No Map Overwrite)
+
   |name    = Stardew Impact, Stardew Impact - Play as NPCs
   |author  = kulcris
+
   |author  = aedenthorn, Erinthe
   |id      = kulcris.NoCheatShortcuts
+
   |id      = aedenthorn.StardewImpact
   |nexus   = 2310
+
   |curse   = 868711
   |github  =
+
   |nexus  = 14365
 
+
   |github = aedenthorn/StardewValleyMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Debug Mode
+
   |name    = Stardew Locations
   |author  = Pathoschild
+
   |author  = Mizzion
   |id      = Pathoschild.NoDebugMode
+
   |id      = mizzion.stardewlocations
   |nexus  = 593
+
   |nexus  = 1929
   |github  = Pathoschild/StardewMods
+
   |moddrop = 661357
 
+
   |github = Mizzion/MyStardewMods
   |status = abandoned
 
  |summary = remove this mod (debug mode removed in SMAPI 1.0).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Pets
+
   |name    = Stardew Media Keys
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Angebro
   |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
+
   |id      = Angebro.StardewMediaKeys
   |nexus  = 506
+
   |nexus  = 11246
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = AngeloC3/StardewMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Seeds From Trees Fix
+
   |name    = Stardew Multiplayer Server
   |author  = KirbyLink
+
   |author  = funny-snek & Zuberii & moy, Moy
   |id      = kirbylink.noseedsfromtreesfix
+
   |id      = moy.Always_On_Server
   |nexus  = 2947
+
   |nexus  = 20659
   |github  = KirbyLink/NoSeedsFromTreesFix
+
   |github  = AguirreMoy/Stardew-Multiplayer-Server-Mod
 
 
  |broke in = SMAPI 3.0
 
  |status  = obsolete
 
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Notes
+
   |name    = Stardew Nametags
   |author  = Platonymous
+
   |author  = Tyler Gibbs
   |id      = Platonymous.Notes
+
   |id      = tylergibbs2.StardewNametags
   |nexus  = 3068
+
   |nexus  = 12158
  |moddrop = 793905
+
   |github  = tylergibbs2/StardewValleyMods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Speak
+
   |name    = Stardew News Feed
   |author  = jwdred
+
   |author  = Other Buckets
   |id      =
+
   |id      = OtherBuckets.StardewNewsFeed
   |nexus  = 694
+
   |nexus  = 3206
   |github  =
+
   |github  = Mikesnorth/StardewNewsFeed
 
+
 
  |status  = obsolete
+
   |broke in = Stardew Valley 1.5
  |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    = Online Splitscreen
+
   |name    = Stardew Notifications
   |author  = DeLiXx
+
   |author  = monopandora (maintained by Sakorona)
   |id      = DeLiXx.Online_Splitscreen
+
   |id      = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
   |nexus  = 12291
+
   |moddrop = 664154
   |github  =
+
   |nexus   = 4713
   |source  =
+
   |github = Sakorona/SDVMods
 
 
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ornamental
+
   |name    = STardew Overview
   |author  = Taskmaster
+
   |author  = Sto13
   |id      = Taskmaster.Ornamental
+
   |id      = Sto13.STardewOverview
   |nexus  = 4981
+
   |nexus  = 14564
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = P2P Animal Noise
+
   |name    = Stardew Progress
   |author  = Modotte
+
   |author  = seeinggreen
   |id      = modotte.P2PAnimalNoise
+
   |id      = seeinggreen.StardewProgress
   |nexus  = 17383
+
   |nexus  = 9786
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Scepter, Personal Return Scepter
+
   |name    = Stardew Realty Framework
   |author  = Alex Noddings
+
   |author  = Prism 99
   |id      = an.ownscepter
+
   |id      = prism99.advize.stardewrealty
   |nexus  = 2404
+
   |nexus  = 10512
   |github  =
+
   |github  = Prism-99/FarmExpansion
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PHDE Mob Spawner
+
   |name    = Stardew RPC - Discord Rich Presence
   |author  = zesman
+
   |author  = ElocinDev
   |id      = MobSpawner.pseudohub.de
+
   |id      = elocindev.stardewrpc
   |nexus  = 2794
+
  |curse  = 1009887
 +
   |nexus  =
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PHDE Unlocked Recipes
+
   |name    = Stardew RPG
   |author  = zesman
+
   |author  = aedenthorn, Erinthe
   |id      = UnlockedRecipes.pseudohub.de
+
   |id      = aedenthorn.StardewRPG
   |nexus  = 2798
+
  |curse  = 868785
   |github  =
+
   |nexus  = 11132
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.36
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plantable Mushroom Trees
+
   |name    = Stardew Speak
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = evfredericksen, Evan Fredericksen
   |id      = f4iTh.PMT
+
   |id      = evfredericksen.StardewSpeak
   |nexus  = 2349
+
   |nexus  = 7929
   |github  =
+
   |github  = evfredericksen/StardewSpeak
  
  |status  = obsolete
+
   |broke in = Stardew Valley 1.6
   |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
 +
  |name    = Stardew Survival Project
 +
   |author = NeroYuki
 +
  |id      = neroyuki.rlvalley
 +
  |nexus  = 14183
 +
  |github  = NeroYuki/StardewSurvivalProject
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Polygamy
+
   |name    = Stardew Symphony Remastered, Stardew Symphony
   |author  = bwdy
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = bwdy.polygamy
+
   |id      = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
   |nexus  = 3542
+
   |nexus  = 425
   |github  = bwdymods/SDV-Polygamy
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5.5
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
+
   |name    = Stardew Twitch Tracker
   |author  = ryaon
+
   |author  = Cody, Cody Hansen
   |id      = Ryaon.FectorChallenge
+
   |id      = cody.StardewTwitchTrackerMod
   |nexus  = 5125
+
   |nexus  = 16543
 
   |github  =
 
   |github  =
  
Line 20,244: Line 21,992:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profession Adjustments
+
   |name    = Stardew Valley Balance Overhaul, Stardew Valley Balance Overhaul Bundles
   |author  = Kevin Connors
+
   |author  = Alvadea & Jaksha & Theoddon
   |id      = KevinConnors.ProfessionAdjustments
+
   |id      = Theoddon.SVBOBundlesLoader
   |nexus  = 2424
+
   |nexus  = 13426
   |github  = kevinforrestconnors/ProfessionAdjustments
+
   |github  = Annosz/UIInfoSuite2
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Puffer Chick - Chickens
+
   |name    = Stardew Valley Barber, Stardew Barber
   |author  = Sonozuki
+
   |author  = phroureo
   |id      = EpicBellyFlop45.PufferChickChickens
+
   |id      = phroureo.BarberSV
   |nexus  = 2997
+
   |nexus  = 9061
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pumpkin Chickens
+
   |name    = Stardew Valley ESP, sdv-helper
   |author  = Sonozuki
+
   |author  = reimu, r2h, tomdc
   |id      = EpicBellyFlop45.PumpkinChickens
+
   |id      = reimu.sdv-helper
   |nexus  = 3004
+
   |nexus  = 3917
   |github  =
+
   |github  = rei2hu/stardewvalley-esp
  
   |status = abandoned
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality of Life - Immersive Tweaks
+
   |name    = Stardew Valley Gold
   |author  = DaLion
+
   |author  = Clever Artisan (Vastias)
   |id      = DaLion.ImmersiveTweaks
+
   |id      = CleverArtisan.StardewValleyGold
   |nexus  = 11296
+
   |nexus  = 26006
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Essentials
+
   |name    = Stardew Valley Randomizer
   |author  = PurrplingCat
+
   |author  = Tooshi
   |id      = PurrplingCat.QuestEssentials
+
   |id      = Tooshi.Randomizer
   |nexus  = 8827
+
   |nexus  = 5185
   |github  = purrplingcat/StardewMods
+
  |curse  = 308003
 +
   |github  = cTooshi/stardew-valley-randomizer
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Removable Horse Hats
+
   |name    = Stardew Valley - Roguelike<!--Nexus-->, Stardew Roguelike<!--manifest-->
   |author  = CatCattyCat, Cat
+
   |author  = Tyler Gibbs and TheHaboo
   |id      = cat.removablehorsehats
+
   |id      = tylergibbs2.StardewRoguelike
   |nexus  = 2223
+
   |nexus  = 13614
   |github  = danvolchek/StardewMods
+
   |github  = tylergibbs2/StardewValleyMods
  
   |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    = Ring of Fire
+
   |name    = Stardew Valley Timelapse<!--manifest-->, Stardew Timelapse<!--Nexus-->
   |author  = Platonymous
+
   |author  = evskii
   |id      = Platonymous.RingOfFire
+
   |id      = evskii.StardewTimelapse
   |nexus  = 1166
+
   |nexus  = 19806
   |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    = Stardew Valley Web API
   |author  = Pathoschild
+
   |author  = Tomokisan
   |id      = Pathoschild.RotateToolbar
+
   |id      = tomokisan.SWAPI
   |nexus   = 1100
+
   |curse   = 1081758
   |github  = Pathoschild/StardewMods
+
   |nexus  = 26845
 
+
   |github =
   |status = abandoned
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scream
+
   |name    = Stardew Voices
   |author  = Taskmaster
+
   |author  = Shannon Hobby
   |id      = Taskmaster.Scream
+
   |id      = shobby.StardewVoices
   |nexus  = 4588
+
  |curse  = 1010539
 +
   |nexus  = 22550
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seasonal Immersion
+
   |name    = Stardew Web
   |author  = Entoarox
+
   |author  = Prism 99
   |id      = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
+
   |id      = prism99.stardewweb
   |nexus  = 2273
+
   |nexus  = 8715
  |chucklefish = 4262
+
   |github  =
   |github  = Entoarox/StardewMods
 
 
 
  |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    = Seed Catalogue
+
   |name    = Stardew Web API
   |author  = spacechase0
+
   |author  = zunderscore
   |id      = spacechase0.SeedCatalogue
+
   |id      = zunderscore.StardewWebApi
   |nexus  = 1640
+
   |nexus  = 22540
  |moddrop = 281292
+
   |github  = zunderscore/StardewWebApi
   |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    = Stardust Core
   |author  = funny-snek
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = funnysnek.SeparateMoney
+
   |id      = Omegasis.StardustCore
   |nexus  = 3086
+
   |nexus  = 2341
   |github  =
+
   |github  =  janavarro95/Stardew_Valley_Mods
 
 
  |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
   |name    = Serfdom - Immersive Taxes
+
   |name    = Starksouls
   |author  = DaLion
+
   |author  = FenrirA
   |id      = DaLion.ImmersiveTaxes
+
   |id      = FenrirAsonda.Starksouls
   |nexus  = 12547
+
   |nexus  = 10915
   |github  =
+
   |github  = OhWellMikell/Starksouls
 
 
  |status  = abandoned
 
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Money
+
   |name    = Start in Ginger Island
   |author  = j4c0b333
+
   |author  = mistyspring
   |id      = j4c0b333.SetMoney
+
   |id      = mistyspring.GingerIslandStart
   |nexus  = 3889
+
   |nexus  = 20401
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
  |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    = Starting Money
   |author  = dJomp
+
   |author  = mmanlapat
   |id      = dJomp.SetUniqueGameID
+
   |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
   |nexus  = 2042
+
   |nexus  = 1138
 
   |github  =
 
   |github  =
  
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship Anywhere
+
   |name    = Startup Volume Config
   |author  = spacechase0
+
   |author  = certifiableGrimalkin
   |id      = spacechase0.ShipAnywhere
+
   |id      = certifiableGrimalkin.StartupVolumeConfig
   |nexus  = 1379
+
   |nexus  = 15846
  |moddrop = 183277
 
  |github  = spacechase0/ShipAnywhere
 
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Chests Anywhere|Chests Anywhere]] instead).
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Shipping Taxes
 
  |author  = NOGAF
 
  |id      = NOGAF.ShippingTaxes
 
  |nexus  = 5189
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shroom Spotter
+
   |name    = Start With Greenhouse
   |author  = TehPers
+
   |author  = CaptainSully
   |id      = TehPers.ShroomSpotter
+
   |id      = CaptainSully.StartWithGreenhouse
   |nexus  = 908
+
   |nexus  = 9878
   |moddrop = 125766
+
   |moddrop = 1035412
   |github  = TehPers/StardewValleyMods
+
   |github  = CaptainSully/StardewMods
 
 
  |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    = Simple Sound Manager
+
   |name    = Start With Hat
   |author  = Omegasis, AlphaOmegasis
+
   |author  = treyh0
   |id      = Omegasis.SimpleSoundManager
+
   |id      = treyh0.StartWithHat
   |nexus  = 1410
+
   |nexus  = 2628
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
  
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Singin' Stone
+
   |name    = Stash Items
   |author  = CyTheGuy01
+
   |author  = ZackHill
   |id      = CyTheGuy01.TestMod
+
   |id      = ZackHill.StashItems
   |nexus  = 6463
+
   |nexus  = 9624
   |github  =
+
   |github  = zack-hill/stardew-valley-stash-items
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit on Chairs, Sentar Em Cadeiras
+
   |name    = Stash Items to Chest
   |author  = BrasileiroTop, Vagabundo2421
+
   |author  = lambui
   |id      = BrasileiroTop.Sentar
+
   |id      = BlueMod_StashItemsToChest
   |nexus  = 4729
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
 
+
   |github  = lambui/StardewValleyMod_StashItemsToChest
   |broke in = Stardew Valley 1.5
+
 
   |status  = obsolete
+
   |broke in = SMAPI 2.0
   |summary  = remove this mod (added 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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cave Saver
+
   |name    = Static Inventory
   |author  = cantorsdust
+
   |author  = Dinotopea
   |id      = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
+
   |id      = Dinotopea.StaticInventory
   |nexus  = 175
+
   |nexus  = 20093
   |github  = cantorsdust/StardewMods
+
   |github  = nrobinson12/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Skull Cavern Elevator|Skull Cavern Elevator]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Water Filler, Slime AutoWaterer
+
   |name    = Static Tool Power
   |author  = Speshkitty
+
   |author  = Omek97
   |id      = speshkitty.slimewaterer
+
   |id      = omek97.static_toolpower
   |nexus  = 7141
+
   |nexus  = 21281
   |github  = Speshkitty/SlimeWaterFiller
+
   |github  =
 
 
  |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    = Stats as Tokens
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = sophiesalacia
   |id      = KoihimeNakamura.SolarEclipseEvent
+
   |id      = Vertigon.StatsAsTokens
   |nexus  = 897
+
   |nexus  = 9659
   |github  = JohnsonNicholas/SDVMods
+
   |github  = dtomlinson-ga/StatsAsTokens
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Lunar Disturbances|Lunar Disturbances]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn Sea Monster
+
   |name    = Stats Passive Regeneration, Stats Reloader
   |author  = Edu Anttunes
+
   |author  = strato35
   |id      = EduAnttunes.SpawnSeaMonster
+
   |id      = Strato35.StatsReloader
   |nexus  = 5736
+
   |nexus  = 7428
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speedster
+
   |name    = Statue of Generosity
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.Speedster
+
   |id      = spacechase0.StatueOfGenerosity
   |nexus  = 1102
+
  |curse  = 867713
   |github  = Platonymous/Stardew-Valley-Mods
+
   |nexus  = 7532
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Money
+
   |name    = Statue Shorts
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.SplitMoney
+
   |id      = aedenthorn.StatueShorts
   |nexus  = 2303
+
   |nexus  = 17642
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = aedenthorn/StardewValleyMods
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.6
   |summary = remove this mod (separate money was added in Stardew Valley 1.4).
+
   |status   = workaround
 +
   |summary = use {{nexus mod|22135|Statue Shorts Redux}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Screen
+
   |name    = Status Announcements
   |author  = Ilyaki
+
   |author  = Aile72
   |id      = Ilyaki.SplitScreen
+
   |id      = Aile72.StatusAnnouncements
   |nexus  = 2139
+
   |nexus  = 24937
   |github  = Ilyaki/SplitScreen
+
   |github  =
 
 
  |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    = Stay Up
   |author  = Platonymous
+
   |author  = su226
   |id      = Platonymous.Sprinkles
+
   |id      = Su226.StayUp
   |nexus  =
+
   |nexus  = 7592
  |chucklefish = 4592
+
   |github  = su226/StardewValleyMods
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Content Compatibility Layer (SCCL)
+
   |name    = Stay Up Late
   |author  = TehPers
+
   |author  = Krutonium
   |id      = SCCL
+
   |id      = krutonium.stayuplate
   |nexus  = 889
+
   |nexus  = 12578
   |github  = TehPers/StardewValleyMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Editor
+
   |name    = Stay Up Plus
   |author  = spacechase0
+
   |author  = neur0tox1n, neur0tox1n_
   |id      = spacechase0.StardewEditor.GameIntegration
+
   |id      = neur0tox1n_.StayUpPlus
   |nexus  = 1298
+
   |nexus  = 21469
   |github  = spacechase0/StardewEditor
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Twitch Tracker
+
   |name    = SteamDew
   |author  = Cody, Cody Hansen
+
   |author  = Mewsubi
   |id      = cody.StardewTwitchTrackerMod
+
   |id      = Mewsubi.SteamDew
   |nexus  = 16543
+
   |nexus  = 19396
   |github  =
+
   |github  = myuusubi/SteamDew
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.6
 +
   |status   = obsolete
 +
  |summary = remove this mod (Steam integration added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Summit Reborn
+
   |name    = Stendew Valley
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Haunted Pineapple
   |id      = KoihimeNakamura.summitreborn
+
   |id      = HauntedPineapple.StendewValley
   |nexus  = 2073
+
   |nexus  = 19483
   |github  = JohnsonNicholas/SDVMods
+
   |github  = HauntedPineapple/Stendew-Valley
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swim (Almost) Anywhere, Swim Suit
+
   |name    = Stone Bridge Over Pond, Pond With Bridge
   |author  = Platonymous
+
   |author  = Advize and jinxiewinxie
   |id      = Platonymous.SwimSuit
+
   |id      = jinxiewinxie.StoneBridgeOverPond
   |nexus  = 1215
+
   |nexus  = 316
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Jinxiewinxie/StardewValleyMods
  
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
   |status  = abandoned
+
<!--
   |summary  = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Taxes Mod
+
   |name    = Stop Flower Harvests
   |author  = bdawson1993
+
   |author  = BlobLeader
   |id      =
+
   |id      = BlobLeader.StopFlowerHarvests
   |nexus  = 38
+
   |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  =
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Chest Dimension
+
   |name    = Stronger You
   |author  = zazizu
+
   |author  = Krutonium
   |id      = zazizu.TheChestDimension
+
   |id      = Krutonium.StrongerYou
   |nexus  = 4013
+
   |nexus  = 7402
   |github  = cilekli-link/SDVMods
+
   |github  =
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Long Night
+
   |name    = Stuck at Level 1 but Overpower Drop Rates
   |author  = Pathoschild
+
   |author  = Darkmushu
   |id      = Pathoschild.TheLongNight
+
   |id      = Darkmushu.StuckAtLevel1ButOverPowerDropRates
   |nexus  = 1369
+
   |nexus  = 17380
   |github  = Pathoschild/StardewMods
+
   |github  =
 
 
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Notifier
+
   |name    = Stumps to Hardwood Stumps
   |author  = CKextreme
+
   |author  = Nishtra
   |id      = CKextreme.TimeNotifier
+
   |id      = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
   |nexus  = 3706
+
   |nexus  = 691
 
   |github  =
 
   |github  =
  
   |status = abandoned
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Reminder
+
   |name    = Submerged Crab Pots
   |author  = Sakorona
+
   |author  = aedenthorn, Erinthe
   |id      = KoihimeNakamura.TimeReminder
+
   |id      = aedenthorn.SubmergedCrabPots
   |nexus  = 1000
+
  |curse  = 868757
   |github  = Sakorona/SDVMods
+
   |nexus  = 11719
 +
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#SubmergedCrabPots
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Travel
+
   |name    = Subterranian Overhaul, Dwarvish
   |author  = Cile_ed
+
   |author  = mytigio
   |id      = Cile_ed.TimeTravel
+
   |id      = mytigio.SubterranianOverhaul
   |nexus  = 4068
+
   |nexus  = 4149
   |github  =
+
   |github  = mytigio/SDVMods
  
   |status  = abandoned
+
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Geodes
+
   |name    = Summit Reborn
   |author  = spacechase0
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = spacechase0.ToolGeodes
+
   |id      = KoihimeNakamura.summitreborn
   |nexus  = 3090
+
   |nexus  = 2073
  |moddrop = 771642
+
   |github  = JohnsonNicholas/SDVMods
   |github  = spacechase0/ToolGeodes
 
  
 
   |status  = abandoned
 
   |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    = Sundrop City
   |author  = DaLion
+
   |author  = The Sundrop Team
   |id      = DaLion.ImmersiveTools, thelion.AwesomeTools<!--before 3.0.0-->
+
   |id      = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
   |nexus  = 7965
+
   |nexus  = 4014
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.5.5
  |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ultiplayer
+
   |name    = Super Hopper
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.Ultiplayer
+
   |id      = spacechase0.SuperHopper
   |nexus  = 2134
+
  |curse  = 867698
   |github  = Platonymous/Stardew-Valley-Mods
+
   |nexus  = 9418
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Gift (Gift All Week)
+
   |name    = Super Sleeper
   |author  = Chirase
+
   |author  = spoocky123
   |id      = Tommy.GiftAllWeek
+
   |id      = spoocky123.SuperSleeper
   |nexus  = 6850
+
   |nexus  = 10842
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Surfing Festival
 +
  |author  = spacechase0 and ParadigmNomad
 +
  |id      = spacechase0.SurfingFestival
 +
  |curse  = 867720
 +
  |nexus  = 6688
 +
  |github  = spacechase0/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Gift (Gift Every Day)
+
   |name    = Surprise Pregnancy, SurpriseBaby1
   |author  = Chirase
+
   |author  = MiphasGrace
   |id      = Tommy.GiftEveryDay
+
   |id      = MiphasGrace.SurpriseBaby1
   |nexus  = 6850
+
   |nexus  = 13126
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Survivalistic
 +
  |author  = Ophaneom
 +
  |id      = Ophaneom.Survivalistic
 +
  |nexus  = 12179
 +
  |github  = Ophaneom/Survivalistic
  
   |status  = abandoned
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlockable Areas
+
   |name    = SV Fishing Mod
   |author  = DeLiXx
+
   |author  = KDERazorback
   |id      = DeLiXx.Unlockable_Areas
+
   |id      = KDERazorback.SvFishingMod
   |nexus  = 15132
+
   |nexus  = 6403
   |github  =
+
   |github  = KDERazorback/SvFishingMod
  |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    = SV Location Bot
   |author  = DaLion
+
   |author  = JForea
   |id      = DaLion.ImmersiveProfessions, DaLion.AwesomeProfessions<!--changed in 3.0.0?-->, thelion.AwesomeProfessions<!--changed in 2.0.7-->
+
   |id      = JForea.SVLocationBot
   |nexus  = 8111
+
   |nexus  = 26181
 
   |github  =
 
   |github  =
  
 
   |status  = abandoned
 
   |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    = SV Notepad
   |author  = enaium
+
   |author  = HereBeCush
   |id      = Enaium.Walkshop
+
   |id      = herebecush.SVNotepad
  |curse  = 365806
+
   |nexus  = 21473
   |nexus  =
 
 
   |github  =
 
   |github  =
 
+
   |source = https://gitlab.com/hbc-mods/stardew-valley/sv-notepad
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wallpaper Fix
+
   |name    = Swap Rings
   |author  = Travoos
+
   |author  = Zamiel
   |id      =
+
   |id      = Zamiel.SwapRings
   |nexus  =
+
   |nexus  = 21205
  |chucklefish = 4211
+
   |github  = Zamiell/stardew-valley-mods
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Chests
+
   |name    = Swim
   |author  = CyTheGuy01, CyberCheese15
+
   |author  = aedenthorn, Erinthe
   |id      = cybercheese.WarpChests
+
   |id      = aedenthorn.Swim
   |nexus  = 6402
+
  |curse  = 868896
   |github  =
+
   |nexus  = 6326
 +
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned<!--also broken reference to old SpaceCore type-->
+
  |broke in          = Stardew Valley 1.6
   |summary  = remove this mod (no longer maintained; use [[Junimo Chest]]s instead).
+
   |status  = workaround
 +
   |summary  = use [[#Swim - Continued|Swim - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wash Away Forage, Tidal Beach
+
   |name    = Swim (Almost) Anywhere, Swim Suit
   |author  = Sakorona (ItsBenter)
+
   |author  = Platonymous
   |id      = KoihimeNakamura.WashAwayForage
+
   |id      = Platonymous.SwimSuit
   |nexus  = 6715
+
   |nexus  = 1215
   |github  = Sakorona/SDVMods
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = SMAPI 3.0
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapon Reskinner
+
   |name    = Swim - Continued
   |author  = spacechase0
+
   |author  = aedenthorn and FlyingTNT
   |id      = spacechase0.WeaponReskinner
+
   |id      = FlyingTNT.Swim
   |nexus  = 5095
+
   |nexus  = 23169
   |moddrop = 771681
+
   |github  = FlyingTNT/StardewValleyMods
   |github  = spacechase0/WeaponReskinner
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Swimsuits Anywhere
 +
  |author  = Myzkatonic
 +
  |id      = Myzkatonic.SwimsuitsAnywhere
 +
  |nexus  = 7722
 +
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod ([[Forge|equivalent feature]] added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XmlSerializerRetool
+
   |name    = Swiss Army Knife
   |author  = Persival
+
   |author  = John Peters
   |id      = none <!-- no ID in manifest -->
+
   |id      = JohnPeters.SwissArmyKnife
   |nexus  = 450
+
   |nexus  = 13991
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.1
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XNB Loader
+
   |name    = Swizzy Meads
   |author  = Entoarox
+
   |author  = Swizzy Studios
   |id      = Entoarox.XnbLoader
+
   |id      = SwizzyStudios.SwizzyMeads
   |nexus  = 2275
+
   |nexus  = 3241
  |chucklefish = 4506
+
   |github  = SwizzyStudios/SV-SwizzyMeads
   |github  = Entoarox/StardewMods
 
  
   |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    = Tab Autoloot
   |author  = taintedwheat
+
   |author  = Guedez
   |id      = taintedwheat.2CuteFarmCave
+
   |id      = tab.autoloot
   |nexus  = 843
+
   |nexus  = 5115
   |github  =
+
   |github  =
 
+
}}
   |content pack for   = Content Patcher
+
{{#invoke:SMAPI compatibility|entry
 
+
   |name    = Tailor Weapon Skins
   |broke in          = Stardew Valley 1.3.36
+
   |author  = Peasly Wellbott
   |unofficial version = 2.0.1-unofficial.1-opalie
+
   |id      = Wellbott.TailorWeaponSkins
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
+
   |nexus  = 7797
}}
+
   |github  =
{{#invoke:SMAPI compatibility|entry
+
 
   |name    = Bathroom After 2nd House Upgrade
+
  |broke in = Stardew Valley 1.6
   |author  = DevilBro/Ursii98
+
}}
   |id      = ursii98.BathroomAfter2ndHouseupgrade
+
{{#invoke:SMAPI compatibility|entry
   |nexus  = 2578
+
   |name    = Tainted Cellar, Underground House Cellar
   |github  =
+
   |author  = Jinxiewinxie and TaintedWheat
  |content pack for = Content Patcher
+
   |id      = TaintedCellar
 
+
   |nexus  = 1672
   |broke in           = Stardew Valley 1.4
+
   |github  = Jinxiewinxie/StardewValleyMods
  |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
+
   |broke in = Stardew Valley 1.3
}}
+
<!--
{{#invoke:SMAPI compatibility|entry
+
  |unofficial version = 1.1.1-unofficial.2-pathoschild
   |name    = Green Pastures Farm
+
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
   |author  = Bugbuddy
+
-->
   |id      = bugbuddy.GreenPasturesFarm
+
}}
   |nexus  = 2326
+
{{#invoke:SMAPI compatibility|entry
   |github  =
+
   |name    = Take a Break
 
+
   |author  = Krutonium
   |content pack for = Content Patcher
+
   |id      = krutonium.TakeABreak
 
+
   |nexus  = 12549
   |broke in          = Stardew Valley 1.3.36
+
   |github  =
   |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    = Take All
{{#invoke:SMAPI compatibility|entry
+
  |author  = aedenthorn, Erinthe
   |name    = Immersive Farm 2
+
   |id      = aedenthorn.TakeAll
   |author  = Zander
+
   |curse  = 868713
   |id      = zander.immersivefarm2
+
  |nexus  = 14247
   |nexus  = 1531
+
   |github  = aedenthorn/StardewValleyMods
   |github  =
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
  |content pack for = Content Patcher
+
   |name    = Take It Slow
 
+
   |author  = KarratKake
   |broke in = Stardew Valley 1.3.36
+
   |id      = KarratKake.TakeItSlow
   |status   = workaround
+
   |nexus  = 13432
   |summary = use {{nexus mod|3561|Immersive Farm 2 Unofficial Update}} instead.
+
   |github  =
}}
+
}}
{{#invoke:SMAPI compatibility|entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Overgrown Fairy Buildings
+
  |name    = Talk to Inworld's AI Villagers, Inworld
   |author  = Ali Read/naeldeus
+
  |author  = Inworld AI, PogDerson
  |id      = naeldeus.OvergrownFairyBuildings
+
   |id      = PogDerson.Inworld
   |nexus   = 4564
+
   |nexus   = 16816
   |github  =
+
   |github =
 
+
 
   |content pack for = Content Patcher
+
  |status  = abandoned
 
+
}}
   |broke in           = Stardew Valley 1.5
+
{{#invoke:SMAPI compatibility|entry
   |unofficial version = OvergrownFairyBuildings.1.5.unofficialUpdate2
+
   |name    = Tap Giant Crops
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-26846
+
   |author  = atravita
}}
+
  |id      = atravita.TapGiantCrops
{{#invoke:SMAPI compatibility|entry
+
   |curse   = 870968
   |name    = Remove That Damn Rock
+
   |moddrop = 1205166
   |author  = Plutey/Androxilogin
+
  |nexus  = 13052
   |id      = Androxilogin.RemoveThatDamnRock
+
   |github  = atravita-mods/StardewMods
   |nexus  = 384
+
 
   |github  =
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
+
}}
   |content pack for = Content Patcher
+
{{#invoke:SMAPI compatibility|entry
 
+
   |name    = Tappable Palm Trees
   |broke in          = Stardew Valley 1.2
+
   |author  = aedenthorn, Erinthe
   |unofficial version = 1.1.1-unofficial.1-minervamaga
+
  |id      = aedenthorn.TappablePalmTrees
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-14#post-3353498
+
  |curse  = 868803
}}
+
  |nexus  = 10661
{{#invoke:SMAPI compatibility|footer}}
+
  |github  = aedenthorn/StardewValleyMods
 
+
 
===XNB mods===
+
  |broke in = Stardew Valley 1.6
See [[Modding:Using XNB mods]].
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
==Mod data overrides==
+
   |name    = Tapper Ready
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.
+
   |author  = skunkkky
 
+
   |id      = skunkkk.TapperReady
{{#invoke:SMAPI compatibility overrides|header}}
+
   |nexus  = 1219
{{#invoke:SMAPI compatibility overrides|entry
+
   |github  =
   |name          = Adjust Artisan Prices
+
 
   |id            = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc
+
   |broke in = Stardew Valley 1.3
   |update keys    =
+
  |status  = workaround
   |local version  =
+
   |summary  = use [[#Tapper Report|Tapper Report]] instead.
   |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|entry
}}
+
   |name    = Tapper Report
{{#invoke:SMAPI compatibility overrides|entry
+
   |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    = Terraria Bosses
 +
  |author  = GlitchedDeveloper
 +
  |id      = GlitchedDeveloper.TerrariaBosses
 +
  |nexus  = 26055
 +
  |github  = GlitchedDeveloper/StardewValley-TerrariaBosses
 +
}}
 +
{{#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  = Swampen/stardew-valley-mods
 +
}}
 +
{{#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
 +
  |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, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.TimeReminder
 +
  |nexus  = 1000
 +
  |moddrop = 664035
 +
  |github  = Sakorona/SDVMods
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#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    = Timescale Display
 +
  |author  = thebeardphantom
 +
  |id      = thebeardphantom.timescale-display
 +
  |nexus  = 27764
 +
  |github  = thebeardphantom/Stardew-Mods
 +
}}
 +
{{#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
 +
  |curse  = 308018
 +
  |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
 +
  |curse  = 1000868
 +
  |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    = Topless Farmer Girl
 +
  |author  = Mangupix
 +
  |id      = Mangupix.ToplessFarmerGirl
 +
  |nexus  = 19939
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 885079
 +
  |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
 +
  |curse  = 868791
 +
  |nexus  = 10927
 +
  |github  = aedenthorn/StardewValleyMods
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Train Tracks - Continued|Train Tracks - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Train Tracks - Continued
 +
  |author  = aedenthorn & CyanFire
 +
  |id      = aedenthorn.TrainTracks
 +
  |nexus  = 28049
 +
  |github  = CyanFireUK/StardewValleyMods
 +
}}
 +
{{#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
 +
  |curse  = 868763
 +
  |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
 +
  |curse  = 868894
 +
  |nexus  = 6412
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
}}
 +
{{#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
 +
  |curse  = 868869
 +
  |nexus  = 7643
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trash Cans On Horse
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.TrashCansOnHorse
 +
  |curse  = 868673
 +
  |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
 +
  |curse  = 868867
 +
  |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    = Treasury Farm
 +
  |author  = Don Cami, DonCami
 +
  |id      = DonCami.TreasuryFarm
 +
  |nexus  = 26447
 +
  |github  =
 +
}}
 +
{{#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 Size Framework
 +
  |author  = EnderTedi
 +
  |id      = EnderTedi.TreeSizeFramework
 +
  |nexus  = 27123
 +
  |github  =
 +
}}
 +
{{#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 God Mode
 +
  |author  = WingleWanger
 +
  |id      = winglewanger.truegodmode
 +
  |nexus  = 25735
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 1081465
 +
  |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    = Typable Books
 +
  |author  = Kronosta
 +
  |id      = Kronosta.TypableBooks
 +
  |nexus  = 25982
 +
  |github  = kronosta/Stardew-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = UI Helper
 +
  |author  = ProfeJavix
 +
  |id      = ProfeJavix.UIHelper
 +
  |nexus  = 25710
 +
  |github  = ProfeJavix/StardewValleyMods
 +
}}
 +
{{#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    = Ultimate Storage System
 +
  |author  = holybananapants
 +
  |id      = holybananapants.UltimateStorageSystem
 +
  |nexus  = 26919
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 868880
 +
  |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
 +
  |curse  = 868730
 +
  |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    = Untimed Special Orders
 +
  |author  = EnderTedi
 +
  |id      = EnderTedi.UntimedSpecialOrders
 +
  |nexus  = 26117
 +
  |github  = EnderTedi/Untimed-Special-Orders
 +
}}
 +
{{#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
 +
  |curse  = 868824
 +
  |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    = Valley Cast
 +
  |author  = ihasTaco
 +
  |id      = ihasTaco.ValleyCast
 +
  |nexus  = 26947
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 868889
 +
  |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
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 +
  |summary  = remove this mod (no longer maintained; use [[#Passable Crops|Passable Crops]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Decorations
 +
  |author  = neonwinter
 +
  |id      = neonwinter.WallDecorations_Base
 +
  |nexus  = 27226
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 868775
 +
  |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
 +
  |curse  = 868771
 +
  |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 Can Upgrade
 +
  |author  = WillTheMage
 +
  |id      = WillTheMage.WateringCanUpgrade
 +
  |nexus  = 25977
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 868680
 +
  |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
 +
  |curse  = 868670
 +
  |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
 +
  |curse  = 868736
 +
  |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    = Where The Spreading Weeds Are
 +
  |author  = pneuma163
 +
  |id      = pneuma163.WhereTheSpreadingWeedsAre
 +
  |nexus  = 25450
 +
  |github  = pneuma163/StardewMods
 +
}}
 +
{{#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
 +
  |curse  = 868769
 +
  |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
 +
  |curse  = 868723
 +
  |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
 +
  |curse  = 868906
 +
  |nexus  = 5797
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.4-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#WitcherMod
 +
}}
 +
{{#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
 +
  |curse  = 946414
 +
  |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
 +
  |curse  = 996759
 +
  |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
 +
  |curse  = 868873
 +
  |nexus  = 6743
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.4-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#ZombieOutbreak
 +
}}
 +
{{#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
 
   |name          = Almighty Farming Tool
 
   |id            = 439
 
   |id            = 439
Line 20,962: Line 25,565:
 
   |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 21,043: Line 25,645:
 
   |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 21,067: Line 25,677:
 
   |next =
 
   |next =
 
}}
 
}}
 +
 +
[[Category:Modding]]
  
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[es:Modding:Compatibilidad de mods]]
 
[[es:Modding:Compatibilidad de mods]]
 +
[[tr:Modlama:Mod Uyumluluğu]]
 
[[zh:模组:模组兼容性]]
 
[[zh:模组:模组兼容性]]

Latest revision as of 08:53, 23 September 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).