Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: mark mod broken in 1.6 due to PyTK assembly change (Arcade Snake, Arcade 2048, Arena Challenges Mod, ATM, Chess, Custom Crops Decay, Intravenous Coffee, JoJaBan))
m
 
(574 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
 +
  |status  = workaround
 +
  |summary  = use [[#24h Clock|24h Clock]] or {{nexus mod|20794|24H Clock Language}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 58: 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 67: 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 94: 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 110: 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 125: Line 165:
 
   |nexus  = 2088
 
   |nexus  = 2088
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Active Menu Anywhere
 +
  |author  = weizinai
 +
  |id      = weizinai.ActiveMenuAnywhere
 +
  |nexus  = 21093
 +
  |github  =
 +
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 133: Line 183:
 
   |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 148: Line 200:
 
   |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 156: Line 217:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 165: Line 226:
 
   |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 174: Line 235:
 
   |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 195: Line 263:
 
   |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 215: Line 283:
 
   |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 229: Line 297:
 
   |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 238: Line 313:
 
   |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 247: Line 331:
 
   |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 257: Line 343:
  
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Advanced Location Loader
 +
  |author  = Entoarox
 +
  |id      = Entoarox.AdvancedLocationLoader
 +
  |nexus  = 2270
 +
  |chucklefish = 3619
 +
  |github  = Entoarox/StardewMods
 +
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 265: Line 363:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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 287: Line 387:
 
   |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 311: Line 413:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advent Calendar
+
  |name    = Advancing Sprinklers
   |author  = Darzington
+
  |author  = Warix3
   |id      = darzington.AdventCalendarMod
+
  |id      = warix3.advancingsprinklers
 +
  |nexus  = 2983
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use {{nexus mod|4356|Dragon's Advancing Sprinklers for Content Patcher}} instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Advent Calendar
 +
   |author  = Darzington
 +
   |id      = darzington.AdventCalendarMod
 
   |nexus  = 7444
 
   |nexus  = 7444
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 344: Line 457:
 
   |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 352: Line 466:
 
   |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 360: Line 490:
 
   |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 376: Line 516:
 
   |github  = XxHarvzBackxX/airstrike
 
   |github  = XxHarvzBackxX/airstrike
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 400: Line 540:
 
   |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 423: Line 575:
 
   |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 432: Line 584:
 
   |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 453: Line 605:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.AlternativeTextures
 
   |id      = PeacefulEnd.AlternativeTextures
 +
  |curse  = 870938
 
   |nexus  = 9246
 
   |nexus  = 9246
 
   |github  = Floogen/AlternativeTextures
 
   |github  = Floogen/AlternativeTextures
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 471: Line 622:
 
   |nexus  = 15926
 
   |nexus  = 15926
 
   |github  = Jaksha6472/WitchTower
 
   |github  = Jaksha6472/WitchTower
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#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 493: Line 654:
 
   |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 508: Line 681:
 
   |id      = SixthTitan.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
 
   |id      = SixthTitan.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
 
   |nexus  = 4639
 
   |nexus  = 4639
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 516: Line 690:
 
   |nexus  = 8823
 
   |nexus  = 8823
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 523: Line 699:
 
   |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 531: Line 717:
 
   |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 540: Line 726:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 573: Line 759:
 
   |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 581: Line 767:
 
   |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 607: Line 799:
 
   |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 617: Line 809:
 
   |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 625: Line 817:
 
   |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 635: Line 825:
 
   |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 644: Line 841:
 
   |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 661: Line 859:
 
   |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 673: Line 878:
 
   |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 684: Line 887:
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
  
   |beta 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 696: Line 900:
 
   |name    = Animated Parrot and Perch
 
   |name    = Animated Parrot and Perch
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ParrotPerch
+
   |id      = aedenthorn.AnimatedParrotAndPerch<!--changed in 0.1.1-unofficial.1-->, aedenthorn.ParrotPerch
 
   |nexus  = 7957
 
   |nexus  = 7957
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |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}}#AnimatedParrotAndPerch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 709: Line 915:
 
   |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 745: Line 951:
 
   |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 960:
 
   |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 784: Line 992:
 
   |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,001:
 
   |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 801: Line 1,011:
 
   |nexus  = 14448
 
   |nexus  = 14448
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Aquarism
 +
  |author  = DaLion
 +
  |id      = DaLion.Ponds<!--changed in republished 1.0.0-->, DaLion.ImmersivePonds<!--changed in 2.0.7-->, DaLion.ImmersiveFishPonds
 +
  |nexus  = 24356
 +
  |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 811: Line 1,030:
 
   |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 832: Line 1,051:
 
   |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 838: Line 1,076:
 
   |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 850: Line 1,089:
 
   |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 859: Line 1,098:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 869: Line 1,108:
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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 878: Line 1,125:
 
   |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 890: Line 1,135:
 
   |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 910: Line 1,155:
 
   |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 916: Line 1,169:
 
   |author  = Platonymous
 
   |author  = Platonymous
 
   |id      = Platonymous.Artista
 
   |id      = Platonymous.Artista
 +
  |moddrop = 1521420
 
   |nexus  = 18697
 
   |nexus  = 18697
 
   |github  =
 
   |github  =
Line 935: Line 1,189:
 
   |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 947: Line 1,206:
 
   |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 964: Line 1,223:
 
   |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 975: Line 1,234:
 
   |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 983: Line 1,242:
 
   |curse  = 880513
 
   |curse  = 880513
 
   |nexus  = 16294
 
   |nexus  = 16294
   |github  =
+
   |github  = misty-spring/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Audio Devices
 +
  |author  = Max Vollmer, SVProtector
 +
  |id      = maxvollmer.audiodevices
 +
  |nexus  = 2838
 +
  |github  = maxvollmer/AudioDevices
  
   |beta broke in = Stardew Valley 1.6
+
   |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 998: Line 1,268:
 
   |author  = taggartaa, Aaron Taggart
 
   |author  = taggartaa, Aaron Taggart
 
   |id      = AaronTaggart.AutoAnimalDoors
 
   |id      = AaronTaggart.AutoAnimalDoors
 +
  |curse  = 1002753
 
   |nexus  = 1019
 
   |nexus  = 1019
 
   |github  = taggartaa/AutoAnimalDoors
 
   |github  = taggartaa/AutoAnimalDoors
Line 1,003: Line 1,274:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Auto-Attack
 
   |name    = Auto-Attack
   |author  = cgifox
+
   |author  = X3n0n182
   |id      = cgifox.AutoAttack
+
   |id      = X3n0n182.AutoAttack
   |nexus  = 9620
+
   |nexus  = 7258
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Auto-Attack
 
   |name    = Auto-Attack
   |author  = X3n0n182
+
   |author  = cgifox
   |id      = X3n0n182.AutoAttack
+
   |id      = cgifox.AutoAttack
   |nexus  = 7258
+
   |nexus  = 9620
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,021: Line 1,294:
 
   |nexus  = 6773
 
   |nexus  = 6773
 
   |github  = Alison-Li/AutoBaitAndTacklesMod
 
   |github  = Alison-Li/AutoBaitAndTacklesMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Break Geode
 +
  |author  = weizinai
 +
  |id      = weizinai.AutoBreakGeode
 +
  |nexus  = 20685
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Catch
 +
  |author  = MercuryVN
 +
  |id      = MercuryVN.AutoCatch
 +
  |nexus  = 22616
 +
  |github  = MercuryVN/AutoCatch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,028: Line 1,315:
 
   |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,042: Line 1,334:
 
   |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,058: Line 1,357:
 
   |github  = Dwayneten/AutoFarmScreenshot
 
   |github  = Dwayneten/AutoFarmScreenshot
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23793
+
   |status  = workaround
  |unofficial version = 1.0.1-unofficial.1-AevumDecessus
+
  |summary  = use [[#Daily Screenshot|Daily Screenshot]] instead.
 
+
<!--
   |beta broke in = Stardew Valley 1.6
+
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-23793
 +
  |unofficial version = 1.0.1-unofficial.1-AevumDecessus
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Fill Pet Bowl
 +
   |author  = Siweipancc
 +
  |id      = Siweipancc.AutoFillPetBowl
 +
  |nexus  = 20667
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,071: Line 1,379:
 
   |github  = maephie/StardewMods
 
   |github  = maephie/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,079: Line 1,387:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 1,089: Line 1,395:
 
   |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,097: Line 1,410:
 
   |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,104: Line 1,427:
 
   |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,118: Line 1,453:
 
   |author  = Pathoschild
 
   |author  = Pathoschild
 
   |id      = Pathoschild.Automate
 
   |id      = Pathoschild.Automate
 +
  |curse  = 992857
 
   |nexus  = 1063
 
   |nexus  = 1063
 
   |moddrop = 509760
 
   |moddrop = 509760
Line 1,140: Line 1,476:
 
   |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,147: Line 1,491:
 
   |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,154: Line 1,507:
 
   |id      = Zamiel.AutomaticScreenshotTaker
 
   |id      = Zamiel.AutomaticScreenshotTaker
 
   |nexus  = 10460
 
   |nexus  = 10460
   |github  = Zamiell/AutomaticScreenshotTaker
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Automatic Stroking, Stroking Automatic
 +
  |author  = yangZ
 +
  |id      = yangZ.AutomaticStroking
 +
  |nexus  = 23508
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,162: Line 1,522:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = AutoShaker, Auto Forager<!--renamed to Auto Forager in 2.0.0, but Nexus page still has old name-->
 
   |name    = AutoShaker, Auto Forager<!--renamed to Auto Forager in 2.0.0, but Nexus page still has old name-->
 
   |author  = Jag3Dagster
 
   |author  = Jag3Dagster
   |id      = HedgehogTechnologies.AutoForager, Jag3Dagster.AutoShaker<!--changed in 2.0.0-->
+
   |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,176: Line 1,551:
 
   |nexus  = 443
 
   |nexus  = 443
 
   |github  = janavarro95/Stardew_Valley_Mods
 
   |github  = janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto-Stack Bait
 +
  |author  = Jonathan Feenstra
 +
  |id      = JonathanFeenstra.AutoStackBait
 +
  |nexus  = 23423
 +
  |github  = JonathanFeenstra/Auto-StackBait
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,184: Line 1,566:
 
   |moddrop = 833539
 
   |moddrop = 833539
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Stack Items to Chest
 +
  |author  = Chosimba
 +
  |id      = Chosimba.AutoStackItemsToChest
 +
  |nexus  = 2307
 +
  |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,192: Line 1,585:
 
   |github  = MaciejMarkuszewski/StardewValleyAutoToolSelect
 
   |github  = MaciejMarkuszewski/StardewValleyAutoToolSelect
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,201: Line 1,594:
 
   |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,218: Line 1,617:
 
   |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,237: Line 1,643:
 
   |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,249: Line 1,653:
 
   |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,260: Line 1,664:
 
   |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,283: Line 1,715:
 
   |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,298: Line 1,744:
 
   |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,308: Line 1,759:
 
   |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,326: Line 1,777:
 
   |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.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BatForm
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,336: Line 1,789:
  
 
   |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,344: Line 1,804:
 
   |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,357: Line 1,817:
 
   |github  = tylergibbs2/BattleRoyalley-Year2
 
   |github  = tylergibbs2/BattleRoyalley-Year2
  
   |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,364: Line 1,824:
 
   |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,373: Line 1,840:
 
   |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  = 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
 
   |nexus  = 14812
 
   |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,390: Line 1,872:
 
   |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,398: Line 1,889:
 
   |nexus  = 9315
 
   |nexus  = 9315
 
   |github  = AHilyard/BerrySeasonReminder
 
   |github  = AHilyard/BerrySeasonReminder
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better 10 Hearts
 
   |name    = Better 10 Hearts
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.Better10Hearts
 
   |id      = EpicBellyFlop45.Better10Hearts
 
   |nexus  = 3605
 
   |nexus  = 3605
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
  
   |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,429: Line 1,919:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,437: Line 1,929:
 
   |nexus  =
 
   |nexus  =
 
   |github  = daleao/bagi-meads
 
   |github  = daleao/bagi-meads
 +
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Better Artisan Good Icons-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,444: Line 1,938:
 
   |nexus  = 8141
 
   |nexus  = 8141
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,454: Line 1,946:
 
   |moddrop = 1105633
 
   |moddrop = 1105633
 
   |github  = tlitookilakin/BetterBeehouses
 
   |github  = tlitookilakin/BetterBeehouses
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,470: Line 1,960:
 
   |nexus  = 11166
 
   |nexus  = 11166
 
   |github  = NormanPCN/StardewValleyMods
 
   |github  = NormanPCN/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Chests
 
   |name    = Better Chests
   |author  = furyx639
+
   |author  = LeFauxMatt
 
   |id      = furyx639.BetterChests
 
   |id      = furyx639.BetterChests
 
   |curse  = 871836
 
   |curse  = 871836
 +
  |moddrop = 1547210
 
   |nexus  = 9791
 
   |nexus  = 9791
 
   |github  = LeFauxMatt/StardewMods
 
   |github  = LeFauxMatt/StardewMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Crab Pots
 
   |name    = Better Crab Pots
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.BetterCrabPots
 
   |id      = EpicBellyFlop45.BetterCrabPots
 
   |nexus  = 3159
 
   |nexus  = 3159
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
  
   |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,499: Line 1,987:
 
   |moddrop = 1115749
 
   |moddrop = 1115749
 
   |github  = KhloeLeclair/StardewMods
 
   |github  = KhloeLeclair/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Crafting
 +
  |author  = RedstoneBoy
 +
  |id      = RedstoneBoy.BetterCrafting
 +
  |nexus  = 2504
 +
  |github  = RedstoneBoy/BetterCrafting
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |status  = abandoned
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,506: Line 2,002:
 
   |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,518: Line 2,023:
 
   |nexus  = 10907
 
   |nexus  = 10907
 
   |github  = DecidedlyHuman/StardewValleyMods
 
   |github  = DecidedlyHuman/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,528: Line 2,031:
 
   |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,537: Line 2,040:
 
   |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,550: Line 2,053:
 
   |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,581: Line 2,100:
 
   |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,594: Line 2,113:
 
   |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,604: Line 2,123:
 
   |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,618: Line 2,139:
 
   |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,632: Line 2,153:
 
}}
 
}}
 
{{#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,666: Line 2,185:
 
   |github  = hawkfalcon/Stardew-Mods
 
   |github  = hawkfalcon/Stardew-Mods
  
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
|broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
|unofficial version = 3.0.0-unofficial.1-p1xel8ted
 +
|unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123262
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,675: Line 2,196:
 
   |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,682: Line 2,203:
 
   |id      = ceruleandeep.BetterJunimosForestry
 
   |id      = ceruleandeep.BetterJunimosForestry
 
   |nexus  = 8992
 
   |nexus  = 8992
   |github  =
+
   |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,693: Line 2,214:
 
   |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,705: Line 2,233:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Mixed Seeds
 
   |name    = Better Mixed Seeds
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = Satozaki.BetterMixedSeeds, EpicBellyFlop45.BetterMixedSeeds<!--changed in 3.0-->
 
   |id      = Satozaki.BetterMixedSeeds, EpicBellyFlop45.BetterMixedSeeds<!--changed in 3.0-->
 
   |nexus  = 3012
 
   |nexus  = 3012
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
  
   |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,719: Line 2,249:
 
   |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,728: Line 2,258:
 
   |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,743: Line 2,273:
 
   |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,753: Line 2,281:
 
   |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,772: Line 2,300:
 
   |nexus  = 859
 
   |nexus  = 859
 
   |github  = urbanyeti/stardew-better-ranching
 
   |github  = urbanyeti/stardew-better-ranching
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Better Rarecrows
 
   |name    = Better Rarecrows
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = Satozaki.BetterRarecrows, EpicBellyFlop45.BetterRarecrows<!--changed in 1.0.5-->
 
   |id      = Satozaki.BetterRarecrows, EpicBellyFlop45.BetterRarecrows<!--changed in 1.0.5-->
 
   |nexus  = 3232
 
   |nexus  = 3232
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,788: Line 2,314:
 
   |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,796: Line 2,320:
 
   |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,810: Line 2,334:
 
   |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,826: Line 2,349:
 
   |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,837: Line 2,360:
 
   |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,852: Line 2,375:
 
   |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,861: Line 2,386:
 
   |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,869: Line 2,394:
 
   |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,880: Line 2,410:
 
   |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,888: Line 2,418:
 
   |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
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Stardrops
 +
  |author  = Rokugin
 +
  |id      = Rokugin.BetterStardrops
 +
  |nexus  = 21360
 +
  |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,897: Line 2,441:
 
   |github  = CaptainSully/StardewMods
 
   |github  = CaptainSully/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,906: Line 2,450:
 
   |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
 +
  |name    = Better Transmutation
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.BetterTransmutation
 +
  |nexus  = 2120
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use {{nexus mod|5996|More Bar Transmutation}}  instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Truffles
 +
  |author  = temisthem
 +
  |id      = tem696969696969.BetterTruffles
 +
  |nexus  = 23228
 +
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Watering Can and Hoe
 +
  |author  = Aflojack45
 +
  |id      = Aflojack45.BetterWateringCanAndHoe
 +
  |nexus  = 23946
 +
  |github  = Aflojack/BetterWateringCanAndHoe
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,916: Line 2,487:
 
   |github  = danvolchek/StardewMods
 
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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,923: Line 2,496:
 
   |id      = b_wandert.Betwitched
 
   |id      = b_wandert.Betwitched
 
   |nexus  = 10172
 
   |nexus  = 10172
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Big Crop Bonus
 +
  |author  = Tocseoj
 +
  |id      = Tocseoj.BigCropBonus
 +
  |curse  = 1008360
 +
  |moddrop = 1553635
 +
  |nexus  = 22337
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Big Fridges
 +
  |author  = AlanBF
 +
  |id      = AlanBF.BigFridge
 +
  |nexus  = 22457
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 1,936: Line 2,527:
  
 
   |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,947: Line 2,536:
 
   |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 Fridges
 +
  |author  = Entoarox
 +
  |id      = Entoarox.BiggerFridges
 +
  |nexus  = 21678
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 1,957: Line 2,553:
 
   |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,978: Line 2,574:
 
   |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,987: Line 2,581:
 
   |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,996: Line 2,588:
 
   |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 2,006: Line 2,603:
 
   |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,023: Line 2,626:
  
 
   |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,032: Line 2,642:
 
}}
 
}}
 
{{#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  = 2502
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS MP Kick Mod
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSMPKickMenu
 +
  |nexus  = 2503
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Night Sounds
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSNightSounds
 +
  |nexus  = 2501
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.8
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS No Clip
 +
  |author  = BunnyJumps
 +
   |id      = BunnyJumps.BJSNoClip
 
   |nexus  = 2820
 
   |nexus  = 2820
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Only Treasure Room
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSOnlyTreasureRoom
 +
  |nexus  = 3145
 +
  |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Plant Everywhere
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSPlantEverywhere
 +
  |nexus  = 3143
 +
  |github  =
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Stop Grass
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSStopGrass
 +
  |nexus  = 2500
 +
  |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = BJS Thunderstorm
 +
  |author  = BunnyJumps
 +
  |id      = BunnyJumps.BJSThunderStorm
 +
  |nexus  = 3144
 +
  |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,045: Line 2,723:
 
   |github  =
 
   |github  =
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-99#post-74821
+
<!--
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-74821
 
   |unofficial version = 1.4.3-unofficial.1-Vivan
 
   |unofficial version = 1.4.3-unofficial.1-Vivan
 
+
-->
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,058: Line 2,736:
 
   |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,067: Line 2,745:
 
   |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,076: Line 2,754:
 
   |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,106: Line 2,784:
 
   |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,115: Line 2,793:
 
   |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
 +
  |github  = HeroOfTheWinds/BlueChickensInMultiplayer
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (bug was only present during 1.3 beta and was fixed in 1.3.19).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Bookcase
 +
   |author  = Darkhax
 +
   |id      = darkhax.bookcase
 +
   |nexus  =
 
   |curse  = 297252
 
   |curse  = 297252
 
   |github  = Stardew-Valley-Modding/Bookcase
 
   |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
 +
  |name    = Boomerangs, Boomerang Mod
 +
  |author  = Arannya
 +
  |id      = Arannya.Weapons.Boomerangs
 +
  |nexus  = 22724
 +
  |github  = arannya/BoomerangMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,134: Line 2,830:
 
   |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,144: Line 2,840:
 
   |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,154: Line 2,872:
 
   |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,163: Line 2,881:
 
   |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,172: Line 2,890:
 
   |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,186: Line 2,912:
 
}}
 
}}
 
{{#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,201: Line 2,925:
 
   |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.5-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BuffFramework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,210: Line 2,936:
 
   |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,221: Line 2,947:
 
   |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,230: Line 2,956:
 
   |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,239: Line 2,973:
 
   |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,248: Line 2,991:
 
   |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,257: Line 3,000:
 
   |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,273: Line 3,016:
 
   |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,283: Line 3,024:
 
   |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,292: Line 3,033:
 
   |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}}#BulkAnimalPurchase
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,298: Line 3,041:
 
   |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,309: Line 3,052:
 
   |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,317: Line 3,060:
 
   |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,327: Line 3,068:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 2,344: Line 3,094:
 
   |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,353: Line 3,103:
 
   |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,362: Line 3,113:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cabin Owner Displayed
+
  |name    = Bwdyworks
   |author  = funny-snek
+
  |author  = bwdy
   |id      = funnysnek.displaycabinowner
+
  |id      = bwdyworks
   |nexus  = 3036
+
  |nexus  = 3530
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Cabin Owner Displayed
 +
   |author  = funny-snek
 +
   |id      = funnysnek.displaycabinowner
 +
   |nexus  = 3036
 
   |github  =
 
   |github  =
 
}}
 
}}
Line 2,378: Line 3,141:
 
   |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,384: Line 3,154:
 
   |id      = Zoryn.CalendarAnywhere
 
   |id      = Zoryn.CalendarAnywhere
 
   |nexus  =
 
   |nexus  =
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 
   |github  = Zoryn4163/SMAPI-Mods
 
   |github  = Zoryn4163/SMAPI-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Camera Control
 +
  |author  = Nitbandier
 +
  |id      = Nitbandier.CameraControl
 +
  |nexus  = 21502
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,396: Line 3,173:
 
   |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,408: Line 3,185:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
 
   |summary  = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Capitalist Split Money
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.CapitalistSplitMoney
 +
  |nexus  = 3083
 +
  |github  = Ilyaki/CapitalistSplitMoney
 +
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,417: Line 3,205:
 
   |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,427: Line 3,215:
 
   |nexus  = 1333
 
   |nexus  = 1333
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,434: Line 3,224:
 
   |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
 
   |name    = Car Warp, Decorative Cars<!--changed in 1.3.0-->
 
   |name    = Car Warp, Decorative Cars<!--changed in 1.3.0-->
   |author  = skellady and sophie
+
   |author  = skellady and sophiesalacia
 
   |id      = sophie.CarWarp
 
   |id      = sophie.CarWarp
 
   |nexus  = 11102
 
   |nexus  = 11102
 
   |github  = sophiesalacia/StardewMods
 
   |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Casks Anywhere
 +
  |author  = YukiShiku, LeonBlade
 +
  |id      = CasksAnywhere
 +
  |nexus  = 878
 +
  |chucklefish = 5486
 +
  |moddrop = 124612
 +
  |github  = LeonBlade/CasksAnywhere
  
   |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,454: Line 3,253:
 
   |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,467: Line 3,266:
 
   |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,476: Line 3,275:
 
   |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,485: Line 3,286:
 
   |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,502: Line 3,319:
 
   |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,526: Line 3,343:
 
   |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,533: Line 3,352:
 
   |id      = DelphinWave.CatsAndDogsMod
 
   |id      = DelphinWave.CatsAndDogsMod
 
   |nexus  = 7407
 
   |nexus  = 7407
  |github  =
 
  
   |beta 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,544: Line 3,363:
 
   |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,552: Line 3,371:
 
   |nexus  = 12619
 
   |nexus  = 12619
 
   |github  = Floogen/MysticalBuildings
 
   |github  = Floogen/MysticalBuildings
 
  |beta broke in = Stardew Valley 1.6<!--@retest after Dynamic Reflection-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,561: Line 3,378:
 
   |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,571: Line 3,386:
 
   |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,580: Line 3,395:
 
   |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,619: Line 3,434:
 
   |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,632: Line 3,446:
 
   |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,641: Line 3,455:
 
   |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,649: Line 3,463:
 
   |nexus  = 6101
 
   |nexus  = 6101
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,666: Line 3,478:
 
   |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,681: Line 3,493:
 
   |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,689: Line 3,508:
 
   |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,699: Line 3,525:
 
   |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,714: Line 3,542:
 
   |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,722: Line 3,552:
 
   |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,742: Line 3,572:
 
   |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,753: Line 3,583:
 
   |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,762: Line 3,592:
 
   |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,768: Line 3,600:
 
   |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,782: Line 3,613:
 
   |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,814: Line 3,652:
 
   |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,823: Line 3,668:
 
   |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,861: Line 3,731:
 
   |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,891: Line 3,761:
 
   |nexus  = 8524
 
   |nexus  = 8524
 
   |github  = valruno/ChooseRandomFarmEvent
 
   |github  = valruno/ChooseRandomFarmEvent
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,900: Line 3,772:
 
   |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,909: Line 3,781:
 
   |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
 +
  |name    = CJB Automation
 +
  |author  = CJBok
 +
  |id      = CJBAutomation
 +
  |nexus  = 211
 +
  |github  = CJBok/SDV-Mods
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Automate|Automate]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,915: Line 3,800:
 
   |author  = CJBok and Pathoschild
 
   |author  = CJBok and Pathoschild
 
   |id      = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
 
   |id      = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
 +
  |curse  = 1000644
 
   |nexus  = 4
 
   |nexus  = 4
 
   |moddrop = 741872
 
   |moddrop = 741872
 
   |github  = CJBok/SDV-Mods
 
   |github  = CJBok/SDV-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,924: Line 3,809:
 
   |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,953: Line 3,838:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Clean Cellar
 
   |name    = Clean Cellar
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.CleanCellar
 
   |id      = EpicBellyFlop45.CleanCellar
 
   |nexus  = 2975
 
   |nexus  = 2975
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,966: Line 3,851:
 
   |nexus  = 794
 
   |nexus  = 794
 
   |github  = tstaples/CleanFarm
 
   |github  = tstaples/CleanFarm
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clear Glasses, Clear Glasses - HD Graphics and Filters
 +
  |author  = aurpine
 +
  |id      = aurpine.ClearGlasses
 +
  |nexus  = 21090
 +
  |github  = aurpine/Stardew-SpriteMaster
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 2,985: Line 3,877:
 
   |moddrop = 664033
 
   |moddrop = 664033
 
   |github  = Sakorona/SDVMods
 
   |github  = Sakorona/SDVMods
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained)
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clint's Backstock
 +
  |author  = Rokugin
 +
  |id      = Rokugin.ClintsBackstock
 +
  |nexus  = 20886
 +
  |github  = rokugin/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Clock24
 +
  |author  = Lysero
 +
  |id      = Lysero.Clock24
 +
  |nexus  = 3718
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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,994: Line 3,905:
 
   |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 3,007: Line 3,923:
 
   |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 3,022: Line 3,949:
 
   |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,030: Line 3,957:
 
   |nexus  = 14379
 
   |nexus  = 14379
 
   |github  = tylergibbs2/StardewValleyMods
 
   |github  = tylergibbs2/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Collapsing On The Farm Fix
+
  |name    = Cold Weather Haley SMAPI
 +
  |author  = DanielSerrano, Lord Xamon
 +
  |id      = LordXamon.ColdWeatherHaleyPRO
 +
  |nexus  = 1169
 +
  |github  =
 +
 
 +
  |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
 +
   |name    = Collapsing On The Farm Fix
 
   |author  = monsoonsheep
 
   |author  = monsoonsheep
 
   |id      = monsoonsheep.CollapseOnFarmFix
 
   |id      = monsoonsheep.CollapseOnFarmFix
 
   |nexus  = 18086
 
   |nexus  = 18086
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,049: Line 3,983:
 
   |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
 
   |name    = Colored Crystalariums
 
   |name    = Colored Crystalariums
   |author  = sophie
+
   |author  = sophiesalacia
 
   |id      = sophie.ColoredCrystalariums
 
   |id      = sophie.ColoredCrystalariums
 
   |nexus  = 14428
 
   |nexus  = 14428
 
   |github  = sophiesalacia/StardewMods
 
   |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colorful Chests
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ColorfulChests
 +
  |nexus  = 1623
 +
  |moddrop = 279189
 +
  |github  = spacechase0/ColorfulChests
 +
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colorful Fish Ponds
 +
  |author  = rokugin
 +
  |id      = rokugin.colorfulfishponds
 +
  |nexus  = 23615
 +
  |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,079: Line 4,042:
 
   |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,090: Line 4,053:
 
   |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,105: Line 4,068:
 
   |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,131: Line 4,093:
 
   |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
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Community Center Bundles Randomizer
 +
  |author  = bowtochris
 +
  |id      = bowtochris.CommunityCenterBundlesRandomizer
 +
  |nexus  = 20425
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,147: Line 4,114:
 
   |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,157: Line 4,122:
 
   |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,177: Line 4,142:
 
   |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
 
   |name    = Configurable Bundle Costs
 
   |name    = Configurable Bundle Costs
   |author  = Vertigon
+
   |author  = sophiesalacia
 
   |id      = sophie.ConfigurableBundleCosts, Vertigon.ConfigurableBundleCosts<!--before 1.0.1-->
 
   |id      = sophie.ConfigurableBundleCosts, Vertigon.ConfigurableBundleCosts<!--before 1.0.1-->
 
   |nexus  = 9444
 
   |nexus  = 9444
   |github  = dtomlinson-ga/ConfigurableBundleCosts
+
   |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,202: Line 4,184:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Configurable Luck
 
   |name    = Configurable Luck
   |author  = sophie
+
   |author  = sophiesalacia
 
   |id      = sophie.ConfigurableLuck
 
   |id      = sophie.ConfigurableLuck
 
   |nexus  = 14610
 
   |nexus  = 14610
Line 3,217: Line 4,199:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Configurable Shipping Dates
 +
  |author  = Nishtra
 +
  |id      = ConfigurableShippingDates
 +
  |nexus  = 675
 +
  |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Configurable Special Orders Unlock
 
   |name    = Configurable Special Orders Unlock
   |author  = Vertigon
+
   |author  = sophiesalacia
 
   |id      = Vertigon.ConfigurableSpecialOrdersUnlock
 
   |id      = Vertigon.ConfigurableSpecialOrdersUnlock
 
   |nexus  = 8690
 
   |nexus  = 8690
   |github  = dtomlinson-ga/ConfigurableSpecialOrdersUnlock
+
   |github  = sophiesalacia/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,235: Line 4,227:
 
   |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,244: Line 4,236:
 
   |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,267: Line 4,273:
 
   |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,282: Line 4,290:
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Console Chat
 
   |name    = Console Chat
   |author  = Satozaki
+
   |author  = Sonozuki
 
   |id      = EpicBellyFlop45.ConsoleChat
 
   |id      = EpicBellyFlop45.ConsoleChat
 
   |nexus  = 3768
 
   |nexus  = 3768
   |github  = AndyCrocker/StardewMods
+
   |github  = Sonozuki/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,305: Line 4,313:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Content Code
+
  |name    = Console Coordinates
 +
  |author  = Pillow
 +
  |id      = Pillow.ConsoleCoordinates
 +
  |nexus  = 8957
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Content Code
 
   |author  = spacechase0
 
   |author  = spacechase0
 
   |id      = spacechase0.ContentCode
 
   |id      = spacechase0.ContentCode
Line 3,312: Line 4,329:
 
   |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,352: Line 4,369:
 
   |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,361: Line 4,383:
 
   |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,369: Line 4,398:
 
   |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,378: Line 4,407:
 
   |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,391: Line 4,414:
 
   |nexus  = 10384
 
   |nexus  = 10384
 
   |github  = alanperrow/StardewModding
 
   |github  = alanperrow/StardewModding
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,403: Line 4,424:
 
   |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,413: Line 4,434:
 
}}
 
}}
 
{{#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,433: Line 4,455:
 
   |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,442: Line 4,472:
 
   |nexus  = 8522
 
   |nexus  = 8522
 
   |github  = Floogen/CosmeticRings
 
   |github  = Floogen/CosmeticRings
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,452: Line 4,485:
 
   |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,461: Line 4,494:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
Line 3,473: Line 4,506:
 
   |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
 
   |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,492: Line 4,525:
 
   |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
 
   |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,510: Line 4,545:
 
   |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,520: Line 4,555:
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 +
}}
 +
{{#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,542: Line 4,617:
 
   |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  = bwdy
 +
  |id      = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
 +
  |nexus  = 2115
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Critter Rings
 
   |author  = atravita
 
   |author  = atravita
 
   |id      = atravita.CritterRings
 
   |id      = atravita.CritterRings
Line 3,553: Line 4,638:
 
   |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
 +
  |name    = Crocus Crew Sea Monster Alert, Sea Monster Alert
 +
  |author  = violetlizabet
 +
  |id      = violetlizabet.seaMonster
 +
  |nexus  = 20486
 +
  |github  = elizabethcd/SeaMonsterAlert
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,564: Line 4,656:
 
   |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,573: Line 4,665:
 
   |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,591: Line 4,683:
 
   |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,607: Line 4,699:
 
   |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,615: Line 4,707:
 
   |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
 
   |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,634: Line 4,726:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial url    = http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119392
 +
  |unofficial version = 0.3.1-unofficial.1-logophile
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Crop Hat
 
   |name    = Crop Hat
   |author  = aed, aedenthorn
+
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.CropHat
 
   |id      = aedenthorn.CropHat
 
   |nexus  = 11787
 
   |nexus  = 11787
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |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,652: Line 4,748:
 
   |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,669: Line 4,778:
 
   |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,696: Line 4,807:
 
   |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,706: Line 4,815:
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.2.6-unofficial.1-Logophile
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117759
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,712: Line 4,823:
 
   |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,725: Line 4,835:
 
   |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,740: Line 4,866:
 
   |nexus  = 7826
 
   |nexus  = 7826
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crystalline Junimo Chests
 +
  |author  = LeFauxMatt and pegfingers
 +
  |id      = furyx639.CrystallineJunimoChests
 +
  |moddrop = 1547134
 +
  |nexus  = 20658
 +
  |github  = LeFauxMatt/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,751: Line 4,885:
 
   |status  = workaround
 
   |status  = workaround
 
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
 
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
 +
}}
 +
{{#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,766: Line 4,911:
 
   |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,775: Line 4,920:
 
   |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,789: Line 4,944:
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Cask Mod
+
   |name    = Custom Bundles
   |author  = Digus
+
   |author  = LeFauxMatt
   |id      = DIGUS.CustomCaskMod
+
   |id      = furyx639.CustomBundles
   |nexus  = 2642
+
   |nexus  = 8258
  |github  = Digus/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Bush
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.CustomBush
 +
  |curse  = 998265
 +
  |moddrop = 1547214
 +
  |nexus  = 20619
 +
  |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Cask Mod
 +
  |author  = Digus
 +
  |id      = DIGUS.CustomCaskMod
 +
  |nexus  = 2642
 +
  |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,807: Line 4,979:
 
   |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 Chores
 
   |name    = Custom Chores
   |author  = furyx639, LeFauxMatt
+
   |author  = LeFauxMatt
 
   |id      = furyx639.CustomChores
 
   |id      = furyx639.CustomChores
 
   |nexus  = 5315
 
   |nexus  = 5315
Line 3,817: Line 4,989:
 
   |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,826: Line 5,005:
 
   |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,832: Line 5,011:
 
   |author  = PeacefulEnd
 
   |author  = PeacefulEnd
 
   |id      = PeacefulEnd.CustomCompanions
 
   |id      = PeacefulEnd.CustomCompanions
 +
  |curse  = 870939
 
   |nexus  = 8626
 
   |nexus  = 8626
 
   |github  = Floogen/CustomCompanions
 
   |github  = Floogen/CustomCompanions
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 3,852: Line 5,030:
 
   |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,860: Line 5,050:
 
   |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,868: Line 5,058:
 
   |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,877: Line 5,065:
 
   |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,895: Line 5,081:
 
   |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,904: Line 5,090:
 
   |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
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Element Handler
 +
   |author = Platonymous
 +
  |id      = Platonymous.CustomElementHandler
 +
  |nexus  = 1068
 +
  |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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 Fixed Dialogue
+
   |name    = Custom Emotes
   |author  = aedenthorn, Erinthe
+
   |author  = purrplingcat
   |id      = aedenthorn.CustomFixedDialogue
+
   |id      = PurrplingCat.CustomEmotes
   |nexus  = 6358
+
   |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 Furniture
+
   |name    = Custom Farming Redux
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.CustomFurniture
+
   |id      = Platonymous.CustomFarming
   |nexus  = 1254
+
   |nexus  = 991
   |moddrop = 793932
+
  |curse  = 307366
 +
   |moddrop = 793926
 
   |github  = Platonymous/Stardew-Valley-Mods
 
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Gift Dialogue
+
   |name    = Custom Farming Redux → CFAutomate
   |author  = PurrplingCat
+
   |author  = Platonymous
   |id      = PurrplingCat.CustomGiftDialogue
+
   |id      = Platonymous.CFAutomate
   |nexus  = 7304
+
   |nexus  = 991
   |github  = purrplingcat/StardewMods
+
   |github  = Platonymous/Stardew-Valley-Mods
 
+
 
   |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
 +
  |name    = Custom Farm Loader
 +
  |author  = DeLiXx
 +
  |id      = DeLiXx.Custom_Farm_Loader
 +
  |curse  = 990485
 +
  |nexus  = 13804
 +
  |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Farm Types
 +
  |author  = spacechase0
 +
  |id      = spacechase0.CustomFarmTypes
 +
  |nexus  = 1140
 +
  |moddrop = 128708
 +
  |github  = spacechase0/CustomFarmTypes
 +
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Gift Limits
+
   |name    = Custom Fixed Dialogue
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomGiftLimits
+
   |id      = aedenthorn.CustomFixedDialogue
   |nexus  = 13964
+
   |nexus  = 6358
 
   |github  = aedenthorn/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    = Custom Hay
+
   |name    = Custom Fixed Dialogue - Continued
   |author  = aedenthorn, Erinthe
+
   |author  = Datamancer
   |id      = aedenthorn.CustomHay
+
   |id      = datamancer.CustomFixedDialogue
   |nexus  = 16744
+
   |nexus  = 20938
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1533308
 +
   |github  = csandwith/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customizable Cart Redux
+
   |name    = Custom Furniture
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Platonymous
   |id      = KoihimeNakamura.CCR
+
   |id      = Platonymous.CustomFurniture
   |nexus  = 1402
+
   |nexus  = 1254
   |moddrop = 664037
+
   |moddrop = 793932
   |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    = Customizable Death Penalty
+
   |name    = Custom Gift Dialogue
   |author  = CatCattyCat, Cat
+
   |author  = PurrplingCat
   |id      = cat.customizabledeathpenalty
+
   |id      = PurrplingCat.CustomGiftDialogue
   |nexus  = 1991
+
   |nexus  = 7304
   |moddrop = 833547
+
   |github  = purrplingcat/StardewMods
   |github  = danvolchek/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customizable Traveling Cart Days
+
   |name    = Custom Gift Limits
   |author  = Yyeahdude
+
   |author  = aedenthorn, Erinthe
   |id      = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
+
   |id      = aedenthorn.CustomGiftLimits
   |nexus   = 567
+
  |nexus  = 13964
   |github =
+
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
   |summary = use [[#Custom Gift Limits - Continued|Custom Gift Limits - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Anywhere
+
   |name    = Custom Gift Limits - Continued
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn and FlyingTNT
   |id      = Cherry.CustomizeAnywhere
+
   |id      = FlyingTNT.CustomGiftLimits
   |nexus  = 4734
+
   |nexus  = 22385
  |moddrop = 716356
+
   |github  = FlyingTNT/StardewValleyMods
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
  |name    = Customize Exterior
+
   |name    = Custom Greenhouse
  |author  = spacechase0
+
   |author  = Forkmaster
  |id      = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
+
   |id      = Forkmaster.CustomGreenhouse
  |nexus  = 1099
+
   |nexus  = 3464
  |moddrop = 127272
 
  |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Customize Starting Health and Stamina, Custom Health and Stamina Start
 
  |author  = MissCoriel
 
  |id      = misscoriel.hpstam
 
  |nexus  = 5275
 
  |github  = MissCoriel/Customize-Health-and-Stamina
 
}}
 
{{#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
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after-->
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Custom Linens
 
   |author  = Mevima
 
   |id      = Mevima.CustomLinens
 
   |nexus  = 1027
 
 
   |github  =
 
   |github  =
  
  |broke in = SMAPI 3.0
+
   |status  = abandoned
   |status   = workaround
 
  |summary = Use [https://www.nexusmods.com/stardewvalley/mods/2184/ Custom Linens for Content Patcher] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Localization
+
   |name    = Custom Harvest Fix
   |author  = ZaneYork
+
   |author  = mytigio
   |id      = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
+
   |id      = mytigio.customharvestfix
   |nexus  = 5377
+
   |nexus  = 4192
   |github  = ZaneYork/SDV_CustomLocalization
+
   |github  = mytigio/CustomHarvestFix
  
   |summary  = use latest version.
+
  |status  = obsolete
 +
   |summary  = remove this mod (no longer needed, Json Assets handles deshuffling animal products on its own now).
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
  |status  = obsolete
 
  |warnings = Only compatible with Android. ([[Modding:Migrate to Stardew Valley 1.5.5#Custom languages|Custom languages]] were added in Stardew Valley 1.5.5.)
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Locks
+
   |name    = Custom Hay
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomLocks
+
   |id      = aedenthorn.CustomHay
   |nexus  = 6251
+
   |nexus  = 16744
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |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
+
   |nexus  = 5275
  |chucklefish = 5234
+
   |github  = MissCoriel/Customize-Health-and-Stamina
   |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    = Custom Pet Beds, Pet Bed
+
   |name    = Customize Trinkets
   |author  = aedenthorn, Erinthe
+
   |author  = Dragoon23
   |id      = aedenthorn.PetBed
+
   |id      = Dragoon23.CustomizeTrinkets
   |nexus  = 10462
+
   |nexus  = 23818
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Picture Frames
+
   |name    = Customize Wedding Attire
   |author  = aedenthorn, Erinthe
+
   |author  = violetlizabet
   |id      = aedenthorn.CustomPictureFrames
+
   |id      = violetlizabet.CustomizeWeddingAttire
   |nexus  = 10704
+
   |nexus  = 10761
   |github  = aedenthorn/StardewValleyMods
+
   |github  = elizabethcd/CustomizeWeddingAttire
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Quest Expiration
+
   |name    = Custom Kissing
   |author  = hawkfalcon
+
   |author  = Digus
   |id      = hawkfalcon.CustomQuestExpiration
+
   |id      = DIGUS.CustomKissingMod
   |nexus  = 2148
+
   |nexus  = 4664
   |github  = hawkfalcon/Stardew-Mods
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Reminders
+
   |name    = Custom Linens
   |author  = Dem1se
+
   |author  = Mevima
   |id      = Dem1se.CustomReminders
+
   |id      = Mevima.CustomLinens
   |nexus  = 6215
+
   |nexus  = 1027
   |moddrop = 793899
+
   |github  =
   |github = Dem1se/CustomReminders
+
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
   |summary = use {{nexus mod|2184|Custom Linens for Content Patcher}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Renovations, Renovations
+
   |name    = Custom Localization
   |author  = aedenthorn, Erinthe
+
   |author  = ZaneYork
   |id      = aedenthorn.Renovations
+
   |id      = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
   |nexus  = 9687
+
   |nexus  = 5377
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ZaneYork/SDV_CustomLocalization
  
   |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 Resource Clumps
+
   |name    = Custom Locks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomResourceClumps
+
   |id      = aedenthorn.CustomLocks
   |nexus  = 6669
+
   |nexus  = 6251
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Locks Updated
 +
  |author  = Rokugin
 +
  |id      = Rokugin.CustomLocksUpdated
 +
  |nexus  = 21148
 +
  |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Signs
+
   |name    = Custom Mine Cart Steam
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomSigns
+
   |id      = aedenthorn.CustomMineCartSteam
   |nexus  = 11336
+
   |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 Spouse Location
+
   |name    = Custom Movies
   |author  = barteke22
+
   |author  = Platonymous
   |id      = barteke22.CustomSpouseLocation
+
   |id      = Platonymous.CustomMovies
   |nexus  = 9676
+
   |nexus  = 4737
   |github  = barteke22/StardewMods
+
  |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 Patio Redux
+
   |name    = Custom Music
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomSpousePatioRedux
+
   |id      = Platonymous.CustomMusic
   |nexus  = 10889
+
  |curse  = 307367
   |github  = aedenthorn/StardewValleyMods
+
  |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 Wizard
+
   |name    = Custom Names
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.CustomSpousePatioWizard
+
   |id      = MindMeltMax.CustomNames
   |nexus  = 7775
+
  |curse  = 1008334
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 23131
 
+
   |github  = MindMeltMax/Stardew-Valley-Mods
  |beta broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Spouse Rooms
+
   |name    = Custom NPC
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.CustomSpouseRooms
+
   |id      = Platonymous.CustomNPC
  |curse  = 868833
+
   |nexus  = 1607
   |nexus  = 10029
+
   |github  = Platonymous/Stardew-Valley-Mods
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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 Starter Furniture
+
   |name    = Custom NPC Exclusions
   |author  = aedenthorn, Erinthe
+
   |author  = Esca, Esca-MMC
   |id      = aedenthorn.CustomStarterFurniture
+
   |id      = Esca.CustomNPCExclusions
   |nexus  = 16729
+
   |nexus  = 7089
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 847997
 +
   |github  = Esca-MMC/CustomNPCExclusions
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Starter Package
+
   |name    = Custom NPC Fixes
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.CustomStarterPackage
+
   |id      = spacechase0.CustomNPCFixes
   |nexus  = 14152
+
  |curse  = 867734
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 771669
 +
   |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 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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Toolbar
+
   |name    = Custom Obelisks
   |author  = aedenthorn, Erinthe
+
   |author  = XxHarvzBackxX
   |id      = aedenthorn.CustomToolbar
+
   |id      = harvz.CustomObelisks
   |nexus  = 11322
+
   |nexus  = 10202
   |github  = aedenthorn/StardewValleyMods
+
   |github  = XxHarvzBackxX/Custom-Obelisks
  
   |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 Object Production
   |author  = ZaneYork
+
   |author  = aedenthorn, Erinthe
   |id      = ZaneYork.CustomToolEffect
+
   |id      = aedenthorn.CustomObjectProduction
   |nexus  = 5712
+
  |curse  = 868827
   |github  = ZaneYork/CustomToolEffect
+
   |nexus  = 10152
 +
   |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 Ore Nodes
   |author  = trashcan9
+
   |author  = aedenthorn, Erinthe
   |id      = trashcan9.CustomToolRange
+
   |id      = aedenthorn.CustomOreNodes
   |nexus  = 16384
+
  |curse  = 868903
   |github  =
+
   |nexus  = 5966
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Tracker
+
   |name    = Custom Paths
   |author  = Esca, Esca-MMC
+
   |author  = Entoarox
   |id      = Esca.CustomTracker
+
   |id      = Entoarox.CustomPaths
   |nexus  = 5108
+
   |nexus  = 2272
   |github  = Esca-MMC/CustomTracker
+
  |chucklefish = 5234
   |moddrop = 706059
+
   |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    = Custom Transparency
+
   |name    = Custom Pet Beds, Pet Bed
  |author  = CatCattyCat, Cat
 
  |id      = cat.customtransparency
 
  |nexus  = 2359
 
  |moddrop = 833556
 
  |github  = danvolchek/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Custom Trash Can
 
  |author  = ShivaGuy
 
  |id      = ShivaGuy.CustomTrashCan
 
  |nexus  = 11835
 
  |github  =
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Custom Tree Tweaks, More Wood
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TreeTweaks
+
   |id      = aedenthorn.PetBed
   |nexus  = 10760
+
   |nexus  = 10462
 
   |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 Picture Frames
  |author  = Platonymous
 
  |id      = Platonymous.CustomTV
 
  |curse  = 877224
 
  |nexus  = 6775
 
  |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Custom Wallpaper Framework
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomWallpaperFramework
+
   |id      = aedenthorn.CustomPictureFrames
  |curse  = 868751
+
   |nexus  = 10704
   |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    = Custom Warp Locations
+
   |name    = Custom Quest Expiration
   |author  = CatCattyCat, Cat
+
   |author  = hawkfalcon
   |id      = cat.customwarplocations
+
   |id      = hawkfalcon.CustomQuestExpiration
   |nexus  = 1688
+
   |nexus  = 2148
   |moddrop = 833544
+
   |github  = hawkfalcon/Stardew-Mods
   |github = danvolchek/StardewMods
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |beta broke in = Stardew Valley 1.6
+
  |name    = Custom Reminders
 +
   |author = Dem1se
 +
  |id      = Dem1se.CustomReminders
 +
  |nexus  = 6215
 +
  |moddrop = 793899
 +
   |github  = Dem1se/CustomReminders
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warp Points
+
   |name    = Custom Renovations, Renovations
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomWarpPoints
+
   |id      = aedenthorn.Renovations
   |nexus  = 9651
+
   |nexus  = 9687
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Warps
+
   |name    = Custom Resource Clumps
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = aedenthorn, Erinthe
   |id      = f4iTh.CustomWarps
+
   |id      = aedenthorn.CustomResourceClumps
   |nexus  = 3445
+
   |nexus  = 6669
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Winter Star Gifts
+
   |name    = Custom Shirts
   |author  = XxHarvzBackxX
+
   |author  = Platonymous
   |id      = harvz.CWSG
+
   |id      = Platonymous.CustomShirts
   |nexus  = 10024
+
   |nexus  = 2416
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cut the Cord, TvMenu
+
   |name    = Custom Shops Redux
   |author  = cgifox
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = cgifox.CutTheCord
+
   |id      = Omegasis.CustomShopReduxGui
   |nexus  = 9571
+
   |nexus  = 1378
   |github  = harshlele/CutTheCord
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Shop Tile Framework|Shop Tile Framework]] + [[#TMXL Map Toolkit|TMXL Map Toolkit]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Cycle Tools
+
   |name    = Custom Signs
   |author  = furyx639
+
   |author  = aedenthorn, Erinthe
   |id      = furyx639.CycleTools
+
   |id      = aedenthorn.CustomSigns
  |curse  = 871827
+
   |nexus  = 11336
   |nexus  = 13973
+
   |github  = aedenthorn/StardewValleyMods
   |github  = LeFauxMatt/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Farm Photo
+
   |name    = Custom Spouse Location
   |author  = Seawolf, seawolf87
+
   |author  = barteke22
   |id      = Seawolf.DailyFarmPhoto
+
   |id      = barteke22.CustomSpouseLocation
   |nexus  = 4791
+
   |nexus  = 9676
   |github  = Seawolf87/DailyFarmPhoto
+
   |github  = barteke22/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
+
   |name    = Custom Spouse Patio
   |author  = BlaDe
+
   |author  = aedenthorn, Erinthe
   |id      = BlaDe.StepsTakenOnScreen
+
   |id      = aedenthorn.CustomSpousePatio
   |nexus  = 6783
+
   |nexus  = 6630
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |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    = Daily Luck Message
+
   |name    = Custom Spouse Patio Redux
   |author  = Schematix, Schmtx
+
   |author  = aedenthorn, Erinthe
   |id      = Schematix.DailyLuckMessage
+
   |id      = aedenthorn.CustomSpousePatioRedux
   |nexus  = 1327
+
   |nexus  = 10889
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
   |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
+
   |unofficial version = 0.3.6-unofficial.1-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily News
+
   |name    = Custom Spouse Patio Wizard
   |author  = bashNinja
+
   |author  = aedenthorn, Erinthe
   |id      = bashNinja.DailyNews
+
   |id      = aedenthorn.CustomSpousePatioWizard
   |nexus  = 1141
+
   |nexus  = 7775
   |github  = miketweaver/DailyNews
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Pet the Animals
+
   |name    = Custom Spouse Rooms
   |author  = flowoeB
+
   |author  = aedenthorn, Erinthe
   |id      = flowoeB.DailyPetTheAnimals
+
   |id      = aedenthorn.CustomSpouseRooms
   |nexus  = 8356
+
  |curse  = 868833
   |github  =
+
   |nexus  = 10029
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |status            = workaround
 +
  |summary            = use [[#Custom Spouse Rooms - Continued|Custom Spouse Rooms - Continued]] or [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123184 unofficial update] instead.
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123184
 +
  |unofficial version = 0.8.3-unofficial.1-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Phone Quest
+
   |name    = Custom Spouse Rooms - Continued
   |author  = ActionJackson
+
   |author  = Datamancer
   |id      = ActionJackson.DailyPhoneQuest
+
   |id      = datamancer.CustomSpouseRooms
   |nexus  = 14648
+
   |nexus  = 20966
   |github  =
+
   |moddrop = 1534005
 
+
   |github  = csandwith/StardewValleyMods
   |beta broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
+
   |name    = Custom Starter Furniture
   |author  = MevNav
+
   |author  = aedenthorn, Erinthe
   |id      = MevNav.DailyPlanner
+
   |id      = aedenthorn.CustomStarterFurniture
   |nexus  = 16704
+
   |nexus  = 16729
   |github  = BuildABuddha/StardewDailyPlanner
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Screenshot
+
   |name    = Custom Starter Package
   |author  = CompSciLauren
+
   |author  = aedenthorn, Erinthe
   |id      = CompSciLauren.DailyScreenshot
+
   |id      = aedenthorn.CustomStarterPackage
   |nexus  = 4779
+
   |nexus  = 14152
   |chucklefish = 5907
+
   |github  = aedenthorn/StardewValleyMods
   |moddrop = 677025
+
 
   |curse  = 353698
+
   |broke in          = Stardew Valley 1.6
   |github = CompSciLauren/stardew-valley-daily-screenshot-mod
+
   |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomStarterPackage
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Special Orders
+
   |name    = Custom Tapper Framework
   |author  = shekurika
+
   |author  = Selph, zombifier
   |id      = shekurika.DailySpecialOrders
+
   |id      = selph.CustomTapperFramework
   |nexus  = 9693
+
   |nexus  = 22975
   |github  = shekurika/DailySpecialOrders
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Tasks Report
+
   |name    = Custom Tokens
   |author  = GuiNoya, Yesst
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = GuiNoya.DailyTasksReport
+
   |id      = TheMightyAmondee.CustomTokens
   |nexus  = 1624
+
   |nexus  = 7517
   |github  = GuiNoya/SVMods
+
   |github  = TheMightyAmondee/CustomTokens
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Toolbar
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CustomToolbar
 +
  |nexus  = 11322
 +
  |github  = aedenthorn/StardewValleyMods
  
   |broke in          = Stardew Valley 1.4
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.4.2-unofficial.8-prism99
+
   |unofficial version = 0.1.2-unofficial.1-mouahrara
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-56142
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomToolbar
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Tool Effect
 +
  |author  = ZaneYork
 +
  |id      = ZaneYork.CustomToolEffect
 +
  |nexus  = 5712
 +
  |github  = ZaneYork/CustomToolEffect
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dan Utils
+
   |name    = Custom Tool Range
   |author  = Danmw3
+
   |author  = trashcan9
   |id      = danmw3.DanUtils
+
   |id      = trashcan9.CustomToolRange
   |nexus  = 2287
+
   |nexus  = 16384
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dark User Interface
+
   |name    = Custom Tracker
   |author  = zazizu
+
   |author  = Esca, Esca-MMC
   |id      = zazizu.darkUI
+
   |id      = Esca.CustomTracker
   |nexus  = 4056
+
   |nexus  = 5108
   |github  = cilekli-link/SDVMods
+
   |github  = Esca-MMC/CustomTracker
 
+
   |moddrop = 706059
   |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Data Layers, Data Maps
+
   |name    = Custom Transparency
   |author  = Pathoschild
+
   |author  = CatCattyCat, Cat
   |id      = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
+
   |id      = cat.customtransparency
   |nexus  = 1691
+
   |nexus  = 2359
   |moddrop = 606646
+
   |moddrop = 833556
   |github  = Pathoschild/StardewMods
+
   |github  = danvolchek/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dear Diary, Journal Keeping Mod
+
   |name    = Custom Trash Can
   |author  = MissCoriel
+
   |author  = ShivaGuy
   |id      = misscoriel.diary
+
   |id      = ShivaGuy.CustomTrashCan
   |nexus  = 4451
+
   |nexus  = 11835
  |moddrop = 624395
+
   |github  =
   |github  = MissCoriel/Dear-Diary
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Death Tweaks
+
   |name    = Custom Tree Tweaks, More Wood
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.DeathTweaks
+
   |id      = aedenthorn.TreeTweaks
   |nexus  = 18174
+
   |nexus  = 10760
 
   |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    = Debug Mode
+
   |name    = Custom TV
   |author  = Pathoschild
+
   |author  = Platonymous
   |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
+
   |id      = Platonymous.CustomTV
   |nexus   = 679
+
   |curse   = 877224
   |moddrop = 606608
+
   |nexus  = 6775
   |github  = Pathoschild/StardewMods
+
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Decrafting Mod
+
   |name    = Custom TV Channel
   |author  = iSkLz_, MSCFC
+
   |author  = chieeri323
   |id      = MSCFC.DecraftingMod
+
   |id      = chieeri323.customtvchannel
   |nexus  = 4158
+
   |nexus  = 24278
   |github  = iSkLz/DecraftingMod
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deep Woods
+
   |name    = Custom Wallpaper Framework
   |author  = Max Vollmer, SVProtector
+
   |author  = aedenthorn, Erinthe
   |id      = maxvollmer.deepwoodsmod
+
   |id      = aedenthorn.CustomWallpaperFramework
   |nexus  = 2571
+
  |curse  = 868751
   |github  = maxvollmer/DeepWoodsMod
+
   |nexus  = 12510
 +
   |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    = Deep Woods Seasonal Obelisk
+
   |name    = Custom Walls and Floors
   |author  = Sandman53
+
   |author  = Platonymous
   |id      = maxvollmer.deepwoodsmod.seasonalobelisk
+
   |id      = Platonymous.CustomWallsAndFloors
   |nexus  = 5016
+
  |curse  = 307569
   |github  =
+
  |moddrop = 793903
 +
   |nexus  = 3010
 +
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Deep Woods-->
+
   |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    = Deep Woods Warp Network Integration
+
   |name    = Custom Warp Locations
   |author  = Tlitookilakin
+
   |author  = CatCattyCat, Cat
   |id      = tlitookilakin.deepwoodswarpnet
+
   |id      = cat.customwarplocations
   |nexus  = 10240
+
   |nexus  = 1688
   |moddrop = 1060419
+
   |moddrop = 833544
   |github  = tlitookilakin/WarpnetDeepwoods
+
   |github  = danvolchek/StardewMods
  
   |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    = Custom Warp Points
   |author  = Tyler Gibbs
+
   |author  = aedenthorn, Erinthe
   |id      = tylergibbs2.DefaultFarmer
+
   |id      = aedenthorn.CustomWarpPoints
   |nexus  = 12421
+
   |nexus  = 9651
   |github  = tylergibbs2/DefaultFarmer
+
   |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    = Default Window Size
+
   |name    = Custom Warps
   |author  = DecidedlyHuman
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = DecidedlyHuman.DefaultWindowSize
+
   |id      = f4iTh.CustomWarps
   |nexus  = 10939
+
   |nexus  = 3445
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Delivery Service
+
   |name    = Custom Winter Star Gifts
   |author  = AxesOfEvil
+
   |author  = XxHarvzBackxX
   |id      = AxesOfEvil.DeliveryService
+
   |id      = harvz.CWSG
   |nexus  = 5187
+
   |nexus  = 10024
   |github  = AxesOfEvil/SV_DeliveryService
+
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Delivery Upgrade Tool
+
   |name    = Cut the Cord, TvMenu
   |author  = Dash, yuukidach
+
   |author  = cgifox
   |id      = Pathoschild.test
+
   |id      = cgifox.CutTheCord
   |nexus  = 5570
+
   |nexus  = 9571
   |github  =
+
   |github  = harshlele/CutTheCord
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Grabber Redux
+
   |name    = Cycle Tools
   |author  = ferdaber
+
   |author  = LeFauxMatt
   |id      = ferdaber.DeluxeGrabberRedux
+
   |id      = furyx639.CycleTools
   |nexus  = 7920
+
  |curse  = 871827
   |github  = ferdaber/sdv-mods
+
   |nexus  = 13973
 +
   |github  = LeFauxMatt/StardewMods
  
   |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
   |name    = Deluxe Hats
+
   |name    = Daily Farm Photo
   |author  = domsim1
+
   |author  = Seawolf, seawolf87
   |id      = domsim1.DeluxeHats
+
   |id      = Seawolf.DailyFarmPhoto
   |nexus  = 5836
+
   |nexus  = 4791
   |github  = domsim1/stardew-valley-deluxe-hats-mod
+
   |github  = Seawolf87/DailyFarmPhoto
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Deluxe Journal
+
   |name    = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
   |author  = MolsonCAD
+
   |author  = BlaDe
   |id      = MolsonCAD.DeluxeJournal
+
   |id      = BlaDe.StepsTakenOnScreen
   |nexus  = 11436
+
   |nexus  = 6783
   |github  = MolsonCAD/DeluxeJournal
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Demanding Shipping
+
   |name    = Daily Luck Message
   |author  = lech43
+
   |author  = Schematix, Schmtx
   |id      = lech43.DemandingShipping
+
   |id      = Schematix.DailyLuckMessage
   |nexus  = 7315
+
   |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    = Demetrius Visits Cave
+
   |name    = Daily Luck on HUD, JustLuckMod
   |author  = Kichjo
+
   |author  = zeldela
   |id      = Kichjo.DemetriusVisitsCave
+
   |id      = dJustLuckMod
   |nexus  = 5477
+
   |nexus  = 10386
   |github  = KeelanRosa/StardewMods
+
   |github  = zeldela/sdv-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Desert Bloom Farm
+
   |name    = Daily News
   |author  = DeLiXx
+
   |author  = bashNinja
   |id      = DeLiXx.Desert_Bloom_Farm
+
   |id      = bashNinja.DailyNews
   |nexus  = 16750
+
   |nexus  = 1141
   |github  =
+
   |github  = miketweaver/DailyNews
  |source  = https://gitlab.com/delixx/stardew-valley-desert-bloom-farm
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Farm Loader-->
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Destroyable Bushes
+
   |name    = Daily Notifications, Event Notifications
   |author  = Esca, Esca-MMC
+
   |author  = dreamsicl
   |id      = Esca.DestroyableBushes
+
   |id      = EventNotifications
   |nexus  = 6304
+
   |nexus  =
   |moddrop = 798245
+
   |chucklefish = 3621
   |github  = Esca-MMC/DestroyableBushes
+
   |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    = Detailed Sprites
+
   |name    = Daily Pet the Animals
   |author  = RainsKuro, RainzKuro
+
   |author  = flowoeB
   |id      = RainzKuro.DetailedSprites
+
   |id      = flowoeB.DailyPetTheAnimals
   |nexus  = 15549
+
   |nexus  = 8356
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Box Redesign
+
   |name    = Daily Phone Quest
   |author  = gzhynko
+
   |author  = ActionJackson
   |id      = GZhynko.DialogueBoxRedesign
+
   |id      = ActionJackson.DailyPhoneQuest
   |nexus  = 8853
+
   |nexus  = 14648
   |github  = gzhynko/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    = Dialogue Display Framework
+
   |name    = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
   |author  = aedenthorn, Erinthe
+
   |author  = MevNav
   |id      = aedenthorn.DialogueDisplayFramework
+
   |id      = MevNav.DailyPlanner
  |curse  = 868761
+
   |nexus  = 16704
   |nexus  = 11661
+
   |github  = BuildABuddha/StardewDailyPlanner
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Extension
+
   |name    = Daily Quest Anywhere
   |author  = elbe
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = elbe.DialogueExtension
+
   |id      = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
   |nexus  = 10851
+
   |nexus  = 513
   |github  = lshtech/DialogueExtension
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |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    = Dialogue New Line
+
   |name    = Daily Screenshot
   |author  = aedenthorn, Erinthe
+
   |author  = CompSciLauren
   |id      = aedenthorn.DialogueNewLine
+
   |id      = CompSciLauren.DailyScreenshot
   |curse   = 868753
+
   |nexus  = 4779
   |nexus   = 12175
+
  |chucklefish = 5907
   |github  = aedenthorn/StardewValleyMods
+
   |moddrop = 677025
 +
   |curse   = 353698
 +
   |github  = CompSciLauren/stardew-valley-daily-screenshot-mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Tester
+
   |name    = Daily Special Orders
   |author  = DecidedlyHuman
+
   |author  = shekurika
   |id      = DecidedlyHuman.DialogueTester
+
   |id      = shekurika.DailySpecialOrders
   |nexus  = 9887
+
   |nexus  = 9693
   |moddrop = 1035899
+
   |github  = shekurika/DailySpecialOrders
   |github  = DecidedlyHuman/DialogueTester
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dialogue Trees
+
   |name    = Daily Tasks Report
   |author  = aedenthorn, Erinthe
+
   |author  = GuiNoya, Yesst
   |id      = aedenthorn.DialogueTrees
+
   |id      = GuiNoya.DailyTasksReport
   |nexus  = 9550
+
   |nexus  = 1624
   |github  = aedenthorn/StardewValleyMods
+
   |github  = GuiNoya/SVMods
  
   |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
 +
  |name    = Daily Tasks Report Plus
 +
  |author  = Prism 99
 +
  |id      = Prism99.DailyTasksReportPlus
 +
  |nexus  = 20871
 +
  |github  = Prism-99/DailyTaskReportPlus
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = DaLionheart
 +
  |author  = DaLion
 +
  |id      = DaLion.Core
 +
  |nexus  = 24332
 +
  |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Did You Water Your Crops
+
   |name    = Dan Utils
   |author  = Nishtra
+
   |author  = Danmw3
   |id      = Nishtra.DidYouWaterYourCrops
+
   |id      = danmw3.DanUtils
   |nexus  = 1583
+
   |nexus  = 2287
 
   |github  =
 
   |github  =
  
   |status   = workaround
+
   |broke in = SMAPI 3.0
   |summary = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
+
}}
   |broke in = Stardew Valley 1.3.29
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Dark User Interface
 +
   |author = zazizu
 +
  |id      = zazizu.darkUI
 +
  |nexus  = 4056
 +
  |github  = cilekli-link/SDVMods
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
+
   |name    = Data Layers, Data Maps
   |author  = shanks3042
+
   |author  = Pathoschild
   |id      = shanks3042.StardewValleyEasyPrairieKing
+
   |id      = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
   |nexus  = 5816
+
  |curse  = 1000628
   |github  =
+
   |nexus  = 1691
   |source = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
+
   |moddrop = 606646
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dimensional Pockets
+
   |name    = Date Night
   |author  = spacechase0
+
   |author  = SUPERT
   |id      = spacechase0.DimensionalPockets
+
   |id      = supert.datenight
   |nexus  = 12706
+
   |nexus  = 11459
  |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|22714|Date Night Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dear Diary, Journal Keeping Mod
 +
  |author  = MissCoriel
 +
  |id      = misscoriel.diary
 +
  |nexus  = 4451
 +
  |moddrop = 624395
 +
  |github  = MissCoriel/Dear-Diary
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dino Form
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Disable Auto Pickup
+
   |name    = Debug Mode
   |author  = Eugenii10
+
   |author  = Pathoschild
   |id      = KubichekEV.DisableAutoPickup
+
   |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
   |nexus  = 9717
+
  |curse  = 1000634
   |github  =
+
   |nexus  = 679
 
+
   |moddrop = 606608
   |beta broke in = Stardew Valley 1.6
+
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Disable Gamepad, Disable Controller
+
   |name    = Decrafting Mod
   |author  = lperkins2, Logan Perkins
+
  |author  = iSkLz_, MSCFC
   |id      = lperkins2.DisableController
+
  |id      = MSCFC.DecraftingMod
   |nexus  = 2229
+
  |nexus  = 4158
 +
  |github  = iSkLz/DecraftingMod
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Deep Woods
 +
   |author  = Max Vollmer, SVProtector
 +
  |id      = maxvollmer.deepwoodsmod
 +
  |curse  = 992429
 +
  |nexus  = 2571
 +
  |github  = maxvollmer/DeepWoodsMod
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Deep Woods Seasonal Obelisk
 +
  |author  = Sandman53
 +
   |id      = maxvollmer.deepwoodsmod.seasonalobelisk
 +
   |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
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@restest after Warp Network-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Default Animal Skin Replacer, Default Skin Replace
 +
  |author  = bungus
 +
  |id      = bungus.DefaultSkinReplace
 +
  |nexus  = 21612
 +
  |github  = BussinBungus/BungusSDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dish of the Day Display
+
   |name    = Default Farmer
   |author  = MouseyPounds
+
   |author  = Tyler Gibbs
   |id      = MouseyPounds.DishOfTheDayDisplay
+
   |id      = tylergibbs2.DefaultFarmer
   |nexus  = 3960
+
   |nexus  = 12421
   |github  = MouseyPounds/stardew-mods
+
   |github  = tylergibbs2/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dismantle Craftables
+
   |name    = Default On Cheats
   |author  = jahangmar
+
   |author  = EnderTedi
   |id      = jahangmar.DismantleCraftables
+
   |id      = EnderTedi.DefaultOnCheats
   |nexus  = 3687
+
   |nexus  = 21035
   |github  = jahangmar/StardewValleyMods
+
   |github  = EnderTedi/DefaultOnCheats
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Display Energy
+
   |name    = Default Window Size
   |author  = dmarcoux
+
   |author  = DecidedlyHuman
   |id      = dmarcoux.DisplayEnergy
+
   |id      = DecidedlyHuman.DefaultWindowSize
   |nexus  = 10662
+
   |nexus  = 10939
  |moddrop = 1087175
+
   |github  = DecidedlyHuman/StardewValleyMods
   |github  = dmarcoux/DisplayEnergy
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Displays
+
   |name    = Delivery Service
   |author  = spacechase0 and ParadigmNomad
+
   |author  = AxesOfEvil
   |id      = spacechase0.Displays
+
   |id      = AxesOfEvil.DeliveryService
  |curse  = 867712
+
   |nexus  = 5187
   |nexus  = 7635
+
   |github  = AxesOfEvil/SV_DeliveryService
   |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    = 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  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Downtown Zuzu
+
   |name    = Deluxe Hats
   |author  = XxHarvzBackxX, Zuzu Development Team
+
   |author  = domsim1
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
+
   |id      = domsim1.DeluxeHats
   |nexus  = 8587
+
   |nexus  = 5836
   |github  =
+
   |github  = domsim1/stardew-valley-deluxe-hats-mod
  
   |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    = Deluxe Journal
   |author  = joljyo
+
   |author  = MolsonCAD
   |id      = joljyo.DPadInventoryHotkey
+
   |id      = MolsonCAD.DeluxeJournal
   |nexus  = 7507
+
   |nexus  = 11436
   |github  =
+
   |github  = MolsonCAD/DeluxeJournal
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dragon Pearl Lure
+
   |name    = Demanding Shipping
   |author  = violetlizabet
+
   |author  = lech43
   |id      = violetlizabet.DragonPearlLure
+
   |id      = lech43.DemandingShipping
   |nexus  = 15109
+
   |nexus  = 7315
   |github  = elizabethcd/DragonPearlLure
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Draw Fish Ponds Over Grass
+
   |name    = Demetrius Solo Dancing, Robin Building Token
   |author  = atravita
+
   |author  = DrSpactacus, NateMod
   |id      = atravita.DrawFishPondsOverGrass
+
   |id      = NateMod.RobinBuildingToken
  |curse  = 870981
+
   |nexus  = 22564
  |moddrop = 1125248
+
   |github  =
   |nexus  = 11352
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dreamscape
+
   |name    = Demetrius Visits Cave
   |author  = aedenthorn, Erinthe
+
   |author  = Kichjo
   |id      = aedenthorn.Dreamscape
+
   |id      = Kichjo.DemetriusVisitsCave
   |nexus  = 11742
+
   |nexus  = 5477
   |github  = aedenthorn/StardewValleyMods
+
   |github  = KeelanRosa/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Drive By
+
   |name    = Desert Bloom Farm
   |author  = BlaDe
+
   |author  = DeLiXx
   |id      = BlaDe.DriveBy
+
   |id      = DeLiXx.Desert_Bloom_Farm
   |nexus  = 12033
+
  |curse  = 990494
 +
   |nexus  = 16750
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/desert-bloom-farm
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Desert Obelisk
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.desertobelisk
 +
  |nexus  = 2021
 +
  |moddrop = 833549
 +
  |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    = Drop It - Drop Item Hotkey
+
   |name    = Destroyable Bushes
   |author  = Goldenrevolver
+
   |author  = Esca, Esca-MMC
   |id      = Goldenrevolver.DropItHotkey
+
   |id      = Esca.DestroyableBushes
   |nexus  = 7971
+
   |nexus  = 6304
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
  |moddrop = 798245
 +
   |github  = Esca-MMC/DestroyableBushes
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dungeon Buddy
+
   |name    = Detailed Sprites
   |author  = SwiftSails
+
   |author  = RainsKuro, RainzKuro
   |id      = SwiftSails.DungeonBuddy
+
   |id      = RainzKuro.DetailedSprites
   |nexus  = 7864
+
   |nexus  = 15549
 
   |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
 +
  |name    = Dialog to Clipboard
 +
  |author  = dlrdlrdlr
 +
  |id      = dlrdlrdlr.DialogToClipboard
 +
  |nexus  = 23834
 +
  |github  = dlrdlrdlr/DialogToClipboard
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Durable Fences
+
   |name    = Dialogue Box Redesign
   |author  = Zoryn
+
   |author  = gzhynko
   |id      = Zoryn.DurableFences
+
   |id      = GZhynko.DialogueBoxRedesign
   |nexus  =
+
   |nexus  = 8853
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = gzhynko/StardewMods
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Durin's Rest
+
   |name    = Dialogue Display Framework
   |author  = NoFogBob and PaulDunstan
+
   |author  = aedenthorn, Erinthe
   |id      = NoFogBob.DurinsRest_CSharp
+
   |id      = aedenthorn.DialogueDisplayFramework
   |nexus  = 12345
+
  |curse  = 868761
   |github  =
+
   |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
 
 
}}
 
}}
 
{{#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
+
   |nexus  = 9550
   |github  = ribeena/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    = 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
-->
+
  |name    = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
 +
  |author  = shanks3042
 +
  |id      = shanks3042.StardewValleyEasyPrairieKing
 +
  |nexus  = 5816
 +
  |github  =
 +
   |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Clothing
+
   |name    = Difficulty Socializing
   |author  = hilovids
+
   |author  = PokeBenji
   |id      = hilovids.DynamicClothing
+
   |id      = PokeBenji.DifficultySocializing
   |nexus  = 10078
+
  |curse  = 1023363
 +
   |nexus  = 24389
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Crops
+
   |name    = Dimensional Pockets
   |author  = HaulinOats
+
   |author  = spacechase0
   |id      = HaulinOats.DynamicCrops
+
   |id      = spacechase0.DimensionalPockets
   |nexus  = 13800
+
   |nexus  = 12706
   |github  = HaulinOats/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 Dialogues Framework
+
   |name    = Dino Form
   |author  = mistyspring
+
   |author  = aedenthorn, Erinthe
   |id      = mistyspring.dynamicdialogues
+
   |id      = aedenthorn.DinoForm
  |curse  = 880516
+
   |nexus  = 18244
   |nexus  = 12836
+
   |github  = aedenthorn/StardewValleyMods
   |github  = misty-spring/StardewMods
 
  
   |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    = Disable Auto Pickup
   |author  = mistyspring
+
   |author  = Eugenii10
   |id      = mistyspring.DynamicFestivalRewards
+
   |id      = KubichekEV.DisableAutoPickup
   |nexus  = 20253
+
   |nexus  = 9717
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Flooring
+
   |name    = Disable Building Fade
   |author  = aedenthorn, Erinthe
+
   |author  = calebstein1
   |id      = aedenthorn.DynamicFlooring
+
   |id      = calebstein1.StardewDisableBuildingFade
   |nexus  = 14780
+
   |nexus  = 24558
   |github  = aedenthorn/StardewValleyMods
+
   |github  = calebstein1/StardewDisableBuildingFade
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Game Assets
+
   |name    = Disable Gamepad, Disable Controller
   |author  = spacechase0
+
   |author  = lperkins2, Logan Perkins
   |id      = spacechase0.DynamicGameAssets
+
   |id      = lperkins2.DisableController
  |curse  = 867707
+
   |nexus  = 2229
   |nexus  = 9365
+
   |github  =
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Game Assets → DGA Automate
+
   |name    = Discord Rich Presence
   |author  = spacechase0
+
   |author  = RuiNtD
   |id      = spacechase0.DGAAutomate
+
   |id      = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
   |nexus  = 9365
+
   |nexus  = 2156
   |github  = spacechase0/StardewValleyMods
+
   |github  = RuiNtD/SVRichPresence
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Machines
+
   |name    = Dish of the Day Display
   |author  = tyran285, Ryuuze
+
   |author  = MouseyPounds
   |id      = DynamicMachines
+
   |id      = MouseyPounds.DishOfTheDayDisplay
   |nexus  = 374
+
   |nexus  = 3960
   |github  =
+
   |github  = MouseyPounds/stardew-mods
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Map Tiles
+
   |name    = Dismantle Craftables
   |author  = aedenthorn, Erinthe
+
   |author  = jahangmar
   |id      = aedenthorn.DynamicMapTiles
+
   |id      = jahangmar.DismantleCraftables
   |nexus  = 14566
+
   |nexus  = 3687
   |github  = aedenthorn/StardewValleyMods
+
   |github  = jahangmar/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Night Time
+
   |name    = Display Energy
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = dmarcoux
   |id      = knakamura.dynamicnighttime
+
   |id      = dmarcoux.DisplayEnergy
   |nexus  = 2072
+
   |nexus  = 10662
   |moddrop = 664041
+
   |moddrop = 1087175
   |github  = Sakorona/SDVMods
+
   |github  = dmarcoux/DisplayEnergy
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic NPC Sprites
+
   |name    = Display Monster Health
   |author  = BashNinja
+
   |author  = Atesba
   |id      = BashNinja.DynamicNPCSprites
+
   |id      = Atesba.DisplayMonsterHealth
   |nexus  = 1183
+
   |nexus  = 20984
   |github  = miketweaver/BashNinja_SDV_Mods
+
   |github  =
 
 
  |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    = Display Player Stats
   |author  = ZaneYork
+
   |author  = Fleem
   |id      = ZaneYork.DynamicPrice
+
   |id      = Fleem.DisplayPlayerStats
   |nexus  = 5831
+
   |nexus  = 21547
   |github  = ZaneYork/SDV_Mods
+
   |github  = FleemUmbleem/DisplayPlayerStats
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Reflections
+
   |name    = Displays
   |author  = PeacefulEnd
+
   |author  = spacechase0 and ParadigmNomad
   |id      = PeacefulEnd.DynamicReflections
+
   |id      = spacechase0.Displays
   |nexus  = 12831
+
  |curse  = 867712
   |github  = Floogen/DynamicReflections
+
   |nexus  = 7635
 +
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Distant Lands - A Small Witch Swamp Expansion, Aimons Witch Swamp Overhaul Patches
 +
  |author  = Aimon111
 +
  |id      = AimonsWitchSwampOverhaulPatches
 +
  |curse  = 1010281
 +
  |nexus  = 18109
 +
  |github  = SimonK1122/WitchSwampOverhaulPatches
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Running Speed
+
   |name    = Diverse Stardew Valley - Seasonal Outfits - DSV Core
   |author  = Vrakyas
+
   |author  = Airyn and the DSV Team
   |id      = Vrakyas.DynamicRunningSpeed
+
   |id      = DSV.Core
   |nexus  = 4029
+
   |nexus  = 17059
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Early Community Upgrades
+
   |name    = Don't Eat That
   |author  = Vertigon
+
   |author  = Pyrohead37
   |id      = Vertigon.EarlyCommunityUpgrades
+
   |id      = Pyrohead37.DontEatThat
   |nexus  = 8450
+
   |nexus  = 1951
   |github  = dtomlinson-ga/EarlyCommunityUpgrades
+
   |github  = jahangmar/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Early Ginger Island
+
   |name    = Don't Stop Me Now
 
   |author  = Shockah
 
   |author  = Shockah
   |id      = Shockah.EarlyGingerIsland
+
   |id      = Shockah.DontStopMeNow
   |nexus  = 13885
+
   |nexus  = 10941
 
   |github  = Shockah/Stardew-Valley-Mods
 
   |github  = Shockah/Stardew-Valley-Mods
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Cave Puzzle
+
   |name    = Double Standard Farm, Double Farm
   |author  = atravita
+
   |author  = Leaf
   |id      = atravita.NerfCavePuzzle
+
   |id      = Leaf.DoubleFarm<!--changed in 3.0.0-->, Leaf.DoubleStandardFarm
  |curse  = 870978
+
   |nexus  = 3928
  |moddrop = 1131424
+
   |github  =
   |nexus  = 11500
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Dart Puzzle
+
   |name    = Downtown Zuzu
   |author  = atravita
+
   |author  = XxHarvzBackxX, Zuzu Development Team
   |id      = atravita.EasierDartPuzzle
+
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
   |curse  = 870971
+
   |curse  = 987160
   |moddrop = 1205159
+
   |nexus  = 8587
   |nexus   = 13049
+
   |github  =
   |github = atravita-mods/StardewMods
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |name    = DPad Inventory Hotkey
 +
   |author = joljyo
 +
  |id      = joljyo.DPadInventoryHotkey
 +
  |nexus  = 7507
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Farming
+
   |name    = Dragon Pearl Lure
   |author  = Cautious Waffle, skulmuk
+
   |author  = violetlizabet
   |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
+
   |id      = violetlizabet.DragonPearlLure
   |nexus  = 1426
+
   |nexus  = 15109
   |github  =
+
   |github  = elizabethcd/DragonPearlLure
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Fishing
+
   |name    = Draw Fish Ponds Over Grass
   |author  = majordot
+
   |author  = atravita
   |id      = MajorDOT.EasierFishing
+
   |id      = atravita.DrawFishPondsOverGrass
   |nexus   =
+
   |curse  = 870981
   |curse   = 305367
+
   |moddrop = 1125248
   |github  =
+
   |nexus   = 11352
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |status  = workaround
 
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easier Monster Eradication
+
   |name    = Dreamscape
   |author  = NormanPCN
+
   |author  = aedenthorn, Erinthe
   |id      = NormanPCN.EasierMonsterEradication
+
   |id      = aedenthorn.Dreamscape
   |nexus  = 11548
+
   |nexus  = 11742
   |github  = NormanPCN/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    = Easier Special Orders
+
   |name    = Dresser Sorter
   |author  = TheMightyAmondee
+
   |author  = idermailer
   |id      = TheMightyAmondee.EasierSpecialOrders
+
   |id      = idermailer.dresserSorter
   |nexus  = 8342
+
   |nexus  = 24443
   |github  = TheMightyAmondee/EasierSpecialOrders
+
   |github  = idermailer/DresserSorter
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = East Scarp (SMAPI)
+
   |name    = Drive By
   |author  = LemurKat and kdau
+
   |author  = BlaDe
   |id      = LemurKat.EastScarp.SMAPI, LemurKat.EastScarpe.SMAPI<!--before 2.0.0-->
+
   |id      = BlaDe.DriveBy
   |nexus  = 5787
+
   |nexus  = 12033
  |moddrop = 984954
+
   |github =
   |source = https://gitlab.com/kdau/eastscarp
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Access
+
   |name    = Drop It - Drop Item Hotkey
   |author  = furyx639
+
   |author  = Goldenrevolver
   |id      = furyx639.EasyAccess
+
   |id      = Goldenrevolver.DropItHotkey
  |curse  = 871835
+
   |nexus  = 7971
   |nexus  = 11002
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Farming
+
   |name    = Dungeon Buddy
   |author  = MountainDewBoi
+
   |author  = SwiftSails
   |id      = MountainDewBoi.EasyFarming
+
   |id      = SwiftSails.DungeonBuddy
   |nexus  = 4162
+
   |nexus  = 7864
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
  |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    = Dungeon Merchants
   |author  = DeLiXx
+
   |author  = aedenthorn, Erinthe
   |id      = DeLiXx.Easy_Farm_Switcher
+
   |id      = aedenthorn.DungeonMerchants
   |nexus  = 16873
+
   |nexus  = 14630
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  |source  = https://gitlab.com/delixx/stardew-valley-custom-farm-loader
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Farm Loader-->
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Durable Fences
 +
  |author  = Zoryn
 +
  |id      = Zoryn.DurableFences
 +
  |nexus  =
 +
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
  |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Gifting
+
   |name    = Durin's Rest
   |author  = CeruleanSpirit
+
   |author  = NoFogBob and PaulDunstan
   |id      = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
+
   |id      = NoFogBob.DurinsRest_CSharp
   |nexus  = 2957
+
   |nexus  = 12345
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Easy Path Destruction
+
   |name    = Dusty Overhaul
   |author  = StultusV
+
   |author  = CyanFire
   |id      = StultusV.EasyPathDestruction
+
   |id      = CF.SMAPI.DustyOverhaul
  |nexus  = 8775
+
   |nexus  = 13057
  |github  = JudeRV/Stardew-EasyPathDestruction
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Easy Petting
 
  |author  = CeruleanSpirit
 
  |id      = EasyPetting.3032
 
   |nexus  = 3032
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
  |status  = workaround
 
  |summary  = use [[#Animal Observer|Animal Observer]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Eat More
+
   |name    = Dusty Overhaul - SVE
   |author  = crc-fehler
+
   |author  = CyanFire
   |id      = crc.eatmore
+
   |id      = CF.SMAPI.DustyOverhaulSVE
   |nexus  = 2724
+
   |nexus  = 13265
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Economy Mod
+
   |name    = DVR
   |author  = millerscout
+
   |author  = captncraig
   |id      = Millerscout.EconomyMod
+
   |id      = captncraig.dvr
   |nexus  = 6955
+
   |nexus  = 3860
   |github  = millerscout/StardewMillerMods
+
   |github  = captncraig/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = EH Smash Quality
+
   |name    = Dwarf Scroll Prices
   |author  = EH Lim
+
   |author  = noriteway
   |id      = tech.enghao.sv.eh-smash-quality
+
   |id      = norite.DwarfScrollPrice<!--changed in 1.1.0-->, noriteway.DwarfScrollPrice
   |nexus  = 9303
+
   |nexus  = 16386
   |github  =
+
   |github  = noriteway/StardewMods
  |warnings = Only compatible with Android.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Eidee Easy Fishing
+
   |name    = Dwarvish Mattock
   |author  = EideeHi
+
   |author  = Anthony Hilyard, Grend
   |id      = net.eidee.stardew_valley.easy_fishing
+
   |id      = com.anthonyhilyard.dwarvishmattock
   |nexus  = 4806
+
  |curse  = 536418
   |github  = eideehi/EideeEasyFishing
+
   |nexus  = 9684
 +
   |github  = AHilyard/DwarvishMattock
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Elevator
+
   |name    = Dynamic Bodies
   |author  = Ilyaki
+
   |author  = ribeena
   |id      = Ilyaki.Elevator
+
   |id      = ribeena.dynamicbodies
   |nexus  = 2952
+
   |nexus  = 12893
   |github  = Ilyaki/Elevator
+
   |github  = ribeena/StardewValleyMods
 
 
  |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
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Elven Krobus, Underdark Krobus
+
   |name    = Dynamic Checklist
   |author  = Mel Noelle and Kirbylink
+
   |author  = gunnargolf
   |id      = melnoelle.underdarkkrobus
+
   |id      = gunnargolf.DynamicChecklist
   |nexus  = 3071
+
   |nexus  = 1145
   |github  = KirbyLink/UnderdarkKrobus
+
   |github  = gunnargolf/DynamicChecklist
  
   |broke in = SMAPI 3.0
+
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
+
   |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    = Email App
+
   |name    = Dynamic Clothing
   |author  = aedenthorn, Erinthe
+
   |author  = hilovids
   |id      = aedenthorn.Email
+
   |id      = hilovids.DynamicClothing
   |nexus  = 11325
+
   |nexus  = 10078
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
+
   |name    = Dynamic Crops
   |author  = aedenthorn, Erinthe
+
   |author  = HaulinOats
   |id      = aedenthorn.SDIEmily
+
   |id      = HaulinOats.DynamicCrops
   |nexus  = 14366
+
   |nexus  = 13800
   |github  = aedenthorn/StardewValleyMods
+
   |github  = HaulinOats/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Empty Spouse Room
+
   |name    = Dynamic Dialogues Framework
   |author  = Lerura
+
   |author  = mistyspring
   |id      = Lerura.EmptySpouseRoom
+
   |id      = mistyspring.dynamicdialogues
   |nexus  = 8453
+
  |curse  = 880516
   |github  =
+
   |nexus  = 12836
 +
   |github  = misty-spring/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Empty Your Hands
+
   |name    = Dynamic Festival Rewards
   |author  = BlueSight
+
   |author  = mistyspring
   |id      = BlueSight.EmptyYourHands
+
   |id      = mistyspring.DynamicFestivalRewards
   |nexus  = 19736
+
   |nexus  = 20253
   |github  = Hikari-BS/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enaium ToolKit
+
   |name    = Dynamic Flooring
   |author  = Enaium
+
   |author  = aedenthorn, Erinthe
   |id      = Enaium.EnaiumToolKit
+
   |id      = aedenthorn.DynamicFlooring
  |curse  = 436787
+
   |nexus  = 14780
  |moddrop = 863959
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/EnaiumToolKit
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enchantable Scythes and Golden Scythe Respawns
+
   |name    = Dynamic Game Assets
   |author  = Goldenrevolver
+
   |author  = spacechase0
   |id      = Goldenrevolver.EnchantableScythes
+
   |id      = spacechase0.DynamicGameAssets
   |nexus  = 10668
+
  |curse  = 867707
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |nexus  = 9365
 +
   |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    = Enemy Health Bars, Health Bars
+
   |name    = Dynamic Game Assets → DGA Automate
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = spacechase0
   |id      = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
+
   |id      = spacechase0.DGAAutomate
   |nexus  = 193
+
   |nexus  = 9365
   |chucklefish = 3529
+
   |github = spacechase0/StardewValleyMods
  |source = https://gitlab.com/speeder1/SMAPIHealthbarMod
 
 
 
  |broke in          = Stardew Valley 1.5
 
  |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
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enemy Health Bars, Enemies Health Bars
+
   |name    = Dynamic Horses
   |author  = TheThor59
+
   |author  = Bpendragon
   |id      = Thor.EnemyHealthBars
+
   |id      = Bpendragon-DynamicHorses
   |nexus  = 3627
+
   |nexus  = 874
   |github  = TheThor59/StardewMods
+
   |github  = Bpendragon/DynamicHorses
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Energy Count
+
   |name    = Dynamic Machines
   |author  = Crystallyne
+
   |author  = tyran285, Ryuuze
   |id      = Crystallyne.EnergyCount
+
   |id      = DynamicMachines
   |nexus  = 4272
+
   |nexus  = 374
   |github  = Crystallyne/EnergyCount
+
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Energy Time
+
   |name    = Dynamic Map Tiles
  |author  = nikperic, ThatOneCow
 
  |id      = nikperic.EnergyTime
 
  |nexus  = 6488
 
  |source  = https://gitlab.com/nikperic/energytime
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Enhanced Loot Magnet, Magnet Mod
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = Aedenthorn.MagnetMod
+
   |id      = aedenthorn.DynamicMapTiles
   |nexus  = 4856
+
   |nexus  = 14566
 
   |github  = aedenthorn/StardewValleyMods
 
   |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    = Enhanced Relationships
+
   |name    = Dynamic Map Tiles - Continued
   |author  = Mizzion
+
   |author  = Datamancer
   |id      = mizzion.enhancedrelationships
+
   |id      = datamancer.DynamicMapTiles
   |nexus  = 1927
+
   |nexus  = 21084
  |moddrop = 661356
+
   |github  =
   |github  = Mizzion/MyStardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Enhanced Slingshots
+
   |name    = Dynamic Night Time
   |author  = ytsc
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = ytsc.EnhancedSlingshots
+
   |id      = knakamura.dynamicnighttime
   |nexus  = 12763
+
   |nexus  = 2072
   |github  = YTSC/StardewValleyMods
+
   |moddrop = 664041
 
+
   |github  = Sakorona/SDVMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Entoarox Framework
+
   |name    = Dynamic NPC Sprites
   |author  = Entoarox
+
   |author  = BashNinja
   |id      = Entoarox.EntoaroxFramework
+
   |id      = BashNinja.DynamicNPCSprites
   |nexus  = 2269
+
   |nexus  = 1183
  |chucklefish = 4228
+
   |github  = miketweaver/BashNinja_SDV_Mods
   |github  = Entoarox/StardewMods
 
  
   |warnings = Broken on Android (crashes on startup).
+
   |broke in = Stardew Valley 1.3
 
+
  |status  = workaround
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
  |summary  = use [[#Content Patcher|Content Patcher]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dynamic Price
 +
  |author  = ZaneYork
 +
   |id      = ZaneYork.DynamicPrice
 +
  |nexus  = 5831
 +
  |github  = ZaneYork/SDV_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Entoarox Modding Utilities
+
   |name    = Dynamic Reflections
   |author  = Entoarox
+
   |author  = PeacefulEnd
   |id      = Entoarox.Utilities
+
   |id      = PeacefulEnd.DynamicReflections
   |nexus   = 5521
+
   |curse   = 870926
   |github  = Entoarox/StardewMods
+
   |nexus   = 12831
 
+
   |github  = Floogen/DynamicReflections
   |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
 
 
 
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Equal Money Split
+
   |name    = Dynamic Running Speed
   |author  = The Fluffy Robot, TheFluffyRobot
+
   |author  = Vrakyas
   |id      = TheFluffyRobot.EqualMoneySplit
+
   |id      = Vrakyas.DynamicRunningSpeed
   |nexus  = 5526
+
   |nexus  = 4029
   |github  = jamespfluger/Stardew-EqualMoneySplit
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Equivalent Exchange
+
   |name    = Early Community Upgrades
   |author  = MercuriusXeno, x3n0ph0b3
+
   |author  = sophiesalacia
   |id      = MercuriusXeno.EquivalentExchange
+
   |id      = Vertigon.EarlyCommunityUpgrades
   |nexus  = 1656
+
   |nexus  = 8450
   |github  = MercuriusXeno/EquivalentExchange
+
   |github  = dtomlinson-ga/EarlyCommunityUpgrades
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Escape Rope
+
   |name    = Early Ginger Island
   |author  = lestoph
+
   |author  = Shockah
   |id      = lestoph.EscapeRope
+
   |id      = Shockah.EarlyGingerIsland
   |nexus  = 8576
+
   |nexus  = 13885
   |github  = Bifibi/SDVEscapeRope
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Esca's Modding Plugins
+
   |name    = Easier Cave Puzzle
   |author  = Esca
+
   |author  = atravita
   |id      = Esca.EMP
+
   |id      = atravita.NerfCavePuzzle
   |nexus   = 9296
+
   |curse   = 870978
   |moddrop = 1005443
+
   |moddrop = 1131424
   |github  = Esca-MMC/EscasModdingPlugins
+
  |nexus  = 11500
 +
   |github  = atravita-mods/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Even Better RNG
+
   |name    = Easier Dart Puzzle
   |author  = pepoluan
+
   |author  = atravita
   |id      = pepoluan.EvenBetterRNG
+
   |id      = atravita.EasierDartPuzzle
   |nexus  = 8680
+
  |curse  = 870971
   |chucklefish = 6117
+
  |moddrop = 1205159
   |source = https://sourceforge.net/p/sdvmod-even-better-rng/
+
   |nexus  = 13049
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
  |status  = workaround
 +
  |summary = use [[#Easy Darts Game|Easy Darts Game]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Easier Farming
 +
  |author  = Cautious Waffle, skulmuk
 +
  |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
 +
  |nexus  = 1426
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Black Bars
+
   |name    = Easier Fishing
   |author  = gzhynko
+
   |author  = majordot
   |id      = GZhynko.EventBlackBars
+
   |id      = MajorDOT.EasierFishing
   |nexus  = 7962
+
   |nexus  =
   |github  = gzhynko/StardewMods
+
  |curse  = 305367
 +
   |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Limiter
+
   |name    = Easier Monster Eradication
   |author  = TheMightyAmondee
+
   |author  = NormanPCN
   |id      = TheMightyAmondee.EventLimiter
+
   |id      = NormanPCN.EasierMonsterEradication
   |nexus  = 10735
+
   |nexus  = 11548
   |github  = TheMightyAmondee/EventLimiter
+
   |github  = NormanPCN/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Lookup
+
   |name    = Easier Special Orders
   |author  = shekurika
+
   |author  = TheMightyAmondee
   |id      = shekurika.EventLookup
+
   |id      = TheMightyAmondee.EasierSpecialOrders
   |nexus  = 8505
+
   |nexus  = 8342
   |github  =
+
   |github  = TheMightyAmondee/EasierSpecialOrders
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Music Volume
+
   |name    = East Scarp (SMAPI)
   |author  = jorgamun
+
   |author  = LemurKat and kdau
   |id      = jorgamun.EventMusicVolume
+
   |id      = atravita.EastScarp<!--changed in 2.4.0-->, LemurKat.EastScarp.SMAPI<!--changed in 2.0.0-->, LemurKat.EastScarpe.SMAPI
   |nexus  = 10650
+
   |nexus  = 5787
   |github = jorgamun/EventMusicVolume
+
  |moddrop = 984954
 +
   |source = https://gitlab.com/kdau/eastscarp
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Repeater
+
   |name    = Easy Access
   |author  = MissCoriel
+
   |author  = LeFauxMatt
   |id      = misscoriel.eventrepeater
+
   |id      = furyx639.EasyAccess
   |nexus   = 3642
+
   |curse   = 871835
   |curse  = 317347
+
   |moddrop = 1547212
   |moddrop = 606979
+
   |nexus  = 11002
   |github  = MissCoriel/Event-Repeater
+
   |github  = LeFauxMatt/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Sound Adjuster
+
   |name    = Easy Attack
   |author  = shekurika
+
   |author  = season
   |id      = shekurika.EventSoundAdjuster
+
   |id      = season.EasyAttack
   |nexus  = 8734
+
   |nexus  = 20832
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Tester
+
   |name    = Easy Chest
   |author  = BlaDe
+
   |author  = season
   |id      = BlaDe.EventTester
+
   |id      = season.EasyChest
   |nexus  = 11178
+
   |nexus  = 20842
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Event Tester, SinZ's Event Tester
+
   |name    = Easy Cleaner
   |author  = SinZ and atravita
+
   |author  = season
   |id      = sinZandAtravita.SinZsEventTester
+
   |id      = season.EasyCleaner
   |nexus  = 19458
+
   |nexus  = 20865
   |github  = atravita-mods/StardewMods
+
   |github  =
 
+
}}
   |broke in = Stardew Valley ≤1.5.6
+
{{#invoke:SMAPI compatibility|entry
 
+
  |name    = Easy Crane Game
   |beta status = ok
+
  |author  = Dragoon23
 +
   |id      = Dragoon23.EasyCraneGame
 +
  |nexus  = 22488
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Everlasting Baits and Unbreakable Tackles
+
   |name    = Easy Darts Game
   |author  = Digus
+
   |author  = Dragoon23
   |id      = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
+
   |id      = Dragoon23.EasyDartGame
   |nexus  = 2360
+
   |nexus  = 22506
  |github  = Digus/StardewValleyMods
 
 
 
  |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    = Easy Fairy
   |author  = moonslime
+
   |author  = season
   |id      = moonslime.ExcavationSkill
+
   |id      = season.EasyFairy
   |nexus  = 15793
+
   |nexus  = 20931
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Exhaustion Tweaks
+
   |name    = Easy Farming
   |author  = mytigio
+
   |author  = MountainDewBoi
   |id      = mytigio.exhaustiontweaks
+
   |id      = MountainDewBoi.EasyFarming
   |nexus  = 6247
+
   |nexus  = 4162
   |github  = mytigio/SDVMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Point and Plant|Point and Plant]] or [[#Smart Building|Smart Building]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Fridge, Dynamic Expanded Fridge
+
   |name    = Easy Farm Switcher
   |author  = Lodukas
+
   |author  = DeLiXx
   |id      = Uwazouri.ExpandedFridge
+
   |id      = DeLiXx.Easy_Farm_Switcher
   |nexus  = 1191
+
  |curse  = 990826
   |github  = Uwazouri/ExpandedFridge
+
   |nexus  = 16873
 +
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Preconditions Utility
+
   |name    = Easy Fishin'
   |author  = Cherry, CherryChain
+
   |author  = Frostiverse
   |id      = Cherry.ExpandedPreconditionsUtility
+
   |id      = Frostiverse.EasyFishin
   |nexus  = 6529
+
   |nexus  = 22268
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expanded Storage
+
   |name    = Easy Fishing
   |author  = furyx639
+
   |author  = season
   |id      = furyx639.ExpandedStorage
+
   |id      = season.EasyFishing
  |curse  = 871838
+
   |nexus  = 20830
   |nexus  = 7431
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Bars
+
   |name    = Easy Gift
   |author  = spacechase0
+
   |author  = season
   |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
+
   |id      = season.EasyGift
  |curse  = 867392
+
   |nexus  = 20838
  |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 Gifting
   |author  = MSCFC, iSkLz
+
   |author  = CeruleanSpirit
   |id      = SkLz.ExpMultiply
+
   |id      = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
   |nexus  = 5910
+
   |nexus  = 2957
   |github  = iSkLz/ExperienceMultiplier
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Experience Updates
+
   |name    = Easy Harvest
   |author  = Quipex
+
   |author  = season
   |id      = Quipex.ExperienceUpdates
+
   |id      = season.EasyHarvest
   |nexus  = 7581
+
   |nexus  = 20924
   |github  = Quipex/ExperienceUpdates
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Easy Island Puzzle
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.EasyIslandPuzzle
 +
  |curse  = 1004494
 +
  |nexus  = 22642
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expert Sitting
+
   |name    = Easy Path Destruction
   |author  = aedenthorn, Erinthe
+
   |author  = StultusV
   |id      = aedenthorn.ExpertSitting
+
   |id      = StultusV.EasyPathDestruction
   |nexus  = 7435
+
   |nexus  = 8775
   |github  = aedenthorn/StardewValleyMods
+
   |github  = JudeRV/Stardew-EasyPathDestruction
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extended Bus System
+
   |name    = Easy Petting
   |author  = Tondorian
+
   |author  = CeruleanSpirit
   |id      = ExtendedBusSystem
+
   |id      = EasyPetting.3032
   |nexus  =
+
   |nexus  = 3032
  |chucklefish = 4373
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Extended Fridge
 
  |author  = Crystalmir
 
  |id      = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
 
  |nexus  = 485
 
  |github  = Mystra007/ExtendedFridgeSMAPI
 
 
 
  |broke in = Stardew Valley 1.2
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
+
   |summary  = use [[#Animal Observer|Animal Observer]] 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 Travel, Easy Move
   |author  = Entoarox
+
   |author  = season
   |id      = Entoarox.ExtendedMinecart
+
   |id      = season.EasyMove
   |nexus  = 2271
+
   |nexus  = 20872
  |chucklefish = 4359
+
   |github  =
   |github  = Entoarox/StardewMods
 
 
 
  |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 Upgrade
   |author  = spacechase0
+
   |author  = Senofu
   |id      = spacechase0.ExtendedReach
+
   |id      = Senofu.EasyUpgrade
  |curse  = 867754
+
   |nexus  = 23496
  |moddrop = 242303
+
   |github  =
   |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 Valley
   |author  = Alacrity, platinumhobo
+
   |author  = season
   |id      = Alacrity.ExtraContentMod
+
   |id      = season.EasyValley
   |nexus  = 8510
+
   |nexus  = 21181
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Fish Information
+
   |name    = Eat & Drink From Inventory
   |author  = Ceasg
+
   |author  = Zamiel
   |id      = Ceasg.ExtraFishInformation
+
   |id      = Zamiel.EatDrinkFromInventory
   |nexus  = 4170
+
   |nexus  = 21280
   |github  = ceasg/StardewValleyMods
+
   |github  = Zamiell/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extra Map Layers
+
   |name    = Eat Food In Backpack Instantly, Eat In Backpack
   |author  = aedenthorn, Erinthe
+
   |author  = philosquare
   |id      = aedenthorn.ExtraMapLayers
+
   |id      = philosquare.EatInBackpack
  |curse  = 868841
+
   |nexus  = 22872
   |nexus  = 9633
+
   |github  = philosquare/EatInBackpack
   |github  = aedenthorn/StardewValleyMods<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extreme Fishing Overhaul
+
   |name    = Eat More
   |author  = Unidarkshin and Deathest1, Devin Lematty
+
   |author  = crc-fehler
   |id      = DevinLematty.ExtremeFishingOverhaul
+
   |id      = crc.eatmore
   |nexus  = 7490
+
   |nexus  = 2724
 
   |github  =
 
   |github  =
  
   |broke in = Json Assets 1.7.7
+
   |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Economy Mod
 +
  |author  = millerscout
 +
  |id      = Millerscout.EconomyMod
 +
  |nexus  = 6955
 +
  |github  = millerscout/StardewMillerMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = EH Smash Quality
 +
  |author  = EH Lim
 +
  |id      = tech.enghao.sv.eh-smash-quality
 +
  |nexus  = 9303
 +
  |github  =
 +
  |warnings = Only compatible with Android.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Eidee Easy Fishing
 +
  |author  = EideeHi
 +
  |id      = net.eidee.stardew_valley.easy_fishing
 +
  |nexus  = 4806
 +
  |github  = eideehi/EideeEasyFishing
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Extreme Weather
+
   |name    = EiTK
   |author  = BlaDe
+
   |author  = enaium
   |id      = BlaDe.ExtremeWeather
+
   |id      = Enaium.EiTK
   |nexus  = 12334
+
  |curse  = 365803
 +
   |nexus  =
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fabrication
+
   |name    = Elevator
   |author  = XxHarvzBackxX
+
   |author  = Ilyaki
   |id      = harvz.Fabrication
+
   |id      = Ilyaki.Elevator
   |nexus  = 10679
+
   |nexus  = 2952
   |github  = XxHarvzBackxX/fabrication
+
   |github  = Ilyaki/Elevator
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
<!--
 +
  |unofficial version = 1.2.0-unofficial.kokirichild
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-77618
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fall 28 Snow Day
+
   |name    = Elliot Is Fabio
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Dr Dirtbag, DrDirtbag
   |id      = Omegasis.Fall28SnowDay
+
   |id      = ElliottIsFabio.ElliottIsFabio
   |nexus  = 486
+
   |nexus  = 23229
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fall To Autumn
+
   |name    = Elven Krobus, Underdark Krobus
   |author  = jahangmar
+
   |author  = Mel Noelle and Kirbylink
   |id      = jahangmar.FallToAutumn
+
   |id      = melnoelle.underdarkkrobus
   |nexus  = 7174
+
   |nexus  = 3071
   |github  = jahangmar/StardewValleyMods
+
   |github  = KirbyLink/UnderdarkKrobus
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Familiars
+
   |name    = Email App
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Familiars
+
   |id      = aedenthorn.Email
   |nexus  = 6429
+
   |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    = Family Planning
+
   |name    = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
   |author  = loe2run
+
   |author  = aedenthorn, Erinthe
   |id      = Loe2run.FamilyPlanning
+
   |id      = aedenthorn.SDIEmily
   |nexus  = 4515
+
   |nexus  = 14366
   |github  = loe2run/FamilyPlanningMod
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |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    = Emotes
   |author  = trashcan9
+
   |author  = aurnj, Roy Li
   |id      = trashcan9.FancySprinklers
+
   |id      = RuyiLi.Emotes
   |nexus  = 15857
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/emotes.129159
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
+
   |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    = Fantastic Frames
+
   |name    = Empty Hands
   |author  = Taskmaster
+
   |author  = Oblitus
   |id      = Taskmaster.FantasticFrames
+
   |id      = QuicksilverFox.EmptyHands
   |nexus  = 4540
+
   |nexus  = 1176
   |github  =
+
   |github  = quicksilverfox/StardewMods
  
   |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
 +
  |name    = Empty Jar Bubbles
 +
  |author  = tem696969696969
 +
  |id      = tem696969696969.EmptyJarBubbles
 +
  |nexus  = 22598
 +
  |github  = kqrse/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmageddon
+
   |name    = Empty Your Hands
   |author  = Max Vollmer, SVProtector
+
   |author  = BlueSight
   |id      = maxvollmer.farmageddon
+
   |id      = BlueSight.EmptyYourHands
   |nexus  = 2618
+
   |nexus  = 19736
   |github  =
+
   |github  = Hikari-BS/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Animal Choices
+
   |name    = Enaium ToolKit
   |author  = ShivaGuy
+
   |author  = Enaium
   |id      = ShivaGuy.FarmAnimalChoices
+
   |id      = Enaium.EnaiumToolKit
   |nexus   = 11850
+
   |curse   = 436787
   |github  =
+
   |moddrop = 863959
 
+
  |nexus  =
   |beta broke in = Stardew Valley 1.6
+
   |github  = Enaium-StardewValleyMods/EnaiumToolKit
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Animal Harvest Helper
+
   |name    = Enchantable Scythes and Golden Scythe Respawns
   |author  = aedenthorn, Erinthe
+
   |author  = Goldenrevolver
   |id      = aedenthorn.FarmAnimalHarvestHelper
+
   |id      = Goldenrevolver.EnchantableScythes
   |nexus  = 13782
+
   |nexus  = 10668
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Anywhere
+
   |name    = Enchanted Adventurer's Guild Rewards
   |author  = hmkiesel
+
   |author  = Goldenrevolver
   |id      = hmkiesel.FarmAnywhere
+
   |id      = Goldenrevolver.EnchantedAdventurersGuildRewards
   |nexus  = 13926
+
   |nexus  = 20942
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Automation: Barn Door Automation
+
   |name    = Enchanted Cowboy Boots
   |author  = Oranisagu
+
   |author  = Goldenrevolver
   |id      = none<!--no manifest ID-->
+
   |id      = Goldenrevolver.ObtainableCowboyBoots
   |nexus  =
+
   |nexus  = 20941
  |url    = https://community.playstarbound.com/threads/111931
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |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    = Enchanted Galaxy and Infinity Weapons, Enchanted Galaxy Weapons
   |author  = Oranisagu
+
   |author  = NamelessTo
   |id      = none<!--no manifest ID-->
+
   |id      = NamelessTo.EnchantedGalaxyWeapons
   |nexus   =
+
   |curse   = 1001630
   |url    = https://community.playstarbound.com/threads/111931
+
   |nexus  = 21904
   |github  = oranisagu/SDV-FarmAutomation
+
   |github  = namelessto/EnchantedGalaxyWeapons
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = workaround
 
  |summary  = use [[#Automate|Automate]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Cave Framework
+
   |name    = Enemy Health Bars, Enemies Health Bars
   |author  = aedenthorn, Erinthe
+
   |author  = TheThor59
   |id      = aedenthorn.FarmCaveFramework
+
   |id      = Thor.EnemyHealthBars
   |nexus  = 10506
+
   |nexus  = 3627
   |github  = aedenthorn/StardewValleyMods
+
   |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 Cave Spawns More Tree Fruit, Farm Cave Spawn
+
   |name    = Enemy Health Bars, Health Bars
   |author  = atravita
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = atravita.FarmCaveSpawn
+
   |id      = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
   |curse  = 870986
+
   |nexus   = 193
   |moddrop = 1068205
+
   |chucklefish = 3529
   |nexus  = 10186
+
   |source = https://gitlab.com/speeder1/SMAPIHealthbarMod
   |github = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
+
   |name    = Energy Count
   |author  = atravita
+
   |author  = Crystallyne
   |id      = atravita.ExpFromMonsterKillsOnFarm
+
   |id      = Crystallyne.EnergyCount
  |curse  = 870983
+
   |nexus  = 4272
  |moddrop = 1099838
+
   |github  = Crystallyne/EnergyCount
   |nexus  = 10924
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Computer Plus
+
   |name    = Energy Protect
   |author  = Boebie
+
   |author  = philosquare
   |id      = beau.farmcomputerplus
+
   |id      = philosquare.EnergyProtect
   |nexus  = 19124
+
   |nexus  = 21918
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Computers Check Cellars
+
   |name    = Energy Rework
   |author  = Ian Rubin, ianr427
+
   |author  = seferoni
   |id      = ianr.FarmComputersCheckCellars
+
   |id      = seferoni.EnergyRework
   |nexus  = 19581
+
   |nexus  = 21686
   |github  =
+
   |github  = seferoni/EnergyRework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Helper
+
   |name    = Energy Time
   |author  = aedenthorn, Erinthe
+
   |author  = nikperic, ThatOneCow
   |id      = aedenthorn.FarmerHelper
+
   |id      = nikperic.EnergyTime
   |nexus  = 10179
+
   |nexus  = 6488
   |github = aedenthorn/StardewValleyMods
+
   |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.1-huancz
 +
  |unofficial url    = http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-132352
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Portraits
+
   |name    = Enhanced Loot Magnet, Magnet Mod
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FarmerPortraits
+
   |id      = Cheath.MagnetModRedux<!--changed in 1.2.1-unofficial.1-->, Aedenthorn.MagnetMod
  |curse  = 868774
+
   |nexus  = 4856
   |nexus  = 11398
 
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 1.2.1-unofficial.1-hirayuki
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129627
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmer Vitals Evolved
+
   |name    = Enhanced Relationships
   |author  = Sensakuma
+
   |author  = Mizzion
   |id      = Sensakuma.FarmerVitalsEvolved
+
   |id      = mizzion.enhancedrelationships
   |nexus  = 11131
+
   |nexus  = 1927
   |github  =
+
   |moddrop = 661356
 
+
   |github  = Mizzion/MyStardewMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhand Finder
+
   |name    = Enhanced Slingshots
   |author  = 2Retr0
+
   |author  = ytsc
   |id      = 2Retr0.FarmhandFinder
+
   |id      = ytsc.EnhancedSlingshots
  |curse  = 661476
+
   |nexus  = 12763
   |nexus  = 13153
+
   |github  = YTSC/StardewValleyMods
   |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    = Farmhouse Fixes
+
   |name    = Enough Sleep
   |author  = CyanFire
+
   |author  = sodapotato
   |id      = CF.FarmhouseFixes
+
   |id      = sodapotato.enoughsleep
   |nexus  = 16507
+
   |nexus  = 21536
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Redone
+
   |name    = Entoarox Framework
   |author  = MabelSyrup
+
   |author  = Entoarox
   |id      = mabelsyrup.farmhouse
+
   |id      = Entoarox.EntoaroxFramework
   |nexus  = 3731
+
   |nexus  = 2269
   |github  = mjSurber/FarmHouseRedone
+
  |chucklefish = 4228
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (crashes on startup).
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmhouse Visits
+
   |name    = Entoarox Modding Utilities
   |author  = mistyspring
+
   |author  = Entoarox
   |id      = mistyspring.farmhousevisits
+
   |id      = Entoarox.Utilities
   |curse   = 880518
+
   |nexus   = 5521
   |nexus   = 12457
+
   |github  = Entoarox/StardewMods
   |github  = misty-spring/StardewMods
+
 
 +
   |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Rearranger
+
   |name    = Equal Money Split
   |author  = Cherry & cel10e
+
   |author  = The Fluffy Robot, TheFluffyRobot
   |id      = cel10e.Cherry.FarmRearranger
+
   |id      = TheFluffyRobot.EqualMoneySplit
   |nexus  = 5142
+
   |nexus  = 5526
  |moddrop = 716395
+
   |github  = jamespfluger/Stardew-EqualMoneySplit
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Resource Generator
+
   |name    = Equivalent Exchange
   |author  = jwdred
+
   |author  = MercuriusXeno, x3n0ph0b3
   |id      =
+
   |id      = MercuriusXeno.EquivalentExchange
   |nexus  = 647
+
   |nexus  = 1656
   |github  =
+
   |github  = MercuriusXeno/EquivalentExchange
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
   |status  = workaround
+
   |status  = abandoned
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Tablet
+
   |name    = Escape Rope
   |author  = boneskull
+
   |author  = lestoph
   |id      = com.boneskull.farm-tablet
+
   |id      = lestoph.EscapeRope
   |nexus  = 16447
+
   |nexus  = 8576
   |github  = Floogen/AlternativeTextures
+
   |github  = Bifibi/SDVEscapeRope
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm to Table Ready Meals
+
   |name    = Escargo Win Bug Fix
   |author  = Speshkitty
+
   |author  = BlackJack
   |id      = speshkitty.farmtotablereadymeals
+
   |id      = BlackJack.EscargoWinBugfix
   |nexus  = 7148
+
   |nexus  = 24556
   |github  = Speshkitty/FarmToTableReadyMeals
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farmtronics
+
   |name    = Esca's Modding Plugins
  |author  = Joe Strout
 
  |id      = strout.farmtronics
 
  |nexus  = 10634
 
  |github  = JoeStrout/Farmtronics
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Farm Type Manager
 
 
   |author  = Esca, Esca-MMC
 
   |author  = Esca, Esca-MMC
   |id      = Esca.FarmTypeManager
+
   |id      = Esca.EMP
   |nexus  = 3231
+
   |nexus  = 9296
   |moddrop = 598755
+
   |moddrop = 1005443
   |github  = Esca-MMC/FarmTypeManager
+
   |github  = Esca-MMC/EscasModdingPlugins
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fashion Sense
+
   |name    = Esc Dialogue Mod
   |author  = PeacefulEnd
+
   |author  = g33k, g33kidd
   |id      = PeacefulEnd.FashionSense
+
   |id      = g33k.EscDialogueMod
   |nexus  = 9969
+
   |nexus  = 21812
   |github  = Floogen/FashionSense
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name   = Fashion Sense Outfits
+
   |name     = Even Better Artisan Good Icons
   |author = nihilistzsche
+
   |author   = chsiso58
   |id     = nihilistzsche.FashionSenseOutfits
+
   |id       = haze1nuts.evenbetterartisangoodicons
   |nexus   = 18384
+
   |nexus   =
   |github = nihilistzsche/FashionSenseOutfits
+
   |github   = chsiao58/EvenBetterArtisanGoodIcons
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Fashion Sense-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Animations
+
   |name    = Even Better RNG
   |author  = Pathoschild
+
   |author  = pepoluan
   |id      = Pathoschild.FastAnimations
+
   |id      = pepoluan.EvenBetterRNG
  |curse  = 957496
+
   |nexus  = 8680
   |nexus  = 1089
+
   |chucklefish = 6117
   |moddrop = 606631
+
   |source = https://sourceforge.net/p/sdvmod-even-better-rng/
   |github = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Events
+
   |name    = Even Better Warehouse
   |author  = libaryaddict
+
   |author  = charliedemilho
   |id      = libraryaddict.FasterEvents
+
   |id      = charliedemilho.EvenBetterWarehouse
   |nexus  = 7631
+
   |nexus  = 10396
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Grass
+
   |name    = Event Black Bars
   |author  = IceGladiador
+
   |author  = gzhynko
   |id      = IceGladiador.FasterGrass
+
   |id      = GZhynko.EventBlackBars
   |nexus  = 1772
+
   |nexus  = 7962
   |github  =
+
   |github  = gzhynko/StardewMods
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Grass Growth|Grass Growth]] instead.
 
 
 
  |beta status = broken<!--@retest-after Grass Growth-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Horse
+
   |name    = Event Limiter
   |author  = kibbe
+
   |author  = TheMightyAmondee
   |id      = kibbe.faster_horse
+
   |id      = TheMightyAmondee.EventLimiter
   |nexus  = 2791
+
   |nexus  = 10735
 +
  |github  = TheMightyAmondee/EventLimiter
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Event Lookup
 +
  |author  = shekurika
 +
  |id      = shekurika.EventLookup
 +
  |nexus  = 8505
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Paths
+
   |name    = Event Music Volume
   |author  = Entoarox
+
   |author  = jorgamun
   |id      = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
+
   |id      = jorgamun.EventMusicVolume
   |nexus  = 2277
+
   |nexus  = 10650
  |chucklefish = 3641
+
   |github  = jorgamun/EventMusicVolume
   |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    = Faster Path Speed
+
   |name    = Event Repeater
   |author  = gaussfire
+
   |author  = MissCoriel
   |id      = gaussfire.FasterPathSpeed
+
   |id      = misscoriel.eventrepeater
   |nexus  = 9344
+
   |nexus  = 3642
   |github  = alanperrow/StardewModding
+
   |curse  = 317347
 
+
  |moddrop = 606979
   |beta broke in = Stardew Valley 1.6
+
   |github  = MissCoriel/Event-Repeater
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Faster Run
+
   |name    = Event Sound Adjuster
   |author  = KathrynHazuka
+
   |author  = shekurika
   |id      = KathrynHazuka.FasterRun
+
   |id      = shekurika.EventSoundAdjuster
   |nexus  = 733
+
   |nexus  = 8734
   |github  = KathrynHazuka/StardewValley_FasterRun
+
   |github  =
 
 
  |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    = Event Tester
   |author  = Kumagabear
+
   |author  = BlaDe
   |id      = Kumagabear.FasterTransition
+
   |id      = BlaDe.EventTester
   |nexus  = 19584
+
   |nexus  = 11178
   |github  = DotSharkTeeth/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
+
   |name    = Event Tester, SinZ's Event Tester
   |author  = zeldela
+
   |author  = SinZ and atravita
   |id      = zeldela.FastFishPond
+
   |id      = sinZandAtravita.SinZsEventTester
   |nexus  = 14005
+
   |nexus  = 19458
   |github  = zeldela/sdv-mods
+
   |github  = atravita-mods/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Forward
+
   |name    = Everlasting Baits and Unbreakable Tackles
   |author  = crazywig
+
   |author  = Digus
   |id      = crazywig.FastForward
+
   |id      = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
   |nexus  = 7413
+
   |nexus  = 2360
   |github  =
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Loads
+
   |name    = Excavation Skill, New Skill - Archaeology, Archaeology Skill for Stardew 1.5
   |author  = spajus
+
   |author  = moonslime
   |id      = spajus.fastloads
+
   |id      = moonslime.ExcavationSkill
   |nexus  = 19454
+
   |nexus  = 15793
  |github  = spajus/stardew-valley-fast-loads
 
  
   |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    = Fast Parrot Express Animation
+
   |name    = Exhaustion Tweaks
   |author  = ErikShun, QuickNutz
+
   |author  = mytigio
   |id      = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
+
   |id      = mytigio.exhaustiontweaks
   |moddrop = 1490579
+
   |nexus  = 6247
   |nexus  = 19634
+
   |github  = mytigio/SDVMods
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Petting
+
   |name    = Expanded Fridge, Dynamic Expanded Fridge
   |author  = DerTod2
+
   |author  = Lodukas
   |id      = de.dertod2.FastPetting
+
   |id      = Uwazouri.ExpandedFridge
   |nexus  = 5039
+
   |nexus  = 1191
   |github  =
+
   |github  = Uwazouri/ExpandedFridge
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fast Travel
+
   |name    = Expanded Preconditions Utility
   |author  = Death, DeathGameDev
+
   |author  = Cherry, CherryChain
   |id      = DeathGameDev.FastTravel
+
   |id      = Cherry.ExpandedPreconditionsUtility
   |nexus  = 1529
+
   |nexus  = 6529
   |github  = DeathGameDev/SDV-FastTravel
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Feeling Lucky?
+
   |name    = Expanded Storage
   |author  = minervamaga
+
   |author  = LeFauxMatt
   |id      = minervamaga.FeelingLucky
+
   |id      = furyx639.ExpandedStorage
   |nexus   =
+
   |curse   = 871838
   |moddrop = 752859
+
   |moddrop = 1547203
   |github  = minervamaga/FeelingLucky
+
   |nexus  = 7431
 
+
   |github  = LeFauxMatt/StardewMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Dynamic Rain
+
   |name    = Expansive Combat, Proficiência
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Hamio, HamioDracny
  |id      = KoihimeNakamura.DynamicRainAndWind
+
   |id      = HamioDracny.ProficienciaEmDano
  |nexus  = 604
+
   |nexus  = 7511
  |moddrop = 664033
 
  |github  = Sakorona/SDVMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Ferngill Fashion Festival, FashionFestivalSMAPI
 
  |author  = UNA
 
   |id      = UNA.FashionFestivalSMAPI
 
   |nexus  = 17404
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ferngill Revenue Service
+
   |name    = Exp Control
   |author  = KarratKake
+
   |author  = moonslime
   |id      = KarratKake.FerngillRevenueService
+
   |id      = moonslime.ExpControl
   |nexus  = 7566
+
   |nexus  = 23067
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fertilizer Anytime
+
   |name    = Experience Bars
   |author  = stoobinator, lefthandedkid
+
   |author  = spacechase0
   |id      = stoobinator.fertilizeranytime
+
   |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
   |nexus   = 7259
+
   |curse   = 867392
   |github  = stoobinator/Stardew-Valley-Fertilizer-Anytime
+
   |moddrop = 127275
 
+
  |nexus  = 509
   |beta broke in = Stardew Valley 1.6
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Festival End Time Tweak
+
   |name    = Experience Rate Multiplier
   |author  = KirbyLink
+
   |author  = MSCFC, iSkLz
   |id      = kirbylink.festivalendtimetweak
+
   |id      = SkLz.ExpMultiply
   |nexus  = 2966
+
   |nexus  = 5910
   |github  = KirbyLink/FestivalEndTimeTweak
+
   |github  = iSkLz/ExperienceMultiplier
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |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    = Experience Updates
   |author  = MouseyPounds, MouseyPounds and Mr. Podunkian
+
   |author  = Quipex
   |id      = MouseyPounds.ShadowFestival
+
   |id      = Quipex.ExperienceUpdates
   |nexus  = 4630
+
   |nexus  = 7581
   |github  = MouseyPounds/stardew-mods
+
   |github  = Quipex/ExperienceUpdates
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FeTK - Stardew-Valley Toolkit
+
   |name    = Expert Sitting
  |author  = Felix-Dev
 
  |id      = Felix-Dev.FeTK
 
  |nexus  = 4403
 
  |github  = Felix-Dev/StardewMods
 
 
 
  |broke in = Stardew Valley 1.4
 
<!--
 
  |unofficial version = 1.0.1-unofficial.2-digus
 
-->
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Field Harvest
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FieldHarvest
+
   |id      = aedenthorn.ExpertSitting
   |nexus  = 11019
+
   |nexus  = 7435
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = SMAPI 4.0.8
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-216#post-130566
 +
  |unofficial version = 0.6.8
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Field Works
+
   |name    = Extended Bus System
   |author  = ChiroxT
+
   |author  = Tondorian
   |id      = treinke.FieldWorks
+
   |id      = ExtendedBusSystem
   |nexus  = 17267
+
   |nexus  =
 +
  |chucklefish = 4373
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fighting With NPCs
+
   |name    = Extended Fridge
   |author  = Edu Anttunes
+
   |author  = Crystalmir
   |id      = EduAnttunes.FightingWithNPCs
+
   |id      = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
   |nexus  = 5865
+
   |nexus  = 485
   |github  = eduanttunes/sv_fighting_with_npcs
+
   |github  = Mystra007/ExtendedFridgeSMAPI
  
   |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    = File Replacer
+
   |name    = Extended Minecart
   |author  = certifiableGrimalkin
+
   |author  = Entoarox
   |id      = certifiableGrimalkin.FileReplacer
+
   |id      = Entoarox.ExtendedMinecart
   |nexus  = 17553
+
   |nexus  = 2271
   |github  =
+
  |chucklefish = 4359
 +
   |github  = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Entoarox Modding Utilities-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Extended Reach
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ExtendedReach
 +
  |curse  = 867754
 +
  |moddrop = 242303
 +
  |nexus  = 1493
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.2.5-unofficial.1-p1xel8ted
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123560
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Find Object Mod
+
   |name    = Extra Content Mod
   |author  = Tran Minh Thong
+
   |author  = Alacrity, platinumhobo
   |id      = find.object.mod
+
   |id      = Alacrity.ExtraContentMod
   |nexus  = 8594
+
   |nexus  = 8510
 
   |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    = Extra Fish Information
   |author  = HaulinOats
+
   |author  = Ceasg
   |id      = HaulinOats.FineIWillGoMakeMyOwnSeeds
+
   |id      = Ceasg.ExtraFishInformation
   |nexus  = 13944
+
   |nexus  = 4170
   |github  =
+
   |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    = Fireballs!
+
   |name    = Extra Machine Configs
   |author  = aurnj, Roy Li
+
   |author  = Selph, zombifier
   |id      = RoyLi.Fireballs
+
   |id      = selph.ExtraMachineConfig
   |nexus  =
+
   |nexus  = 22256
  |url    = https://community.playstarbound.com/threads/fireballs.129346
+
   |github  = zombifier/My_Stardew_Mods
   |github  =
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fire Breath
+
   |name    = Extra Map Layers
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FireBreath
+
   |id      = aedenthorn.ExtraMapLayers
   |nexus  = 7311
+
  |curse  = 868841
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 9633
 +
   |github  = aedenthorn/StardewValleyMods<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fireworks Festival
+
   |name    = Extreme Fishing Overhaul
   |author  = violetlizabet
+
   |author  = Unidarkshin and Deathest1, Devin Lematty
   |id      = violetlizabet.FireworksFestival
+
   |id      = DevinLematty.ExtremeFishingOverhaul
   |nexus  = 15261
+
   |nexus  = 7490
   |github  = elizabethcd/FireworksFestival
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
+
   |broke in = Json Assets 1.7.7
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FishDex
+
   |name    = Extreme Weather
   |author  = rupak0577
+
   |author  = BlaDe
   |id      = rupak0577.FishDex
+
   |id      = BlaDe.ExtremeWeather
   |nexus  =
+
   |nexus  = 12334
   |github  = rupak0577/FishDex
+
   |github  =
  |url    = https://github.com/rupak0577/FishDex
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Exclusions
+
   |name    = Fabrication
   |author  = GZhynko
+
   |author  = XxHarvzBackxX
   |id      = GZhynko.FishExclusions
+
   |id      = harvz.Fabrication
   |nexus  = 7782
+
   |nexus  = 10679
   |github  = gzhynko/StardewMods
+
   |github  = XxHarvzBackxX/fabrication
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Finder
+
   |name    = FaeQuest
   |author  = Aair, AairTheGreat
+
   |author  = Navi-chan, ooo0000
   |id      = AairTheGreat.FishFinder
+
   |id      = NaviChan.FaeQuest
   |nexus  = 5011
+
   |nexus  = 2484
   |github  = AairTheGreat/StardewValleyMods
+
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Fish Info
 
  |author  = Speshkitty
 
  |id      = speshkitty.fishinfo
 
  |nexus  = 5452
 
  |github  = Speshkitty/FishInfo
 
  
   |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    = Fishing Adjust
+
   |name    = Fairy Fix
   |author  = Shuai Zhang
+
   |author  = MindMeltMax
   |id      = shuaiz.FishingAdjustMod
+
   |id      = MindMeltMax.FairyFix
   |nexus   = 1350
+
   |curse   = 1024723
   |github  = hcoona/StardewValleyMods
+
   |nexus   = 24469
 
+
   |github = MindMeltMax/Stardew-Valley-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    = Fall 28 Snow Day
   |author  = KilZenc
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = KilZenc.FishingAssistant
+
   |id      = Omegasis.Fall28SnowDay
   |nexus  = 5815
+
   |nexus  = 486
   |github  =
+
   |github  = janavarro95/Stardew_Valley_Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Automaton
+
   |name    = Fall To Autumn
   |author  = Drynwynn, thepaladinknight
+
   |author  = jahangmar
   |id      = Drynwynn.FishingAutomaton
+
   |id      = jahangmar.FallToAutumn
   |nexus  = 2527
+
   |nexus  = 7174
   |github  = Drynwynn/StardewValleyMods
+
   |github  = jahangmar/StardewValleyMods
  
   |broke in = SMAPI 2.8
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Chests Expanded
+
   |name    = Familiars
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FishingChestsExpanded
+
   |id      = aedenthorn.Familiars
   |nexus  = 7694
+
   |nexus  = 6429
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Info Overlays
+
   |name    = Family Planning
   |author  = barteke22
+
   |author  = loe2run
   |id      = barteke22.FIshingInfoOverlays
+
   |id      = Loe2run.FamilyPlanning
   |nexus  = 8970
+
   |nexus  = 4515
   |github  = barteke22/StardewMods
+
   |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 Logbook
+
   |name    = Fancy Sprinklers
   |author  = M3ales
+
   |author  = trashcan9
   |id      = FishingLogbook
+
   |id      = trashcan9.FancySprinklers
   |nexus  =
+
   |nexus  = 15857
  |curse  = 299792
+
   |github  =
   |github  = M3ales/FishingLogbook
 
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
+
   |name    = Fantastic Frames
   |author  = barteke22
+
   |author  = Taskmaster
   |id      = barteke22.FishingMinigames
+
   |id      = Taskmaster.FantasticFrames
   |nexus  = 9345
+
   |nexus  = 4540
   |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    = Farmageddon
   |author  = barteke22 (Here Fishy base by aedenthorn)
+
   |author  = Max Vollmer, SVProtector
   |id      = barteke22.FisingMinigames
+
   |id      = maxvollmer.farmageddon
   |nexus  = 9345
+
   |nexus  = 2618
   |github  = barteke22/StardewMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Mod
+
   |name    = Farm Animal Choices
   |author  = Zoryn
+
   |author  = ShivaGuy
   |id      = Zoryn.FishingMod
+
   |id      = ShivaGuy.FarmAnimalChoices
   |nexus  =
+
   |nexus  = 11850
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  =
   |github  = Zoryn4163/SMAPI-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
+
   |name    = Farm Animal Harvest Helper
   |author  = MindMeltMax
+
   |author  = aedenthorn, Erinthe
   |id      = MindMeltMax.Fishnets
+
   |id      = aedenthorn.FarmAnimalHarvestHelper
   |nexus  = 13819
+
   |nexus  = 13782
  |moddrop = 1247514
+
   |github  = aedenthorn/StardewValleyMods
   |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    = Fishing Nets → Automate
+
   |name    = Farm Anywhere
   |author  = MindMeltMax
+
   |author  = hmkiesel
   |id      = MindMeltMax.Fishnets.Automate
+
   |id      = hmkiesel.FarmAnywhere
   |nexus  = 13819
+
   |nexus  = 13926
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Nets → Better Crafting
+
   |name    = Farm Automation: Barn Door Automation
   |author  = MindMeltMax
+
   |author  = Oranisagu
   |id      = MindMeltMax.Fishnets.BetterCrafting
+
   |id      = none<!--no manifest ID-->
   |nexus  = 13819
+
   |nexus  =
   |github  = MindMeltMax/Stardew-Valley-Mods
+
  |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    = Fishing Practice
+
   |name    = Farm Automation: Item Collector
   |author  = BlaDe
+
   |author  = Oranisagu
   |id      = BlaDe.FishingPractice
+
   |id      = none<!--no manifest ID-->
   |nexus  = 4157
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/111931
 +
   |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    = Fishing Progression
+
   |name    = Farm Cave Framework
   |author  = ChadlyMasterson
+
   |author  = aedenthorn, Erinthe
   |id      = chadlymasterson.fishingprogression
+
   |id      = aedenthorn.FarmCaveFramework
   |nexus  = 18749
+
   |nexus  = 10506
   |github  = chudders1231/SDV-FishingProgression
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|20910|Farm Cave Framework by aedenthorn (Unofficial 1.6 Update)}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Rod Recolor
+
   |name    = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
   |author  = Stashek
+
   |author  = atravita
   |id      = Stashek.FishingRodRecolor
+
   |id      = atravita.FarmCaveSpawn
   |nexus  = 8835
+
  |curse  = 870986
   |github  =
+
  |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    = Fishing Trawler
+
   |name    = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
   |author  = PeacefulEnd
+
   |author  = atravita
   |id      = PeacefulEnd.FishingTrawler
+
   |id      = atravita.ExpFromMonsterKillsOnFarm
   |nexus  = 8406
+
  |curse  = 870983
   |github  = Floogen/FishingTrawler
+
  |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    = Fishing Trawler - New Horizons
+
   |name    = Farm Computer Plus
   |author  = PeacefulEnd
+
   |author  = Boebie
   |id      = PeacefulEnd.FishingTrawler.NewHorizons
+
   |id      = beau.farmcomputerplus
   |nexus  = 15941
+
   |nexus  = 19124
   |github  = Floogen/FishingTrawler
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Treasure Spawner
+
   |name    = Farm Computers Check Cellars
   |author  = jangofett4
+
   |author  = Ian Rubin, ianr427
   |id      = jangofett4.fishingtreasurespawner
+
   |id      = ianr.FarmComputersCheckCellars
   |nexus  = 18119
+
   |nexus  = 19581
   |github  = jangofett4/FishingTreasureSpawner
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishing Tuner Redux
+
   |name    = Farmer Helper
   |author  = Hammurabi
+
   |author  = aedenthorn, Erinthe
   |id      = HammurabiFishingTunerRedux
+
   |id      = aedenthorn.FarmerHelper
   |nexus  =
+
   |nexus  = 10179
   |chucklefish = 4578
+
   |github = aedenthorn/StardewValleyMods
  |source = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
 
  
  |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    = Farmer Helper (Updated)
   |author  = marikaefer
+
   |author  = Fiorbeth
   |id      = marikaefer.FishMe
+
   |id      = Fiorbeth.FarmerHelper
   |nexus  = 4756
+
   |nexus  = 21030
   |github  =
+
   |github  = NTaylor1993/FarmerHelper
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Preview
+
   |name    = Farmer Portraits
   |author  = Jonqora
+
   |author  = aedenthorn, Erinthe
   |id      = Jonqora.FishPreview
+
   |id      = aedenthorn.FarmerPortraits
   |nexus  = 6303
+
  |curse  = 868774
   |github  = Jonqora/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    = Fish Reminder
+
   |name    = Farmer Portraits for 1.6
   |author  = Mizzion
+
   |author  = mistyspring
   |id      = mizzion.fishreminder
+
   |id      = mistyspring.aedenthornFarmerPortraits
   |nexus  = 3615
+
   |nexus  = 20713
   |moddrop = 661375
+
  |github  = aedenthorn/StardewValleyMods
   |github  = Mizzion/MyStardewMods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Farmer Vitals Evolved
 +
  |author  = Sensakuma
 +
  |id      = Sensakuma.FarmerVitalsEvolved
 +
  |nexus  = 11131
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Spot Bait
+
   |name    = Farm Expansion
   |author  = aedenthorn, Erinthe
+
   |author  = Advize
   |id      = aedenthorn.FishSpotBait
+
   |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  = 17581
+
   |nexus  = 130
   |github  = aedenthorn/StardewValleyMods
+
   |github  = AdvizeGH/FarmExpansion
 +
 
 +
  |broke in = Stardew Valley 1.3.16
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; see [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-25661 unofficial update] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
+
   |name    = Farmhand Finder
   |author  = StarAmy
+
   |author  = 2Retr0
   |id      = StarAmy.bubbletoggle
+
   |id      = 2Retr0.FarmhandFinder
   |nexus  = 13076
+
  |curse  = 661476
   |github  =
+
   |nexus  = 13153
 +
   |github  = 2Retr0/FarmhandFinder
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fishy Blood Moon
+
   |name    = Farmhouse Fixes
   |author  = MattDeDuck, Duckshard
+
   |author  = CyanFire
   |id      = MattDeDuck.FishyBloodMoon
+
   |id      = CF.FarmhouseFixes
   |nexus  = 3725
+
   |nexus  = 16507
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Animal Tools
+
   |name    = Farmhouse Redone
   |author  = bcmpinc
+
   |author  = MabelSyrup
   |id      = bcmpinc.FixAnimalTools
+
   |id      = mabelsyrup.farmhouse
   |nexus  = 3215
+
   |nexus  = 3731
   |github  = bcmpinc/StardewHack
+
   |github  = mjSurber/FarmHouseRedone
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Categories in Recipes, Categories in Recipes
+
   |name    = Farmhouse Visits
   |author  = Traktori
+
   |author  = mistyspring
   |id      = Traktori.CategoriesInRecipes
+
   |id      = mistyspring.farmhousevisits
   |nexus  = 11400
+
  |curse  = 880518
   |github  = Traktori7/StardewValleyMods
+
   |nexus  = 12457
 
+
   |github  = misty-spring/StardewMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Dice
+
   |name    = Farm Hub
   |author  = Ashley, bambimenot
+
   |author  = Platonymous
   |id      = ashley.fixdice
+
   |id      = Platonymous.FarmHub
   |nexus  = 4556
+
   |nexus  = 2309
   |github  =
+
   |github  = Platonymous/Stardew-Valley-Mods
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fixed Weapons Damage
+
   |name    = Farm Icons on Load Screen
   |author  = BlueSight
+
   |author  = b1rdyw1rdy
   |id      = BlueSight.FixedWeaponsDamage
+
   |id      = b1rdyw1rdy.FarmIconOnLoadScreen
   |nexus  = 19896
+
   |nexus  = 24344
   |github  = Hikari-BS/StardewMods
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farming Tools Patch
 +
  |author  = Torsang
 +
  |id      = torsang.farmingtoolspatch
 +
  |nexus  = 24066
 +
  |github  = Torsang/FarmingToolsPatch
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm in Paradise, Textura de Neve
 +
  |author  = BrasileiroTop, LKboss
 +
  |id      = LKboss.TexturaNeve
 +
  |nexus  = 13594
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix Pig Random
+
   |name    = Farm in the Sky, Fundo
   |author  = atravita
+
   |author  = BrasileiroTop
   |id      = atravita.FixPigRandom
+
   |id      = BrasileiroTop.Fundo
  |curse  = 870967
+
   |nexus  = 5423
  |moddrop = 1294434
+
   |github  =
   |nexus  = 15003
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fix TVs on Custom Farm Types
+
   |name    = Farm Rearranger
   |author  = mouse
+
   |author  = Cherry & cel10e
   |id      = mouse.FixTVsOnCustomFarmTypes
+
   |id      = cel10e.Cherry.FarmRearranger
   |moddrop = 1194570
+
   |nexus  = 5142
   |nexus  = 12717
+
   |moddrop = 716395
   |github  = notevenamouse/StardewMods
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flamingo Breeding
+
   |name    = Farm Resource Generator
   |author  = BlaDe
+
   |author  = jwdred
   |id      = BlaDe.FlamingoBreeding
+
   |id      =
   |nexus  = 12015
+
   |nexus  = 647
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Flexible Sprinklers
 
  |author  = Shockah
 
  |id      = Shockah.FlexibleSprinklers
 
  |nexus  = 10931
 
  |github  = Shockah/Stardew-Valley-Mods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |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    = Flip Buildings
+
   |name    = Farm Tablet
   |author  = mouahrara
+
   |author  = boneskull
   |id      = mouahrara.FlipBuildings
+
   |id      = com.boneskull.farm-tablet
   |nexus  = 18444
+
   |nexus  = 16447
   |github  = mouahrara/FlipBuildings
+
   |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    = Floating Garden Pots
+
   |name    = Farm to Table Ready Meals
   |author  = aedenthorn, Erinthe
+
   |author  = Speshkitty
   |id      = aedenthorn.FloatingGardenPots
+
   |id      = speshkitty.farmtotablereadymeals
   |nexus  = 17582
+
   |nexus  = 7148
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Speshkitty/FarmToTableReadyMeals
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Floor Shadow Switcher
+
   |name    = Farmtronics
   |author  = MouseyPounds
+
   |author  = Joe Strout
   |id      = MouseyPounds.FloorShadowSwitcher
+
   |id      = strout.farmtronics
   |nexus  = 3885
+
   |nexus  = 10634
   |github  = MouseyPounds/stardew-mods
+
   |github  = JoeStrout/Farmtronics
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Bombs
+
   |name    = Farm Type Manager
   |author  = kdau
+
   |author  = Esca, Esca-MMC
   |id      = kdau.FlowerBombs
+
   |id      = Esca.FarmTypeManager
   |nexus  = 6228
+
   |nexus  = 3231
   |moddrop = 794657
+
   |moddrop = 598755
   |source = https://gitlab.com/kdau/flowerbombs
+
   |github = Esca-MMC/FarmTypeManager
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm Warps Patch
 +
  |author  = tlitookilakin
 +
  |id      = tlitookilakin.farmwarpspatch
 +
  |nexus  = 8236
 +
  |moddrop = 926207
 +
  |github  = tlitookilakin/FarmWarpsPatch
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
+
   |status  = obsolete
 +
  |summary = remove this mod (bug was fixed in Stardew Valley 1.5.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fashion Sense
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.FashionSense
 +
  |curse  = 870933
 +
  |nexus  = 9969
 +
  |github  = Floogen/FashionSense
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fashion Sense Outfits
 +
  |author  = nihilistzsche
 +
  |id      = nihilistzsche.FashionSenseOutfits
 +
  |nexus  = 18384
 +
  |github  = nihilistzsche/FashionSenseOutfits
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Color Picker
+
   |name    = Fast Animations
   |author  = spacechase0
+
   |author  = Pathoschild
   |id      = spacechase0.FlowerColorPicker
+
   |id      = Pathoschild.FastAnimations
   |curse  = 867760
+
   |curse  = 957496
   |moddrop = 130043
+
   |nexus  = 1089
   |nexus  = 1229
+
   |moddrop = 606631
   |github  = spacechase0/StardewValleyMods
+
   |github  = Pathoschild/StardewMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fast Control Input
 +
   |author  = weizinai
 +
  |id      = weizinai.FastControlInput
 +
  |nexus  = 24324
 +
  |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Dance Fix
+
   |name    = Faster Events
   |author  = elfuun
+
   |author  = libaryaddict
   |id      = FlowerDanceFix.elfuun
+
   |id      = libraryaddict.FasterEvents
   |nexus  = 8535
+
   |nexus  = 7631
  |moddrop = 980853
+
   |github  =
   |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    = Flower Dance Hearts Change
+
   |name    = Faster Grass
   |author  = ron075sh
+
   |author  = IceGladiador
   |id      = ron075sh.FlowerDanceHeartsChange
+
   |id      = IceGladiador.FasterGrass
   |nexus  = 3019
+
   |nexus  = 1772
 
   |github  =
 
   |github  =
  
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Three-Heart Dance Partner|Three-Heart Dance Partner]] instead.
+
   |summary  = use [[#Grass Growth|Grass Growth]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Dancing, Kelly's Flower Dancing
+
   |name    = Faster Horse
   |author  = kelly2892
+
   |author  = kibbe
   |id      = kelly2892.flower.dancing.harmony
+
   |id      = kibbe.faster_horse
   |nexus  = 8107
+
   |nexus  = 2791
   |github  = kenny2892/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flower Rain
+
   |name    = Faster Paths
   |author  = spacechase0
+
   |author  = Entoarox
   |id      = spacechase0.FlowerRain
+
   |id      = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
   |curse   = 867722
+
   |nexus   = 2277
   |nexus  = 6131
+
   |chucklefish = 3641
   |github  = spacechase0/StardewValleyMods
+
   |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
 +
  |name    = Faster Path Speed
 +
  |author  = gaussfire
 +
  |id      = gaussfire.FasterPathSpeed
 +
  |nexus  = 9344
 +
  |github  = alanperrow/StardewModding
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flowery Tools
+
   |name    = Faster Run
   |author  = Cat, CatCattyCat
+
   |author  = KathrynHazuka
   |id      = cat.flowerytools
+
   |id      = KathrynHazuka.FasterRun
   |nexus  = 6203
+
   |nexus  = 733
  |moddrop = 833563
+
   |github  = KathrynHazuka/StardewValley_FasterRun
   |github  = danvolchek/StardewMods
 
  
   |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    = Flowing Mine Rocks
+
   |name    = Faster Transition
   |author  = aedenthorn, Erinthe
+
   |author  = Kumagabear
   |id      = aedenthorn.FlowingMineRocks
+
   |id      = Kumagabear.FasterTransition
   |nexus  = 9043
+
   |nexus  = 19584
   |github  = aedenthorn/StardewValleyMods
+
   |github  = DotSharkTeeth/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fluent Eating
+
   |name    = Faster Trees
   |author  = Kangzoel
+
   |author  = Krutonium
   |id      = Kangzoel.FluentEating
+
   |id      = ca.krutonium.fastertrees
   |nexus  = 11690
+
   |nexus  = 21952
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Flying Start Loan
+
   |name    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
   |author  = EstherHollow
+
   |author  = zeldela
   |id      = EstherHollow.FlyingStartLoan
+
   |id      = zeldela.FastFishPond
   |nexus  = 11003
+
   |nexus  = 14005
 +
  |github  = zeldela/sdv-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fast Forward
 +
  |author  = crazywig
 +
  |id      = crazywig.FastForward
 +
  |nexus  = 7413
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6.4
 +
  |status  = broken
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Font Settings, 字体设置
+
   |name    = Fast Geode, Instant Geodes
   |author  = Becks723
+
   |author  = ofmanynames
   |id      = Becks723.FontSettings
+
   |id      = InstantGeode
   |nexus  = 12467
+
   |nexus  = 750
 
   |github  =
 
   |github  =
  |source  = https://gitee.com/becks723/my-stardew-valley-mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Food Buff Stacking
+
   |name    = Fast Loads
   |author  = thejcannon
+
   |author  = spajus
   |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
+
   |id      = spajus.fastloads
   |nexus  = 4321
+
   |nexus  = 19454
   |github  = thejcannon/Stardew-FoodBuffStacking
+
   |github  = spajus/stardew-valley-fast-loads
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fast Parrot Express Animation
 +
  |author  = ErikShun, QuickNutz
 +
  |id      = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
 +
  |moddrop = 1490579
 +
  |nexus  = 19634
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Buff Stacking Fix
+
   |name    = Fast Petting
   |author  = Joreikarr
+
   |author  = DerTod2
   |id      = joreikarr.foodbuffstackingfix
+
   |id      = de.dertod2.FastPetting
   |nexus  = 19944
+
   |nexus  = 5039
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food Cravings
+
   |name    = Fast Travel
   |author  = Hexenentendrache
+
   |author  = Death, DeathGameDev
   |id      = Hexenentendrache.FoodCravings
+
   |id      = DeathGameDev.FastTravel
   |nexus  = 17126
+
   |nexus  = 1529
   |github  = Enteligenz/StardewMods
+
   |github  = DeathGameDev/SDV-FastTravel
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Food on the Table
+
   |name    = FauxCore
   |author  = aedenthorn, Erinthe
+
   |author  = LeFauxMatt
   |id      = aedenthorn.FoodOnTheTable
+
   |id      = furyx639.FauxCore
   |nexus  = 10886
+
  |moddrop = 1547213
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 20618
 
+
   |github  = LeFauxMatt/StardewMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage at the Farm
+
   |name    = Feeling Lucky?
   |author  = Nishtra
+
   |author  = minervamaga
   |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
+
   |id      = minervamaga.FeelingLucky
   |nexus  = 673
+
   |nexus  =
   |github  =
+
  |moddrop = 752859
 +
   |github  = minervamaga/FeelingLucky
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
<!--
 
  |unofficial version = 1.9.1-unofficial.1-Olivki
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-39#post-3317761
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage Fantasy
+
   |name    = Fellowship - Immersive Rings
   |author  = Goldenrevolver
+
   |author  = DaLion
   |id      = Goldenrevolver.ForageFantasy
+
   |id      = DaLion.ImmersiveRings
   |nexus  = 7554
+
   |nexus  = 11380
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forage Pointers
+
   |name    = Ferngill Dynamic Rain
   |author  = Bpendragon
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = Bpendragon.ForagePointers
+
   |id      = KoihimeNakamura.DynamicRainAndWind
   |nexus  = 7781
+
   |nexus  = 604
   |github  = Bpendragon/ForagePointers
+
  |moddrop = 664033
 +
   |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    = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
+
   |name    = Ferngill Fashion Festival, FashionFestivalSMAPI
   |author  = DanielB
+
   |author  = UNA
   |id      = DanielB.TrackerZoomFix
+
   |id      = UNA.FashionFestivalSMAPI
   |nexus  = 17935
+
   |nexus  = 17404
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Forecaster
+
   |name    = Ferngill Revenue Service
   |author  = Remy Bach
+
   |author  = KarratKake
   |id      = remybach.forecaster
+
   |id      = KarratKake.FerngillRevenueService
   |nexus  = 3037
+
   |nexus  = 7566
   |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    = Ferngill Simple Economy
   |author  = TheElm
+
   |author  = Paul Steele
   |id      = TheElm.ForecasterText
+
   |id      = paulsteele.fse
   |nexus  = 7541
+
   |nexus  = 21414
   |github  = GStefanowich/SDV-Forecaster
+
   |github  = Annosz/UIInfoSuite2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Foxyfficiency
+
   |name    = Fertilizer Anytime
   |author  = Fokson
+
   |author  = stoobinator, lefthandedkid
   |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
+
   |id      = stoobinator.fertilizeranytime
   |nexus  = 2520
+
   |nexus  = 7259
   |github  =
+
   |github  = stoobinator/Stardew-Valley-Fertilizer-Anytime
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frame Rate Logger
+
   |name    = Fertilizer Bubbles
   |author  = atravita
+
   |author  = temisthem
   |id      = atravita.FrameRateLogger
+
   |id      = tem696969696969.FertilizerBubbles
  |curse  = 870966
+
   |nexus  = 23307
  |moddrop = 1294433
+
   |github  = kqrse/StardewValleyMods
   |nexus  = 15002
 
   |github  = atravita-mods/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frame Rate Viewer, FPS Viewer
+
   |name    = Festival End Time Tweak
   |author  = Adham084
+
   |author  = KirbyLink
   |id      = adham084.fpsviewer
+
   |id      = kirbylink.festivalendtimetweak
   |nexus  = 14046
+
   |nexus  = 2966
   |github  =
+
   |github  = KirbyLink/FestivalEndTimeTweak
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.2.1-unofficial.2-speshkitty
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-133711
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Dusty
+
   |name    = Festival of the Mundane
   |author  = skuldomg, Skuld
+
   |author  = MouseyPounds, MouseyPounds and Mr. Podunkian
   |id      = skuldomg.freeDusty
+
   |id      = MouseyPounds.ShadowFestival
   |nexus  = 2206
+
   |nexus  = 4630
   |github  = skuldomg/freeDusty
+
   |github  = MouseyPounds/stardew-mods
  
   |broke in          = Stardew Valley 1.4
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.0.7.unofficial-2.strobe
+
   |unofficial version = 1.1.3-unofficial.1-LikeFrogs
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42360
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123587
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = FeTK - Stardew-Valley Toolkit
 +
  |author  = Felix-Dev
 +
  |id      = Felix-Dev.FeTK
 +
  |nexus  = 4403
 +
  |github  = Felix-Dev/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.2-digus
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free Love
+
   |name    = Field Harvest
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.FreeLove
+
   |id      = aedenthorn.FieldHarvest
  |curse  = 868835
+
   |nexus  = 11019
   |nexus  = 10021
 
 
   |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    = Free Slingshot
+
   |name    = Field Harvest Redux
   |author  = DJ-STLN
+
   |author  = Prism 99
   |id      = DJ-STLN.FreeSlingshot
+
   |id      = prism99.aedenthorn.FieldHarvest
   |nexus  = 3320
+
   |nexus  = 21703
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Free the Toolbar
+
   |name    = Field Works
   |author  = danmw3
+
   |author  = ChiroxT
   |id      = danmw3.freethetoolbar
+
   |id      = treinke.FieldWorks
   |nexus  = 4960
+
   |nexus  = 17267
 
   |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    = Fighting With NPCs
   |author  = aedenthorn, Erinthe
+
   |author  = Edu Anttunes
   |id      = aedenthorn.FriendlyDivorce
+
   |id      = EduAnttunes.FightingWithNPCs
   |nexus  = 6241
+
   |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    = Friends Forever
+
   |name    = File Replacer
   |author  = Isaac S
+
   |author  = certifiableGrimalkin
   |id      = IsaacS.FriendsForever
+
   |id      = certifiableGrimalkin.FileReplacer
   |nexus  = 1738
+
   |nexus  = 17553
  |github  = isaacs-dev/Minidew-Mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Friendship Booster
 
  |author  = Hills
 
  |id      = Hills.FriendshipBooster
 
  |nexus  = 10497
 
  |moddrop = 1084819
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendship Tweaks
+
   |name    = Filtered Chest Hopper
   |author  = aedenthorn, Erinthe
+
   |author  = Shivion
   |id      = aedenthorn.FriendshipTweaks
+
   |id      = shivion.FilteredChestHopper
   |nexus  = 17055
+
   |nexus  = 21730
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Shivion/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Friendship Without Talk
+
   |name    = Find Object Mod
   |author  = HunterMYT
+
   |author  = Tran Minh Thong
   |id      = HunterMYT.FriendshipWithoutTalk
+
   |id      = find.object.mod
   |nexus  = 8709
+
   |nexus  = 8594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frozen Yogurt
+
   |name    = Fine&#44; I'll Go Make My Own Seeds<!--manifest-->, Fine I Will Go Make My Own Seeds<!--Nexus-->
   |author  = Failsplat
+
   |author  = HaulinOats
   |id      = Failsplat.FroyoFFHarmony
+
   |id      = HaulinOats.FineIWillGoMakeMyOwnSeeds
   |nexus  = 12308
+
   |nexus  = 13944
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Frugal Farm Menu
+
   |name    = Fireballs!
   |author  = jeffgillean
+
   |author  = aurnj, Roy Li
   |id      = jeffgillean.FrugalFarmMenu
+
   |id      = RoyLi.Fireballs
   |nexus  = 11050
+
   |nexus  =
   |github  = jeffgillean/StardewValleyMods
+
  |url    = https://community.playstarbound.com/threads/fireballs.129346
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fruit Tree Shaker
+
   |name    = Fire Breath
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = Aedenthorn.FruitTreeShaker
+
   |id      = aedenthorn.FireBreath
   |nexus  = 5776
+
   |nexus  = 7311
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fruit Tree Tweaks
+
   |name    = Fire Crackers, Firecracker Mod
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = Aedenthorn.FruitTreeTweaks
+
   |id      = MindMeltMax.FireCracker
   |nexus  = 11422
+
   |nexus  = 7321
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Full Romanceable Witch NPC, Witch Events Shop
+
   |name    = Fireworks Festival
   |author  = jennisimone
+
   |author  = violetlizabet
   |id      = jennisimone.WitchEventsShop
+
   |id      = violetlizabet.FireworksFestival
   |nexus  = 16304
+
   |nexus  = 15261
   |github  =
+
   |github  = elizabethcd/FireworksFestival
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Fungus Amongus
+
   |name    = Fischievements
   |author  = Okay Shroomer
+
   |author  = MattDeDuck, Duckshard
   |id      = OkayShroomer.FungusAmongus
+
   |id      = MattDeDuck.Fischievements
   |nexus  = 11785
+
   |nexus  = 3658
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Adjustment
+
   |name    = FishDex
   |author  = aedenthorn, Erinthe
+
   |author  = rupak0577
   |id      = aedenthorn.FurnitureAdjustment
+
   |id      = rupak0577.FishDex
   |nexus  = 10213
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
   |github  = rupak0577/FishDex
 +
  |url    = {{github|rupak0577/FishDex}}
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Display Framework
+
   |name    = Fish Exclusions
   |author  = aedenthorn, Erinthe
+
   |author  = GZhynko
   |id      = aedenthorn.FurnitureDisplayFramework
+
   |id      = GZhynko.FishExclusions
   |nexus  = 10855
+
   |nexus  = 7782
   |github  = aedenthorn/StardewValleyMods
+
   |github  = gzhynko/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Placement Tweaks
+
   |name    = Fish Finder
   |author  = aedenthorn, Erinthe
+
   |author  = Aair, AairTheGreat
   |id      = aedenthorn.FurniturePlacementTweaks
+
   |id      = AairTheGreat.FishFinder
   |nexus  = 14092
+
   |nexus  = 5011
   |github  = aedenthorn/StardewValleyMods
+
   |github  = AairTheGreat/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Recolor
+
   |name    = Fish Info
   |author  = aedenthorn, Erinthe
+
   |author  = Speshkitty
   |id      = aedenthorn.FurnitureRecolor
+
   |id      = speshkitty.fishinfo
   |nexus  = 10217
+
   |nexus  = 5452
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Speshkitty/FishInfo
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gacha Geodes
+
   |name    = Fishing Adjust
   |author  = DeLiXx
+
   |author  = Shuai Zhang
   |id      = DLX.Geodes
+
   |id      = shuaiz.FishingAdjustMod
   |nexus  = 17691
+
   |nexus  = 1350
   |github  =
+
   |github  = hcoona/StardewValleyMods
  |source  = https://gitlab.com/delixx/stardew-valley-gacha-geodes
 
  
   |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    = Galaxy Slingshot Obtainable
+
   |name    = Fishing Assistant 2<!--changed in 2.0.0-->, Fishing Assistant
   |author  = Adham084
+
   |author  = ChibiKyu, KilZenc
   |id      = adham084.galaxyslingshot
+
   |id      = ChibiKyu.FishingAssistant2<!--changed in 2.0.0-->, KilZenc.FishingAssistant
   |nexus  = 14115
+
   |nexus  = 5815
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Automaton
 +
  |author  = Drynwynn, thepaladinknight
 +
  |id      = Drynwynn.FishingAutomaton
 +
  |nexus  = 2527
 +
  |github  = Drynwynn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.8
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Galaxy Weapon Choice
+
   |name    = Fishing Chests Expanded
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.GalaxyWeaponChoice
+
   |id      = aedenthorn.FishingChestsExpanded
   |nexus  = 14511
+
   |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 version = 0.4.3-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FishingChestsExpanded
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gameboy Arcade
+
   |name    = Fishing Info Overlays
   |author  = drbirbdev
+
   |author  = barteke22
   |id      = drbirbdev.GameboyArcade
+
   |id      = barteke22.FIshingInfoOverlays
  |moddrop = 1318487
+
   |nexus  = 8970
   |nexus  =
+
   |github  = barteke22/StardewMods
   |github  = drbirbdev/StardewValley
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Game Reminder
+
   |name    = Fishing Logbook
   |author  = mmanlapat
+
   |author  = M3ales
   |id      = mmanlapat.GameReminder
+
   |id      = FishingLogbook
   |nexus  = 1153
+
   |nexus  =
   |github  =
+
  |curse  = 299792
 +
   |github  = M3ales/FishingLogbook
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
  |status  = workaround
 
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GameSpeed
+
   |name    = Fishing Minigames
   |author  = RandomComputerUser
+
   |author  = barteke22 (Here Fishy base by aedenthorn)
   |id      = RandomComputerUser.GameSpeed
+
   |id      = barteke22.FisingMinigames
   |nexus  = 7211
+
   |nexus  = 9345
   |github  =
+
   |github  = barteke22/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garbage Collector
+
   |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
   |author  = Loogooter
+
   |author  = barteke22
   |id      = OlegSilkin.garbage_collector
+
   |id      = barteke22.FishingMinigames
   |nexus  = 2463
+
   |nexus  = 9345
   |github  =
+
   |github  = barteke22/StardewMods
  
   |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    = Fishing Mod
   |author  = furyx639
+
   |author  = Zoryn
   |id      = furyx639.GarbageDay
+
   |id      = Zoryn.FishingMod
   |curse   = 871837
+
   |nexus   =
   |nexus  = 8204
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
   |github  = LeFauxMatt/StardewMods
+
   |github  = Zoryn4163/SMAPI-Mods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Fishing Nets → Automate
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.Fishnets.Automate
 +
  |nexus  = 13819
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Garden Pot - Automate
+
   |name    = Fishing Nets → Better Crafting
   |author  = NCarigon
+
   |author  = MindMeltMax
   |id      = NCarigon.GardenPotAutomate
+
   |id      = MindMeltMax.Fishnets.BetterCrafting
   |nexus  = 15212
+
   |nexus  = 13819
   |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    = Garden Pot Tweaks
+
   |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.GardenPotTweaks
+
   |id      = MindMeltMax.Fishnets
   |nexus  = 14820
+
  |curse  = 1004486
   |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 13819
 
+
   |moddrop = 1247514
   |beta broke in = Stardew Valley 1.6
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gate Fix
+
   |name    = Fishing Practice
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = BlaDe
   |id      = f4iTh.GateFix
+
   |id      = BlaDe.FishingPractice
   |nexus  = 4859
+
   |nexus  = 4157
 
   |github  =
 
   |github  =
  
   |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    = Fishing Progression
   |author  = mralbobo
+
   |author  = ChadlyMasterson
   |id      = mralbobo.GateOpener
+
   |id      = chadlymasterson.fishingprogression
   |nexus  =
+
   |nexus  = 18749
  |url    = https://community.playstarbound.com/threads/111988
+
   |github  = chudders1231/SDV-FishingProgression
   |github  = mralbobo/stardew-gate-opener
 
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status      = workaround
 
  |summary      = use [[#Auto Gate|Auto Gate]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gem Isles
+
   |name    = Fishing Trawler
   |author  = aedenthorn, Erinthe
+
   |author  = PeacefulEnd
   |id      = aedenthorn.GemIsles
+
   |id      = PeacefulEnd.FishingTrawler
   |nexus  = 6692
+
   |nexus  = 8406
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
+
   |name    = Fishing Trawler - New Horizons
   |author  = Hana
+
   |author  = PeacefulEnd
   |id      = Hana.GNMTokens
+
   |id      = PeacefulEnd.FishingTrawler.NewHorizons
   |nexus  = 14426
+
  |curse  = 870923
   |github  =
+
   |nexus  = 15941
 +
   |github  = Floogen/FishingTrawler
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
+
   |name    = Fishing Treasure Spawner
   |author  = sqbr
+
   |author  = jangofett4
   |id      = sqbr.GetGS
+
   |id      = jangofett4.fishingtreasurespawner
   |nexus  = 13434
+
   |nexus  = 18119
   |github  = sqbr/GetGS
+
   |github  = jangofett4/FishingTreasureSpawner
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Generic Mod Config Menu
+
   |name    = Fishing Tuner Redux
   |author  = spacechase0
+
   |author  = Hammurabi
   |id      = spacechase0.GenericModConfigMenu
+
   |id      = HammurabiFishingTunerRedux
   |curse  = 867150
+
  |nexus  =
   |moddrop = 771692
+
  |chucklefish = 4578
   |nexus   = 5098
+
  |source  = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
   |github = spacechase0/StardewValleyMods
+
 
 +
   |dev note = source in download
 +
 
 +
   |broke in = Stardew Valley 1.3
 +
   |status   = workaround
 +
   |summary = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Generic Shop Extender
+
   |name    = Fish Me
   |author  = rabbitgreen49, IrregularPorygon
+
   |author  = marikaefer
   |id      = GenericShopExtender
+
   |id      = marikaefer.FishMe
   |nexus  = 814
+
   |nexus  = 4756
   |github  = IrregularPorygon/SMAPIGenericShopMod
+
   |github  =
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Genetics API
+
   |name    = Fish Pond Colors, Legendary Fish Ponds
   |author  = agent56
+
   |author  = ButterBear, Memegician
   |id      = agent56.GeneticsAPI
+
   |id      = BB.FishPondColors
   |nexus  = 15655
+
   |nexus  = 23449
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Genie Lamp
+
   |name    = Fish Preview
   |author  = aedenthorn
+
   |author  = Jonqora
   |id      = aedenthorn.GenieLamp
+
   |id      = Jonqora.FishPreview
   |nexus  = 19794
+
   |nexus  = 6303
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Jonqora/StardewMods
 
 
  |broke in = Stardew Valley ≤1.5.6
 
  
   |beta status = ok
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Geode Info Menu
+
   |name    = Fish Reminder
   |author  = CatCattyCat, Cat
+
   |author  = Mizzion
   |id      = cat.geodeinfomenu
+
   |id      = mizzion.fishreminder
   |nexus  = 1448
+
   |nexus  = 3615
   |moddrop = 833541
+
   |moddrop = 661375
   |github  = danvolchek/StardewMods
+
   |github  = Mizzion/MyStardewMods
 
 
  |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
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Get Glam
+
   |name    = Fish Spot Bait
   |author  = MartyrPher
+
   |author  = aedenthorn, Erinthe
   |id      = MartyrPher.GetGlam
+
   |id      = aedenthorn.FishSpotBait
   |nexus  = 5044
+
   |nexus  = 17581
   |github  = MartyrPher/GetGlam
+
   |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.2-unofficial.1-logophile
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ghost Town
+
   |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
   |author  = Platonymous
+
   |author  = StarAmy
   |id      = Platonymous.GhostTown
+
   |id      = StarAmy.bubbletoggle
  |curse  = 877231
+
   |nexus  = 13076
  |moddrop = 793902
+
   |github  =
  |nexus  = 2992
 
  |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<!--@retest-after AtraCore-->
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Crop Ring
+
   |name    = Fishy Blood Moon
   |author  = CatCattyCat, Cat
+
   |author  = MattDeDuck, Duckshard
   |id      = cat.giantcropring
+
   |id      = MattDeDuck.FishyBloodMoon
   |nexus  = 1182
+
   |nexus  = 3725
  |moddrop = 833538
+
   |github  =
   |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    = Giant Crop Tweaks
+
   |name    = Fix Animal Tools
   |author  = Khloe Leclair
+
   |author  = bcmpinc
   |id      = leclair.giantcroptweaks
+
   |id      = bcmpinc.FixAnimalTools
   |nexus  = 14370
+
   |nexus  = 3215
   |github  = KhloeLeclair/StardewMods
+
   |github  = bcmpinc/StardewHack
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Giant Omelet
+
   |name    = Fix Categories in Recipes, Categories in Recipes
   |author  = spacechase0
+
   |author  = Traktori
   |id      = spacechase0.GiantOmelet
+
   |id      = Traktori.CategoriesInRecipes
   |nexus  = 13852
+
   |nexus  = 11400
   |github  = spacechase0/StardewValleyMods
+
   |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    = Gift Decline
+
   |name    = Fix Dice
   |author  = desto
+
   |author  = Ashley, bambimenot
   |id      = desto.GiftDecline
+
   |id      = ashley.fixdice
   |nexus  = 6944
+
   |nexus  = 4556
   |github  = desto-git/sdv-mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Money
+
   |name    = Fixed Ginger Island Beach Garden Pots
   |author  = AvalonMFX
+
   |author  = wilsoncwc
   |id      = AvalonMFX.GiftMoney
+
   |id      = wilsoncwc.IslandPotFix
   |nexus  = 17564
+
   |nexus  = 23934
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Rejection
+
   |name    = Fixed Secret Woods Debris, Woods Debris Fix
   |author  = aedenthorn, Erinthe
+
   |author  = f4iTh and Lita, JertsukkaTheMan
   |id      = aedenthorn.GiftRejection
+
   |id      = f4iTh.WoodsDebrisFix
   |nexus  = 14273
+
   |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    = Gift Taste Helper
+
   |name    = Fixed Weapons Damage
   |author  = tstaples
+
   |author  = BlueSight
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
+
   |id      = BlueSight.FixedWeaponsDamage
   |nexus  = 229
+
   |nexus  = 19896
   |github  = tstaples/GiftTasteHelper
+
   |github  = Hikari-BS/StardewMods
  
   |warnings = needs zoom and UI scale options to have the same value.
+
   |status  = abandoned
 
+
   |broke in = Stardew Valley 1.6
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Taste Helper Continued
+
   |name    = Fix Pig Random
   |author  = Isi0
+
   |author  = atravita
   |id      = Isi0.GiftTasteHelper
+
   |id      = atravita.FixPigRandom
   |nexus  = 18762
+
  |curse  = 870967
   |github  = Just-Chaldea/GiftTasteHelper
+
  |moddrop = 1294434
 +
   |nexus  = 15003
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gift Wrapper
+
   |name    = Fix Scythe Exp
   |author  = blueberry
+
   |author  = bcmpinc
   |id      = blueberry.GiftWrapper
+
   |id      = bcmpinc.FixScytheExp
   |nexus  = 4721
+
   |nexus  =
   |github  = b-b-blueberry/GiftWrapper
+
   |github  = bcmpinc/StardewHack
 +
  |url    = https://github.com/bcmpinc/StardewHack/releases
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Ginger Island Mainland Adjustments
+
   |name    = Fix TVs on Custom Farm Types
   |author  = atravita
+
   |author  = mouse
   |id      = atravita.GingerIslandMainlandAdjustments
+
   |id      = mouse.FixTVsOnCustomFarmTypes
  |curse  = 870984
+
   |moddrop = 1194570
   |moddrop = 1098263
+
   |nexus  = 12717
   |nexus  = 10004
+
   |github  = notevenamouse/StardewMods
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Give Me My Cursor Back
+
   |name    = Flamingo Breeding
   |author  = DecidedlyHuman
+
   |author  = BlaDe
   |id      = DecidedlyHuman.GiveMeMyCursorBack
+
   |id      = BlaDe.FlamingoBreeding
   |nexus  = 9976
+
   |nexus  = 12015
   |github  = DecidedlyHuman/GiveMeMyCursorBack
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Global Config Settings
+
   |name    = Flavored And Generic Fuel For Artisan Recipes, Extra Fuel Config
   |author  = Gaphodil
+
   |author  = selph, zombifier
   |id      = Gaphodil.GlobalConfigSettings
+
   |id      = selph.ExtraFuelConfig
   |nexus  = 9340
+
   |nexus  = 21086
  |moddrop = 1007690
+
   |github  = zombifier/My_Stardew_Mods
   |github  = Gaphodil/GlobalConfigSettings
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Glue Your Furniture Down
+
   |name    = Flexible Arms
   |author  = violetlizabet
+
   |author  = bcmpinc
   |id      = violetlizabet.GlueFurnitureDown
+
   |id      = bcmpinc.FlexibleArms
   |nexus  = 10374
+
   |nexus  = 20902
   |github  = elizabethcd/PreventFurniturePickup
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GMCM Options
+
   |name    = Flexible Sprinklers
   |author  = Jamie Taylor
+
   |author  = Shockah
   |id      = jltaylor-us.GMCMOptions
+
   |id      = Shockah.FlexibleSprinklers
   |nexus  = 10505
+
   |nexus  = 10931
   |github  = jltaylor-us/StardewGMCMOptions
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = God Mode
+
   |name    = Flip Buildings
   |author  = treyh0
+
   |author  = mouahrara
   |id      = treyh0.GodMode
+
   |id      = mouahrara.FlipBuildings
   |nexus  = 2641
+
   |nexus  = 18444
   |github  =
+
   |github  = mouahrara/FlipBuildings
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Goodbye American English
+
   |name    = Floating Garden Pots
   |author  = TheMightyAmondee, MightyAmondee
+
   |author  = aedenthorn, Erinthe
   |id      = TheMightyAmondee.GoodbyeAmericanEnglish
+
   |id      = aedenthorn.FloatingGardenPots
   |moddrop = 854437
+
   |nexus  = 17582
   |nexus   = 7183
+
   |github  = aedenthorn/StardewValleyMods
   |github = TheMightyAmondee/GoodbyeAmericanEnglish
+
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#FloatingGardenPots
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Goodbye SMAPI
+
   |name    = FLO - New Custom NPC, FlorenceMod
   |author  = Jessebot
+
   |author  = randomAnon1234
   |id      = Jessebot.GoodbyeSMAPI
+
   |id      = none<!--no manifest ID-->
   |nexus  = 6514
+
   |nexus  = 591
   |github  = JessebotX/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Go To Bed
+
   |name    = Floor Shadow Switcher
   |author  = candidus42
+
   |author  = MouseyPounds
   |id      = Candidus42.GoToBed
+
   |id      = MouseyPounds.FloorShadowSwitcher
   |nexus  = 4967
+
   |nexus  = 3885
   |github  = mus-candidus/GoToBed
+
   |github  = MouseyPounds/stardew-mods
  
   |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    = Go To Sleep
+
   |name    = Flower Bombs
   |author  = yy376
+
   |author  = kdau
   |id      = yy376.GoToSleep
+
   |id      = kdau.FlowerBombs
   |nexus  = 2195
+
   |nexus  = 6228
   |github =
+
   |moddrop = 794657
 +
  |source = https://gitlab.com/kdau/flowerbombs
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Gradient Hair Colors
+
   |name    = Flower Color Picker
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.GradientHairColors
+
   |id      = spacechase0.FlowerColorPicker
   |nexus  = 12744
+
  |curse  = 867760
 +
  |moddrop = 130043
 +
   |nexus  = 1229
 
   |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    = Grandfather's Heirlooms
+
   |name    = Flower Dance Fix
   |author  = rikai
+
   |author  = elfuun
   |id      = rikai.GrandfathersHeirlooms
+
   |id      = FlowerDanceFix.elfuun
   |nexus  = 8557
+
   |nexus  = 8535
   |github  = rikai/Grandfathers-Heirlooms
+
  |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    = Grass Growth
+
   |name    = Flower Dance Hearts Change
   |author  = bcmpinc
+
   |author  = ron075sh
   |id      = bcmpinc.GrassGrowth
+
   |id      = ron075sh.FlowerDanceHeartsChange
   |nexus  = 2732
+
   |nexus  = 3019
   |github  = bcmpinc/StardewHack
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack, @retest-linked-->
+
   |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    = Grass Growth Adjuster, Grass Adjustor
+
   |name    = Flower Dancing, Kelly's Flower Dancing
   |author  = Jellypowered, Shockade
+
   |author  = kelly2892
   |id      = Jellypowered.GrassChance
+
   |id      = kelly2892.flower.dancing.harmony
   |nexus  = 3365
+
   |nexus  = 8107
   |github  =
+
   |github  = kenny2892/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse 20x20
+
   |name    = Flower Rain
   |author  = sirloinmeatt
+
   |author  = spacechase0
   |id      = sirloinmeatt.Greenhouse20x20
+
   |id      = spacechase0.FlowerRain
   |nexus  = 2662
+
  |curse  = 867722
   |github  =
+
   |nexus  = 6131
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-art17
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-32#post-3354836
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Construction
+
   |name    = Flowery Tools
   |author  = Derslayr
+
   |author  = Cat, CatCattyCat
   |id      = Derslayr.GreenhouseConstruction
+
   |id      = cat.flowerytools
   |nexus  = 10148
+
   |nexus  = 6203
   |github  = derslayr10/GreenhouseConstruction
+
  |moddrop = 833563
 +
   |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    = Greenhouse Entry Begone!
+
   |name    = Flowing Mine Rocks
   |author  = bblueberry, blueberry
+
   |author  = aedenthorn, Erinthe
   |id      = blueberry.GreenhouseEntryBegone
+
   |id      = aedenthorn.FlowingMineRocks
   |nexus  = 8203
+
   |nexus  = 9043
   |github  = b-b-blueberry/GreenhouseEntryPatch
+
   |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    = Greenhouse Entry Mod
+
   |name    = Fluent Eating
   |author  = pancham138
+
   |author  = Kangzoel
   |id      = Pancham138.GreenhouseEntryMod
+
   |id      = Kangzoel.FluentEating
   |nexus  = 6150
+
   |nexus  = 11690
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Gatherers
+
   |name    = Flying Start Loan
   |author  = PeacefulEnd
+
   |author  = EstherHollow
   |id      = PeacefulEnd.GreenhouseGatherers
+
   |id      = EstherHollow.FlyingStartLoan
   |nexus  = 7619
+
   |nexus  = 11003
  |moddrop = 886187
+
   |github  =
   |github  = Floogen/GreenhouseGatherers
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets, @retest-linked-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Gatherers Automate
+
   |name    = Font Settings, 字体设置
   |author  = PeacefulEnd
+
   |author  = Becks723
   |id      = PeacefulEnd.GreenhouseGatherers.Automate
+
   |id      = Becks723.FontSettings
   |nexus  = 7619
+
   |nexus  = 12467
   |moddrop = 886187
+
   |github  =
   |github = Floogen/GreenhouseGatherers
+
   |source = https://gitee.com/becks723/my-stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Greenhouse Gatherers-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Sprinklers
+
   |name    = Font Size Adjust, Stardew Valley Font Adjust
   |author  = Bpendragon
+
   |author  = AlerHughes
   |id      = Bpendragon.GreenhouseSprinklers
+
   |id      = AlerHughes.FA
   |nexus  = 7456
+
   |nexus  = 23363
   |github  = Bpendragon/GreenhouseSprinklers
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Greenhouse Upgrades
+
   |name    = Food Buff Stacking
   |author  = Cecidelus
+
   |author  = thejcannon
   |id      = Cecidelus.GreenhouseUpgrades
+
   |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
   |nexus  = 8042
+
   |nexus  = 4321
   |github  =
+
   |github  = thejcannon/Stardew-FoodBuffStacking
  
   |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    = Food Buff Stacking Fix
   |author  = Fernass354
+
   |author  = Joreikarr
   |id      = Fernass354.GreenUpgrades
+
   |id      = joreikarr.foodbuffstackingfix
   |nexus  = 18766
+
   |nexus  = 19944
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = GreenHut
+
   |name    = Food Cravings
   |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
+
   |author  = Hexenentendrache
   |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
+
   |id      = Hexenentendrache.FoodCravings
   |nexus  = 1735
+
   |nexus  = 17126
   |github  =
+
   |github  = Enteligenz/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Groundhog Day
+
   |name    = Food on the Table
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.GroundhogDay
+
   |id      = aedenthorn.FoodOnTheTable
   |nexus  = 10151
+
   |nexus  = 10886
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Groupable Chests
 
  |author  = FricativeMelon
 
  |id      = FricativeMelon.GroupableChests
 
  |nexus  = 15375
 
  |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    = Growable Bushes
+
   |name    = Food Poisoning
   |author  = atravita
+
   |author  = seferoni
   |id      = atravita.GrowableBushes
+
   |id      = seferoni.FoodPoisoning
  |curse  = 870961
+
   |nexus  = 22006
  |moddrop = 1357999
+
   |github  = seferoni/FoodPoisoning
   |nexus  = 15111
 
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Growable Giant Crops
+
   |name    = Forage at the Farm
   |author  = atravita
+
   |author  = Nishtra
   |id      = atravita.GrowableGiantCrops
+
   |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
  |curse  = 870960
+
   |nexus  = 673
  |moddrop = 1358004
+
   |github  =
   |nexus  = 15559
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |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    = Gunther Tells You
+
   |name    = Forage Crops
   |author  = John Peters
+
   |author  = Kronosta
   |id      = JohnPeters.GuntherTellsYou
+
   |id      = Kronosta.ForageCrops
   |nexus  = 19143
+
   |nexus  = 21514
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Haboo
+
   |name    = Forage Fantasy
   |author  = BlaDe
+
   |author  = Goldenrevolver
   |id      = LetsTrollTheMan.HabooNPC
+
   |id      = Goldenrevolver.ForageFantasy
   |nexus  = 12034
+
   |nexus  = 7554
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Forage Pointers
 +
   |author  = Bpendragon
 +
  |id      = Bpendragon.ForagePointers
 +
  |nexus  = 7781
 +
  |github  = Bpendragon/ForagePointers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hair Growth
+
   |name    = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
   |author  = skn
+
   |author  = DanielB
   |id      = skn.HairGrowthMod
+
   |id      = DanielB.TrackerZoomFix
   |nexus  = 3279
+
   |nexus  = 17935
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Halt Event Time
+
   |name    = Forecaster
   |author  = chawol
+
   |author  = Remy Bach
   |id      = chawol.HaltEventTime
+
   |id      = remybach.forecaster
   |nexus  = 8774
+
   |nexus  = 3037
   |github  = chawolbaka/HaltEventTime
+
   |github  = remybach/stardew-valley-forecaster
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Handy Headphones
+
   |name    = Forecaster Text, Forecaster Text
   |author  = PeacefulEnd
+
   |author  = TheElm
   |id      = PeacefulEnd.HandyHeadphones
+
   |id      = TheElm.ForecasterText
   |nexus  = 7936
+
   |nexus  = 7541
   |github  = Floogen/HandyHeadphones
+
   |github  = GStefanowich/SDV-Forecaster
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Birthday
+
   |name    = Fortunate Foot
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = PurelyInZane
   |id      = Omegasis.HappyBirthday
+
   |id      = PurelyInZane.FortunateFoot
   |nexus  = 520
+
   |nexus  = 22610
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Birthday
+
   |name    = Foxyfficiency
   |author  = Oxyligen
+
   |author  = Fokson
   |id      = HappyBirthday
+
   |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
   |nexus  = 1064
+
   |nexus  = 2520
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
  |status  = workaround
 
  |summary  = use [[#Happy Birthday|Happy Birthday by Omegasis]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Fish Jump
+
   |name    = FQ Festival Tweaks
   |author  = Sakorona
+
   |author  = FletcherQuest
   |id      = KoihimeNakamura.HappyFishJump
+
   |id      = FletcherQuest.FQFestivalTweaks
   |nexus  = 6516
+
   |nexus  = 9062
  |moddrop = 1068089
+
   |github  =
   |github  = Sakorona/SDVMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Home Designer
+
   |name    = Frame Rate Logger
   |author  = tlitookilakin
+
   |author  = atravita
   |id      = tlitookilakin.HappyHomeDesigner
+
   |id      = atravita.FrameRateLogger
   |nexus   = 19675
+
   |curse   = 870966
   |github  = tlitookilakin/HappyHomeDesigner
+
   |moddrop = 1294433
 
+
  |nexus  = 15002
   |beta broke in = Stardew Valley 1.6
+
   |github  = atravita-mods/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardcore Mines
+
   |name    = Frame Rate Viewer, FPS Viewer
   |author  = kibbe, lillvik
+
   |author  = Adham084
   |id      = kibbe.hardcore_mines
+
   |id      = adham084.fpsviewer
   |nexus  = 1674
+
   |nexus  = 14046
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Hardcore Mines 2|Hardcore Mines 2]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hardcore Mines 2
+
   |name    = Free Dusty
   |author  = ItsLittany
+
   |author  = skuldomg, Skuld
   |id      = itslittany.HardcoreMines2
+
   |id      = skuldomg.freeDusty
   |nexus  = 6411
+
   |nexus  = 2206
   |github  =
+
   |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    = Hardcore Mode
+
   |name    = Free Love
   |author  = vermicyde
+
   |author  = aedenthorn, Erinthe
   |id      = vermicyde.HardcoreModeDLL
+
   |id      = aedenthorn.FreeLove
   |nexus  = 15125
+
  |curse  = 868835
   |github  =
+
   |nexus  = 10021
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Hardy Grass
+
   |name    = Free Slingshot
   |author  = DiscipleOfEris
+
   |author  = DJ-STLN
   |id      = DiscipleOfEris.HardyGrass
+
   |id      = DJ-STLN.FreeSlingshot
   |nexus  = 8772
+
   |nexus  = 3320
   |github  = DiscipleOfEris/HardyGrass
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harp of Yoba Redux
+
   |name    = Free the Toolbar
   |author  = Platonymous
+
   |author  = danmw3
   |id      = Platonymous.HarpOfYobaRedux
+
   |id      = danmw3.freethetoolbar
   |nexus  = 914
+
   |nexus  = 4960
  |moddrop = 793924
+
   |github  =
   |github  = Platonymous/Stardew-Valley-Mods
 
  
   |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    = Harvest Moon FoMT-like Watering Can and Hoe Area, HM-FoMT-like Watering Can and Hoe Area
+
   |name    = Freeze Time Multiplayer
   |author  = Goldenrevolver
+
   |author  = mori_seneri, Alcatraz773
   |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
+
   |id      = mori_sensei.FreezeTime
   |nexus  = 7851
+
   |nexus  = 21820
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = alcmoe/FreezeTimeMultiplayer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest Moon Witch Princess Mod, WitchPrincess
+
   |name    = Friendly Divorce
   |author  = Dounat2201, Sasara
+
   |author  = aedenthorn, Erinthe
   |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
+
   |id      = aedenthorn.FriendlyDivorce
   |nexus  = 1157
+
   |nexus  = 6241
   |github  = Sasara2201/WitchPrincess
+
   |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 Seeds
+
   |name    = Friends Forever
   |author  = aedenthorn, Erinthe
+
   |author  = Isaac S
   |id      = aedenthorn.HarvestSeeds
+
   |id      = IsaacS.FriendsForever
   |nexus  = 11773
+
   |nexus  = 1738
   |github  = aedenthorn/StardewValleyMods
+
   |github  = isaacs-dev/Minidew-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Friends Forever (1.6)|Friends Forever (1.6)]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friends Forever (1.6)
 +
  |author  = Kriana
 +
  |id      = Kriana.FriendsForever
 +
  |nexus  = 20702
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Harvest With Scythe
+
   |name    = Friendship Booster
   |author  = ThatNorthernMonkey
+
   |author  = Hills
   |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
+
   |id      = Hills.FriendshipBooster
   |nexus  = 236
+
   |nexus  = 10497
   |github  = ThatNorthernMonkey/HarvestWithScythe
+
   |moddrop = 1084819
 
+
   |github =
   |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    = Hat Buffs
+
   |name    = Friendship Decay
   |author  = popska
+
   |author  = stardemod
   |id      = popska.HatBuffs
+
   |id      = stardemod.FriendshipDecay
   |nexus  = 9050
+
   |nexus  = 21323
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/popska/UsefulHats
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Mouse Lacey
+
   |name    = Friendship Decay Modify
   |author  = ichortower
+
   |author  = weizinai
   |id      = ichortower.HatMouseLacey.Core
+
   |id      = weizinai.FriendshipDecayModify
   |nexus  = 18177
+
   |nexus  = 23862
   |github  = ichortower/HatMouseLacey
+
   |github  = weizinai/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
   |id      = aedenthorn.FriendshipTweaks
 +
  |nexus  = 17055
 +
  |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Panning
+
   |name    = Friendship Without Talk
   |author  = monsoonsheep
+
   |author  = HunterMYT
   |id      = monsoonsheep.PanWithHats
+
   |id      = HunterMYT.FriendshipWithoutTalk
   |nexus  = 18965
+
   |nexus  = 8709
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hat Shop Restoration
+
   |name    = Frozen Yogurt
   |author  = PeacefulEnd
+
   |author  = Failsplat
   |id      = PeacefulEnd.AMouseWithAHat.Core
+
   |id      = Failsplat.FroyoFFHarmony
   |nexus  = 17291
+
   |nexus  = 12308
   |github  = Floogen/StardewSandbox
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Fashion Sense-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hats on Hats
+
   |name    = Frugal Farm Menu
   |author  = Shockah
+
   |author  = jeffgillean
   |id      = Shockah.HatsOnHats
+
   |id      = jeffgillean.FrugalFarmMenu
   |nexus  = 17280
+
   |nexus  = 11050
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = jeffgillean/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    = Hay Bales as Silos
+
   |name    = Fruit Tree Shaker
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn, Erinthe
   |id      = Cherry.HayBalesSilo
+
   |id      = Aedenthorn.FruitTreeShaker
   |nexus  = 5151
+
   |nexus  = 5776
  |moddrop = 716396
+
   |github  = aedenthorn/StardewValleyMods
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = HD Portraits
 
  |author  = Tlitookilakin
 
  |id      = tlitookilakin.HDPortraits
 
  |nexus  = 10971
 
  |moddrop = 1103418
 
   |github  = tlitookilakin/HDPortraits
 
  
   |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    = Fruit Trees Unblocked
   |author  = Jessebot, JessebotX
+
   |author  = dervalanana
   |id      = Jessebot.HealthStaminaRegen
+
   |id      = dervalanana.FruitTreesUnblocked
   |nexus  = 3207
+
   |nexus  = 22976
  |moddrop = 624105
+
   |github  =
   |github  = JessebotX/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health and Stamina Tweaks
+
   |name    = Fruit Tree Tweaks
   |author  = Kiddles, Svard
+
   |author  = aedenthorn, Erinthe
   |id      = Kiddles.HASTweaks
+
   |id      = Aedenthorn.FruitTreeTweaks
   |nexus  = 5630
+
   |nexus  = 11422
   |github  = SvardXI/HAS_Tweaks
+
   |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    = Health Bars
+
   |name    = Fruit Tree Tweaks for 1.6
   |author  = Zoryn
+
   |author  = chiccen
   |id      = Zoryn.HealthBars
+
   |id      = chiccen.FruitTreeTweaks
   |nexus  =
+
   |nexus  = 21449
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Health Bars (Darkhax)
+
   |name    = Full Fishing Bar
   |author  = Darkhax
+
   |author  = Jag3Dagster
   |id      = darkhax.healthbars
+
   |id      = HedgehogTechnologies.FullFishingBar
   |nexus   =
+
   |curse   = 1007653
   |curse   = 302910
+
   |nexus   = 23006
   |github  = Stardew-Valley-Modding/HealthBars
+
   |github  = jag3dagster/AutoShaker
 
 
  |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    = Full Romanceable Witch NPC, Witch Events Shop
   |author  = themattfiles
+
   |author  = jennisimone
   |id      = themattfiles.HeartBeat
+
   |id      = jennisimone.WitchEventsShop
   |nexus  = 5941
+
   |nexus  = 16304
   |github  = embolden/Heartbeat
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Heart Level Notifications
+
   |name    = Fungus Amongus
   |author  = StultusV
+
   |author  = Okay Shroomer
   |id      = StultusV.HeartLevelNotifications
+
   |id      = OkayShroomer.FungusAmongus
   |nexus  = 8655
+
   |nexus  = 11785
  |github  = JudeRV/Stardew-HeartLevelNotifier
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Heelies
 
  |author  = fakemonster
 
  |id      = fakemonster.Heelies
 
  |nexus  = 7751
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hello SMAPI
+
   |name    = Furniture Adjustment
   |author  = Jessebot, JessebotX
+
   |author  = aedenthorn, Erinthe
   |id      = Jessebot.HelloSMAPI
+
   |id      = aedenthorn.FurnitureAdjustment
   |nexus  = 4483
+
   |nexus  = 10213
   |github  = JessebotX/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help for Hire
+
   |name    = Furniture Anywhere
   |author  = furyx639, LeFauxMatt
+
   |author  = Entoarox
   |id      = furyx639.HelpForHire
+
   |id      = Entoarox.FurnitureAnywhere
   |curse   = 871839
+
  |nexus  = 2276
   |nexus  = 5316
+
  |chucklefish = 4324
   |github  =
+
  |github  = Entoarox/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (furniture can be placed anywhere in Stardew Valley 1.5).
 +
<!--
 +
  |warnings = Many players report a crash when season changes to winter., Broken on Android (needs Entoarox Framework which crashes on startup).
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Furniture Display Framework
 +
   |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureDisplayFramework
 +
   |nexus  = 10855
 +
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Furniture Display Framework for 1.6|Furniture Display Framework for 1.6]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Helpful Spouses
+
   |name    = Furniture Display Framework for 1.6
   |author  = furyx639, LeFauxMatt
+
   |author  = Ilyeana, IlyeanaPlus
   |id      = furyx639.HelpfulSpouses
+
   |id      = Ilyeana.FurnitureDisplayFramework
  |curse  = 871841
+
   |nexus  = 19895
   |nexus  = 5175
 
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help Wanted
+
   |name    = Furniture Framework
 +
  |author  = leroymilo
 +
  |id      = leroymilo.FurnitureFramework
 +
  |nexus  = 23458
 +
  |github  = Leroymilo/FurnitureFramework
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Placement Tweaks
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.HelpWanted
+
   |id      = aedenthorn.FurniturePlacementTweaks
  |curse  = 868696
+
   |nexus  = 14092
   |nexus  = 14640
 
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Help Wanted Quest Fixes
+
   |name    = Furniture Recolor
  |author  = Pokeytax
 
  |id      = Pokeytax.HelpWantedQuestFixes
 
  |nexus  = 2644
 
  |github  = gembree/HelpWantedQuestFixes
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Here Fishy
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.HereFishy
+
   |id      = aedenthorn.FurnitureRecolor
  |curse  = 868881
+
   |nexus  = 10217
   |nexus  = 6586
 
 
   |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    = Hibernation
+
   |name    = FuryCore
   |author  = Shockah
+
   |author  = LeFauxMatt
   |id      = Shockah.Hibernation
+
   |id      = furyx639.FuryCore
   |nexus  = 11421
+
   |nexus  = 10696
   |github = Shockah/Stardew-Valley-Mods
+
 
 +
   |status = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hide Chest Color Picker After Close
+
   |name    = Gacha Geodes, Geode Pity System
   |author  = trashcan9
+
   |author  = DeLiXx
   |id      = trashcan9.HideChestColorPickerAfterClose
+
   |id      = DLX.Geodes
   |nexus  = 16075
+
  |curse  = 990836
 +
   |nexus  = 17691
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/gacha-geodes
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Highlighted Jars
+
   |name    = Galaxy Slingshot Obtainable
   |author  = Annosz
+
   |author  = Adham084
   |id      = Annosz.HighlightedJars
+
   |id      = adham084.galaxyslingshot
   |nexus  = 6833
+
   |nexus  = 14115
   |github  = Annosz/StardewValleyModding
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Highlight Empty Machines
+
   |name    = Galaxy Weapon Choice
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.HighlightEmptyMachines
+
   |id      = aedenthorn.GalaxyWeaponChoice
  |curse  = 870976
+
   |nexus  = 14511
  |moddrop = 1137391
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  = 11664
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Hit Markers
+
   |name    = Gameboy Arcade
   |author  = bendenewb, newbie9598
+
   |author  = drbirbdev
   |id      = newbie9598.HitMarkersMeme
+
   |id      = drbirbdev.GameboyArcade
   |nexus  = 2098
+
  |moddrop = 1318487
   |github  =
+
   |nexus  =
 +
   |github  = drbirbdev/StardewValley
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hmm Cheese Yum
+
   |name    = Game Reminder
   |author  = tomasitobambito
+
   |author  = mmanlapat
   |id      = tomasitobambito.HmmCheeseYum
+
   |id      = mmanlapat.GameReminder
   |nexus  = 9343
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hoe and Water Direction
+
   |name    = GameSpeed
   |author  = TheThor59
+
   |author  = RandomComputerUser
   |id      = Thor.HoeWaterDirection
+
   |id      = RandomComputerUser.GameSpeed
   |nexus  = 10052
+
   |nexus  = 7211
   |github  = TheThor59/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HoeDown
+
   |name    = Game Tables and Arcade Machines
   |author  = BlaDe
+
   |author  = CyanFire
   |id      = BlaDe.HoeDown
+
   |id      = CF.SMAPI.GameTables
   |nexus  = 9798
+
   |nexus  = 12859
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hold to Break Geodes
+
   |name    = Garbage Can Tweaks
   |author  = CatCattyCat, Cat
+
   |author  = chiccen
   |id      = cat.holdtobreakgeodes
+
   |id      = chiccen.GarbageCanTweaks
   |nexus  = 1689
+
   |nexus  = 24410
  |moddrop = 833545
+
   |github  = chiccenFL/StardewValleyMods
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hold to Pause
+
   |name    = Garbage Collector
   |author  = samspartan
+
   |author  = Loogooter
   |id      = samspartan.HoldToPause
+
   |id      = OlegSilkin.garbage_collector
   |nexus  = 7352
+
   |nexus  = 2463
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Auto Trash|Auto Trash]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Holiday Sales
+
   |name    = Garbage Day
   |author  = atravita
+
   |author  = LeFauxMatt
   |id      = atravita.HolidaySales
+
   |id      = furyx639.GarbageDay
   |curse  = 870970
+
   |curse  = 871837
   |moddrop = 1205160
+
   |moddrop = 1547204
   |nexus  = 13050
+
   |nexus  = 8204
   |github  = atravita-mods/StardewMods
+
   |github  = LeFauxMatt/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Home Sewing Kit
+
   |name    = Garden Pot - Automate
   |author  = MouseyPounds
+
   |author  = NCarigon
   |id      = MouseyPounds.HomeSewingKit
+
   |id      = NCarigon.GardenPotAutomate
   |nexus  = 4935
+
   |nexus  = 15212
   |github  = MouseyPounds/stardew-mods
+
   |github  = ncarigon/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Garden Pot Options
 +
  |author  = ncarigon
 +
  |id      = NCarigon.GardenPotOptions
 +
  |nexus  = 21608
 +
  |github  = ncarigon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hopper Extractor
+
   |name    = Garden Pot Tweaks
   |author  = BPavol, Lamacik
+
   |author  = aedenthorn, Erinthe
   |id      = bpavol.hopper_extractor
+
   |id      = aedenthorn.GardenPotTweaks
   |nexus  = 16688
+
   |nexus  = 14820
   |github  = BPavol/stardew-valley-mods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Horny Festivals, Festival Warps
+
   |name    = Gate Fix
   |author  = Girafarig
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = Girafarig.FestivalWarps
+
   |id      = f4iTh.GateFix
   |nexus  = 10844
+
   |nexus  = 4859
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Flute Anywhere
+
   |name    = Gate Opener
   |author  = Pathoschild
+
   |author  = mralbobo
   |id      = Pathoschild.HorseFluteAnywhere
+
   |id      = mralbobo.GateOpener
   |nexus  = 7500
+
   |nexus  =
   |github  = Pathoschild/StardewMods
+
  |url    = https://community.playstarbound.com/threads/111988
 +
   |github  = mralbobo/stardew-gate-opener
 +
 
 +
  |broke in    = Stardew Valley 1.4
 +
  |status      = workaround
 +
  |summary      = use [[#Auto Gate|Auto Gate]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Overhaul
+
   |name    = Gem Isles
   |author  = Goldenrevolver
+
   |author  = aedenthorn, Erinthe
   |id      = Goldenrevolver.HorseOverhaul
+
   |id      = aedenthorn.GemIsles
   |nexus  = 7911
+
   |nexus  = 6692
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |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    = Horse Squeeze
+
   |name    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
   |author  = jorgamun
+
   |author  = Hana
   |id      = jorgamun.HorseSqueeze
+
   |id      = Hana.GNMTokens
   |nexus  = 10446
+
   |nexus  = 14426
   |github  = jorgamun/HorseSqueeze
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Horse Whistle
+
   |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
   |author  = icepuente
+
   |author  = sqbr
   |id      = icepuente.HorseWhistle
+
   |id      = sqbr.GetGS
   |nexus  = 1131
+
   |nexus  = 13434
   |github  = icepuente/StardewValleyMods
+
   |github  = sqbr/GetGS
 
 
  |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    = Horse Whistle
+
   |name    = Generic Mod Config Menu
   |author  = nabuma
+
   |author  = spacechase0
   |id      = HorseWhistle_SMAPI
+
   |id      = spacechase0.GenericModConfigMenu
   |nexus  =
+
  |curse  = 867150
   |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
+
  |moddrop = 771692
   |github  =
+
   |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 = SMAPI 2.0
+
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
<!--
   |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
+
   |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    = Host Tools
+
   |name    = Genetics API
   |author  = MattPlays
+
   |author  = agent56
   |id      = MattPlays.HostTools
+
   |id      = agent56.GeneticsAPI
   |nexus  = 11154
+
   |nexus  = 15655
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hotbar Hotswap
+
   |name    = Genie Lamp
   |author  = Jaredlll08
+
   |author  = aedenthorn, Erinthe
   |id      = BlameJared.HotbarHotswap
+
   |id      = aedenthorn.GenieLamp
   |nexus  =
+
   |nexus  = 19794
  |curse  = 298033
+
   |github  = aedenthorn/StardewValleyMods
   |github  = jaredlll08/HotbarHotswap
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hot Chocolate Coffee Alternative
+
   |name    = Genie Lamp Definitive Edition, Genie Lamp
   |author  = certifiableGrimalkin
+
   |author  = Kedidili
   |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
+
   |id      = KediDili.GenieLamp
   |nexus  = 16159
+
   |nexus  = 22176
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework, @retest-after Producer Framework Mod-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hover Labels
+
   |name    = Geode Crusher Plus
   |author  = Achtuur
+
   |author  = Tomokisan
   |id      = Achtuur.HoverLabels
+
   |id      = tomokisan.geodeCrusherPlus
   |nexus  = 17501
+
   |nexus  = 24254
   |github  = Achtuur/StardewMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HP Bars
+
   |name    = Geode Info Menu
   |author  = Ilyaki
+
   |author  = CatCattyCat, Cat
   |id      = Ilyaki.HPBar
+
   |id      = cat.geodeinfomenu
   |nexus  = 1736
+
   |nexus  = 1448
   |github  =
+
  |moddrop = 833541
 +
   |github  = danvolchek/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.5
   |status  = workaround
+
<!--
   |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
+
   |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    = HQ Farmer Mod
+
   |name    = Geode Preview
   |author  = AsakOhee
+
   |author  = MindMeltMax
   |id      = AsakOhee.HQFarmerMod
+
   |id      = MindMeltMax.GeodePreview
   |nexus   = 19644
+
   |curse   = 1004493
   |github  =
+
   |moddrop = 1555057
 
+
  |nexus  = 21009
   |beta broke in = Stardew Valley 1.6
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Huggable Scarecrows
+
   |name    = Get Dressed
   |author  = bogie5464
+
   |author  = Advize and Jinxiewinxie
   |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
+
   |id      = Advize.GetDressed
   |nexus  = 3190
+
   |nexus  = 331
   |github  = bogie5464/HuggableScarecrows
+
   |github  = AdvizeGH/GetDressed
 +
 
 +
  |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    = Hugs and Kisses
+
   |name    = Get Glam
   |author  = aedenthorn, Erinthe
+
   |author  = MartyrPher
   |id      = aedenthorn.HugsAndKisses
+
   |id      = MartyrPher.GetGlam
   |nexus  = 10062
+
   |nexus  = 5044
   |github  = aedenthorn/StardewValleyMods
+
   |github  = MartyrPher/GetGlam
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger
+
   |name    = Get Out the Way
   |author  = Yyeahdude
+
   |author  = BadNetCode
   |id      = HungerYyeadude
+
   |id      = BadNetCode.GetOutTheWay
   |nexus  = 613
+
   |nexus  = 20637
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hunger and Thirst
+
   |name    = Ghost Town
   |author  = PrimevalTitmouse
+
   |author  = Platonymous
   |id      = PrimevalTitmouse.ModEntry
+
   |id      = Platonymous.GhostTown
   |nexus  = 1110
+
  |curse  = 877231
   |github  =
+
  |moddrop = 793902
 +
  |nexus  = 2992
 +
  |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
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |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    = Giant Crop Ring
   |author  = Tigerle01, Stephan Hensel
+
   |author  = CatCattyCat, Cat
   |id      = HungerForFoodByTigerle
+
   |id      = cat.giantcropring
   |nexus  = 810
+
   |nexus  = 1182
   |github  =
+
  |moddrop = 833538
 +
   |github  = danvolchek/StardewMods
  
   |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    = Giant Crop Tweaks
   |author  = lech43
+
   |author  = Khloe Leclair
   |id      = lech43.HungryMorning
+
   |id      = leclair.giantcroptweaks
   |nexus  = 6391
+
   |nexus  = 14370
   |github  =
+
   |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hybrid Crop Engine
+
   |name    = Giant Omelet
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.HybridCropEngine
+
   |id      = spacechase0.GiantOmelet
  |curse  = 867721
+
   |nexus  = 13852
   |nexus  = 6577
 
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hypno Valley
+
   |name    = Gift Decline
   |author  = Kryspur
+
   |author  = desto
   |id      = Kryspur.HypnoValley
+
   |id      = desto.GiftDecline
   |nexus  = 9052
+
   |nexus  = 6944
 +
  |github  = desto-git/sdv-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Money
 +
  |author  = AvalonMFX
 +
  |id      = AvalonMFX.GiftMoney
 +
  |nexus  = 17564
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Identifiable Combined Rings
+
   |name    = Gift Rejection
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.IdentifiableCombinedRings
+
   |id      = aedenthorn.GiftRejection
  |curse  = 870959
+
   |nexus  = 14273
  |moddrop = 1358005
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  = 15928
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Idle Pause
+
   |name    = Gift Taste Helper
   |author  = Veleek
+
   |author  = tstaples
   |id      = Veleek.IdlePause
+
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
   |nexus  = 1092
+
   |nexus  = 229
   |github  = veleek/IdlePause
+
   |github  = tstaples/GiftTasteHelper
 +
 
 +
  |warnings = needs zoom and UI scale options to have the same value.
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.2.2-unofficial.1-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3345058
+
   |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Idle Timer
+
   |name    = Gift Taste Helper Continued
   |author  = LordAndreios
+
   |author  = Isi0
   |id      = LordAndreios.IdleTimer
+
   |id      = Isi0.GiftTasteHelper
   |nexus  = 2858
+
   |nexus  = 18762
   |github  = emperorzuul/SMAPI_MODS
+
   |github  = Just-Chaldea/GiftTasteHelper
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Idle Pause|Idle Pause]] instead.
+
   |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Don't Use That Water
+
   |name    = Gift Taste Helper Continued x2
   |author  = idermailer
+
   |author  = JoXW
   |id      = idermailer.iDontUseThatWater
+
   |id      = JoXW.GiftTasteHelper
   |nexus  = 14047
+
   |nexus  = 21001
   |github  = idermailer/iDontUseThatWater
+
   |github  = JoXW100/GiftTasteHelper
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = IFrames in Mines
+
   |name    = Gift Wrapper
   |author  = Factknowhow
+
   |author  = blueberry
   |id      = Factknowhow.IFramesInMines
+
   |id      = blueberry.GiftWrapper
   |nexus  = 16436
+
   |nexus  = 4721
   |github  = Mekadrom/IFramesInMines
+
   |github  = b-b-blueberry/GiftWrapper
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Got Friendship
+
   |name    = Ginger Island Extra Locations
   |author  = ChiroxT
+
   |author  = mistyspring
   |id      = treinke.igotfriendship
+
   |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
   |nexus  = 13290
+
  |curse  = 880520
   |github  =
+
   |nexus  = 12195
 +
   |github  = misty-spring/StardewMods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = I Got XP
+
   |name    = Ginger Island Mainland Adjustments
   |author  = ChiroxT
+
   |author  = atravita
   |id      = treinke.igotxp
+
   |id      = atravita.GingerIslandMainlandAdjustments
   |nexus  = 13289
+
  |curse  = 870984
   |github  =
+
  |moddrop = 1098263
 +
   |nexus  = 10004
 +
   |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    = ImagEd
+
   |name    = Give Gold Mod, Instant Gold Mod
   |author  = candidus42
+
   |author  = missgamergrl
   |id      = Candidus42.ImagEd
+
   |id      = missgamergrl.GiveGoldMod
   |nexus  = 7218
+
   |nexus  = 23300
   |github  = mus-candidus/ImagEd
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Grandpa, Misc Introduction Fixes
+
   |name    = Give Me My Cursor Back
   |author  = mistyspring
+
   |author  = DecidedlyHuman
   |id      = mistyspring.immersivegrandpa
+
   |id      = DecidedlyHuman.GiveMeMyCursorBack
  |curse  = 880517
+
   |nexus  = 9976
   |nexus  = 12562
+
   |github  = DecidedlyHuman/GiveMeMyCursorBack
   |github  = misty-spring/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Scarecrows
+
   |name    = GlassHammer Hope to Rise, Hope to Rise Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Glass Hammer
   |id      = aedenthorn.ImmersiveScarecrows
+
   |id      = GlassHammer.HopeToRiseMod
  |curse  = 868685
+
   |nexus  = 23201
   |nexus  = 15290
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Sprinklers
+
   |name    = Global Config Settings
   |author  = aedenthorn, Erinthe
+
   |author  = Gaphodil
   |id      = aedenthorn.ImmersiveSprinklers
+
   |id      = Gaphodil.GlobalConfigSettings
   |curse   = 868686
+
   |nexus   = 9340
   |nexus  = 15239
+
   |moddrop = 1007690
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Gaphodil/GlobalConfigSettings
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Quality of Life
+
   |name    = Glue Your Furniture Down
   |author  = Demiacle
+
   |author  = violetlizabet
   |id      = Demiacle.ImprovedQualityOfLife
+
   |id      = violetlizabet.GlueFurnitureDown
   |nexus  = 1025
+
   |nexus  = 10374
   |github  = demiacle/QualityOfLifeMods
+
   |github  = elizabethcd/PreventFurniturePickup
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Tracker
+
   |name    = GMCM Options
   |author  = Anthony Hilyard
+
   |author  = Jamie Taylor
   |id      = com.anthonyhilyard.improvedtracker
+
   |id      = jltaylor-us.GMCMOptions
  |curse  = 445215
+
   |nexus  = 10505
   |nexus  = 9317
+
   |github  = jltaylor-us/StardewGMCMOptions
   |github  = AHilyard/ImprovedTracker
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = In a Heartbeat
+
   |name    = God Mode
   |author  = Shockah
+
   |author  = treyh0
   |id      = Shockah.InAHeartbeat
+
   |id      = treyh0.GodMode
   |nexus  = 17834
+
   |nexus  = 2641
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increase Animal House Max Population
+
   |name    = God Mode 1.6
   |author  = Mizzion
+
   |author  = Sean M Garcia
   |id      = mizzion.increaseanimalhousemaxpopulation
+
   |id      = seanmgarcia.godmode16
   |nexus  = 4861
+
   |nexus  = 21208
   |github  = Mizzion/MyStardewMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increased Artifact Spots
+
   |name    = Goodbye American English
   |author  = Mizzion
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = mizzion.increasedartifactspots
+
   |id      = TheMightyAmondee.GoodbyeAmericanEnglish
   |nexus  = 3340
+
   |moddrop = 854437
   |moddrop = 663705
+
   |nexus  = 7183
   |github  = Mizzion/MyStardewMods
+
   |github  = TheMightyAmondee/GoodbyeAmericanEnglish
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
+
   |name    = Goodbye SMAPI
   |author  = shekurika
+
   |author  = Jessebot
   |id      = shekurika.fishtankCapacity
+
   |id      = Jessebot.GoodbyeSMAPI
   |nexus  = 11388
+
   |nexus  = 6514
   |github  =
+
   |github  = JessebotX/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
+
   |name    = Go To Bed
   |author  = GZhynko
+
   |author  = candidus42
   |id      = GZhynko.IncubatePufferfishEggs
+
   |id      = Candidus42.GoToBed
   |nexus  = 6162
+
   |nexus  = 4967
   |github  = gzhynko/StardewMods
+
   |github  = mus-candidus/GoToBed
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Industrial Furnace
+
   |name    = Go To Sleep
   |author  = Traktori
+
   |author  = yy376
   |id      = Traktori.IndustrialFurnace
+
   |id      = yy376.GoToSleep
   |nexus  = 5568
+
   |nexus  = 2195
   |github  = Traktori7/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Industrial Furnace for Automate
+
   |name    = Gradient Hair Colors
   |author  = Traktori
+
   |author  = spacechase0
   |id      = Traktori.AM.IndustrialFurnace
+
   |id      = spacechase0.GradientHairColors
   |nexus  = 5568
+
  |curse  = 867144
   |github  = Traktori7/StardewValleyMods
+
   |nexus  = 12744
 
+
   |github  = spacechase0/StardewValleyMods
  |beta broke in = Stardew Valley 1.6<!--@retest-after Industrial Furnace-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infallible Fishing
+
   |name    = Grandfather's Gift
   |author  = aedenthorn, Erinthe
+
   |author  = ShadowDragon8685
   |id      = aedenthorn.InfallibleFishing
+
   |id      = ShadowDragon.GrandfathersGift
   |nexus  = 14639
+
   |nexus  = 985
  |github  = aedenthorn/StardewValleyMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Infertile Soil
 
  |author  = Sabera, kelbesque
 
  |id      = Sabera.InfertileSoil
 
  |nexus  = 2515
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infested Levels
+
   |name    = Grandfather's Gift Remade
   |author  = Eireon
+
   |author  = pepoluan
   |id      = Eireon.InfestedLevels
+
   |id      = pepoluan.GrandfatherGiftRemade
   |nexus  = 2823
+
   |nexus  = 4151
   |github  = benrpatterson/InfestedLevels
+
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Energy
+
   |name    = Grandfather's Heirlooms
   |author  = Error27
+
   |author  = rikai
   |id      = error27.infinite_energy
+
   |id      = rikai.GrandfathersHeirlooms
   |nexus  = 17717
+
   |nexus  = 8557
   |github  =
+
   |github  = rikai/Grandfathers-Heirlooms
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Junimo Cart Lives
+
   |name    = Grass Growth
   |author  = Renny
+
   |author  = bcmpinc
   |id      = renny.infinitejunimocartlives
+
   |id      = bcmpinc.GrassGrowth
   |nexus  = 2705
+
   |nexus  = 2732
   |github  = OfficialRenny/InfiniteJunimoCartLives
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Money
+
   |name    = Grass Growth Adjuster, Grass Adjustor
   |author  = Chunky
+
   |author  = Jellypowered, Shockade
   |id      = chunky.InfiniteMoney
+
   |id      = Jellypowered.GrassChance
   |nexus  = 11510
+
   |nexus  = 3365
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Watering Cans
+
   |name    = Greenhouse 20x20
   |author  = CaptainSully
+
   |author  = sirloinmeatt
   |id      = CaptainSully.InfiniteWateringCan
+
   |id      = sirloinmeatt.Greenhouse20x20
   |moddrop = 1188756
+
   |nexus  = 2662
   |nexus   = 12739
+
   |github  =
   |github  = CaptainSully/StardewMods
+
 
 +
  |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    = Infinite Zoom
+
   |name    = Greenhouse Construction
   |author  = berkayylmao
+
   |author  = Derslayr
   |id      = berkayylmao.InfiniteZoom
+
   |id      = Derslayr.GreenhouseConstruction
   |nexus  = 8808
+
   |nexus  = 10148
   |curse  = 500088
+
   |github  = derslayr10/GreenhouseConstruction
   |github  = berkayylmao/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Informant
+
   |name    = Greenhouse Entry Begone!
   |author  = Slothsoft
+
   |author  = bblueberry, blueberry
   |id      = Slothsoft.Informant
+
   |id      = blueberry.GreenhouseEntryBegone
   |nexus  = 14293
+
   |nexus  = 8203
   |github  = slothsoft/stardew-informant
+
   |github  = b-b-blueberry/GreenhouseEntryPatch
  
   |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    = Greenhouse Entry Mod
   |author  = aedenthorn, Erinthe
+
   |author  = pancham138
   |id      = aedenthorn.LogUploader
+
   |id      = Pancham138.GreenhouseEntryMod
   |nexus  = 13979
+
   |nexus  = 6150
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ink Stories, Ink Stories - Advanced Dialogue Scripting
+
   |name    = Greenhouse Gatherers
   |author  = Platonymous
+
   |author  = PeacefulEnd
   |id      = Platonymous.InkStories
+
   |id      = PeacefulEnd.GreenhouseGatherers
   |curse  = 877221
+
   |curse  = 870946
   |nexus  = 15987
+
   |nexus  = 7619
   |github  =
+
   |moddrop = 886187
 
+
   |github  = Floogen/GreenhouseGatherers
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Input Fix
+
   |name    = Greenhouse Gatherers Automate
   |author  = Windmill_City
+
   |author  = PeacefulEnd
   |id      = Windmill_City.InputFix
+
   |id      = PeacefulEnd.GreenhouseGatherers.Automate
   |nexus  = 5693
+
  |curse  = 870946
   |github  = Windmill-City/InputFix
+
   |nexus  = 7619
 
+
   |moddrop = 886187
   |broke in = Stardew Valley 1.5.5
+
   |github  = Floogen/GreenhouseGatherers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Input Tools
+
   |name    = Greenhouse Sprinklers
   |author  = Sagittaeri
+
   |author  = Bpendragon
   |id      = Sagittaeri.InputTools
+
   |id      = Bpendragon.GreenhouseSprinklers
   |nexus  = 14553
+
   |nexus  = 7456
   |github  = sagittaeri/StardewValleyMods
+
   |github  = Bpendragon/GreenhouseSprinklers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = InstaCrops
+
   |name    = Greenhouse Upgrades
   |author  = WuestMan, redknightofdoom
+
   |author  = Cecidelus
   |id      = WuestMan.InstaCrops
+
   |id      = Cecidelus.GreenhouseUpgrades
   |nexus  = 4077
+
   |nexus  = 8042
   |github  = Brian-Wuest/Instacrops
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Animals
+
   |name    = GreenHouse Upgrades 5 Levels, Green Upgrades
   |author  = pinocchio1231
+
   |author  = Fernass354
   |id      = pinocchio1231.instantanimals
+
   |id      = Fernass354.GreenUpgrades
   |nexus  = 9573
+
   |nexus  = 18766
   |github  = joisse1101/InstantAnimals
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Break
+
   |name    = GreenHut
   |author  = Jolyone
+
   |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
   |id      = Me.InstantBreak
+
   |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
   |nexus  = 15526
+
   |nexus  = 1735
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Building Construction and Upgrade, Instant Building Construction
+
   |name    = Groundhog Day
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.InstantBuildingConstruction
+
   |id      = aedenthorn.GroundhogDay
  |curse  = 868720
+
   |nexus  = 10151
   |nexus  = 14110
 
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Buildings From Farm
+
   |name    = Groupable Chests
   |author  = BitwiseJon
+
   |author  = FricativeMelon
   |id      = BitwiseJonMods.InstantBuildings
+
   |id      = FricativeMelon.GroupableChests
   |nexus  = 2070
+
   |nexus  = 15375
   |github  = bitwisejon/StardewValleyMods
+
   |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    = Instant Eat Key
+
   |name    = Growable Bushes
   |author  = nini700
+
   |author  = atravita
   |id      = nini700.InstantEatKey
+
   |id      = atravita.GrowableBushes
   |nexus  = 4464
+
  |curse  = 870961
 +
  |moddrop = 1357999
 +
   |nexus  = 15111
 +
  |github  = atravita-mods/StardewMods
  
   |status  = workaround
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |summary  = use [[#Updated Instant Eat Key|Updated Instant Eat Key]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Fishing
+
   |name    = Growable Giant Crops
   |author  = aurnj, Roy Li
+
   |author  = atravita
   |id      = RuyiLi.InstantFishing
+
   |id      = atravita.GrowableGiantCrops
   |nexus   =
+
   |curse   = 870960
   |url    = https://community.playstarbound.com/threads/instant-fishing-mod.129163
+
   |moddrop = 1358004
   |github  =
+
  |nexus  = 15559
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
   |status  = workaround
+
}}
   |summary = use [[#Fishing Mod|Fishing Mod]] instead.
+
{{#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    = Instant Geodes
+
   |name    = Gunther Tells You
   |author  = montana123
+
   |author  = John Peters
   |id      =
+
   |id      = JohnPeters.GuntherTellsYou
   |nexus  =
+
   |nexus  = 19143
  |url    = https://community.playstarbound.com/threads/109038
 
 
   |github  =
 
   |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    = Haboo
   |author  = aedenthorn, Erinthe
+
   |author  = BlaDe
   |id      = aedenthorn.InstantGrowthPowder
+
   |id      = LetsTrollTheMan.HabooNPC
   |nexus  = 7727
+
   |nexus  = 12034
   |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    = Instant Grow Trees
+
   |name    = Hair Growth
   |author  = cantorsdust and Pathoschild
+
   |author  = skn
   |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
+
   |id      = skn.HairGrowthMod
   |nexus  = 173
+
   |nexus  = 3279
   |github  = cantorsdust/StardewMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Load
+
   |name    = Halt Event Time
   |author  = Platonymous
+
   |author  = chawol
   |id      = Platonymous.InstantLoad
+
   |id      = chawol.HaltEventTime
   |curse   = 877220
+
   |nexus   = 8774
   |nexus  = 16253
+
   |github  = chawolbaka/HaltEventTime
   |github  =
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instantly Eat Item
+
   |name    = Hamlet
   |author  = Guedez
+
   |author  = Taskmaster
   |id      = eat.item.instantly
+
   |id      = Taskmaster.Hamlet
   |nexus  = 5116
+
   |nexus  = 4601
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instantly Increase Crop Growth Phase
+
   |name    = Handy Headphones
   |author  = RyanJesky
+
   |author  = PeacefulEnd
   |id      = RyanJesky.IncreaseCropGrowthPhase
+
   |id      = PeacefulEnd.HandyHeadphones
   |nexus  = 10146
+
   |nexus  = 7936
   |github  = RyanJesky/IncreaseCropGrowthPhase
+
   |github  = Floogen/HandyHeadphones
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Pets
+
   |name    = Happy Animals
   |author  = blueberry
+
   |author  = StarPeanut, Greger
   |id      = blueberry.InstantPets
+
   |id      = HappyAnimals
   |nexus  = 9448
+
   |nexus  =
   |github  = b-b-blueberry/InstantPets
+
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Happy Birthday
 +
  |author  = Omegasis, Alpha_Omegasis
 +
  |id      = Omegasis.HappyBirthday
 +
  |nexus  = 520
 +
  |github  =  janavarro95/Stardew_Valley_Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Instant Tool Upgrades
+
   |name    = Happy Birthday
   |author  = Binarynova
+
   |author  = Oxyligen
   |id      = binarynova.instanttoolupgrades
+
   |id      = HappyBirthday
   |nexus  = 8918
+
   |nexus  = 1064
   |github  = Binarynova/MyStardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Interaction Helper
+
   |name    = Happy Fish Jump
   |author  = Hammurabi
+
   |author  = Sakorona
   |id      = HammurabiInteractionHelper
+
   |id      = KoihimeNakamura.HappyFishJump
   |nexus  =
+
   |nexus  = 6516
   |chucklefish = 4640
+
   |moddrop = 1068089
   |source = https://community.playstarbound.com/resources/interaction-helper.4640/updates
+
   |github = Sakorona/SDVMods
 
 
  |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    = Happy Home Designer
   |author  = jahangmar
+
   |author  = tlitookilakin
   |id      = jahangmar.InteractionTweaks
+
   |id      = tlitookilakin.HappyHomeDesigner
   |nexus  = 3771
+
   |nexus  = 19675
   |github  = jahangmar/StardewValleyMods
+
   |github  = tlitookilakin/HappyHomeDesigner
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Into the Game (Save Loaded Notifier)
+
   |name    = Hardcore Combat
   |author  = DecidedlyHuman
+
   |author  = jeWel
   |id      = DecidedlyHuman.SaveLoadedNotifier
+
   |id      = jeWel.HardcoreCombat
   |nexus  = 12826
+
   |nexus  = 23577
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Intravenous Coffee
+
   |name    = Hardcore Mines
   |author  = mpcomplete
+
   |author  = kibbe, lillvik
   |id      = mpcomplete.IntravenousCoffee
+
   |id      = kibbe.hardcore_mines
   |nexus  = 2224
+
   |nexus  = 1674
   |github  = mpcomplete/StardewMods
+
   |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    = Investment
+
   |name    = Hardcore Mines 2
   |author  = MissCoriel
+
   |author  = ItsLittany
   |id      = misscoriel.invest
+
   |id      = itslittany.HardcoreMines2
   |nexus  = 5293
+
   |nexus  = 6411
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Investment Maximized
+
   |name    = Hardcore Mode
   |author  = MissCoriel
+
   |author  = vermicyde
   |id      = misscoriel.investmax
+
   |id      = vermicyde.HardcoreModeDLL
   |nexus  = 9253
+
   |nexus  = 15125
   |github  = MissCoriel/InvestmentMaximized
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Invite Code Mod
+
   |name    = Hardy Grass
   |author  = ThePqtatoGalaxy, KOREJJamJar
+
   |author  = DiscipleOfEris
   |id      = KOREJJamJar.InviteCodeMod
+
   |id      = DiscipleOfEris.HardyGrass
   |nexus  = 4023
+
   |nexus  = 8772
   |github  =
+
   |github  = DiscipleOfEris/HardyGrass
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Invite Friend
+
   |name    = Harp of Yoba Redux
   |author  = d5a1lamdtd, HaPyke
+
   |author  = Platonymous
   |id      = d5a1lamdtd.InviteFriend
+
   |id      = Platonymous.HarpOfYobaRedux
   |moddrop = 1486022
+
   |nexus  = 914
   |nexus  = 19500
+
   |moddrop = 793924
   |github  =
+
   |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    = Iridium Tools Patch
+
   |name    = Harvest Moon FoMT-like Watering Can and Hoe Area, HM-FoMT-like Watering Can and Hoe Area
   |author  = Redwood
+
   |author  = Goldenrevolver
   |id      = Redwood.IridiumToolsPatch
+
   |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
   |nexus  = 2897
+
   |nexus  = 7851
   |github  = EKomperud/StardewMods
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Is It Cake
+
   |name    = Harvest Moon Witch Princess Mod, WitchPrincess
   |author  = furyx639
+
   |author  = Dounat2201, Sasara
   |id      = furyx639.IsItCake
+
   |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
  |curse  = 871826
+
   |nexus  = 1157
   |nexus  = 14775
+
   |github  = Sasara2201/WitchPrincess
   |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    = Island Gatherers
+
   |name    = Harvest Seeds
   |author  = PeacefulEnd
+
   |author  = aedenthorn, Erinthe
   |id      = PeacefulEnd.IslandGatherers
+
   |id      = aedenthorn.HarvestSeeds
   |nexus  = 8552
+
   |nexus  = 11773
   |github  = Floogen/IslandGatherers
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked, @retest-after Dynamic Game Assets, @retest-after Expanded Storage-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Island Gatherers Automate
+
   |name    = Harvest With Scythe
   |author  = PeacefulEnd
+
   |author  = ThatNorthernMonkey
   |id      = PeacefulEnd.IslandGatherersAutomate.Automate
+
   |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
   |nexus  = 8552
+
   |nexus  = 236
   |github  = Floogen/IslandGatherers
+
   |github  = ThatNorthernMonkey/HarvestWithScythe
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Island Gatherers-->
+
   |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    = Island Secret
+
   |name    = Hat Buffs
   |author  = Edu Anttunes
+
   |author  = popska
   |id      = IslandSecret
+
   |id      = popska.HatBuffs
   |nexus  = 8096
+
   |nexus  = 9050
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/popska/UsefulHats
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item AutoTrasher, AutoTrash
+
   |name    = Hat Mouse Lacey
   |author  = S1mmyy
+
   |author  = ichortower
   |id      = S1mmyy.AutoTrash
+
   |id      = ichortower.HatMouseLacey.Core
   |nexus  = 5140
+
   |nexus  = 18177
   |github  = S1mmyy/StardewMods
+
   |github  = ichortower/HatMouseLacey
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Bags
+
   |name    = Hat Panning
   |author  = SlayerDharok
+
   |author  = monsoonsheep
   |id      = SlayerDharok.Item_Bags
+
   |id      = monsoonsheep.PanWithHats
   |nexus  = 5382
+
   |nexus  = 18965
   |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    = Hat Shop Restoration
   |author  = FunnyMoney
+
   |author  = PeacefulEnd
   |id      = funnymoney.itemqualityindicator
+
   |id      = PeacefulEnd.AMouseWithAHat.Core
   |nexus  = 15336
+
   |nexus  = 17291
   |github  =
+
   |github  = Floogen/StardewSandbox
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Recovery
+
   |name    = Hats on Hats
   |author  = Mytsy
+
   |author  = Shockah
   |id      = Mysty.ItemRecovery
+
   |id      = Shockah.HatsOnHats
   |nexus  = 9354
+
   |nexus  = 17280
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Recovery Plus
+
   |name    = Hats on Pets Plus
   |author  = Lunardiver
+
   |author  = Syma
   |id      = Lunardiver.ItemRecoveryPlus
+
   |id      = Syma.HatsOnPetsPlus
   |nexus  = 13026
+
   |nexus  = 22631
   |github  = LunarDiver/StardewValley.ItemRecoveryPlus
+
   |github  = SymaLoernn/Stardew_HatsOnPetsPlus
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Research 'n' Spawn
+
   |name    = Hay Bales as Silos
   |author  = TSlex
+
   |author  = Cherry, CherryChain
   |id      = TSlex.ItemResearchSpawner
+
   |id      = Cherry.HayBalesSilo
   |nexus  = 8933
+
   |nexus  = 5151
   |moddrop = 1012482
+
   |moddrop = 716396
   |github  = TSlex/StardewValley
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Item Tooltips
+
   |name    = Hay Collection
   |author  = Jaredlll08
+
   |author  = MindMeltMax
   |id      = BlameJared.ItemTooltips
+
   |id      = MindMeltMax.HayCollection
   |nexus   =
+
   |curse   = 1004492
   |curse   = 297655
+
   |moddrop = 1555056
   |github  = jaredlll08/Item-Tooltips
+
  |nexus   = 21008
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = iTile
+
   |name    = HD Portraits
   |author  = ha1fdaew
+
   |author  = Tlitookilakin
   |id      = ha1fdaew.iTile
+
   |id      = tlitookilakin.HDPortraits
   |nexus  = 7512
+
   |nexus  = 10971
   |github  = ha1fdaew/iTile
+
  |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    = Its Time to Wake Up
+
   |name    = HD Sprites
   |author  = Krutonium
+
   |author  = ninthworld
   |id      = Krutonium.ItsTimeToWakeUp
+
   |id      = NinthWorld.HDSprites
   |nexus  = 13798
+
   |nexus  = 4024
   |github  =
+
   |github  = ninthworld/HDSprites
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Sprite Master|Sprite Master]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jaques and the Bean Pole, Jaques and Beans
+
   |name    = Health and Stamina Regeneration
   |author  = Matt Cioni
+
   |author  = Jessebot, JessebotX
   |id      = mattCioni.JaquesAndBeans
+
   |id      = Jessebot.HealthStaminaRegen
   |nexus  = 14555
+
   |nexus  = 3207
   |github  =
+
   |moddrop = 624105
 
+
   |github  = JessebotX/StardewValleyMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jar Opener
+
   |name    = Health and Stamina Tweaks
   |author  = Genowhirl9999
+
   |author  = Kiddles, Svard
   |id      = genowhirl9999.jaropener
+
   |id      = Kiddles.HASTweaks
   |nexus  = 5292
+
   |nexus  = 5630
  |moddrop = 988956
+
   |github  = SvardXI/HAS_Tweaks
   |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    = Health Bars
   |author  = Keaton Sadoski
+
   |author  = Zoryn
   |id      = Sadoski.JhinFour
+
   |id      = Zoryn.HealthBars
   |nexus  = 11838
+
   |nexus  =
   |github  =
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jiggly Junimo Bundles
+
   |name    = Health Bars (Darkhax)
   |author  = Jonas Henriksson, Greger
+
   |author  = Darkhax
   |id      = Greger.JigglyJunimoBundles
+
   |id      = darkhax.healthbars
 
   |nexus  =
 
   |nexus  =
   |url    = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
+
   |curse  = 302910
   |github  = gr3ger/Stardew_JJB
+
   |github  = Stardew-Valley-Modding/HealthBars
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Community Bundle Item Tooltip|Community Bundle Item Tooltip]] instead.
+
   |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    = JoJa84+, JoJa-84-Plus--Ingame-calculator
+
   |name    = Heartbeat
   |author  = k4rakara
+
   |author  = themattfiles
   |id      = k4rakara.JoJa84Plus
+
   |id      = themattfiles.HeartBeat
   |nexus  = 5803
+
   |nexus  = 5941
   |github  = K4rakara/Stardew-Mods
+
   |github  = embolden/Heartbeat
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Heart Event Helper
 +
  |author  = bungus
 +
   |id      = bungus.HeartEventHelper
 +
  |nexus  = 21924
 +
  |github  = BussinBungus/BungusSDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JoJaBan - Arcade Sokoban
+
   |name    = Heart Level Notifications
   |author  = Platonymous
+
   |author  = StultusV
   |id      = Platonymous.JoJaBan
+
   |id      = StultusV.HeartLevelNotifications
   |nexus  = 3118
+
   |nexus  = 8655
  |moddrop = 793907
+
   |github  = JudeRV/Stardew-HeartLevelNotifier
   |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = JojaMart to PathoMart, Pathomart
+
   |name    = Heelies
   |author  = Dounat2201, Sasara
+
   |author  = fakemonster
   |id      = Sasara.Pathomart
+
   |id      = fakemonster.Heelies
   |nexus  = 1142
+
   |nexus  = 7751
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja Online
+
   |name    = Hello SMAPI
   |author  = PeacefulEnd
+
   |author  = Jessebot, JessebotX
   |id      = PeacefulEnd.JojaOnline
+
   |id      = Jessebot.HelloSMAPI
   |moddrop = 878236
+
   |nexus  = 4483
   |nexus  = 7486
+
  |github  = JessebotX/StardewValleyMods
   |github  = Floogen/JojaOnline
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Help for Hire
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.HelpForHire
 +
  |curse  = 871839
 +
   |nexus  = 5316
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja's Dark Secret, Halloween Jam CSharp
+
   |name    = Helpful Spouses
   |author  = sophie
+
   |author  = LeFauxMatt
   |id      = sophie.HalloweenJamCSharp
+
   |id      = furyx639.HelpfulSpouses
   |nexus  = 18927
+
  |curse  = 871841
   |github  = sophiesalacia/StardewMods
+
   |nexus  = 5175
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joja's Hauntings
+
   |name    = Help Wanted
   |author  = MindMeltMax
+
   |author  = aedenthorn, Erinthe
   |id      = MindMeltMax.HauntedJoja
+
   |id      = aedenthorn.HelpWanted
   |nexus   = 7014
+
   |curse   = 868696
   |moddrop = 1135684
+
   |nexus  = 14640
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21766|Dialogue Display Framework Continued}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Joys of Efficiency
+
   |name    = Help Wanted Auto Accept
   |author  = punyo, yakminepunyo
+
   |author  = Ruse82
   |id      = punyo.JoysOfEfficiency
+
   |id      = Ruse82.HelpWantedAutoAccept
   |nexus  = 2162
+
   |nexus  = 22235
   |github  = pomepome/JoysOfEfficiency
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Json Assets
+
   |name    = Help Wanted Quest Fixes
   |author  = spacechase0
+
   |author  = Pokeytax
   |id      = spacechase0.JsonAssets
+
   |id      = Pokeytax.HelpWantedQuestFixes
   |curse   = 867749
+
   |nexus   = 2644
   |moddrop = 399895
+
   |github  = gembree/HelpWantedQuestFixes
  |nexus  = 1720
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Json Processor
+
   |name    = Hempire
   |author  = Jamie Taylor
+
   |author  = Oga_The_Real
   |id      = jltaylor-us.JsonProcessor
+
   |id      = Oga_The_Real.Hempire
   |nexus  = 13183
+
   |nexus  = 14477
  |github  = jltaylor-us/StardewJsonProcessor
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Jump Down the Mine
 
  |author  = flowoeB
 
  |id      = flowoeB.JumpDownTheMine
 
  |nexus  = 8357
 
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned<!--mod page hidden-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Jump Over
+
   |name    = Here Fishy
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.JumpOver
+
   |id      = aedenthorn.HereFishy
   |curse  = 867746
+
   |curse  = 868881
  |moddrop = 384782
+
   |nexus  = 6586
   |nexus  = 1844
+
   |github  = aedenthorn/StardewValleyMods
   |github  = spacechase0/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    = Junimo Beacon
+
   |name    = Hibernation
   |author  = Achtuur
+
   |author  = Shockah
   |id      = Achtuur.JunimoBeacon
+
   |id      = Shockah.Hibernation
   |nexus  = 17135
+
   |nexus  = 11421
   |github  = Achtuur/StardewMods
+
   |github  = Shockah/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Boy
+
   |name    = Hide Chest Color Picker After Close
   |author  = Tyler Gibbs
+
   |author  = trashcan9
   |id      = tylergibbs2.JunimoBoy
+
   |id      = trashcan9.HideChestColorPickerAfterClose
   |nexus  = 14384
+
   |nexus  = 16075
   |github  = tylergibbs2/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Cart More Score
+
   |name    = Highlighted Jars
   |author  = yaxuan97
+
   |author  = Annosz
   |id      = yaxuan97.junimocartmorescore
+
   |id      = Annosz.HighlightedJars
   |nexus  = 13644
+
   |nexus  = 6833
   |github  =
+
   |github  = Annosz/StardewValleyModding
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Deposit Anywhere
+
   |name    = Highlight Empty Machines
   |author  = Zoryn
+
   |author  = atravita
   |id      = Zoryn.JunimoDepositAnywhere
+
   |id      = atravita.HighlightEmptyMachines
   |nexus  =
+
  |curse  = 870976
   |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
  |moddrop = 1137391
   |github  = Zoryn4163/SMAPI-Mods
+
   |nexus  = 11664
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Dialog
+
   |name    = Hit Markers
   |author  = ceruleandeep
+
   |author  = bendenewb, newbie9598
   |id      = ceruleandeep.junimodialog
+
   |id      = newbie9598.HitMarkersMeme
   |nexus  = 8937
+
   |nexus  = 2098
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Hut Resize and Retexture, Junimo Hut Size
+
   |name    = Hmm Cheese Yum
   |author  = Fernass354
+
   |author  = tomasitobambito
   |id      = Fernass354.JunimoHutSize
+
   |id      = tomasitobambito.HmmCheeseYum
   |nexus  = 18457
+
   |nexus  = 9343
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Anywhere
+
   |name    = Hoe and Water Direction
   |author  = MartyrPher
+
   |author  = TheThor59
   |id      = JunimoKartAnywhere
+
   |id      = Thor.HoeWaterDirection
   |nexus  = 4315
+
   |nexus  = 10052
   |github  =
+
   |github  = TheThor59/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Cheater
+
   |name    = HoeDown
   |author  = ryaon
+
   |author  = BlaDe
   |id      = Ryaon.JunimoKartCheater
+
   |id      = BlaDe.HoeDown
   |nexus  = 5137
+
   |nexus  = 9798
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Global Rankings
+
   |name    = Hold to Break Geodes
   |author  = drbirbdev
+
   |author  = CatCattyCat, Cat
   |id      = drbirbdev.JunimoKartGlobalRankings
+
   |id      = cat.holdtobreakgeodes
   |nexus  = 14856
+
   |nexus  = 1689
   |github  = drbirbdev/StardewValley
+
  |moddrop = 833545
 +
   |github  = danvolchek/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Kart Level Practice
+
   |name    = Hold to Pause
   |author  = BlaDe
+
   |author  = samspartan
   |id      = BlaDe.JunimoLevelPractice
+
   |id      = samspartan.HoldToPause
   |nexus  = 10056
+
   |nexus  = 7352
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimos Accept Cash
+
   |name    = Holiday Sales
   |author  = spacechase0
+
   |author  = atravita
   |id      = spacechase0.JunimosAcceptCash
+
   |id      = atravita.HolidaySales
   |curse  = 867716
+
   |curse  = 870970
   |nexus  = 7437
+
  |moddrop = 1205160
   |github  = spacechase0/StardewValleyMods
+
   |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    = Junimo Warp
+
   |name    = Home Sewing Kit
   |author  = Shockah
+
   |author  = MouseyPounds
   |id      = Shockah.JunimoWarp
+
   |id      = MouseyPounds.HomeSewingKit
   |nexus  = 15676
+
   |nexus  = 4935
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = MouseyPounds/stardew-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    = Honey Harvest Sync
   |author  = Goldenrevolver
+
   |author  = voltaek
   |id      = Goldenrevolver.JustRelax
+
   |id      = voltaek.HoneyHarvestSync
   |nexus  = 7770
+
   |nexus  = 20493
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = voltaek/StardewMods
}}
+
}}
{{#invoke:SMAPI compatibility|entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Just Sleep In
+
   |name    = Hopper Extractor
   |author  = Rifleman
+
   |author  = BPavol, Lamacik
   |id      = Rifleman.JustSleepIn
+
   |id      = bpavol.hopper_extractor
   |nexus  = 11286
+
   |nexus  = 16688
   |github  = 9Rifleman/JustSleepIn
+
   |github  = BPavol/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    = Kamikaze
+
   |name    = Horny Festivals, Festival Warps
   |author  = aurnj, Roy Li
+
   |author  = Girafarig
   |id      = RuyiLi.Kamikaze
+
   |id      = Girafarig.FestivalWarps
   |nexus  =
+
   |nexus  = 10844
  |url    = https://community.playstarbound.com/threads/kamikaze-mod.129126
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kawakami - Healer NPC
+
   |name    = Horse Flute Anywhere
   |author  = Gorzalt and Flerfarvet
+
   |author  = Pathoschild
   |id      = gorzalt.kawakami
+
   |id      = Pathoschild.HorseFluteAnywhere
   |nexus  = 2549
+
  |curse  = 1000620
   |github  = Gorzalt/StardewValleyMods
+
   |nexus  = 7500
 
+
   |github  = Pathoschild/StardewMods
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kedi's Furniture Tweaks, (C#) Furniture Tweaks
+
   |name    = Horse Flute Auto Mount
   |author  = KediDili
+
   |author  = MercuryVN
   |id      = KediDili.FurnitureTweaks.DLL
+
   |id      = MercuryVN.HorseFluteAutoMount
   |nexus  = 19375
+
   |nexus  = 24018
   |github  = KediDili/FurnitureTweaks
+
   |github  = MercuryVN/HorseFluteAutoMount
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kedi's NPC Utilities
+
   |name    = Horse Overhaul
   |author  = KediDili
+
   |author  = Goldenrevolver
   |id      = KediDili.KNU
+
   |id      = Goldenrevolver.HorseOverhaul
   |nexus  = 17884
+
   |nexus  = 7911
   |github  = KediDili/NPCUtilities
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Keep Partners, Keep Your Partners
+
   |name    = Horse Squeeze
   |author  = EssGee, SG
+
   |author  = jorgamun
   |id      = SG.Partners
+
   |id      = jorgamun.HorseSqueeze
   |nexus  = 5625
+
   |nexus  = 10446
   |github  =
+
   |github  = jorgamun/HorseSqueeze
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = KeyBind UI
+
   |name    = Horse Whistle
   |author  = Enaium
+
   |author  = icepuente
   |id      = Enaium.KeyBindUI
+
   |id      = icepuente.HorseWhistle
   |curse   = 538001
+
   |nexus   = 1131
   |moddrop = 1036920
+
   |github  = icepuente/StardewValleyMods
   |nexus   =
+
 
   |github = Enaium-StardewValleyMods/KeyBindUI
+
   |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    = Key Suppressor
+
   |name    = Horse Whistle
   |author  = Deflaktor
+
   |author  = nabuma
   |id      = Deflaktor.KeySuppressor
+
   |id      = HorseWhistle_SMAPI
   |nexus  = 9295
+
   |nexus  =
   |github  = Deflaktor/KeySuppressor
+
  |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 +
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kokoro, Kokoro - Shockah's Core Mod
+
   |name    = Host Tools
   |author  = Shockah
+
   |author  = MattPlays
   |id      = Shockah.Kokoro
+
   |id      = MattPlays.HostTools
   |nexus  = 15682
+
   |nexus  = 11154
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Krobus Roommate Shop
+
   |name    = Hotbar Hotswap
   |author  = aedenthorn, Erinthe
+
   |author  = Jaredlll08
   |id      = aedenthorn.KrobusRoommateStore
+
   |id      = BlameJared.HotbarHotswap
   |nexus  = 13131
+
   |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    = Krobus Sells Larger Stacks
+
   |name    = Hot Chocolate Coffee Alternative
   |author  = Annosz
+
   |author  = certifiableGrimalkin
   |id      = Annosz.KrobusSellsLargerStacks
+
   |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
   |nexus  = 5993
+
   |nexus  = 16159
   |github  = Annosz/StardewValleyModding
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Labeling
+
   |name    = Hover Labels
   |author  = Enaium
+
   |author  = Achtuur
   |id      = Enaium.Labeling
+
   |id      = Achtuur.HoverLabels
  |curse  = 443134
+
   |nexus  = 17501
  |moddrop = 906932
+
   |github  = Achtuur/StardewMods
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/Labeling
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ladder and Snow Yam Tip
+
   |name    = HP Bars
   |author  = WhiteMind
+
   |author  = Ilyaki
   |id      = WhiteMind.LAST
+
   |id      = Ilyaki.HPBar
   |nexus  = 1906
+
   |nexus  = 1736
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |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    = Ladder Locator
+
   |name    = HQ Farmer Mod
   |author  = ChaosEnergy
+
   |author  = AsakOhee
   |id      = ChaosEnergy.LadderLocator
+
   |id      = AsakOhee.HQFarmerMod
   |nexus  = 3094
+
   |nexus  = 19644
  |github  = yuri-moens/LadderLocator
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Land Grants, Land Grants - Unlimited Players and Farms in Multiplayer
 
  |author  = Platonymous
 
  |id      = Platonymous.LandGrants
 
  |curse  = 877222
 
  |nexus  = 15855
 
 
   |github  =
 
   |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    = HUD Customizer
   |author  = dmcrider57
+
   |author  = Espy
   |id      = com.dayloncrider.stardewvalley.lastdaytoplant
+
   |id      = Espy.HUDCustomizer
   |nexus  = 7917
+
   |nexus  = 23704
   |github  = dmcrider/LastDayToPlant
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Last Day to Plant Redux
+
   |name    = Huggable Scarecrows
   |author  = atravita
+
   |author  = bogie5464
   |id      = atravita.LastDayToPlantRedux
+
   |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
  |curse  = 870965
+
   |nexus  = 3190
  |moddrop = 1294435
+
   |github  = bogie5464/HuggableScarecrows
   |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    = Hugs and Kisses
   |author  = sophie
+
   |author  = aedenthorn, Erinthe
   |id      = sophie.LastingCTs
+
   |id      = aedenthorn.HugsAndKisses
   |nexus  = 14377
+
   |nexus  = 10062
   |github  = ModOrganizer2/modorganizer-basic_games
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leaderboard Library
+
   |name    = Hugs and Kisses Continued
   |author  = drbirbdev
+
   |author  = JoXW
   |id      = drbirbdev.LeaderboardLibrary
+
   |id      = JoXW.HugsAndKisses
   |nexus  = 15102
+
   |nexus  = 21019
  |github  = drbirbdev/StardewValley
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leave the Mine
+
   |name    = Hunger
   |author  = Kangzoel
+
   |author  = Yyeahdude
   |id      = Kangzoel.LeaveTheMine
+
   |id      = HungerYyeadude
   |nexus  = 11823
+
   |nexus  = 613
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lefty Mode
+
   |name    = Hunger and Thirst
   |author  = Max Vollmer, SVProtector
+
   |author  = PrimevalTitmouse
   |id      = maxvollmer.leftymode
+
   |id      = PrimevalTitmouse.ModEntry
   |nexus  = 6199
+
   |nexus  = 1110
   |github  = maxvollmer/LeftyMode
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Legendary Fish Pond Framework
+
   |name    = Hunger for Food
   |author  = sharpskull2
+
   |author  = Tigerle01, Stephan Hensel
   |id      = sharpskull2.LegendaryFishPondFramework
+
   |id      = HungerForFoodByTigerle
   |nexus  = 14637
+
   |nexus  = 810
 
   |github  =
 
   |github  =
 +
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lenient Window Resize
+
   |name    = Hungry Morning
   |author  = DeLiXx
+
   |author  = lech43
   |id      = DeLiXx.Lenient_Window_Resize
+
   |id      = lech43.HungryMorning
   |nexus  = 12305
+
   |nexus  = 6391
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/delixx/stardew-valley-lenient-window-resize
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Less Mini Shipping Bin
+
   |name    = Hybrid Crop Engine
   |author  = atravita
+
   |author  = spacechase0
   |id      = atravita.LessMiniShippingBin
+
   |id      = spacechase0.HybridCropEngine
   |curse  = 870982
+
   |curse  = 867721
   |nexus  = 10959
+
   |nexus  = 6577
  |moddrop = 1102538
+
   |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    = Let Me Rest!
+
   |name    = Hypno Valley
  |author  = Ophaneom
+
   |author  = Kryspur
  |id      = Ophaneom.LetMeRest
+
   |id      = Kryspur.HypnoValley
  |nexus  = 8205
+
   |nexus  = 9052
  |github  = Ophaneom/Let-Me-Rest
 
 
 
  |beta 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  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Let's Start With Fishing
+
   |name    = Identifiable Combined Rings
   |author  = MedievalAI
+
   |author  = atravita
   |id      = MedievalAI.LetsStartWithFishing
+
   |id      = atravita.IdentifiableCombinedRings
   |nexus  = 19107
+
  |curse  = 870959
   |github  =
+
  |moddrop = 1358005
 +
   |nexus  = 15928
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Level Extender
+
   |name    = Idle Animations, Animacoes
   |author  = unidarkshin, Devin Lematty
+
   |author  = BrasileiroTop
   |id      = Devin_Lematty.Level_Extender, DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.5, 1.3-->
+
   |id      = BrasileiroTop.Animacoes
   |nexus  = 1471
+
   |nexus  = 5139
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leveling Adjustment
+
   |name    = Idle Pause
   |author  = jahangmar
+
   |author  = Veleek
   |id      = jahangmar.LevelingAdjustment
+
   |id      = Veleek.IdlePause
   |nexus  = 4689
+
   |nexus  = 1092
   |github  = jahangmar/StardewValleyMods
+
   |github  = veleek/IdlePause
  
   |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-3345058
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Level Up Notifications
+
   |name    = Idle Timer
   |author  = kd8lvt
+
   |author  = LordAndreios
   |id      = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
+
   |id      = LordAndreios.IdleTimer
   |nexus  = 855
+
   |nexus  = 2858
  |curse  = 300715
+
   |github  = emperorzuul/SMAPI_MODS
   |github  =
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = SMAPI 3.0
   |unofficial version = 0.0.3-unofficial.1-leifericson
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-20#post-3353915
+
   |summary  = use [[#Idle Pause|Idle Pause]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = LewdDew Valley, LewdDew_Valley_helper2
+
   |name    = I Don't Use That Water
   |author  = shurmash
+
   |author  = idermailer
   |id      = shurmash.LewdDew_Valley_helper
+
   |id      = idermailer.iDontUseThatWater
   |nexus  = 7222
+
   |nexus  = 14047
   |github  =
+
   |github  = idermailer/iDontUseThatWater
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lewd Leah
+
   |name    = IFrames in Mines
   |author  = prowlingDemon, unknownDev
+
   |author  = Factknowhow
   |id      = prowlingDemon.LewdLeah, unknownDev.lewdLeah<!--changed in 1.2.1-->
+
   |id      = Factknowhow.IFramesInMines
   |nexus  = 4402
+
  |nexus  = 16436
 +
  |github  = Mekadrom/IFramesInMines
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = I Got Friendship
 +
  |author  = ChiroxT
 +
  |id      = treinke.igotfriendship
 +
  |nexus  = 13290
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = I Got XP
 +
  |author  = ChiroxT
 +
  |id      = treinke.igotxp
 +
   |nexus  = 13289
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Light Mod
+
   |name    = ImagEd
 +
  |author  = candidus42
 +
  |id      = Candidus42.ImagEd
 +
  |nexus  = 7218
 +
  |github  = mus-candidus/ImagEd
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Grandpa, Misc Introduction Fixes
 +
  |author  = mistyspring
 +
  |id      = mistyspring.immersivegrandpa
 +
  |nexus  = 12562
 +
  |github  = misty-spring/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Scarecrows
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.LightMod
+
   |id      = aedenthorn.ImmersiveScarecrows
   |nexus  = 14387
+
  |curse  = 868685
 +
   |nexus  = 15290
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
 
   |beta broke in = Stardew Valley 1.6
 
   |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    = Light Switch
+
   |name    = Immersive Sprinklers
  |author  = holythesea
 
  |id      = holythesea.LightSwitch
 
  |nexus  = 15683
 
  |github  = holy-the-sea/LightSwitch
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Like a Duck to Water
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.LikeADuckToWater
+
   |id      = aedenthorn.ImmersiveSprinklers
   |nexus  = 15860
+
  |curse  = 868686
 +
   |nexus  = 15239
 
   |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 Immersive Sprinklers|The Return of Immersive Sprinklers]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Limited Campfire Cooking
+
   |name    = Improved Mill
   |author  = Cherry, CherryChain
+
   |author  = AustinYQM
   |id      = Cherry.LimitedCampfireCooking
+
   |id      = AustinYQM.ImprovedMill
   |nexus  = 4971
+
   |nexus  = 1748
   |moddrop = 716383
+
   |github  = AustinYQM/ImprovedMill
   |github  = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Line Sprinklers
+
   |name    = Improved Quality of Life
   |author  = nanzington<!--since 1.4.0-->, Hootless
+
   |author  = Demiacle
   |id      = nanz.LineSprinklers<!--since 1.4.0-->, hootless.LineSprinklers
+
   |id      = Demiacle.ImprovedQualityOfLife
   |nexus  = 2917
+
   |nexus  = 1025
   |github  = hootless/StardewMods
+
   |github  = demiacle/QualityOfLifeMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest after Dynamic Game Assets-->
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Linus Mod
+
   |name    = Improved Tracker
   |author  = tomii
+
   |author  = Anthony Hilyard
   |id      = tomii.LinusMod
+
   |id      = com.anthonyhilyard.improvedtracker
   |nexus   = 11637
+
   |curse   = 445215
   |github  =
+
   |nexus  = 9317
 
+
   |github  = AHilyard/ImprovedTracker
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Literally Can't Even
+
   |name    = In a Heartbeat
   |author  = spacechase0
+
   |author  = Shockah
   |id      = spacechase0.LiterallyCantEven
+
   |id      = Shockah.InAHeartbeat
   |nexus  = 14262
+
   |nexus  = 17834
   |github  = spacechase0/StardewValleyMods
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Little NPCs
+
   |name    = Increase Animal House Max Population
   |author  = Candidus42
+
   |author  = Mizzion
   |id      = Candidus42.LittleNPCs
+
   |id      = mizzion.increaseanimalhousemaxpopulation
   |nexus  = 15152
+
   |nexus  = 4861
   |github  = mus-candidus/LittleNPCs
+
   |github  = Mizzion/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Live Progress Bar
+
   |name    = Increased Artifact Spots
   |author  = Tyler Gibbs
+
   |author  = Mizzion
   |id      = tylergibbs2.liveprogressbar
+
   |id      = mizzion.increasedartifactspots
   |nexus  = 7330
+
   |nexus  = 3340
   |github  = tylergibbs2/LiveProgressBar
+
  |moddrop = 663705
 +
   |github  = Mizzion/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Livestock Choices
+
   |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
   |author  = aedenthorn, Erinthe
+
   |author  = shekurika
   |id      = aedenthorn.LivestockChoices
+
   |id      = shekurika.fishtankCapacity
   |nexus  = 11551
+
   |nexus  = 11388
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loan Mod
+
   |name    = Increased Sprinkler Range
   |author  = Doomnik
+
   |author  = EternalSoap
   |id      = Doomnik.LoanMod
+
   |id      = eternalsoap.sprinklers
   |nexus  = 3882
+
   |nexus  = 20745
   |github  = legovader09/SDVLoanMod
+
   |github  = ArjanSeijs/SprinklerMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lober Cat
+
   |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
   |author  = codyflagstaff
+
   |author  = GZhynko
   |id      = codyflagstaff.lobercat
+
   |id      = GZhynko.IncubatePufferfishEggs
   |nexus  = 8219
+
   |nexus  = 6162
   |github  =
+
   |github  = gzhynko/StardewMods
  
   |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    = Indoor Sprinklers
   |author  = Bouhm and Pathoschild
+
   |author  = ramen
   |id      = Bouhm.LocationCompass
+
   |id      = ramen.IndoorSprinklers
   |nexus  = 3045
+
   |nexus  = 21124
  |curse  = 308286
+
   |github  = mpomirski/StardewMods
   |github  = Bouhm/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Chests
+
   |name    = Industrial Furnace
   |author  = MindMeltMax
+
   |author  = Traktori
   |id      = MindMeltMax.LockedChests
+
   |id      = Traktori.IndustrialFurnace
  |moddrop = 1179603
+
   |nexus  = 5568
   |nexus  = 12452
+
   |github  = Traktori7/StardewValleyMods
   |github  = MindMeltMax/Stardew-Valley-Mods
+
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Locked Crab Pots
+
   |name    = Industrial Furnace for Automate
   |author  = nini700
+
   |author  = Traktori
   |id      = nini700.LockedCrabPot
+
   |id      = Traktori.AM.IndustrialFurnace
   |nexus  = 4461
+
   |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    = Locked Maps
+
   |name    = Industrialization Redux
   |author  = Edu Anttunes
+
   |author  = GaLaxY256 and kazuakisama
   |id      = LockedMaps
+
   |id      = G256.IR.Code
   |nexus  = 10089
+
   |nexus  = 22351
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lockpicks
+
   |name    = Infallible Fishing
   |author  = bwdy
+
   |author  = aedenthorn, Erinthe
   |id      = bwdy.lockpicks
+
   |id      = aedenthorn.InfallibleFishing
   |nexus  = 3521
+
   |nexus  = 14639
   |github  = bwdymods/SDV-Lockpicks
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Log Menu
+
   |name    = Infertile Soil
   |author  = JareBear
+
   |author  = Sabera, kelbesque
   |id      = JareBear.LogMenu
+
   |id      = Sabera.InfertileSoil
   |nexus  = 19919
+
   |nexus  = 2515
   |github  = jaredtjahjadi/LogMenu
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Log Spam Filter
+
   |name    = Infested Levels
   |author  = aedenthorn, Erinthe
+
   |author  = Eireon
   |id      = aedenthorn.LogSpamFilter
+
   |id      = Eireon.InfestedLevels
   |nexus  = 11252
+
   |nexus  = 2823
   |github  = aedenthorn/StardewValleyMods
+
   |github  = benrpatterson/InfestedLevels
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Days
+
   |name    = Infinite Energy
   |author  = Stuyk
+
   |author  = Error27
   |id      = Stuyk.LongerDays
+
   |id      = error27.infinite_energy
   |nexus  = 19027
+
   |nexus  = 17717
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Fence Life
+
   |name    = Infinite Inventory
   |author  = NormanPCN
+
   |author  = unidarkshin, Devin Lematty
   |id      = NormanPCN.LongerFenceLife
+
   |id      = DevinLematty.InfiniteInventory
   |nexus  = 10498
+
   |nexus  = 2247
   |github  = NormanPCN/StardewValleyMods
+
   |github  = unidarkshin/Stardew-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    = Longer Lasting Lures
+
   |name    = Infinite Junimo Cart Lives
   |author  = Caraxian
+
   |author  = Renny
   |id      = caraxian.LongerLastingLures
+
   |id      = renny.infinitejunimocartlives
   |nexus  = 2510
+
   |nexus  = 2705
   |github  = Caraxi/StardewValleyMods
+
   |github  = OfficialRenny/InfiniteJunimoCartLives
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longer Seasons
+
   |name    = Infinite Money
   |author  = aedenthorn, Erinthe
+
   |author  = Chunky
   |id      = aedenthorn.LongerSeasons
+
   |id      = chunky.InfiniteMoney
   |nexus  = 10108
+
   |nexus  = 11510
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Longevity
+
   |name    = Infinite Watering Cans
   |author  = RTGOAT
+
   |author  = CaptainSully
   |id      = RTGOAT.Longevity
+
   |id      = CaptainSully.InfiniteWateringCan
   |nexus  = 649
+
  |moddrop = 1188756
   |github  =
+
   |nexus  = 12739
 
+
   |github  = CaptainSully/StardewMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Look to the Sky
+
   |name    = Infinite Zoom
   |author  = drbirbdev
+
   |author  = berkayylmao
   |id      = drbirbdev.LookToTheSky
+
   |id      = berkayylmao.InfiniteZoom
   |nexus  = 15262
+
   |nexus  = 8808
   |github  = drbirbdev/StardewValley
+
   |curse  = 500088
 
+
   |github  = berkayylmao/StardewValleyMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lookup Anything
+
   |name    = Informant
   |author  = Pathoschild
+
   |author  = Slothsoft
   |id      = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
+
   |id      = Slothsoft.Informant
   |nexus   = 541
+
  |nexus  = 14293
   |moddrop = 606605
+
  |github  = slothsoft/stardew-informant
   |github  = Pathoschild/StardewMods
+
 
 +
  |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    = Loose Audio Files
+
   |name    = In-Game SMAPI Log Uploader, Log Uploader
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.LooseAudioFiles
+
   |id      = aedenthorn.LogUploader
   |nexus  = 5999
+
   |nexus  = 13979
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lore-Friendly JojaMart Prices
+
   |name    = Ink Stories, Ink Stories - Advanced Dialogue Scripting
   |author  = Huanir
+
   |author  = Platonymous
   |id      = Huanir.LoreFriendlyJojaPrices
+
   |id      = Platonymous.InkStories
   |nexus  = 2658
+
  |curse  = 877221
 +
  |moddrop = 1521399
 +
   |nexus  = 15987
 
   |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    = Input Fix
   |author  = Raik, Raik167, YousernameZo
+
   |author  = Windmill_City
   |id      = raik.testmod
+
   |id      = Windmill_City.InputFix
   |nexus  = 6291
+
   |nexus  = 5693
   |github  =
+
   |github  = Windmill-City/InputFix
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Love Bubbles
+
   |name    = Input Tools
   |author  = SteelixLeiter, Don Collins
+
   |author  = Sagittaeri
   |id      = LoveBubbles
+
   |id      = Sagittaeri.InputTools
   |nexus  = 1318
+
   |nexus  = 14553
   |github  = doncollins/StardewValleyMods
+
   |github  = sagittaeri/StardewValleyMods
 
+
}}
   |broke in = Stardew Valley 1.3
+
{{#invoke:SMAPI compatibility|entry
   |status   = workaround
+
  |name    = InstaCrops
   |summary = use [[#Better Ranching|Better Ranching]] instead.
+
  |author  = WuestMan, redknightofdoom
 +
   |id      = WuestMan.InstaCrops
 +
   |nexus   = 4077
 +
   |github = Brian-Wuest/Instacrops
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loved Labels
+
   |name    = Instant Animals
   |author  = Advize and Jinxiewinxie
+
   |author  = pinocchio1231
   |id      = Advize.LovedLabels
+
   |id      = pinocchio1231.instantanimals
   |nexus  = 279
+
   |nexus  = 9573
   |github  = AdvizeGH/LovedLabels
+
   |github  = joisse1101/InstantAnimals
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 2.2.2-unofficial.4-Strobe
+
   |status  = workaround
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-22548
+
   |summary  = use [[#Instant Animals 1.6|Instant Animals 1.6]] instead.
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Loved Labels Redux
+
   |name    = Instant Animals 1.6
   |author  = thespbgamer
+
   |author  = Siweipancc
   |id      = thespbgamer.LovedLabelsRedux
+
   |id      = Siweipancc.Instantanimals
   |nexus  = 8880
+
   |nexus  = 21798
  |curse  = 834387
+
   |github  = siweipancc/InstantAnimals
   |github  = thespbgamer/LovedLabelsRedux
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Love Festival
+
   |name    = Instant Break
   |author  = AvalonMFX
+
   |author  = Jolyone
   |id      = AvalonMFX.LoveFestival
+
   |id      = Me.InstantBreak
   |nexus  = 17819
+
   |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    = Low Health Warning
+
   |name    = Instant Building Construction and Upgrade, Instant Building Construction
   |author  = NMVH5
+
   |author  = aedenthorn, Erinthe
   |id      = nmvh5.LowHealthWarning
+
   |id      = aedenthorn.InstantBuildingConstruction
   |nexus  = 8326
+
  |curse  = 868720
   |github  =
+
   |nexus  = 14110
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Luck Score HUD, Just Luck Mod
+
   |name    = Instant Buildings From Farm
   |author  = delaney
+
   |author  = BitwiseJon
   |id      = dJustLuckMod
+
   |id      = BitwiseJonMods.InstantBuildings
   |nexus  = 10386
+
   |nexus  = 2070
  |moddrop = 1070645
+
   |github  = bitwisejon/StardewValleyMods
   |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Luck Skill
+
   |name    = Instant Dialogues
   |author  = spacechase0
+
   |author  = idermailer
   |id      = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
+
   |id      = idermailer.InstantDialogues
  |curse  = 867393
+
   |nexus  = 22468
  |moddrop = 127279
+
   |github  = idermailer/InstantDialogues
   |nexus  = 521
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lucky Reclamation Trash Can
+
   |name    = Instant Eat Key
   |author  = kiranmurmu
+
   |author  = nini700
   |id      = kiranmurmu.LuckyReclamationTrashCan
+
   |id      = nini700.InstantEatKey
   |nexus  = 8971
+
   |nexus  = 4464
   |github = kiranmurmu/StardewValleyMods
+
 
 +
  |status  = workaround
 +
   |summary = use [[#Updated Instant Eat Key|Updated Instant Eat Key]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Lunar Disturbances
+
   |name    = Instant Fishing
   |author  = Sakorona
+
   |author  = aurnj, Roy Li
   |id      = KoihimeNakamura.LunarDisturbances
+
   |id      = RuyiLi.InstantFishing
   |nexus  = 2208
+
   |nexus  =
   |moddrop = 664151
+
   |url    = https://community.playstarbound.com/threads/instant-fishing-mod.129163
   |github  = Sakorona/SDVMods
+
   |github  =
  
   |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    = Lurking in the Dark
+
   |name    = Instant Geodes
   |author  = 7thAxis
+
   |author  = montana123
   |id      = 7thAxis.LitD
+
   |id      =
   |nexus  = 10770
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/109038
 
   |github  =
 
   |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    = Machine Augmentors
+
   |name    = Instant Growth Powder
   |author  = SlayerDharok
+
   |author  = aedenthorn, Erinthe
   |id      = SlayerDharok.MachineAugmentors
+
   |id      = aedenthorn.InstantGrowthPowder
   |nexus  = 5600
+
   |nexus  = 7727
   |github  = Videogamers0/SDV-MachineAugmentors
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Instant Grow Trees
 +
  |author  = cantorsdust and Pathoschild
 +
  |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
 +
  |nexus  = 173
 +
  |github  = cantorsdust/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Check
+
   |name    = Instant Load
   |author  = FairfieldBW
+
   |author  = Platonymous
   |id      = FairfieldBW.MachineCheck
+
   |id      = Platonymous.InstantLoad
   |nexus  = 9515
+
  |curse  = 877220
   |github  = FairfieldBW/MachineCheck
+
  |moddrop = 1521407
 +
   |nexus  = 16253
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Speed Change
+
   |name    = Instantly Eat Item
   |author  = IceGladiador
+
   |author  = Guedez
   |id      = IceGladiador.MachineSpeedChange
+
   |id      = eat.item.instantly
   |nexus  = 1780
+
   |nexus  = 5116
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = workaround
 
  |summary  = use [[#Configure Machine Speed|Configure Machine Speed]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Machine Status
+
   |name    = Instantly Increase Crop Growth Phase
   |author  = Shockah
+
   |author  = RyanJesky
   |id      = Shockah.MachineStatus
+
   |id      = RyanJesky.IncreaseCropGrowthPhase
   |nexus  = 11177
+
   |nexus  = 10146
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = RyanJesky/IncreaseCropGrowthPhase
  
   |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    = Magic
+
   |name    = Instant Pets
   |author  = spacechase0
+
   |author  = blueberry
   |id      = spacechase0.Magic
+
   |id      = blueberry.InstantPets
  |curse  = 867745
+
   |nexus  = 9448
  |moddrop = 399898
+
   |github  = b-b-blueberry/InstantPets
   |nexus  = 2007
 
   |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    = Magical Crops
+
   |name    = Instant Tool Upgrades
   |author  = shekurika and Asterisk555
+
   |author  = Binarynova
   |id      = shekurika.MagicalCropsCode
+
   |id      = binarynova.instanttoolupgrades
   |nexus  = 8762
+
   |nexus  = 8918
   |github  =
+
   |github  = Binarynova/MyStardewMods
 
+
}}
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Integrated Minecarts
 +
  |author  = Jibb
 +
   |id      = jibb.minecarts.C
 +
  |curse  = 988762
 +
  |nexus  = 11881
 +
  |github  = Jibblestein/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Junimo Pet
+
   |name    = Interaction Helper
   |author  = Entoarox
+
   |author  = Hammurabi
   |id      = Entoarox.MagicJunimoPet
+
   |id      = HammurabiInteractionHelper
   |nexus  = 3567
+
   |nexus  =
   |github = Entoarox/StardewMods
+
   |chucklefish = 4640
 +
  |source = https://community.playstarbound.com/resources/interaction-helper.4640/updates
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Magic Pluses
+
   |name    = Interactions, Interacoes
   |author  = TerryDBS
+
   |author  = BrasileiroTop
   |id      = TerryDBS.MagicPluses
+
   |id      = BrasileiroTop.Interacoes
   |nexus  = 7096
+
   |nexus  = 4862
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Magic Scepter
+
   |name    = Interaction Tweaks
   |author  = not4bene
+
   |author  = jahangmar
   |id      = not4bene.MagicScepter
+
   |id      = jahangmar.InteractionTweaks
   |nexus  = 8169
+
   |nexus  = 3771
   |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    = Magic Valley
+
   |name    = Internationalization
   |author  = season
+
   |author  = bcmpinc
   |id      = season.MagicValley
+
   |id      = bcmpinc.Internationalization
   |nexus  = 10639
+
   |nexus  = 21317
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mailbox Menu
+
   |name    = Into the Game (Save Loaded Notifier)
   |author  = aedenthorn, Erinthe
+
   |author  = DecidedlyHuman
   |id      = aedenthorn.MailboxMenu
+
   |id      = DecidedlyHuman.SaveLoadedNotifier
   |nexus  = 14439
+
   |nexus  = 12826
   |github  = aedenthorn/StardewValleyMods
+
   |github  = DecidedlyHuman/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Intravenous Coffee
 +
  |author  = mpcomplete
 +
  |id      = mpcomplete.IntravenousCoffee
 +
  |nexus  = 2224
 +
  |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    = Mail Framework
+
   |name    = Investment
   |author  = Digus
+
   |author  = MissCoriel
   |id      = DIGUS.MailFrameworkMod
+
   |id      = misscoriel.invest
   |nexus  = 1536
+
   |nexus  = 5293
   |github  = Digus/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Order Pigs
+
   |name    = Investment Maximized
   |author  = jwdred
+
   |author  = MissCoriel
   |id      = jwdred.MailOrderPigs
+
   |id      = misscoriel.investmax
   |nexus   = 632
+
   |curse   = 885074
   |github  = jdusbabek/stardewvalley
+
   |nexus   = 9253
 
+
   |github  = MissCoriel/InvestmentMaximized
   |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/page-66#post-44728
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mail Services Mod
+
   |name    = Invite Code Mod
   |author  = Digus
+
   |author  = ThePqtatoGalaxy, KOREJJamJar
   |id      = Digus.MailServicesMod
+
   |id      = KOREJJamJar.InviteCodeMod
   |nexus  = 7842
+
   |nexus  = 4023
   |github  = Digus/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Main Questline Redux (PMC CCJ)<!--Nexus-->, PCM CCJ JC<!--manifest-->, Junimo Sprinkler<!--folder-->
+
   |name    = Invite Friend
   |author  = pinguimbozo
+
   |author  = d5a1lamdtd, HaPyke
   |id      = pinguimbozo.PCMCCJJC
+
   |id      = d5a1lamdtd.InviteFriend
   |nexus  = 13248
+
  |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    = Make Gil Real
+
   |name    = Iridium Horse Flute<!--changed in 2.0.0-->, Better Horse Flute
   |author  = Werewolf Master
+
   |author  = Anthony Maciel, maciel310
   |id      = Wolf.GilSMAPI
+
   |id      = AnthonyMaciel.IridiumHorseFlute<!--changed in 2.0.0-->, AnthonyMaciel.BetterHorseFlute
   |nexus  = 7118
+
   |nexus  = 15285
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Make Love
+
   |name    = Iridium Tools Patch
   |author  = Kabulla
+
   |author  = Redwood
   |id      = Kabulla.MakeLove
+
   |id      = Redwood.IridiumToolsPatch
   |nexus  = 16003
+
   |nexus  = 2897
   |github  =
+
   |github  = EKomperud/StardewMods
 +
 
 +
  |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    = Mana Bar
+
   |name    = Is It Cake
   |author  = spacechase0
+
   |author  = LeFauxMatt
   |id      = spacechase0.ManaBar
+
   |id      = furyx639.IsItCake
   |curse  = 867709
+
   |curse  = 871826
   |nexus  = 7831
+
   |nexus  = 14775
   |github  = spacechase0/StardewValleyMods
+
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mandatory Meals, Real Life Mod
+
   |name    = Island Gatherers
   |author  = darzington
+
   |author  = PeacefulEnd
   |id      = darzington.RealLifeMod
+
   |id      = PeacefulEnd.IslandGatherers
   |nexus  = 7445
+
   |nexus  = 8552
   |github  =
+
   |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    = Many Enchantments
+
   |name    = Island Gatherers Automate
   |author  = Stari
+
   |author  = PeacefulEnd
   |id      = Stari.ManyEnchantments
+
   |id      = PeacefulEnd.IslandGatherersAutomate.Automate
   |nexus  = 8824
+
   |nexus  = 8552
   |github  = SlivaStari/ManyEnchantments
+
   |github  = Floogen/IslandGatherers
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Binder
+
   |name    = Island Secret
   |author  = SnowFire k'Vala
+
   |author  = Edu Anttunes
   |id      = SnowFire.Map_Binder
+
   |id      = IslandSecret
   |nexus  = 6983
+
   |nexus  = 8096
 
   |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    = Item AutoTrasher, AutoTrash
   |author  = aedenthorn, Erinthe
+
   |author  = S1mmyy
   |id      = aedenthorn.MapEdit
+
   |id      = S1mmyy.AutoTrash
   |nexus  = 18387<!--8876 before 1.0.0-->
+
   |nexus  = 5140
   |github  = aedenthorn/StardewValleyMods
+
   |github  = S1mmyy/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mapping Extensions and Extra Properties (MEEP)
+
   |name    = Item Bags
   |author  = DecidedlyHuman
+
   |author  = SlayerDharok
   |id      = DecidedlyHuman.MappingExtensionsAndExtraProperties
+
   |id      = SlayerDharok.Item_Bags
   |nexus  = 14493
+
  |curse  = 991675
   |github  = DecidedlyHuman/StardewValleyMods
+
   |nexus  = 5382
 +
   |github  = Videogamers0/SDV-ItemBags
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Teleport
+
   |name    = Item Checker
   |author  = aedenthorn, Erinthe
+
   |author  = Hitaxas
   |id      = aedenthorn.MapTeleport
+
   |id      = Hitaxas.Items.DLL
  |curse  = 868868
+
   |nexus  = 24305
   |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    = Item Extensions
   |author  = mabelSyrup
+
   |author  = mistyspring
   |id      = mabelsyrup.maputils
+
   |id      = mistyspring.ItemExtensions
   |nexus  = 4716
+
   |nexus  = 20357
   |github  = mjSurber/Map-Utilities
+
   |github  = misty-spring/StardewMods
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Maritime Secrets
+
   |name    = Item Locator
   |author  = Goldenrevolver
+
   |author  = Hitaxas
   |id      = Goldenrevolver.MaritimeSecrets
+
   |id      = Hitaxas.Items2.DLL
   |nexus  = 10758
+
   |nexus  = 24305
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Market Day
+
   |name    = Item Quality Indicator
   |author  = ceruleandeep
+
   |author  = FunnyMoney
   |id      = ceruleandeep.MarketDay
+
   |id      = funnymoney.itemqualityindicator
   |nexus  = 11778
+
   |nexus  = 15336
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Market Town<!--changed in 3.0.0-->, Food Store
+
   |name    = Item Recovery
   |author  = d5a1lamdtd, HaPyke
+
   |author  = Mytsy
   |id      = d5a1lamdtd.MarketTown<!--changed in 3.0.0-->, d5a1lamdtd.FoodStore
+
   |id      = Mysty.ItemRecovery
  |moddrop = 1480763
+
   |nexus  = 9354
   |nexus  = 19309
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Marry Morris
+
   |name    = Item Recovery Plus
   |author  = Yoshimax
+
   |author  = Lunardiver
   |id      = Yoshimax.MarryMorrisCode
+
   |id      = Lunardiver.ItemRecoveryPlus
   |nexus  = 12824
+
   |nexus  = 13026
   |github  = yoshimax2/MarryMorris
+
   |github  = LunarDiver/StardewValley.ItemRecoveryPlus
  
   |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    = Item Research 'n' Spawn
   |author  = Eryk601 and Vertigon
+
   |author  = TSlex
   |id      = Vertigon.MinesTokens
+
   |id      = TSlex.ItemResearchSpawner
   |nexus  = 11124
+
   |nexus  = 8933
   |github  =
+
  |moddrop = 1012482
 +
   |github  = TSlex/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Max Cost Stamina
+
   |name    = Item Tooltips
   |author  = StultusV
+
   |author  = Jaredlll08
   |id      = StultusV.MaxCastStamina
+
   |id      = BlameJared.ItemTooltips
   |nexus  = 10794
+
   |nexus  =
   |github  = JudeRV/Stardew-MaxCastStamina
+
   |curse   = 297655
}}
+
   |github  = jaredlll08/Item-Tooltips
{{#invoke:SMAPI compatibility|entry
 
   |name    = Maximize Fix
 
  |author  = Shockah
 
  |id      = Shockah.MaximizeFix
 
  |nexus  = 16099
 
   |github  = Shockah/Stardew-Valley-Mods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Hats
+
   |name    = Item Tweaks
   |author  = spacechase0
+
   |author  = crpz
   |id      = spacechase0.MayoHats
+
   |id      = crpz.ItemTweaks
   |nexus  = 17514
+
   |nexus  = 8182
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Mart
+
   |name    = iTile
   |author  = aedenthorn, Erinthe
+
   |author  = ha1fdaew
   |id      = aedenthorn.MayoMart
+
   |id      = ha1fdaew.iTile
   |nexus  = 17175
+
   |nexus  = 7512
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ha1fdaew/iTile
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Mayonnaise++, Mayonnaise Plus Plus
 
  |author  = theStormWeaver, Adam 'theStormWeaver' Chevalier
 
  |id      = xirsoi.mayonnaiseplusplus
 
  |nexus  = 4634
 
  |github  = xirsoi/MayonnaisePlusPlus
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mayo Rain
+
   |name    = Its Stardew Time, Time Master (UNOFFICIAL UPDATE)
   |author  = spacechase0
+
   |author  = Caboose Sage, CabooseSage
   |id      = spacechase0.MayoRain
+
   |id      = Cabbose.Sage.ItsStardewTime
   |nexus  = 17436
+
   |nexus  = 20847
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Meme Outfits
+
   |name    = Its Time to Wake Up
   |author  = Mehidden
+
   |author  = Krutonium
   |id      = MemeOutfits.Mehidden
+
   |id      = Krutonium.ItsTimeToWakeUp
   |nexus  = 13213
+
   |nexus  = 13798
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Menus Everywhere
+
   |name    = Jack Be Thicc
   |author  = nman130
+
   |author  = DeadRobotDev
   |id      = nman130.MenusEverywhere
+
   |id      = DeadRobotDev.JackBeThicc
   |nexus  = 6119
+
   |nexus  = 21533
   |github  = nman130/Stardew-Mods
+
   |github  = DeadRobotDev/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Merge Fertilizer
+
   |name    = Jaques and the Bean Pole, Jaques and Beans
   |author  = TianXiaobai
+
   |author  = Matt Cioni
   |id      = TianXiaobai.MergeFertilizer
+
   |id      = mattCioni.JaquesAndBeans
   |nexus  = 17743
+
   |nexus  = 14555
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Messy Crops
+
   |name    = Jar Opener
   |author  = Tlitookilakin
+
   |author  = Genowhirl9999
   |id      = tlitookilakin.MessyCrops
+
   |id      = genowhirl9999.jaropener
   |moddrop = 1123884
+
   |nexus  = 5292
   |nexus  = 11317
+
   |moddrop = 988956
   |github  = tlitookilakin/MessyCrops
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Meteor Defence
+
   |name    = JhinFour
   |author  = aedenthorn, Erinthe
+
   |author  = Keaton Sadoski
   |id      = aedenthorn.MeteorDefence
+
   |id      = Sadoski.JhinFour
   |nexus  = 10641
+
   |nexus  = 11838
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mice in the Valley
+
   |name    = Jiggly Junimo Bundles
   |author  = candidus42
+
   |author  = Jonas Henriksson, Greger
   |id      = Candidus42.MiceInTheValley
+
   |id      = Greger.JigglyJunimoBundles
   |nexus  = 4638
+
   |nexus  =
   |github  = mus-candidus/MiceInTheValley
+
  |url    = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
 +
   |github  = gr3ger/Stardew_JJB
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Community Bundle Item Tooltip|Community Bundle Item Tooltip]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Milk the Villagers
+
   |name    = JoJa84+, JoJa-84-Plus--Ingame-calculator
   |author  = trunip190
+
   |author  = k4rakara
   |id      = Trunip190.MilkTheVillagers, Trunip190.MilkVillagers<!--before 1.2.2-->
+
   |id      = k4rakara.JoJa84Plus
   |nexus  = 5948
+
   |nexus  = 5803
   |github  =
+
   |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    = Miller Time
+
   |name    = JoJaBan - Arcade Sokoban
   |author  = Satozaki
+
   |author  = Platonymous
   |id      = Satozaki.MillerTime
+
   |id      = Platonymous.JoJaBan
   |nexus  = 7575
+
   |nexus  = 3118
   |github  = AndyCrocker/StardewMods
+
  |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    = Milo Dog
+
   |name    = Joja Cola Expanded
   |author  = Clark, wilsonch3451
+
   |author  = Objection777
   |id      = Clark.MiloDog
+
   |id      = Objection777.JojaColaExpandedCode
   |nexus  = 2861
+
   |nexus  = 24227
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Assist
+
   |name    = Joja Express
   |author  = Kabigon
+
   |author  = OFTS_CQM and Yuxuan
   |id      = Kabigon.MineAssist
+
   |id      = ofts.jojaExp
   |nexus  = 2296
+
   |nexus  = 23614
   |chucklefish = 5353
+
   |github  = ofts-cqm/SDV_JojaExpress
   |github  = KabigonFirst/StardewValleyMods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = JojaMart to PathoMart, Pathomart
 +
  |author  = Dounat2201, Sasara
 +
  |id      = Sasara.Pathomart
 +
  |nexus  = 1142
 +
   |github  =
  
   |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    = Joja Online
   |author  = bwdy
+
   |author  = PeacefulEnd
   |id      = mod.kitchen.minecartpatcher, bwdymods.minecartpatcher<!--before 1.0.3-->
+
   |id      = PeacefulEnd.JojaOnline
   |nexus  = 11424
+
  |moddrop = 878236
   |github  = bwdy/SDVModding
+
   |nexus  = 7486
 +
   |github  = Floogen/JojaOnline
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Changes
+
   |name    = Joja's Dark Secret, Halloween Jam CSharp
   |author  = JPAN
+
   |author  = sophiesalacia
   |id      = jpan.MineChanges
+
   |id      = sophie.HalloweenJamCSharp
   |nexus  = 3963
+
   |nexus  = 18927
   |github  = JPANv2/Stardew-Valley-Mine-Changes
+
   |github  = sophiesalacia/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mines Tokens
+
   |name    = Joja's Hauntings
   |author  = sophie
+
   |author  = MindMeltMax
   |id      = sophie.MinesTokens
+
   |id      = MindMeltMax.HauntedJoja
   |nexus  = 18776
+
   |nexus  = 7014
   |github  = sophiesalacia/StardewMods
+
  |moddrop = 1135684
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mine Tweaks
+
   |name    = Joys of Efficiency
   |author  = Shockah
+
   |author  = punyo, yakminepunyo
   |id      = Shockah.MineTweaks
+
   |id      = punyo.JoysOfEfficiency
   |nexus  = 16859
+
   |nexus  = 2162
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = pomepome/JoysOfEfficiency
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 1.5.0-unofficial.7-Hackswell
 +
  |unofficial url    = {{github|Hackswell/JoysOfEfficiency}}/releases
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mini Bars
+
   |name    = Json Assets
   |author  = Ophaneom
+
   |author  = spacechase0
   |id      = Ophaneom.MiniBars
+
   |id      = spacechase0.JsonAssets
   |nexus  = 8329
+
  |curse  = 867749
   |github  = Ophaneom/Mini-Bars
+
  |moddrop = 399895
 +
   |nexus  = 1720
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mining at the Farm
+
   |name    = Json Processor
   |author  = Nishtra
+
   |author  = Jamie Taylor
   |id      = Nishtra.MiningAtTheFarm, MiningAtTheFarm<!--changed in 1.7 or earlier-->
+
   |id      = jltaylor-us.JsonProcessor
   |nexus  = 674
+
   |nexus  = 13183
   |github  =
+
   |github  = jltaylor-us/StardewJsonProcessor
 
 
  |broke in = Stardew Valley 1.3.23
 
  |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    = Json Shuffle
   |author  = Tran Minh Thong
+
   |author  = spacechase0
   |id      = mini.tool.npc.mod
+
   |id      = spacechase0.JsonShuffle
   |nexus  = 7060
+
   |nexus  = 21513
   |github  = TMThong/Stardew-Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Minor Light Tweaks
+
   |name    = Jump Down the Mine
   |author  = greentodd
+
   |author  = flowoeB
   |id      = greentodd.MinorLightTweaks
+
   |id      = flowoeB.JumpDownTheMine
   |nexus  = 10223
+
   |nexus  = 8357
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Miscellaneous Modded Meadows Trolls, Misc Trolls
+
   |name    = Jump Over
   |author  = BlaDe
+
   |author  = spacechase0
   |id      = BlaDe.MiscTrolls
+
   |id      = spacechase0.JumpOver
   |nexus  = 12037
+
  |curse  = 867746
   |github  =
+
  |moddrop = 384782
 +
   |nexus  = 1844
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
+
   |name    = Junimatic
   |author  = The Fluffy Robot
+
  |author  = NermNermNerm
   |id      = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
+
  |id      = NermNermNerm.Junimatic
   |nexus  = 5691
+
  |nexus  = 22672
   |github  = jamespfluger/Stardew-MisophoniaAccessibility
+
  |github  = NermNermNerm/Junimatic
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Junimo Beacon
 +
   |author  = Achtuur
 +
   |id      = Achtuur.JunimoBeacon
 +
   |nexus  = 17135
 +
   |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    = Miss Coriel's Position Tool
+
   |name    = Junimo Boy
   |author  = MissCoriel
+
   |author  = Tyler Gibbs
   |id      = misscoriel.PositionTool
+
   |id      = tylergibbs2.JunimoBoy
   |nexus  = 8087
+
   |nexus  = 14384
   |github  = MissCoriel/Position-Tool
+
   |github  = tylergibbs2/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Miss Coriel's Unique Courtship Response Core
 
  |author  = MissCoriel
 
  |id      = misscoriel.UCRFix
 
  |nexus  = 8284
 
  |github  = MissCoriel/UniqueCourtshipResponseCore
 
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Missing Gifts
+
   |name    = Junimo Cart More Score
   |author  = ChiroxT
+
   |author  = yaxuan97
   |id      = treinke.missinggifts
+
   |id      = yaxuan97.junimocartmorescore
   |nexus  = 11363
+
   |nexus  = 13644
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mob Count Reports, Report Mob Counts
+
   |name    = Junimo Deposit Anywhere
   |author  = StultusV
+
   |author  = Zoryn
   |id      = StultusV.ReportMobCounts
+
   |id      = Zoryn.JunimoDepositAnywhere
   |nexus  = 10899
+
   |nexus  =
   |github  = JudeRV/Stardew-ReportMobCounts
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Arcade
+
   |name    = Junimo Dialog
   |author  = aedenthorn, Erinthe
+
   |author  = ceruleandeep
   |id      = aedenthorn.MobileArcade
+
   |id      = ceruleandeep.junimodialog
   |nexus  = 6538
+
   |nexus  = 8937
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ceruleandeep/CeruleanStardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Audio Player
+
   |name    = Junimo Farm
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.MobileAudioPlayer
+
   |id      = Platonymous.JunimoFarm
   |nexus  = 6568
+
   |nexus  = 984
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Calendar
+
   |name    = Junimo Hut Resize and Retexture, Junimo Hut Size
   |author  = aedenthorn, Erinthe
+
   |author  = Fernass354
   |id      = aedenthorn.MobileCalendar
+
   |id      = Fernass354.JunimoHutSize
   |nexus  = 6601
+
   |nexus  = 18457
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Catalogues
+
   |name    = Junimo Kart Anywhere
   |author  = aedenthorn, Erinthe
+
   |author  = MartyrPher
   |id      = aedenthorn.MobileCatalogues
+
   |id      = JunimoKartAnywhere
   |nexus  = 6543
+
   |nexus  = 4315
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mobile Phone
+
   |name    = Junimo Kart Cheater
   |author  = aedenthorn, Erinthe
+
   |author  = ryaon
   |id      = aedenthorn.MobilePhone
+
   |id      = Ryaon.JunimoKartCheater
  |curse  = 868890
+
   |nexus  = 5137
   |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    = Junimo Kart Global Rankings
   |author  = aedenthorn, Erinthe
+
   |author  = drbirbdev
   |id      = aedenthorn.MobileTelevision
+
   |id      = drbirbdev.JunimoKartGlobalRankings
   |nexus  = 6575
+
   |nexus  = 14856
   |github  = aedenthorn/StardewValleyMods
+
   |github  = drbirbdev/StardewValley
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MobileUI Android
+
   |name    = Junimo Kart Level Practice
   |author  = WisnuNug
+
   |author  = BlaDe
   |id      = WisnuNug.MobileUI
+
   |id      = BlaDe.JunimoLevelPractice
   |nexus  = 17652
+
   |nexus  = 10056
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Junimos Accept Cash
 +
  |author  = spacechase0
 +
  |id      = spacechase0.JunimosAcceptCash
 +
  |curse  = 867716
 +
  |nexus  = 7437
 +
  |github  = spacechase0/StardewValleyMods
  
   |warnings = Only works on Android.
+
   |broke in = Stardew Valley 1.6
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Modify This
+
   |name    = Junimo Studio, Music Blocks
   |author  = aedenthorn, Erinthe
+
   |author  = Becks723
   |id      = aedenthorn.ModThis
+
   |id      = Becks723.JunimoStudio, Becks723.MusicBlocks<!--changed in 1.9.9-->
   |nexus  = 7814
+
   |nexus  = 6971
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |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    = Mod List Command
+
   |name    = Junimo Warp
   |author  = Blackclaw
+
   |author  = Shockah
   |id      = Blackclaw.ModListCommand
+
   |id      = Shockah.JunimoWarp
   |nexus  = 5131
+
   |nexus  = 15676
   |github  = Xebeth/StardewValley-ListModsCommand
+
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Menu
+
   |name    = Junk Mail
   |author  = Enaium
+
   |author  = Taskmaster
   |id      = Enaium.ModMenu
+
   |id      = Taskmaster.JunkMail
   |curse   = 436844
+
   |nexus   = 4452
   |moddrop = 885574
+
   |github  =
  |nexus  =
+
 
   |github = Enaium-StardewValleyMods/ModMenu
+
   |status = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Settings Tab
+
   |name    = Just Relax
   |author  = Gilar Fasulaki
+
   |author  = Goldenrevolver
   |id      = GilarF.ModSettingsTab
+
   |id      = Goldenrevolver.JustRelax
   |nexus  = 4579
+
   |nexus  = 7770
   |github  = GilarF/SVM
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Just Sleep In
 +
  |author  = Rifleman
 +
  |id      = Rifleman.JustSleepIn
 +
  |nexus  = 11286
 +
  |github  = 9Rifleman/JustSleepIn
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Modular Gameplay Overhaul, MARGO, DaLion's Modular Gameplay Overhaul
+
   |name    = Kamikaze
   |author  = DaLion
+
   |author  = aurnj, Roy Li
   |id      = DaLion.Overhaul
+
   |id      = RuyiLi.Kamikaze
 
   |nexus  =
 
   |nexus  =
   |github  = daleao/modular-overhaul
+
  |url    = https://community.playstarbound.com/threads/kamikaze-mod.129126
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Update Menu
+
   |name    = Kawakami - Healer NPC
   |author  = CatCattyCat, Cat
+
   |author  = Gorzalt and Flerfarvet
   |id      = cat.modupdatemenu
+
   |id      = gorzalt.kawakami
   |nexus  = 2536
+
   |nexus  = 2549
  |moddrop = 833560
+
   |github  = Gorzalt/StardewValleyMods
   |github  = danvolchek/StardewMods
 
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.3.29
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-79637
+
}}
   |unofficial version = 1.6.1-unofficial.1-dphill
+
{{#invoke:SMAPI compatibility|entry
 
+
  |name    = Kedi's Furniture Tweaks, (C#) Furniture Tweaks
   |beta broke in = Stardew Valley 1.6
+
   |author  = KediDili
 +
   |id      = KediDili.FurnitureTweaks.DLL
 +
  |nexus  = 19375
 +
   |github  = KediDili/FurnitureTweaks
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mod Updater
+
   |name    = Kedi's NPC Utilities
   |author  = Platonymous
+
   |author  = KediDili
   |id      = Platonymous.ModUpdater
+
   |id      = KediDili.KNU
  |curse  = 877226
+
   |nexus  = 17884
   |nexus  = 6338
+
   |github  = KediDili/NPCUtilities
   |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    = Monster Goals Anywhere
+
   |name    = Keep Partners, Keep Your Partners
   |author  = Suphax
+
   |author  = EssGee, SG
   |id      = suphax.monstergoalsanywhere
+
   |id      = SG.Partners
  |moddrop = 1088762
+
   |nexus  = 5625
   |nexus  =
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Invasion
+
   |name    = KeyBind UI
   |author  = Krutonium
+
   |author  = Enaium
   |id      = krutonium.monsterinvasion
+
   |id      = Enaium.KeyBindUI
   |nexus  = 12641
+
  |curse  = 538001
   |github  =
+
  |moddrop = 1036920
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/KeyBindUI
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Level Tip
+
   |name    = Keyboard Mod Menu
   |author  = WhiteMind
+
   |author  = Shadowfoxss
   |id      = WhiteMind.MonsterLT
+
   |id      = Shadowfoxss.KeyboardModMenu
   |nexus  = 1896
+
   |nexus  = 3147
   |github  =
+
   |curse   = 308891
 
+
   |github  =
  |status  = workaround
 
  |summary  = Use [[#Almanac|Almanac]] instead
 
  |broke in = Stardew Valley 1.3
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Monster Log Anywhere
 
  |author  = MouseyPounds
 
  |id      = MouseyPounds.MonsterLogAnywhere
 
  |nexus   = 3997
 
   |github  = MouseyPounds/stardew-mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monster Musk in Volcano
+
   |name    = Key Suppressor
   |author  = BananaFruit
+
   |author  = Deflaktor
   |id      = BananaFruit.MonsterMuskInVolcano
+
   |id      = Deflaktor.KeySuppressor
   |nexus  = 10651
+
   |nexus  = 9295
   |github  = BananaFruit1492/MonsterMuskInVolcano
+
   |github  = Deflaktor/KeySuppressor
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monsters - The Framework
+
   |name    = Kisekae
   |author  = spacechase0
+
   |author  = Kabigon
   |id      = spacechase0.MonstersTheFramework
+
   |id      = Kabigon.kisekae
   |nexus  = 10673
+
   |nexus  = 2348
   |github  = spacechase0/StardewValleyMods
+
   |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    = Moody Planet
+
   |name    = Kokoro, Kokoro - Shockah's Core Mod
   |author  = Daniel McMenamy, Deathest1
+
   |author  = Shockah
   |id      = f1r3w477.MoodyPlanet
+
   |id      = Shockah.Kokoro
   |nexus  = 2830
+
   |nexus  = 15682
   |github  = F1r3w477/TheseModsAintLoyal
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Level Extended-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moolah Money Mod
+
   |name    = Krobus Roommate Shop
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Moolah
+
   |id      = aedenthorn.KrobusRoommateStore
   |nexus  = 15123
+
   |nexus  = 13131
 
   |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    = Moongates
+
   |name    = Krobus Sells Larger Stacks
   |author  = bwdy
+
   |author  = Annosz
   |id      = bwdy.moongates
+
   |id      = Annosz.KrobusSellsLargerStacks
   |nexus  = 3545
+
   |nexus  = 5993
   |github  = bwdymods/SDV-Moongates
+
   |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    = Moon Misadventures
+
   |name    = Labeling
   |author  = spacechase0 and ParadigmNomad
+
   |author  = Enaium
   |id      = spacechase0.MoonMisadventures
+
   |id      = Enaium.Labeling
   |curse  = 867702
+
   |curse  = 443134
   |nexus  = 10612
+
  |moddrop = 906932
   |github  = spacechase0/StardewValleyMods
+
   |nexus  =
 
+
   |github  = Enaium-StardewValleyMods/Labeling
  |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    = Ladder and Snow Yam Tip
   |author  = SinZ
+
   |author  = WhiteMind
   |id      = SinZ.MoonMisadventures_BiggerBackpackPatch
+
   |id      = WhiteMind.LAST
   |nexus  = 12096
+
   |nexus  = 1906
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Moon Misadventures, Bigger Backpack-->
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mopsy's Ranch Livin'
+
   |name    = Ladder Light
   |author  = Mopquill
+
   |author  = Tocseoj
   |id      = Mopquill.Ranch-Livin
+
   |id      = Tocseoj.LadderLight
   |nexus  = 2200
+
  |moddrop = 1549539
   |github  = mopquill/Mopsys-Ranch-Livin
+
   |nexus  = 22052
 
+
   |github  =
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Animals, More Pets
+
   |name    = Ladder Locator
   |author  = Entoarox
+
   |author  = ChaosEnergy
   |id      = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
+
   |id      = ChaosEnergy.LadderLocator
   |nexus   = 2274
+
   |curse   = 989910
   |chucklefish = 4288
+
   |nexus  = 3094
   |github  = Entoarox/StardewMods
+
   |github  = yuri-moens/LadderLocator
 
 
  |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    = Land Grants, Land Grants - Unlimited Players and Farms in Multiplayer
   |author  = momoaau
+
   |author  = Platonymous
   |id      = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
+
   |id      = Platonymous.LandGrants
   |nexus  = 451
+
  |curse  = 877222
 +
  |moddrop = 1521380
 +
   |nexus  = 15855
 
   |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    = Last Day to Plant
   |author  = AairTheGreat, Aair
+
   |author  = dmcrider57
   |id      = AairTheGreat.MoreBarnCoopAnimals
+
   |id      = com.dayloncrider.stardewvalley.lastdaytoplant
   |nexus  = 4869
+
   |nexus  = 7917
   |github  =
+
   |github  = dmcrider/LastDayToPlant
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Buildings
+
   |name    = Last Day to Plant Redux
   |author  = spacechase0
+
   |author  = atravita
   |id      = spacechase0.MoreBuildings
+
   |id      = atravita.LastDayToPlantRedux
   |curse  = 867740
+
   |curse  = 870965
   |moddrop = 771640
+
   |moddrop = 1294435
   |nexus  = 2757
+
   |nexus  = 15004
   |github  = spacechase0/StardewValleyMods
+
   |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    = More Bundles
+
   |name    = Lasting Conversation Topics
   |author  = TwinBuilderOne
+
   |author  = sophiesalacia
   |id      = TwinBuilderOne.MoreBundles
+
   |id      = sophie.LastingConversationTopics<!--changed in 0.3.0-->, sophie.LastingCTs
   |nexus  = 9709
+
   |nexus  = 14377
   |github  = TwinBuilderOne/StardewValleyMods
+
   |github  = sophiesalacia/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Clocks
+
   |name    = Lavapulse's New Chickens and Eggs, Lavapulse Chickens
   |author  = phjoker
+
   |author  = Lavapulse
   |id      = phjoker.MoreClocks
+
   |id      = Lavapulse.LavapulseChickens
   |nexus  = 11840
+
   |nexus  = 4821
   |github  = p-holodynski/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Conversion Topics
+
   |name    = Lazy Mod
   |author  = violetlizabet
+
   |author  = weizinai
   |id      = violetlizabet.MoreConvoTopics
+
   |id      = weizinai.LazyMod
   |nexus  = 10008
+
   |nexus  = 22826
   |github  = elizabethcd/MoreConversationTopics
+
   |github  = weizinai/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Fertilizers
+
   |name    = Leaderboard Library
   |author  = atravita
+
   |author  = drbirbdev
   |id      = atravita.MoreFertilizers
+
   |id      = drbirbdev.LeaderboardLibrary
  |curse  = 870975
+
   |nexus  = 15102
  |moddrop = 1145236
+
   |github  = drbirbdev/StardewValley
   |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    = Leah Cabin Music Fix
   |author  = Blams
+
   |author  = Huanir
   |id      = blams.MoreForLeo
+
   |id      = Huanir.LeahCabinMusicFix
   |nexus  = 12710
+
   |nexus  = 2653
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = More Giant Crops
+
   |name    = Leave the Mine
   |author  = spacechase0
+
   |author  = Kangzoel
   |id      = spacechase0.MoreGiantCrops
+
   |id      = Kangzoel.LeaveTheMine
  |curse  = 867723
+
   |nexus  = 11823
  |moddrop = 771694
+
   |github  =
   |nexus  = 5263
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass
+
   |name    = Lefty Mode
   |author  = Satozaki
+
   |author  = Max Vollmer, SVProtector
   |id      = EpicBellyFlop45.MoreGrass
+
   |id      = maxvollmer.leftymode
   |nexus  = 5398
+
   |nexus  = 6199
   |github  = AndyCrocker/StardewMods
+
   |github  = maxvollmer/LeftyMode
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass on the Beach
+
   |name    = Legendary Fish Pond Framework
   |author  = Angela Ranna
+
   |author  = sharpskull2
   |id      = AngelaRanna.MoreGrassOnTheBeach
+
   |id      = sharpskull2.LegendaryFishPondFramework
   |nexus  = 8117
+
   |nexus  = 14637
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Grass Starters
+
   |name    = Lenient Window Resize
   |author  = spacechase0
+
   |author  = DeLiXx
   |id      = spacechase0.MoreGrassStarters
+
   |id      = DeLiXx.Lenient_Window_Resize
   |curse  = 867750
+
   |curse  = 990483
  |moddrop = 313307
+
   |nexus  = 12305
  |nexus  = 1702
 
  |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = More Health
 
  |author  = j4c0b333
 
  |id      = j4c0b333.Morehealth
 
   |nexus  = 4053
 
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/lenient-window-resize
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Key Binding
+
   |name    = Less Mini Shipping Bin
   |author  = SorryLate, rharyanto
+
   |author  = atravita
   |id      = SorryLate.MoreKeybinding
+
   |id      = atravita.LessMiniShippingBin
   |nexus  = 5290
+
  |curse  = 870982
   |github  =
+
   |nexus  = 10959
 +
  |moddrop = 1102538
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Mine Ladders
+
   |name    = Less Strict Over-Exertion, AntiExhaustion
   |author  = JadeTheavas
+
   |author  = Permamiss
   |id      = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
+
   |id      = BALANCEMOD_AntiExhaustion
   |nexus  = 2105
+
   |nexus  = 637
   |github  = JadeTheavas/MoreMineLadders
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Multiplayer Info
+
   |name    = Let Me Rest!
   |author  = cheesysteak
+
   |author  = Ophaneom
   |id      = cheesysteak.moremultiplayerinfo
+
   |id      = Ophaneom.LetMeRest
   |nexus  = 2173
+
   |nexus  = 8205
   |github  = cheesysteak/stardew-steak
+
   |github  = Ophaneom/Let-Me-Rest
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Rain
+
   |name    = Let Me Shop
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = MindMeltMax
   |id      = Omegasis.MoreRain
+
   |id      = MindMeltMax.LetMeShop
   |nexus  = 441
+
  |moddrop = 1443554
   |github  = janavarro95/Stardew_Valley_Mods
+
   |nexus  = 16738
 
+
   |github  =
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Random Edition, Randomizer
+
   |name    = Let's Move It
   |author  = Chikakoo and doomdonuts, Chikakoo4
+
   |author  = Exblosis
   |id      = Chikakoo.Randomizer
+
   |id      = Exblosis.LetsMoveIt
   |nexus  = 5311
+
   |nexus  = 20943
   |github  = Chikakoo/stardew-valley-randomizer
+
   |github  = Exblosis/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Rings
+
   |name    = Let's Start With Fishing
   |author  = spacechase0
+
   |author  = MedievalAI
   |id      = spacechase0.MoreRings
+
   |id      = MedievalAI.LetsStartWithFishing
  |curse  = 867743
+
   |nexus  = 19107
  |moddrop = 771616
+
   |github  =
   |nexus  = 2054
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Sexy Dwarf
+
   |name    = Level Extender
   |author  = CyberCheese
+
   |author  = unidarkshin, Devin Lematty
   |id      = cybercheese.moresexydwarf
+
   |id      = Devin_Lematty.Level_Extender, DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.5, 1.3-->
   |nexus  = 4320
+
   |nexus  = 1471
 
   |github  =
 
   |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    = More Silo Storage
+
   |name    = Level Forever
   |author  = OrneryWalrus
+
   |author  = GoldstoneBosonMeadows, Parakee
   |id      = OrneryWalrus.MoreSiloStorage
+
   |id      = GoldstoneBosonMeadows.LevelForever
   |nexus  = 2587
+
   |nexus  = 22920
 
   |github  =
 
   |github  =
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More Slimes, More Monsters
+
   |name    = Leveling Adjustment
   |author  = Ded4lif
+
   |author  = jahangmar
   |id      = Ded4lif.MoreSlimes, Ded4lif.MoreMonsters<!--changed circa 1.6-->
+
   |id      = jahangmar.LevelingAdjustment
   |nexus  = 7526
+
   |nexus  = 4689
   |github  =
+
   |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    = More Weapons
+
   |name    = Level Up Notifications
   |author  = Joco80 & Sasara
+
   |author  = kd8lvt
   |id      = Joco80.MoreWeapons
+
   |id      = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
   |nexus  = 1168
+
   |nexus  = 855
   |github  = Sasara2201/More-Weapons-SDV-Mod-
+
  |curse  = 300715
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MOTD Mod
+
   |name    = LewdDew Valley, LewdDew_Valley_helper2
   |author  = thfr
+
   |author  = shurmash
   |id      = thfr.MOTDMod
+
   |id      = shurmash.LewdDew_Valley_helper
   |nexus  = 3703
+
   |nexus  = 7222
   |github  = rfht/MOTDMod
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Motorcycle Mod, Moto Mod
+
   |name    = Lewd Leah
   |author  = Akane
+
   |author  = prowlingDemon, unknownDev
   |id      = Akane.MotorcycleMod<!--changed in 1.0.2 re-release-->, Pathoschild.MotorcycleMod<!--changed in 1.0.2-->, Akane.MotoMod
+
   |id      = prowlingDemon.LewdLeah, unknownDev.lewdLeah<!--changed in 1.2.1-->
   |nexus  = 10553
+
   |nexus  = 4402
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = mouahrara's Module Collection
+
   |name    = Light Mod
   |author  = mouahrara
+
   |author  = aedenthorn, Erinthe
   |id      = mouahrara.mouahrarasModuleCollection
+
   |id      = aedenthorn.LightMod
   |nexus  = 18973
+
   |nexus  = 14387
   |github  = mouahrara/mouahrarasModuleCollection
+
   |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    = Mouse Move Mode, Right Click Move Mode
+
   |name    = Light Switch
   |author  = ylsama
+
   |author  = holythesea
   |id      = ylsama.MouseMoveMode<!--changed in 1.2.8-->, ylsama.RightClickMoveMode
+
   |id      = holythesea.LightSwitch
   |nexus  = 2614
+
   |nexus  = 15683
   |github  = ylsama/RightClickMoveMode
+
   |github  = holy-the-sea/LightSwitch
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moveable Mailbox
+
   |name    = Like a Duck to Water
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MoveableMailbox
+
   |id      = aedenthorn.LikeADuckToWater
   |nexus  = 7834
+
   |nexus  = 15860
 
   |github  = aedenthorn/StardewValleyMods
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Moveable Pet Bowl
+
   |name    = Like a Duck to Water Continued
   |author  = aedenthorn, Erinthe
+
   |author  = aedenthorn and tem696969696969, Erinthe  
   |id      = aedenthorn.MoveablePetBowl
+
   |id      = tem696969696969.LikeADuckToWater
  |curse  = 868849
+
   |nexus  = 21285
   |nexus  = 8038
+
   |github  = kqrse/StardewValleyMods-aedenthorn
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Annoying Cursor
+
   |name    = Limited Campfire Cooking
   |author  = joljyo
+
   |author  = Cherry, CherryChain
   |id      = joljyo.MoveAnnoyingCursor
+
   |id      = Cherry.LimitedCampfireCooking
   |nexus  = 7378
+
   |nexus  = 4971
   |github  =
+
  |moddrop = 716383
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Between Buildings
+
   |name    = Line Sprinklers
   |author  = Vilaboa
+
   |author  = nanzington<!--since 1.4.0-->, Hootless
   |id      = Vilaboa.MoveBetweenBuildings
+
   |id      = nanz.LineSprinklers<!--since 1.4.0-->, hootless.LineSprinklers
   |nexus  = 17391
+
   |nexus  = 2917
   |github  =
+
   |github  = hootless/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest after Dynamic Game Assets-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Faster
+
   |name    = Line Sprinklers Redux (1.6 Compatible)
   |author  = Shuai Zhang
+
   |author  = rtrox, Swyytch
   |id      = shuaiz.MoveFasterMod
+
   |id      = rtrox.LineSprinklersRedux
   |nexus  = 1351
+
   |nexus  = 23895
   |github  = hcoona/StardewValleyMods
+
   |github  = rtrox/LineSprinklersRedux
 
 
  |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    = Linus Mod
   |author  = aedenthorn, Erinthe
+
   |author  = tomii
   |id      = aedenthorn.MoveGreenhousePlot
+
   |id      = tomii.LinusMod
   |nexus  = 13589
+
   |nexus  = 11637
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move It
+
   |name    = Literally Can't Even
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.MoveIt
+
   |id      = spacechase0.LiterallyCantEven
   |nexus  = 15163
+
   |nexus  = 14262
   |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    = Movement Mod, Movement Modifier
+
   |name    = Little NPCs
   |author  = Zoryn
+
   |author  = Candidus42
   |id      = Zoryn.MovementModifier
+
   |id      = Candidus42.LittleNPCs
   |nexus  =
+
   |nexus  = 15152
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = mus-candidus/LittleNPCs
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movement Speed
+
   |name    = Live Progress Bar
   |author  = bcmpinc
+
   |author  = Tyler Gibbs
   |id      = bcmpinc.MovementSpeed
+
   |id      = tylergibbs2.liveprogressbar
   |nexus  = 2736
+
   |nexus  = 7330
   |github  = bcmpinc/StardewHack
+
   |github  = tylergibbs2/LiveProgressBar
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Movie Theatre Tweaks
+
   |name    = Livestock Choices
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MovieTheatreTweaks
+
   |id      = aedenthorn.LivestockChoices
  |curse  = 868672
+
   |nexus  = 11551
   |nexus  = 16395
 
 
   |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}}#LivestockChoices
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mr. Pam - Snorlax Mechanics
+
   |name    = Loan Mod
   |author  = daleonar
+
   |author  = Doomnik
   |id      = daleonar.Snorlax
+
   |id      = Doomnik.LoanMod
   |nexus  = 16194
+
   |nexus  = 3882
   |github  =
+
   |github  = legovader09/SDVLoanMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Muffin Core
+
   |name    = Lober Cat
   |author  = Kabi-chan
+
   |author  = codyflagstaff
   |id      = kabi-chan.MuffinCore
+
   |id      = codyflagstaff.lobercat
   |nexus  = 8070
+
   |nexus  = 8219
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Multi Fertilizer
 
  |author  = spacechase0
 
  |id      = spacechase0.MultiFertilizer
 
  |curse  = 867717
 
  |nexus  = 7436
 
  |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    = Multiplayer Backpacks
+
   |name    = Location and Music Logger
   |author  = skiilaa
+
   |author  = Brandy Lover, WDavi
   |id      = skiilaa.MultiplayerBackpacks
+
   |id      = Brandy Lover.LMlog
   |nexus  = 2282
+
   |nexus  = 1366
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Exp Share, Multiplayer Exp Sharing
+
   |name    = Location Compass
   |author  = Achtuur
+
   |author  = Bouhm and Pathoschild
   |id      = Achtuur.MultiplayerExpShare
+
   |id      = Bouhm.LocationCompass
   |nexus  = 16891
+
   |nexus  = 3045
   |github  = Achtuur/StardewMods
+
   |github  = Bouhm/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Horse Reskin
+
   |name    = Locked Chests
   |author  = delphinwave
+
   |author  = MindMeltMax
   |id      = DelphinWave.MultiplayerHorseReskin
+
   |id      = MindMeltMax.LockedChests
   |nexus   = 7681
+
   |curse   = 1004481
   |github  =
+
   |moddrop = 1179603
 
+
  |nexus  = 12452
   |beta broke in = Stardew Valley 1.6
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Hub
+
   |name    = Locked Crab Pots
   |author  = Alberto Moreira Luiz
+
   |author  = nini700
   |id      = AlbertoMoreiraLuiz.MultiplayerHub
+
   |id      = nini700.LockedCrabPot
   |nexus  = 9672
+
   |nexus  = 4461
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Idle
+
   |name    = Locked Maps
   |author  = DoubleZ
+
   |author  = Edu Anttunes
   |id      = DoubleZ.MultiplayerIdle
+
   |id      = LockedMaps
   |nexus  = 3765
+
   |nexus  = 10089
   |github  = SourceZh/MultiplayerIdle
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Info
+
   |name    = Lock Hotbar Items
   |author  = MindMeltMax
+
   |author  = Falson
   |id      = MindMeltMax.MPInfo
+
   |id      = Falson.LockHotbarItems
   |moddrop = 1302776
+
   |moddrop = 1573213
   |nexus  = 15155
+
   |nexus  = 23702
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Journey Of The Prairie King, Prairie King - Multiplayer Support
+
   |name    = Lockpicks
   |author  = Scayze
+
   |author  = bwdy
   |id      = scayze.MultiplayerPrairieKing
+
   |id      = bwdy.lockpicks
   |nexus  = 16030
+
   |nexus  = 3521
   |github  = scayze/multiprairie
+
   |github  = bwdymods/SDV-Lockpicks
  
   |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    = Log Menu
   |author  = Tran Minh Thong
+
   |author  = JareBear
   |id      = multiplayer.mod
+
   |id      = JareBear.LogMenu
   |nexus  = 16582
+
   |nexus  = 19919
   |github  = TMThong/Stardew-Mods
+
   |github  = jaredtjahjadi/LogMenu
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Mod Checker
+
   |name    = Log Spam Filter
   |author  = Cherry, CherryChain
+
   |author  = aedenthorn, Erinthe
   |id      = Cherry.MultiplayerModChecker
+
   |id      = aedenthorn.LogSpamFilter
   |nexus  = 6609
+
   |nexus  = 11252
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Speech Bubbles
+
   |name    = Longer Days
   |author  = Kalthramis
+
   |author  = Stuyk
   |id      = Kalthramis.MPSpeechBubbles
+
   |id      = Stuyk.LongerDays
   |nexus  = 2192
+
   |nexus  = 19027
 
   |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.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    = Longer Fence Life
   |author  = lolmaj
+
   |author  = NormanPCN
   |id      = lolmaj.MultiplayerTime
+
   |id      = NormanPCN.LongerFenceLife
   |nexus  = 2543
+
   |nexus  = 10498
   |github  = MaciejMarkuszewski/StardewValleyMod
+
   |github  = NormanPCN/StardewValleyMods
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Longer Lasting Lures
 +
  |author  = Caraxian
 +
   |id      = caraxian.LongerLastingLures
 +
  |nexus  = 2510
 +
  |github  = Caraxi/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Floor Farmhouse
+
   |name    = Longer Seasons
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MultiStoryFarmhouse
+
   |id      = aedenthorn.LongerSeasons
   |nexus  = 8077
+
   |nexus  = 10108
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Longer Seasons - Continued|Longer Seasons - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |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    = Multiple Gifts for Spouses
+
   |name    = Longevity
   |author  = Redwood
+
   |author  = RTGOAT
   |id      = Redwood.MultipleGiftsForSpouse
+
   |id      = RTGOAT.Longevity
   |nexus  = 2910
+
   |nexus  = 649
   |github  = EKomperud/StardewMods
+
   |github  =
 
 
  |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    = Multiple Mini-Obelisks
+
   |name    = Looking for Love REDUX
   |author  = PeacefulEnd
+
   |author  = mushroomhash
   |id      = PeacefulEnd.MultipleMiniObelisks
+
   |id      = mush.loveydovey
   |nexus  = 7900
+
   |nexus  = 21370
  |github  = Floogen/MultipleMiniObelisks
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Spouse Dialogs
+
   |name    = Look to the Sky
   |author  = ceruleandeep
+
   |author  = drbirbdev
   |id      = ceruleandeep.multiplespousedialogs
+
   |id      = drbirbdev.LookToTheSky
   |nexus  = 8711
+
   |nexus  = 15262
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = drbirbdev/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Sprites and Portraits On Rotation, File Loading
+
   |name    = Lookup Anything
   |author  = SlyMerc
+
   |author  = Pathoschild
   |id      = FileLoading
+
   |id      = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
   |nexus   = 1094
+
   |curse   = 992793
   |github  =
+
   |nexus  = 541
 
+
   |moddrop = 606605
   |status  = workaround
+
   |github = Pathoschild/StardewMods
   |summary = Use [[#Content Patcher|Content Patcher]] instead.
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Save
+
   |name    = Loose Audio Files
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.MultiSave
+
   |id      = aedenthorn.LooseAudioFiles
   |nexus  = 15402
+
   |nexus  = 5999
 
   |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    = Multitool
+
   |name    = Lore-Friendly JojaMart Prices
   |author  = Miome
+
   |author  = Huanir
   |id      = miome.MultiToolMod
+
   |id      = Huanir.LoreFriendlyJojaPrices
   |nexus  = 2546
+
   |nexus  = 2658
   |github  = miome/MultitoolMod
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi-User Chests
+
   |name    = Lost Book Menu
   |author  = MindMeltMax
+
   |author  = bungus
   |id      = MindMeltMax.MUC
+
   |id      = bungus.LostBookMenu
   |nexus  = 9856
+
   |nexus  = 20301
  |moddrop = 1135731
+
   |github  = BussinBungus/BungusSDVMods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multi Yield Crops
+
   |name    = Lost Woods
   |author  = Cherry, CherryChain
+
   |author  = Raik, Raik167, YousernameZo
  |id      = Cherry.MultiYieldCrops
+
   |id      = raik.testmod
  |nexus  = 6069
+
   |nexus  = 6291
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Multi Yield Crops and Deluxe Grabber Redux Compatibility Patch, MYC-DGR Compatibility Patch
 
  |author  = Jacque Pott
 
   |id      = JacquePott.MYCDGRPatch
 
   |nexus  = 14023
 
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Deluxe Grabber Redux-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murdercrows
+
   |name    = Love Bubbles
   |author  = aedenthorn, Erinthe
+
   |author  = SteelixLeiter, Don Collins
   |id      = aedenthorn.Murdercrows
+
   |id      = LoveBubbles
   |nexus  = 6615
+
   |nexus  = 1318
   |github  = aedenthorn/StardewValleyMods
+
   |github  = doncollins/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Better Ranching|Better Ranching]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Murder Drone, Personal Combat Drone
+
   |name    = Loved Labels
   |author  = cotboy
+
   |author  = Advize and Jinxiewinxie
   |id      = cambam.MURDERDRONE
+
   |id      = Advize.LovedLabels
   |nexus  = 4507
+
   |nexus  = 279
   |github  = camcamcamcam/murderdrone
+
   |github  = AdvizeGH/LovedLabels
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.3.29
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-104637
+
<!--
  |unofficial version = 0.0.7-unofficial.5-prism99
+
  |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    = Murder Mod
+
   |name    = Loved Labels Redux
   |author  = Aren, Aren Desai
+
   |author  = thespbgamer
   |id      = Aren.MurderMod
+
   |id      = thespbgamer.LovedLabelsRedux
   |nexus  = 17470
+
   |nexus  = 8880
   |github  = ArenKDesai/Murder-Mod
+
   |curse  = 834387
 
+
   |github  = thespbgamer/LovedLabelsRedux
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Museum Store
+
   |name    = Love Festival
   |author  = atravita
+
   |author  = AvalonMFX
   |id      = atravita.MuseumRewardsIn<!--since 0.2.0-->, atravita.MuseumStore
+
   |id      = AvalonMFX.LoveFestival
   |curse  = 870973
+
   |curse  = 1016375
  |moddrop = 1187402
+
   |nexus  = 17819
   |nexus  = 12598
+
   |github  =
   |github  = atravita-mods/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Cursors
+
   |name    = Low Health Warning
   |author  = Expl0
+
   |author  = NMVH5
   |id      = Expl0.MushroomCursors
+
   |id      = nmvh5.LowHealthWarning
   |nexus  = 12594
+
   |nexus  = 8326
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Levels
+
   |name    = Luck Score HUD, Just Luck Mod
   |author  = Eireon, Ben Patterson
+
   |author  = delaney
   |id      = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
+
   |id      = dJustLuckMod
   |nexus  = 2818
+
   |nexus  = 10386
   |github  = benrpatterson/MushroomLevels
+
   |moddrop = 1070645
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Mushroom Level Tip
 
  |author  = WhiteMind
 
  |id      = WhiteMind.MLT
 
  |nexus  = 1894
 
 
   |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    = Luck Skill
   |author  = blueberry and Oddshot
+
   |author  = spacechase0
   |id      = blueberry.BlueberryMushroomAutomation
+
   |id      = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
   |nexus   = 4637
+
   |curse   = 867393
   |github  = b-b-blueberry/BlueberryMushroomMachine
+
   |moddrop = 127279
 
+
  |nexus  = 521
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mushroom Propagator Automation-->
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Propagator - Grow More Mushrooms
+
   |name    = Lucky Reclamation Trash Can
   |author  = blueberry, blueberry and Oddshot
+
   |author  = kiranmurmu
   |id      = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
+
   |id      = kiranmurmu.LuckyReclamationTrashCan
   |nexus  = 4637
+
   |nexus  = 8971
   |github  = b-b-blueberry/BlueberryMushroomMachine
+
   |github  = kiranmurmu/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6<!--retest linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mushroom Rancher
+
   |name    = Lunar Disturbances
   |author  = Goldenrevolver
+
   |author  = Sakorona
   |id      = Goldenrevolver.MushroomRancher
+
   |id      = KoihimeNakamura.LunarDisturbances
   |nexus  = 10978
+
   |nexus  = 2208
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |moddrop = 664151
 
+
   |github  = Sakorona/SDVMods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Musical Cellar
+
   |name    = Machine Augmentors
   |author  = Lis
+
   |author  = SlayerDharok
   |id      = Lis.MusicalCellar
+
   |id      = SlayerDharok.MachineAugmentors
   |nexus  = 7626
+
   |nexus  = 5600
   |github  = lisamreynolds/MusicalCellar
+
   |github  = Videogamers0/SDV-MachineAugmentors
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Musical Paths
+
   |name    = Machine Check
   |author  = aedenthorn, Erinthe
+
   |author  = FairfieldBW
   |id      = aedenthorn.MusicalPaths
+
   |id      = FairfieldBW.MachineCheck
   |nexus  = 13197
+
   |nexus  = 9515
   |github  = aedenthorn/StardewValleyMods
+
   |github  = FairfieldBW/MachineCheck
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = My Money
+
   |name    = Machine Speed Change
   |author  = Marcos Brendon
+
   |author  = IceGladiador
   |id      = marcos.mymoney
+
   |id      = IceGladiador.MachineSpeedChange
   |nexus  = 6736
+
   |nexus  = 1780
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Mystical Buildings
 
  |author  = PeacefulEnd
 
  |id      = PeacefulEnd.MysticalBuildings
 
  |nexus  = 12312
 
  |github  = Floogen/MysticalBuildings
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Solid Foundations-->
+
   |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    = Name Tags
+
   |name    = Machine Status
   |author  = Enaium
+
   |author  = Shockah
   |id      = Enaium.NameTags
+
   |id      = Shockah.MachineStatus
  |curse  = 436816
+
   |nexus  = 11177
  |moddrop = 877767
+
   |github  = Shockah/Stardew-Valley-Mods
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/NameTags
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Napalm Mummies
+
   |name    = Magic
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.NapalmMummies
+
   |id      = spacechase0.Magic
   |nexus  = 15933
+
  |curse  = 867745
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 399898
 +
   |nexus  = 2007
 +
   |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    = Nature Strikes Back
+
   |name    = Magical Crops
   |author  = Clumsy Jackdaw
+
   |author  = shekurika and Asterisk555
   |id      = ClumsyJackdaw.NatureStrikesBack
+
   |id      = shekurika.MagicalCropsCode
   |nexus  = 19771
+
   |nexus  = 8762
   |github  = clumsyjackdaw/StardewValley_NatureStrikesBack
+
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Magic Junimo Pet
 +
  |author  = Entoarox
 +
  |id      = Entoarox.MagicJunimoPet
 +
  |nexus  = 3567
 +
  |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    = Neat Additions
+
   |name    = Magic Pluses
   |author  = Ilyaki
+
   |author  = TerryDBS
   |id      = ilyaki.neatadditions
+
   |id      = TerryDBS.MagicPluses
   |nexus  = 2648
+
   |nexus  = 7096
   |github  = Ilyaki/NeatAdditions
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Network Optimizer
+
   |name    = Magic Scepter
   |author  = Ilyaki
+
   |author  = not4bene
   |id      = Ilyaki.NetworkOptimizer
+
   |id      = not4bene.MagicScepter
   |nexus  = 3021
+
   |nexus  = 8169
   |github  = Ilyaki/NetworkOptimizer
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Never Ending Adventure - NPC Mateo<!--Nexus-->, Never Ending Adventure - Code<!--manifest-->
+
   |name    = Magic Valley
   |author  = DestyNova
+
   |author  = season
   |id      = DestyNova.NEACode
+
   |id      = season.MagicValley
   |nexus  = 12369
+
   |nexus  = 10639
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Clothes Every Day
+
   |name    = Mailbox Menu
   |author  = Vrakyas
+
   |author  = aedenthorn, Erinthe
   |id      = Vrakyas.NewClothesEveryDay
+
   |id      = aedenthorn.MailboxMenu
   |nexus  = 4030
+
   |nexus  = 14439
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Mailbox Menu Continued|Mailbox Menu Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Game on Launch
+
   |name    = Mailbox Menu Continued
   |author  = Nobbele
+
   |author  = aedenthorn and tem696969696969, Erinthe
   |id      = Nobbele.NewGameOnLaunch
+
   |id      = tem696969696969.MailboxMenu
   |nexus  = 2654
+
   |nexus  = 21068
   |github  = 4ppleCracker/NewGameOnLaunch
+
   |github  = kqrse/StardewValleyMods-aedenthorn
 
 
  |broke in    = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Game Plus
+
   |name    = Mail Framework
   |author  = Spacechase0
+
   |author  = Digus
   |id      = Spacechase0.NewGamePlus
+
   |id      = DIGUS.MailFrameworkMod
   |nexus  = 10786
+
   |nexus  = 1536
   |github  = spacechase0/StardewValleyMods
+
   |github  = Digus/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Machines
+
   |name    = Mail Order Pigs
   |author  = Igorious
+
   |author  = jwdred
   |id      = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
+
   |id      = jwdred.MailOrderPigs
   |nexus  =
+
   |nexus  = 632
  |chucklefish = 3683
+
   |github  = jdusbabek/stardewvalley
   |github  = Igorious/StardevValleyNewMachinesMod
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3.29
  |status  = workaround
+
<!--
   |summary  = use [[#Producer Framework Mod|Producer Framework Mod]] instead.
+
   |unofficial version = 1.1.1-unofficial.6-strobe
 
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-44728
   |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
+
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = New Years Eve → Fireworks
+
   |name    = Mail Services Mod
   |author  = sophie
+
   |author  = Digus
   |id      = sophie.Fireworks
+
   |id      = Digus.MailServicesMod
   |nexus  = 15277
+
   |nexus  = 7842
   |github  =
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nexus Mods Button
+
   |name    = Main Questline Redux (PMC CCJ)<!--Nexus-->, PCM CCJ JC<!--manifest-->, Junimo Sprinkler<!--folder-->
   |author  = Pickysaurus
+
   |author  = pinguimbozo
   |id      = Pickysaurus.NexusModsButton
+
   |id      = pinguimbozo.PCMCCJJC
   |nexus  = 12969
+
   |nexus  = 13248
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Nice Messages
+
   |name    = Make Gil Real
   |author  = Nori, seaweednori
+
   |author  = Werewolf Master
   |id      = nori.NiceMessages
+
   |id      = Wolf.GilSMAPI
   |nexus  = 6160
+
   |nexus  = 7118
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Event Chance Tweak
+
   |name    = Make Love
   |author  = aedenthorn, Erinthe
+
   |author  = Kabulla
   |id      = aedenthorn.NightEventChanceTweak
+
   |id      = Kabulla.MakeLove
   |nexus  = 10633
+
   |nexus  = 16003
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name     = Night Owl
+
   |name   = Makeshift Multiplayer
   |author   = Omegasis, Alpha_Omegasis
+
   |author = spacechase0
   |id       = Omegasis.NightOwl
+
   |id     = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
   |nexus   = 433
+
   |nexus   = 501
   |github  = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 127274
   |warnings = affected by Vortex mod manager bug; use {{Nexus mod|19291|Night Owl Repacked}} if you use Vortex.
+
   |github  = spacechase0/StardewValleyMP
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Shift
+
   |name    = Mana Bar
   |author  = SevenChords
+
   |author  = spacechase0
   |id      = SevenChords.Night_Shift
+
   |id      = spacechase0.ManaBar
   |nexus  = 15345
+
  |curse  = 867709
   |github  =
+
   |nexus  = 7831
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Night Time Sound Notifications, Time Notif
+
   |name    = Mandatory Meals, Real Life Mod
   |author  = CarelessImm0rtal and StultusVMods, Careless_Imm0rtal
+
   |author  = darzington
   |id      = Careless_Imm0rtal.Time_Notif.
+
   |id      = darzington.RealLifeMod
   |nexus  = 19651
+
   |nexus  = 7445
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Blink
+
   |name    = Many Enchantments
   |author  = Mr Tea, MrTea
+
   |author  = Stari
   |id      = MrTea.NoBlink
+
   |id      = Stari.ManyEnchantments
   |nexus  = 17220
+
  |curse  = 1004483
   |github  =
+
   |nexus  = 8824
 +
   |github  = SlivaStari/ManyEnchantments
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Noclip Mode
+
   |name    = Map Binder
   |author  = Pathoschild
+
   |author  = SnowFire k'Vala
   |id      = Pathoschild.NoclipMode
+
   |id      = SnowFire.Map_Binder
   |nexus  = 3900
+
   |nexus  = 6983
   |moddrop = 691002
+
   |github  =
   |github  = Pathoschild/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Cooties
+
   |name    = Map Editor Extended, Map Editor<!--renamed in 1.0.0-->
   |author  = ceruleandeep
+
   |author  = aedenthorn, Erinthe
   |id      = ceruleandeep.NoCooties
+
   |id      = aedenthorn.MapEdit
   |nexus  = 9000
+
   |nexus  = 18387<!--8876 before 1.0.0-->
   |github  = ceruleandeep/CeruleanStardewMods
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Crows
+
   |name    = Map Image Export
   |author  = CatCattyCat, Cat
+
   |author  = spacechase0
   |id      = cat.nocrows
+
   |id      = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
   |nexus  = 1682
+
   |nexus  = 1073
   |moddrop = 833543
+
   |moddrop = 127273
   |github  = danvolchek/StardewMods
+
   |github  = spacechase0/MapImageExporter
 +
 
 +
  |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    = No Debris Weather
+
   |name    = Mapping Extensions and Extra Properties (MEEP)
   |author  = Underscore76
+
   |author  = DecidedlyHuman
   |id      = underscore.nodebris
+
   |id      = DecidedlyHuman.MappingExtensionsAndExtraProperties
   |nexus  = 19699
+
   |nexus  = 14493
   |github  = Underscore76/NoDebrisWeather
+
   |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Fall Damage, Remove Fall Damage from Mineshafts
+
   |name    = Map Teleport
   |author  = Kryspur
+
   |author  = aedenthorn, Erinthe
   |id      = Kryspur.NoFallDamage
+
   |id      = aedenthorn.MapTeleport
   |nexus  = 17749
+
  |curse  = 868868
   |github  =
+
   |nexus  = 7675
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Fence Decay
+
   |name    = Map Teleport, Stardew Valley Map Teleport
   |author  = CatCattyCat, Cat
+
   |author  = Richard2091
   |id      = cat.nofencedecay
+
   |id      = Richard2091.MapTeleport
   |nexus  = 1180
+
   |nexus  = 21381
  |moddrop = 833537
+
   |github  = Richard2091/MapTeleport
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Festival Timer
+
   |name    = Map Utilities
   |author  = mistyspring
+
   |author  = mabelSyrup
   |id      = mistyspring.nofestivaltimer
+
   |id      = mabelsyrup.maputils
   |nexus  = 20077
+
   |nexus  = 4716
   |github  =
+
   |github  = mjSurber/Map-Utilities
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Friendship Decay
+
   |name    = Maritime Secrets
   |author  = hitachihex
+
   |author  = Goldenrevolver
   |id      = hitachihex.NoFriendshipDecay
+
   |id      = Goldenrevolver.MaritimeSecrets
   |nexus  =
+
   |nexus  = 10758
   |url    = https://community.playstarbound.com/threads/no-friendship-decay.108278/
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |source = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Market Day
 +
  |author  = ceruleandeep
 +
  |id      = ceruleandeep.MarketDay
 +
  |nexus  = 11778
 +
   |github = ceruleandeep/CeruleanStardewMods
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
+
}}
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
{{#invoke:SMAPI compatibility|entry
<!--
+
   |name    = Market Town<!--changed in 3.0.0-->, Food Store
   |unofficial version = 1.1.2-unofficial.1-f4ith
+
   |author  = d5a1lamdtd, HaPyke
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
+
   |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    = No Hat Treasure in Skull Cave<!--manifest-->, No Hats in Skull Cavern Treasure Chest<!--Nexus-->
+
   |name    = Mass Production
   |author  = Kumagabear
+
   |author  = Jacque Pott
   |id      = Kumagabear.NoHatTreasureSkull
+
   |id      = JacquePott.MassProduction
   |nexus  = 19655
+
   |nexus  = 7021
   |github  = DotSharkTeeth/StardewValleyMods
+
   |github  = JacquePott/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Kids Ever
+
   |name    = Mastery Extended
   |author  = Hangy
+
   |author  = AlanBF
   |id      = Hangy.NoKidsEver
+
   |id      = AlanBF.MasteryExtended, AlanBF.MasteryExtended.SC<!--both mods bundled into same download-->
   |nexus  = 1464
+
   |nexus  = 23697
   |github  = L3thal1ty/No-Kids-Ever
+
   |github  = Pet-Slime/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Kimchi
+
   |name    = Matching Nodes, MinesTokens
   |author  = jaeha, qpqpqp121
+
   |author  = Eryk601 and sophiesalacia
   |id      = jaeha.No_Kimchi
+
   |id      = Vertigon.MinesTokens
   |nexus  = 5043
+
   |nexus  = 11124
 
   |github  =
 
   |github  =
 
  |beta 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    = Max Cost Stamina
   |author  = Riverbankboy, The_UltimateNuke
+
   |author  = StultusV
   |id      = theultimatenuke.testmod
+
   |id      = StultusV.MaxCastStamina
   |nexus  = 17965
+
   |nexus  = 10794
   |github  = TheUltimateNuke/StardewValleyMods
+
   |github  = JudeRV/Stardew-MaxCastStamina
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Mine Flyers Redux
+
   |name    = Maximize Fix
   |author  = minervamaga
+
   |author  = Shockah
   |id      = minervamaga.NoMineFlyersRedux
+
   |id      = Shockah.MaximizeFix
   |nexus  =
+
   |nexus  = 16099
  |moddrop = 631110
+
   |github  = Shockah/Stardew-Valley-Mods
   |github  = minervamaga/NoMineFlyersRedux
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Accidental Exhaustion, Exhaustion Protection
+
   |name    = Mayo Hats
   |author  = Guedez
+
   |author  = spacechase0
   |id      = exhaustion.protection
+
   |id      = spacechase0.MayoHats
   |nexus  = 5113
+
   |nexus  = 17514
  |moddrop = 707180
 
 
   |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 More Random Mine Flyers
+
   |name    = Mayo Mart
   |author  = Drynwynn, thepaladinknight
+
   |author  = aedenthorn, Erinthe
   |id      = Drynwynn.NoAddedFlyingMineMonsters
+
   |id      = aedenthorn.MayoMart
   |nexus  = 2528
+
   |nexus  = 17175
   |github  = Drynwynn/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |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    = Mayonnaise++, Mayonnaise Plus Plus
  |author  = MadaraUchiha
+
   |author  = theStormWeaver, Adam 'theStormWeaver' Chevalier
  |id      = MadaraUchiha.NonDestructiveNPCs
+
   |id      = xirsoi.mayonnaiseplusplus
  |nexus  = 5176
+
   |nexus  = 4634
  |github  = MadaraUchiha/NonDestructiveNPCs
+
   |github  = xirsoi/MayonnaisePlusPlus
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Non-Random Prairie King
 
   |author  = aedenthorn, Erinthe
 
   |id      = aedenthorn.NonRandomPrairieKing
 
   |nexus  = 6509
 
   |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 Pause When Inactive - Global
+
   |name    = Mayo Rain
   |author  = Neko Boi Nick
+
   |author  = spacechase0
   |id      = NekoBoiNick.NoPauseWhenInactiveGlobal
+
   |id      = spacechase0.MayoRain
   |nexus  = 19250
+
   |nexus  = 17436
   |github  = thakyZ/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Poverty by Disconnect
+
   |name    = Meal Overhaul
   |author  = Slumber
+
   |author  = stardemod
   |id      = SlumbR.NoPovertyByDisconnect
+
   |id      = stardemod.MealOverhaul
   |nexus  = 11529
+
   |nexus  = 23528
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Quarry
+
   |name    = Meme Outfits
   |author  = mlambley
+
   |author  = Mehidden
   |id      = mlambley.NoQuarry
+
   |id      = MemeOutfits.Mehidden
   |nexus  = 19410
+
   |nexus  = 13213
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Normalize AI for Inworld AI Mod, Normalize AI
+
   |name    = Menus Everywhere
   |author  = Platonymous
+
   |author  = nman130
   |id      = Platonymous.NormalizeAI
+
   |id      = nman130.MenusEverywhere
   |nexus  = 19334
+
   |nexus  = 6119
   |github  =
+
   |github  = nman130/Stardew-Mods
 
 
  |broke in = Stardew Valley ≤1.5.6
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Rumble Horse
+
   |name    = Merge Fertilizer
   |author  = Xangria
+
   |author  = TianXiaobai
   |id      = Xangria.NoRumbleHorse
+
   |id      = TianXiaobai.MergeFertilizer
   |nexus  = 1779
+
   |nexus  = 17743
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = workaround
 
  |summary  = use [[#Updated No Rumble Horse|Updated No Rumble Horse]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Seeds
+
   |name    = Message Box API, ChatMod
   |author  = lech43
+
   |author  = Kithio
   |id      = lech43.NoSeeds
+
   |id      = Kithio:ChatMod
   |nexus  = 6392
+
   |nexus  =
 +
  |chucklefish = 4296
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay
+
   |name    = Messy Crops
   |author  = ThatNorthernMonkey
+
   |author  = Tlitookilakin
   |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
+
   |id      = tlitookilakin.MessyCrops
   |nexus  = 237
+
  |moddrop = 1123884
   |github  = ThatNorthernMonkey/NoSoilDecay
+
   |nexus  = 11317
 
+
   |github  = tlitookilakin/MessyCrops
   |broke in = Stardew Valley 1.2
+
}}
   |status   = workaround
+
{{#invoke:SMAPI compatibility|entry
   |summary = use [[#No Soil Decay On Farm|No Soil Decay On Farm]] instead.
+
  |name    = Meteor Defence
 +
  |author  = aedenthorn, Erinthe
 +
   |id      = aedenthorn.MeteorDefence
 +
   |nexus   = 10641
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay On Farm
+
   |name    = Mice in the Valley
   |author  = A_Dude
+
   |author  = candidus42
   |id      = A_Dude.NoSoilDecayOnFarm
+
   |id      = Candidus42.MiceInTheValley
   |nexus  = 8071
+
   |nexus  = 4638
   |github  =
+
   |github  = mus-candidus/MiceInTheValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Soil Decay Redux
+
   |name    = Migrate DGA Items
   |author  = Platonymous
+
   |author  = violetlizabet
   |id      = Platonymous.NoSoilDecayRedux
+
   |id      = violetlizabet.MigrateDGAItems
  |curse  = 307727
+
   |nexus  = 20612
  |moddrop = 793930
+
   |github  = elizabethcd/MigrateDGAItems
   |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.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Note Blocks
+
   |name    = Milk the Villagers
   |author  = Yaramy
+
   |author  = trunip190
   |id      = yaramy.noteblocks
+
   |id      = Trunip190.MilkTheVillagers, Trunip190.MilkVillagers<!--before 1.2.2-->
   |nexus  = 6646
+
   |nexus  = 5948
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Not Far From The Tree
+
   |name    = Miller Time
   |author  = TheElm
+
   |author  = Sonozuki
   |id      = TheElm.NotFarFromTheTree
+
   |id      = Satozaki.MillerTime
   |nexus  = 4739
+
   |nexus  = 7575
   |github  = GStefanowich/SDV-NFFTT
+
   |github  = Sonozuki/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Thunder Sound
+
   |name    = Milo Dog
   |author  = Sto13
+
   |author  = Clark, wilsonch3451
   |id      = Sto13.NoThunderSound
+
   |id      = Clark.MiloDog
   |nexus  = 14414
+
   |nexus  = 2861
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Transitions
+
   |name    = Mine Assist
   |author  = crazywig
+
   |author  = Kabigon
   |id      = crazywig.notransitions
+
   |id      = Kabigon.MineAssist
   |nexus  = 7354
+
   |nexus  = 2296
   |github  =
+
  |chucklefish = 5353
 +
   |github  = KabigonFirst/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Warp Delay
+
   |name    = Minecart Patcher
   |author  = Tran Minh Thong
+
   |author  = bwdy
   |id      = no.warp.delay
+
   |id      = mod.kitchen.minecartpatcher, bwdymods.minecartpatcher<!--before 1.0.3-->
   |nexus  = 19805
+
   |nexus  = 11424
   |github  =
+
   |github  = bwdy/SDVModding
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Now Playing
+
   |name    = Mine Changes
   |author  = John Peters
+
   |author  = JPAN
   |id      = JohnPeters.NowPlaying
+
   |id      = jpan.MineChanges
   |nexus  = 19441
+
   |nexus  = 3963
   |github  =
+
   |github  = JPANv2/Stardew-Valley-Mine-Changes
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = NPC Adventures, It's Time to Adventure
 
  |author  = PurrplingCat
 
  |id      = purrplingcat.npcadventure
 
  |curse  = 577730
 
  |nexus  = 4582
 
  |github  = purrplingcat/PurrplingMod
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Clothing Framework
+
   |name    = Mines Tokens
   |author  = aedenthorn, Erinthe
+
   |author  = sophiesalacia
   |id      = aedenthorn.NPCClothing
+
   |id      = sophie.MinesTokens
   |nexus  = 13940
+
   |nexus  = 18776
   |github  = aedenthorn/StardewValleyMods
+
   |github  = sophiesalacia/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Geometry
+
   |name    = Mine Tweaks
   |author  = ichortower
+
   |author  = Shockah
   |id      = ichortower.NPCGeometry
+
   |id      = Shockah.MineTweaks
   |nexus  = 19259
+
   |nexus  = 16859
   |github  = ichortower/NPCGeometry
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |broke in = Stardew Valley ≤1.5.6
 
 
 
  |beta status = ok
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Map Locations
+
   |name    = Mini Bars
   |author  = Bouhm and Pathoschild
+
   |author  = Ophaneom
   |id      = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
+
   |id      = Ophaneom.MiniBars
   |nexus  = 239
+
   |nexus  = 8329
   |github  = Bouhm/stardew-valley-mods
+
   |github  = Ophaneom/Mini-Bars
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Map Locations Extra Config
+
   |name    = Mining at the Farm
   |author  = trashcan9
+
   |author  = Nishtra
   |id      = trashcan9.NPCMapLocations.ExtraConfig
+
   |id      = Nishtra.MiningAtTheFarm, MiningAtTheFarm<!--changed in 1.7 or earlier-->
   |nexus  = 16236
+
   |nexus  = 674
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3.23
 +
  |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    = NPC Path Displayer, Path Display
+
   |name    = Mining with Explosives
   |author  = Akago
+
   |author  = Nishtra
   |id      = akago.PathDisplay
+
   |id      = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
   |nexus  = 7563
+
   |nexus  = 770
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
  |status  = obsolete
 +
  |summary  = remove this mod (mining with explosives fixed in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Numerical Health
+
   |name    = Mini Tool NPC
   |author  = Hydrox, hydrox6
+
   |author  = Tran Minh Thong
   |id      = Hydrox.NumericalHealth
+
  |id      = mini.tool.npc.mod
   |nexus  = 4863
+
  |nexus  = 7060
 +
  |github  = TMThong/Stardew-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Minor Light Tweaks
 +
  |author  = greentodd
 +
  |id      = greentodd.MinorLightTweaks
 +
  |nexus  = 10223
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Miscellaneous Modded Meadows Trolls, Misc Trolls
 +
  |author  = BlaDe
 +
   |id      = BlaDe.MiscTrolls
 +
   |nexus  = 12037
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Import Map, Import Map
+
   |name    = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
   |author  = aedenthorn, Erinthe
+
   |author  = The Fluffy Robot
   |id      = aedenthorn.ImportMap
+
   |id      = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
   |nexus  = 10965
+
   |nexus  = 5691
   |github  = aedenthorn/StardewValleyMods
+
   |github  = jamespfluger/Stardew-MisophoniaAccessibility
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Miss Coriel's Position Tool
 +
  |author  = MissCoriel
 +
  |id      = misscoriel.PositionTool
 +
  |nexus  = 8087
 +
  |github  = MissCoriel/Position-Tool
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Product Display
+
   |name    = Miss Coriel's Unique Courtship Response Core, Unique Response Core
   |author  = aedenthorn, Erinthe
+
   |author  = MissCoriel
   |id      = aedenthorn.ObjectProductDisplay
+
   |id      = misscoriel.UCRFix
   |nexus  = 18365
+
   |nexus  = 8284
   |github  = aedenthorn/StardewValleyMods
+
   |github  = MissCoriel/UniqueCourtshipResponseCore
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Object Progress Bars
+
   |name    = Missing Gifts
   |author  = Adeel Tariq
+
   |author  = ChiroxT
   |id      = Adeel.ObjectProgressbars
+
   |id      = treinke.missinggifts
   |nexus  = 2803
+
   |nexus  = 11363
   |github  = AdeelTariq/ObjectProgressBars
+
   |github  =
  
   |status   = workaround
+
   |broke in = Stardew Valley 1.6
   |summary = broken, use older version 1.3 instead.
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |beta broke in = Stardew Valley 1.6
+
   |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    = Object Time Left
+
   |name    = Mobile Arcade
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.ObjectTimeLeft
+
   |id      = aedenthorn.MobileArcade
  |curse  = 867757
+
   |nexus  = 6538
  |moddrop = 131148
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  = 1315
 
   |github  = spacechase0/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    = OK Night Check
+
   |name    = Mobile Audio Player
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.OKNightCheck
+
   |id      = aedenthorn.MobileAudioPlayer
   |nexus  = 14231
+
   |nexus  = 6568
 
   |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    = OmniFarm
+
   |name    = Mobile Calendar
   |author  = lambui
+
   |author  = aedenthorn, Erinthe
   |id      = PhthaloBlue.Omnifarm
+
   |id      = aedenthorn.MobileCalendar
   |nexus  =
+
   |nexus  = 6601
  |url    = https://community.playstarbound.com/threads/127299
+
   |github  = aedenthorn/StardewValleyMods
   |github  = lambui/StardewValleyMod_OmniFarm
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 +
  |status  = workaround
 +
  |summary  = use [[#Mobile Phone Continued → Calendar Mobile App|Mobile Phone Continued → Calendar Mobile App]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Omni Swing
+
   |name    = Mobile Catalogues
  |author  = Alejandro Akbal
 
  |id      = AlejandroAkbal.OmniSwing
 
  |nexus  = 7877
 
  |github  = AlejandroAkbal/Stardew-Valley-OmniSwing-Mod
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Omni Tools
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.OmniTools
+
   |id      = aedenthorn.MobileCatalogues
  |curse  = 868690
+
   |nexus  = 6543
   |nexus  = 14865
 
 
   |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 → Mobile Catalogues|Mobile Phone Continued → Mobile Catalogues]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Click Shed Reloader
+
   |name    = Mobile Phone
   |author  = BitwiseJon
+
   |author  = aedenthorn, Erinthe
   |id      = BitwiseJonMods.OneClickShedReloader
+
   |id      = aedenthorn.MobilePhone
   |nexus  = 2052
+
  |curse  = 868890
   |github  = bitwisejon/StardewValleyMods
+
   |nexus  = 6523
 +
   |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    = One Day at a Time
+
   |name    = Mobile Phone Continued
   |author  = Miome
+
   |author  = JoXW
   |id      = Miome.OneDayAtATime
+
   |id      = JoXW.MobilePhone
   |nexus  = 8870
+
   |nexus  = 21017
   |github  = miome/OneDayAtATime
+
   |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Silo Storage
+
   |name    = Mobile Phone Continued → Arcade Mobile Apps
   |author  = SorryLate, rharyanto
+
   |author  = JoXW
   |id      = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
+
   |id      = JoXW.MobileArcade
   |nexus  = 5150
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
 
  |status  = workaround
 
  |summary  = Use [[#Silo Size| Silo Size]] instead.
 
  |broke in = SMAPI 3.12.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = One Sprinkler One Scarecrow
+
   |name    = Mobile Phone Continued → Calendar Mobile App
   |author  = Mizzion
+
   |author  = JoXW
   |id      = mizzion.onesprinkleronescarecrow
+
   |id      = JoXW.MobileCalendar
   |nexus  = 3633
+
   |nexus  = 21017
  |moddrop = 661376
+
   |github  = JoXW100/StardewValleyMods
   |github  = Mizzion/MyStardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Only Iridium
+
   |name    = Mobile Phone Continued → Mobile Catalogues
   |author  = xiaoye97
+
   |author  = JoXW
   |id      = xiaoye97.OnlyIridium
+
   |id      = JoXW.MobileCatalogues
   |nexus  = 4471
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Open Hearts
+
   |name    = Mobile Phone Continued → Television Mobile App
   |author  = MedievalAI
+
   |author  = JoXW
   |id      = MedievalAI.OpenHearts
+
   |id      = JoXW.MobileTelevision
   |nexus  = 16944
+
   |nexus  = 21017
   |github  =
+
   |github  = JoXW100/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Orchard - Better Fruit Trees
+
   |name    = Mobile Television
   |author  = Saitoue
+
   |author  = aedenthorn, Erinthe
   |id      = Saitoue.Orchard
+
   |id      = aedenthorn.MobileTelevision
   |nexus  = 13867
+
   |nexus  = 6575
   |github  = Saitoue/Orchard
+
   |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 → Television Mobile App|Mobile Phone Continued → Television Mobile App]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ordinary Capsule
+
   |name    = MobileUI Android
   |author  = furyx639
+
   |author  = WisnuNug
   |id      = furyx639.OrdinaryCapsule
+
   |id      = WisnuNug.MobileUI
   |curse   = 871831
+
   |nexus   = 17652
   |nexus  = 13489
+
   |github  =
   |github  = LeFauxMatt/StardewMods
+
 
 +
   |warnings = Only works on Android.
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ore Increaser
+
   |name    = Modify This
   |author  = crazywig
+
   |author  = aedenthorn, Erinthe
   |id      = crazywig.oreincrease
+
   |id      = aedenthorn.ModifyThis<!--changed in 0.9.1-unofficial.1-->, aedenthorn.ModThis
   |nexus  = 7370
+
   |nexus  = 7814
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.9.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#ModifyThis
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ore Increase V3
+
   |name    = Mod List Command
   |author  = KKramer85
+
   |author  = Blackclaw
   |id      = OreIncreaseV3
+
   |id      = Blackclaw.ModListCommand
  |moddrop = 1475534
+
   |nexus  = 5131
   |nexus  = 19132
+
   |github  = Xebeth/StardewValley-ListModsCommand
   |github  =
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Organize Inventory Shortcut
+
   |name    = Mod Menu
   |author  = Yyeahdude
+
   |author  = Enaium
   |id      = Yyeahdude.OrganzieShortcut
+
   |id      = Enaium.ModMenu
   |nexus  = 4772
+
  |curse  = 436844
   |github  =
+
  |moddrop = 885574
 +
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/ModMenu
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ornithologist's Guild
+
   |name    = Mod Settings Tab
   |author  = Ivy
+
   |author  = Gilar Fasulaki
   |id      = Ivy.OrnithologistsGuild
+
   |id      = GilarF.ModSettingsTab
   |nexus  = 14510
+
   |nexus  = 4579
   |github  = greyivy/OrnithologistsGuild
+
   |github  = GilarF/SVM
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets, @retest-after Mail Framework-->
+
   |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    = Outfit Sets
+
   |name    = Modular Gameplay Overhaul, MARGO, DaLion's Modular Gameplay Overhaul
   |author  = aedenthorn, Erinthe
+
   |author  = DaLion
   |id      = aedenthorn.OutfitSets
+
   |id      = DaLion.Overhaul
   |nexus  = 13888
+
   |nexus  = 14470
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Out of Season Bonuses, Seasonal Items
+
   |name    = Modular Zen Garden, Modular Zen Gardens Furniture
   |author  = Midori Armstrong, azureglasses
+
   |author  = leroymilo
   |id      = midoriarmstrong.seasonalitems
+
   |id      = leroymilo.ModularZenGarden
   |nexus  = 1452
+
   |nexus  = 22140
   |github  =
+
   |github  = Leroymilo/MZG
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Overworld Chests
+
   |name    = Mod Update Menu
   |author  = aedenthorn, Erinthe
+
   |author  = CatCattyCat, Cat
   |id      = aedenthorn.OverworldChests
+
   |id      = cat.modupdatemenu
   |nexus  = 7710
+
   |nexus  = 2536
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 833560
 +
   |github  = danvolchek/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
+
   |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    = OwO Stawdew Vawwey
+
   |name    = Mod Updater
   |author  = CrunchyDuck
+
   |author  = Platonymous
   |id      = CrunchyDuck.OwOMod
+
   |id      = Platonymous.ModUpdater
   |nexus  = 8923
+
   |curse   = 877226
  |github  = CrunchyDuck/OwO-Stawdew-Vawwey
+
   |nexus  = 6338
}}
+
   |github  = Platonymous/Stardew-Valley-Mods
{{#invoke:SMAPI compatibility|entry
 
  |name    = Pacifist Valley
 
   |author  = aedenthorn, Erinthe
 
  |id      = Aedenthorn.PacifistValley
 
   |nexus  = 5464
 
   |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    = Painting Display
+
   |name    = Money Management Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Tbonetomtom
   |id      = aedenthorn.PaintingDisplay
+
   |id      = Tbonetomtom.MoneyManagementMod
   |nexus  = 10918
+
   |nexus  = 17045
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Tbonetomtom/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Panning Upgrades
+
   |name    = Monster Goals Anywhere
   |author  = drbirbdev
+
   |author  = Suphax
   |id      = drbirbdev.PanningUpgrades
+
   |id      = suphax.monstergoalsanywhere
   |nexus  = 12242
+
  |moddrop = 1088762
   |github  = drbirbdev/StardewValley
+
   |nexus  =
 
+
   |github  =
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Panning Upgrades Extra Config
+
   |name    = Monster Invasion
   |author  = trashcan9
+
   |author  = Krutonium
   |id      = trashcan9.PanningUpgrades.ExtraConfig
+
   |id      = krutonium.monsterinvasion
   |nexus  = 16234
+
   |nexus  = 12641
 
   |github  =
 
   |github  =
 
  |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    = Monster Level Tip
   |author  = AnotherStardewValleySunday
+
   |author  = WhiteMind
   |id      = AnotherStardewValleySunday.PaperMarioPartners
+
   |id      = WhiteMind.MonsterLT
   |nexus  = 14638
+
   |nexus  = 1896
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = workaround
 +
  |summary  = Use [[#Almanac|Almanac]] instead.
 +
  |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paritee's Better Farm Animal Variety
+
   |name    = Monster Log Anywhere
   |author  = Paritee
+
   |author  = MouseyPounds
   |id      = Paritee.BetterFarmAnimalVariety
+
   |id      = MouseyPounds.MonsterLogAnywhere
   |nexus  = 3296
+
   |nexus  = 3997
   |github  = paritee/Paritee.StardewValley.Frameworks
+
   |github  = MouseyPounds/stardew-mods
 
 
  |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-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Paritee's Treat Your Animals
+
   |name    = Monster Musk in Volcano
   |author  = Paritee
+
   |author  = BananaFruit
   |id      = Paritee.TreatYourAnimals
+
   |id      = BananaFruit.MonsterMuskInVolcano
   |nexus  = 3375
+
   |nexus  = 10651
   |github  = paritee/Paritee.StardewValley.Frameworks
+
   |github  = BananaFruit1492/MonsterMuskInVolcano
 
 
  |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    = Monster Slayer Anywhere
   |author  = MarthaSolomon, SolomonsWorkshop
+
   |author  = AcidicNic
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
+
   |id      = acidicNic.MonsterSlayerAnywhere
   |nexus  = 2166
+
   |nexus  = 21162
   |github  =
+
   |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Monsters - The Framework
 +
  |author  = spacechase0
 +
  |id      = spacechase0.MonstersTheFramework
 +
  |nexus  = 10673
 +
  |github  = spacechase0/StardewValleyMods
  
   |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    = Monthly Mail
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Taskmaster
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
+
   |id      = Taskmaster.MonthlyMail
   |nexus  = 3524
+
   |nexus  = 4523
 
   |github  =
 
   |github  =
 +
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Partial Hearts
+
   |name    = MoodFix
   |author  = aedenthorn, Erinthe
+
   |author  = vaindil
   |id      = aedenthorn.PartialHearts
+
   |id      = vaindil.MoodFix
   |nexus  = 11628
+
   |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    = Particle Effects
+
   |name    = Mood Guard
   |author  = aedenthorn, Erinthe
+
   |author  = YonKuma, kumarei
   |id      = aedenthorn.ParticleEffects
+
   |id      = YonKuma.MoodGuard
  |curse  = 868786
+
   |nexus  = 1597
   |nexus  = 11056
+
   |github  = YonKuma/MoodGuard
   |github  = aedenthorn/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Part of the Community
+
   |name    = Moody Planet
   |author  = bmarquismarkail, Space Baby
+
   |author  = Daniel McMenamy, Deathest1
   |id      = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
+
   |id      = f1r3w477.MoodyPlanet
   |nexus  = 923
+
   |nexus  = 2830
   |github  = bmarquismarkail/SV_PotC
+
   |github  = F1r3w477/TheseModsAintLoyal
  
   |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    = Passable Crops
+
   |name    = Moolah 1.6 Fix
   |author  = NCarigon
+
   |author  = supergato664
   |id      = NCarigon.PassableCrops
+
   |id      = supergato664.Moolah
   |nexus  = 15223
+
   |nexus  = 23549
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Moolah Money Mod
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Moolah
 +
  |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    = Passable Ladders
+
   |name    = Moongates
   |author  = J_Hizzal
+
   |author  = bwdy
   |id      = J_Hizzal.PassableLadders
+
   |id      = bwdy.moongates
   |nexus  = 2985
+
   |nexus  = 3545
   |github  = joelra/SDV-PassableLadders
+
   |github  = bwdymods/SDV-Moongates
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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    = Moon Misadventures
   |author  = punyo, yakminepunyo
+
   |author  = spacechase0 and ParadigmNomad
   |id      = punyo.PassableObjects
+
  |id      = spacechase0.MoonMisadventures
   |nexus  = 2329
+
  |curse  = 867702
   |github  = pomepome/PassableObjects
+
  |nexus  = 10612
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Moon Misadventures - Bigger Backpack Compatibility Patch, MoonMisadventures_BiggerBackpackPatch
 +
  |author  = SinZ
 +
   |id      = SinZ.MoonMisadventures_BiggerBackpackPatch
 +
   |nexus  = 12096
 +
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Moon Misadventures, Bigger Backpack-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Passive Friendship
+
   |name    = Mopsy's Ranch Livin'
   |author  = StultusV
+
   |author  = Mopquill
   |id      = StultusV.PassiveFriendship
+
   |id      = Mopquill.Ranch-Livin
   |nexus  = 8732
+
   |nexus  = 2200
   |github  = JudeRV/Stardew-PassiveFriendship
+
   |github  = mopquill/Mopsys-Ranch-Livin
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause in Multiplayer, Pause Time in Multiplayer
+
   |name    = More Animals, More Pets
   |author  = jorgamun
+
   |author  = Entoarox
   |id      = jorgamun.PauseInMultiplayer
+
   |id      = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
   |nexus  = 10328
+
   |nexus  = 2274
   |moddrop = 1068093
+
   |chucklefish = 4288
   |github  = jorgamun/PauseInMultiplayer
+
   |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    = Pause Sync
+
   |name    = More Artifact Spots
   |author  = Terrorbladed
+
   |author  = momoaau
   |id      = Tb.Stardew_Pause_Sync
+
   |id      = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
   |nexus  = 10160
+
   |nexus  = 451
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Increased Artifact Spots|Increased Artifact Spots]] instead.
 +
<!--
 +
  |unofficial version = 2.0.1-unofficial.1-IQ
 +
  |unofficial url    = https://community.playstarbound.com/attachments/moreartifactspot-2-0-1-unofficial-1-iq-zip.201158
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pause While Sitting
+
   |name    = More Barn and Coop Animals
   |author  = heyseth
+
   |author  = AairTheGreat, Aair
   |id      = heyseth.sitpause
+
   |id      = AairTheGreat.MoreBarnCoopAnimals
   |nexus  = 8295
+
   |nexus  = 4869
   |github  = heyseth/SDVMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PDQ Paths
+
   |name    = More Books
   |author  = Jaredlll08
+
   |author  = jeWel
   |id      = BlameJared.PDQPaths
+
   |id      = jeWel.MoreBooksCode
   |nexus  =
+
   |nexus  = 23891
  |curse  = 307090
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican Fiber
+
   |name    = More Buildings
   |author  = jwdred
+
   |author  = spacechase0
   |id      = jwdred.PelicanFiber
+
   |id      = spacechase0.MoreBuildings
   |nexus  = 631
+
  |curse  = 867740
   |github  = jdusbabek/stardewvalley
+
  |moddrop = 771640
 +
   |nexus  = 2757
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in          = Stardew Valley 1.3.11
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 3.1.1-unofficial.11-strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-45215
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pelican Postal Service
+
   |name    = More Bundles
   |author  = ElectroCrumpet
+
   |author  = TwinBuilderOne
   |id      = ElectroCrumpet.PelicanPostalService
+
   |id      = TwinBuilderOne.MoreBundles
   |nexus  = 2770
+
   |nexus  = 9709
   |github  =
+
   |github  = TwinBuilderOne/StardewValleyMods
  
   |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    = More Clocks
   |author  = Platonymous
+
   |author  = phjoker
   |id      = Platonymous.PelicanTTS
+
   |id      = phjoker.MoreClocks
   |nexus  = 1079
+
   |nexus  = 11840
  |moddrop = 793929
+
   |github  = p-holodynski/StardewValleyMods
   |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    = Pelican xVASynth
+
   |name    = More Conversation Topics
   |author  = aedenthorn, Erinthe
+
   |author  = violetlizabet
   |id      = aedenthorn.PelicanxVASynth
+
   |id      = violetlizabet.MoreConvoTopics
   |nexus  = 10250
+
   |nexus  = 10008
   |github  = aedenthorn/StardewValleyMods
+
   |github  = elizabethcd/MoreConversationTopics
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = People Seeds
+
   |name    = More Dresser Variety
   |author  = bwdy
+
   |author  = Dragoon23
   |id      = bwdy.peopleseeds
+
   |id      = Dragoon23.MoreDresserVariety
   |nexus  = 3635
+
   |nexus  = 24194
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Perfection Tweaker
+
   |name    = More Events
   |author  = shekurika
+
   |author  = Siweipancc
   |id      = shekurika.PerfectionTweaker
+
   |id      = Siweipancc.MoreEvents
   |nexus  = 8615
+
   |nexus  = 20945
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Permanent Cellar
+
   |name    = More Fertilizers
   |author  = CyanFire
+
   |author  = atravita
   |id      = CF.PermanentCellar
+
   |id      = atravita.MoreFertilizers
   |nexus  = 17257
+
  |curse  = 870975
   |github  = CyanFireUK/StardewValleyMods
+
  |moddrop = 1145236
 +
   |nexus  = 11837
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Permanent Cookout Kit And Better Charcoal Kiln, Better Cookout Kit And Charcoal Kiln
+
   |name    = More for Leo
   |author  = Goldenrevolver
+
   |author  = Blams
   |id      = Goldenrevolver.PermanentCookoutKit
+
   |id      = blams.MoreForLeo
   |nexus  = 8035
+
   |nexus  = 12710
   |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    = Persia the Mermaid, PersiaMod
+
   |name    = More Giant Crops
   |author  = Avalon, Avalonii
+
   |author  = spacechase0
   |id      = 63b9f419-7449-42db-ab2e-440b4d05c073
+
   |id      = spacechase0.MoreGiantCrops
   |nexus  = 1419
+
  |curse  = 867723
   |github  =
+
  |moddrop = 771694
 +
   |nexus  = 5263
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-57#post-3358211 unofficial conversion to Content Patcher].
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Game Options
+
   |name    = More Grass
   |author  = Xangria
+
   |author  = Sonozuki
   |id      = Xangria.PersistentGameOptions
+
   |id      = EpicBellyFlop45.MoreGrass
   |nexus  = 1778
+
   |nexus  = 5398
   |github  =
+
   |github  = Sonozuki/StardewMods
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Grange Display
+
   |name    = More Grass on the Beach
   |author  = aedenthorn, Erinthe
+
   |author  = Angela Ranna
   |id      = aedenthorn.PersisitentGrangeDisplay
+
   |id      = AngelaRanna.MoreGrassOnTheBeach
   |nexus  = 7977
+
   |nexus  = 8117
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Persistent Mines
+
   |name    = More Grass Starters
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.PersistentMines
+
   |id      = spacechase0.MoreGrassStarters
   |nexus  = 14985
+
  |curse  = 867750
 +
  |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    = Persival's Bundle Mod
+
   |name    = More Health
   |author  = Persival
+
   |author  = j4c0b333
   |id      =
+
   |id      = j4c0b333.Morehealth
   |nexus  = 438
+
   |nexus  = 4053
 
   |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    = More Key Binding
   |author  = Strobe
+
   |author  = SorryLate, rharyanto
   |id      = Strobe.PersonalAnvil
+
   |id      = SorryLate.MoreKeybinding
   |nexus  = 5326
+
   |nexus  = 5290
   |github  = strobel1ght/Personal-Anvil
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Combat Drone Redux
+
   |name    = More Level Up Notifications, Level Up Notifications
   |author  = Prism 99
+
   |author  = Binarynova
   |id      = prism99.cambam.MURDERDRONE.redux
+
   |id      = binarynova.levelupnotifications
   |nexus  = 18224
+
   |nexus  = 21667
   |github  =
+
   |github  = Binarynova/MyStardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Effects
+
   |name    = More Lively Sewer Overhaul, Aimon's More Lively Sewer Overhaul Patches
   |author  = bwdy
+
   |author  = Aimon111
   |id      = bwdy.personaleffects
+
   |id      = AimonsMoreLivelySewerOverhaulPatches
   |nexus  = 3532
+
   |nexus  = 19405
   |github  = bwdymods/SDV-PersonalEffects
+
   |github  = SimonK1122/More-Lively-Sewer-Overhaul-code-patches
 
 
  |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    = More Map Layers
   |author  = ceruleandeep
+
   |author  = Platonymous
   |id      = ceruleandeep.personaleffects
+
   |id      = Platonymous.MoreMapLayers
   |nexus  = 8616
+
   |nexus  = 1134
   |github  = ceruleandeep/CeruleanStardewMods
+
   |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    = Personal Traveling Cart
+
   |name    = More Mine Ladders
   |author  = aedenthorn, Erinthe
+
   |author  = JadeTheavas
   |id      = aedenthorn.PersonalTravellingCart
+
   |id      = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
   |nexus  = 14087
+
   |nexus  = 2105
   |github  = aedenthorn/StardewValleyMods
+
   |github  = JadeTheavas/MoreMineLadders
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Bowl Filler
+
   |name    = More Multiplayer Info
   |author  = Invatorzen
+
   |author  = cheesysteak
   |id      = invatorzen.PBF
+
   |id      = cheesysteak.moremultiplayerinfo
   |nexus  = 12161
+
   |nexus  = 2173
   |github  =
+
   |github  = cheesysteak/stardew-steak
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Pet Choice Perks
+
   |name    = More Multiplayer Info (1.6 Updated)
   |author  = skuldomg, Skuld
+
   |author  = yummypecho
   |id      = skuldomg.petChoicePerks
+
   |id      = yummypecho.moremultiplayerinfo
   |nexus  = 3313
+
   |nexus  = 22024
   |github  = skuldomg/petChoicePerks
+
   |github  = cheesysteak/stardew-steak
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Enhancement Mod
+
   |name    = More Nightly Events
   |author  = Jfulmer, Consillium
+
   |author  = Khloe Leclair
   |id      = JfulmerPetEnhancementMod
+
   |id      = leclair.morenightlyevents
   |nexus  =
+
   |nexus  = 22612
  |url    = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
+
   |github  = KhloeLeclair/StardewMods
   |github  = jlfulmer/PetEnhancementMod
 
 
 
  |broke in      = SMAPI 2.0
 
  |status        = workaround
 
  |summary      = use [[#Pet Interaction|Pet Interaction]] instead.
 
<!--
 
  |unofficial version = 0.0.2-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330575
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Hats
+
   |name    = More Rain
   |author  = aedenthorn, Erinthe
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = aedenthorn.PetHats
+
   |id      = Omegasis.MoreRain
   |nexus  = 15301
+
   |nexus  = 441
   |github  = aedenthorn/StardewValleyMods
+
   |github  = janavarro95/Stardew_Valley_Mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Interaction
+
   |name    = More Random Edition, Randomizer
   |author  = jahangmar
+
   |author  = Chikakoo and doomdonuts, Chikakoo4
   |id      = jahangmar.PetInteraction
+
   |id      = Chikakoo.Randomizer
   |nexus  = 4232
+
   |nexus  = 5311
   |github  = jahangmar/StardewValleyMods
+
   |github  = Chikakoo/stardew-valley-randomizer
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pet Spawn Location
+
   |name    = More Rings
   |author  = Shaklin
+
   |author  = spacechase0
   |id      = shaklin.petspawnlocation
+
   |id      = spacechase0.MoreRings
   |nexus  = 5986
+
  |curse  = 867743
   |github  =
+
  |moddrop = 771616
 +
   |nexus  = 2054
 +
   |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    = Phone Traveling Cart, 猪车电话
+
   |name    = More Sensible Juices
   |author  = Becks723
+
   |author  = NCarigon
   |id      = Becks723.PhoneTravelingCart
+
   |id      = NCarigon.MoreSensibleJuices
   |nexus  = 12981
+
   |nexus  = 23146
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Phone Villagers
+
   |name    = More Sexy Dwarf
   |author  = DewMods
+
   |author  = CyberCheese
   |id      = DewMods.StardewValleyMods.PhoneVillagers
+
   |id      = cybercheese.moresexydwarf
   |nexus  = 2681
+
   |nexus  = 4320
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = More Silo Storage
 +
  |author  = OrneryWalrus
 +
  |id      = OrneryWalrus.MoreSiloStorage
 +
  |nexus  = 2587
 +
  |github  =
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pick Your Enchantment, Forge Menu Choice
+
   |name    = More Slimes, More Monsters
   |author  = atravita
+
   |author  = Ded4lif
   |id      = atravita.ForgeMenuChoice
+
   |id      = Ded4lif.MoreSlimes, Ded4lif.MoreMonsters<!--changed circa 1.6-->
  |curse  = 870980
+
   |nexus  = 7526
   |nexus  = 11376
+
   |github  =
  |moddrop = 1125882
 
   |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    = Picross Arcade Mod, Picrosser
+
   |name    = More Sorting, More Sorting Options
   |author  = KediDili
+
   |author  = Chris Kau & Sean Nightingale
   |id      = KediDili.ThePicrosser
+
   |id      = CKSR.MoreSorting
   |nexus  = 17530
+
   |nexus  = 22944
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pierre Sells Mixed Seeds
+
   |name    = More TV Channel, CanaisTv
   |author  = GrimReapers1121
+
   |author  = BrasileiroTop
   |id      = GrimReapers.PSMS
+
   |id      = BrasileiroTop.CanaisTv
   |nexus  = 12606
+
   |nexus  = 5126
 +
  |github  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pierre's Roulette Shop
+
   |name    = More Weapons
   |author  = Xynerorias
+
   |author  = Joco80 & Sasara
   |id      = xynerorias.pierresroulette
+
   |id      = Joco80.MoreWeapons
   |nexus  = 10826
+
   |nexus  = 1168
   |github  = xynerorias/pierre-roulette-shop-SV
+
   |github  = Sasara2201/More-Weapons-SDV-Mod-
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Piggy Bank Mod
+
   |name    = Morning Auto-Pause
   |author  = MindMeltMax
+
   |author  = Zamiel
   |id      = MindMeltMax.PiggyBank
+
   |id      = Zamiel.MorningAutoPause
   |nexus  = 6934
+
   |nexus  = 21266
  |moddrop = 1135669
+
   |github  = Zamiell/stardew-valley-mods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pipe Irrigation
+
   |name    = Mossy Tree Bubble
   |author  = aedenthorn, Erinthe
+
   |author  = Tocseoj
   |id      = aedenthorn.PipeIrrigation
+
   |id      = Tocseoj.MossyTreeBubble
   |nexus  = 10205
+
  |curse  = 1008228
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1564905
 
+
   |nexus  = 22818
  |beta broke in = Stardew Valley 1.6<!--@retest-after Utility Grid-->
+
   |github  = Tocseoj/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Placeable Mine Shafts
+
   |name    = MOTD Mod
   |author  = aedenthorn, Erinthe
+
   |author  = thfr
   |id      = Aedenthorn.PlaceShaft
+
   |id      = thfr.MOTDMod
   |nexus  = 5440
+
   |nexus  = 3703
   |github  = aedenthorn/StardewValleyMods
+
   |github  = rfht/MOTDMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PlacementPlus
+
   |name    = Motorcycle Mod, Moto Mod
   |author  = 2Retr0
+
   |author  = Akane
   |id      = 2Retr0.PlacementPlus
+
   |id      = Akane.MotorcycleMod<!--changed in 1.0.2 re-release-->, Pathoschild.MotorcycleMod<!--changed in 1.0.2-->, Akane.MotoMod
   |nexus  = 8798
+
   |nexus  = 10553
  |curse  = 486164
+
   |github  =
   |github  = 2Retr0/PlacementPlus
 
  
   |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-126206 unofficial update] instead).
 +
  |unofficial version = 1.1.0-unofficial.2-CyanFire
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-126206
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plan Importer
+
   |name    = mouahrara's Module Collection
   |author  = Platonymous
+
   |author  = mouahrara
   |id      = Platonymous.PlanImporter
+
   |id      = mouahrara.mouahrarasModuleCollection
   |nexus  = 2071
+
   |nexus  = 18973
  |moddrop = 793846
+
   |github  = mouahrara/mouahrarasModuleCollection
   |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Planned Parenthood
+
   |name    = Mouse Move Mode, Right Click Move Mode
   |author  = aedenthorn, Erinthe
+
   |author  = ylsama
   |id      = aedenthorn.PlannedParenthood
+
   |id      = nghiango1.MouseMoveMode<!--changed in 1.2.9-->, ylsama.MouseMoveMode<!--changed in 1.2.8-->, ylsama.RightClickMoveMode
   |nexus  = 12869
+
   |nexus  = 2614
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ylsama/RightClickMoveMode
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plantable Palm Trees
+
   |name    = Moveable Mailbox
  |author  = MouseyPounds
 
  |id      = MouseyPounds.PlantablePalmTrees
 
  |nexus  = 4096
 
  |github  = MouseyPounds/stardew-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Plant and Fertilize All, Plant All
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PlantAll
+
   |id      = aedenthorn.MoveableMailbox
   |nexus  = 10482
+
   |nexus  = 7834
 
   |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}}#MoveableMailbox
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Planter Trees
+
   |name    = Moveable Pet Bowl
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PlanterTrees
+
   |id      = aedenthorn.MoveablePetBowl
   |nexus  = 11687
+
  |curse  = 868849
 +
   |nexus  = 8038
 
   |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
 +
  |name    = Move Annoying Cursor
 +
  |author  = joljyo
 +
  |id      = joljyo.MoveAnnoyingCursor
 +
  |nexus  = 7378
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plant on Grass
+
   |name    = Move Bed
   |author  = Demiacle
+
   |author  = yangZ, yangZheng20
   |id      = Demiacle.PlantOnGrass
+
   |id      = yangZ.MoveBed
   |nexus  = 1026
+
   |nexus  = 23308
 
   |github  =
 
   |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    = Platonic Partners and Friendships
+
   |name    = Move Between Buildings
   |author  = Amaranthacyan and ch20youk
+
   |author  = Vilaboa
   |id      = Amaranthacyan.PPAFSMAPI
+
   |id      = Vilaboa.MoveBetweenBuildings
   |nexus  = 8146
+
   |nexus  = 17391
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Platonic Relationships
+
   |name    = Move Faster
   |author  = Cherry, CherryChain
+
   |author  = Shuai Zhang
   |id      = Cherry.PlatonicRelationships
+
   |id      = shuaiz.MoveFasterMod
   |nexus  = 4668
+
   |nexus  = 1351
   |moddrop = 716353
+
   |github  = hcoona/StardewValleyMods
   |github = ChroniclerCherry/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    = PlatoTK
+
   |name    = Move Greenhouse Plot
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.PlatoTK
+
   |id      = aedenthorn.MoveGreenhousePlot
  |curse  = 877225
+
   |nexus  = 13589
   |nexus  = 6589
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Platonymous/PlatoTK
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PlatoUI
+
   |name    = Move It
   |author  = Platonymous
+
   |author  = aedenthorn, Erinthe
   |id      = Platonymous.PlatoUI
+
   |id      = aedenthorn.MoveIt
   |nexus  = 19023
+
   |nexus  = 15163
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plato Warp Menu
+
   |name    = Movement Mod, Movement Modifier
   |author  = Platonymous
+
   |author  = Zoryn
   |id      = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
+
   |id      = Zoryn.MovementModifier
   |curse   = 877227
+
   |nexus   =
   |nexus  = 5384
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
  |moddrop = 793920
+
   |github  = Zoryn4163/SMAPI-Mods
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Arrows
+
   |name    = Movement Speed
   |author  = TheShamanLord
+
   |author  = bcmpinc
   |id      = TheShamanLord.PlayerArrows
+
   |id      = bcmpinc.MovementSpeed
   |nexus  = 19479
+
   |nexus  = 2736
   |github  = Jwaad/Stardew_Player_Arrows
+
   |github  = bcmpinc/StardewHack
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Player Co-ordinate HUD, Player Position HUD and Logger
+
   |name    = Move Through Object
   |author  = DecidedlyHuman
+
   |author  = ylsama
   |id      = DecidedlyHuman.PlayerCoordinates
+
   |id      = ylsama.MoveThoughObject
   |nexus  = 7969
+
   |nexus  = 2680
   |moddrop = 984961
+
   |github  =
   |github = DecidedlyHuman/PlayerCoordinates
+
   |source = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
 +
 
 +
  |dev note = source in separate Git branch
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Player Income Stats
+
   |name    = Movie Theatre Tweaks
  |author  = ha1fdaew
 
  |id      = ha1fdaew.playerincomestats
 
  |nexus  = 7373
 
  |github  = ha1fdaew/PlayerIncomeStats
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Playground Mod
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.PlaygroundMod
+
   |id      = aedenthorn.MovieTheatreTweaks
   |nexus  = 14125
+
   |curse   = 868672
  |github  = aedenthorn/StardewValleyMods
+
   |nexus  = 16395
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Play Prairie King With NPCs, Two Player Prairie King
 
   |author  = aedenthorn, Erinthe
 
  |id      = aedenthorn.TwoPlayerPrairieKing
 
   |nexus  = 12750
 
 
   |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    = Please Fix Error
+
   |name    = Mr. Pam - Snorlax Mechanics
   |author  = Jessebot
+
   |author  = daleonar
   |id      = Jessebot.PleaseFixError
+
   |id      = daleonar.Snorlax
   |nexus  = 6492
+
   |nexus  = 16194
   |github  = JessebotX/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Please Gift Me In Person
+
   |name    = MTN, More Than Necessary
   |author  = Shockah
+
   |author  = SgtPickles, GameMX
   |id      = Shockah.PleaseGiftMeInPerson
+
   |id      = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
   |nexus  = 11217
+
   |nexus  = 2256
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Services Mod-->
+
   |broke in = Stardew Valley 1.5
 +
  |status  = obsolete
 +
  |summary  = remove this mod (no longer maintained; equivalent map customisability was added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Point and Plant
+
   |name    = Muffin Core
   |author  = jwdred
+
   |author  = Kabi-chan
   |id      = jwdred.PointAndPlant
+
   |id      = kabi-chan.MuffinCore
   |nexus  = 572
+
   |nexus  = 8070
   |github  = jdusbabek/stardewvalley
+
   |github  =
 
 
  |broke in          = Stardew Valley 1.3.29
 
  |unofficial version = 1.1.1-unofficial.5-strobe
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 
  |summary            = Use [[#Smart Building|Smart Building]] or the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227 unofficial version]
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PokefyMania
+
   |name    = Multi Fertilizer
   |author  = Noodles of Cat
+
   |author  = spacechase0
   |id      = NoodlesofCat.PokefyMania
+
   |id      = spacechase0.MultiFertilizer
   |nexus  = 20161
+
  |curse  = 867717
   |github  =
+
   |nexus  = 7436
 +
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pokemania Revised, Pokemania The Return, PokeMania<!--changed in Pokemania Revised 1.0.0-->
+
   |name    = Multiplayer Backpacks
   |author  = The Krominator
+
   |author  = skiilaa
   |id      = TheKrominator.PokemaniaRevised, TheKrominatorPokemania<!--changed in Pokemania Revised 1.0.0-->
+
   |id      = skiilaa.MultiplayerBackpacks
   |nexus  = 12065
+
   |nexus  = 2282
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pollen Sprites
+
   |name    = Multiplayer Emotes
   |author  = Esca, Esca-MMC
+
   |author  = FerMod
   |id      = Esca.PollenSprites
+
   |id      = FerMod.MultiplayerEmotes
   |nexus  = 6149
+
   |nexus  = 2347
  |moddrop = 790268
+
   |github  = FerMod/StardewMods
   |github  = Esca-MMC/PollenSprites
 
  
   |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    = Pomodoro Mod<!--manifest-->, Stardew-Doro<!--Nexus-->
+
   |name    = Multiplayer Exp Share, Multiplayer Exp Sharing
   |author  = Mezrag Yasser, Yasser
+
   |author  = Achtuur
   |id      = Yasser.PomodoroMod
+
   |id      = Achtuur.MultiplayerExpShare
   |nexus  = 19780
+
   |nexus  = 16891
   |github  =
+
   |github  = Achtuur/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pond Painter
+
   |name    = Multiplayer Horse Reskin
   |author  = MouseyPounds
+
   |author  = delphinwave
   |id      = MouseyPounds.PondPainter
+
   |id      = DelphinWave.MultiplayerHorseReskin
   |nexus  = 4703
+
   |nexus  = 7681
   |github  = MouseyPounds/stardew-mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pong
+
   |name    = Multiplayer Hub
   |author  = CatCattyCat, Cat
+
   |author  = Alberto Moreira Luiz
   |id      = cat.Pong
+
   |id      = AlbertoMoreiraLuiz.MultiplayerHub
   |nexus  = 1994
+
   |nexus  = 9672
  |moddrop = 833548
+
   |github  =
   |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    = Multiplayer Idle
   |author  = BadNetCode
+
   |author  = DoubleZ
   |id      = BadNetCode.PonyWeightLossProgram
+
   |id      = DoubleZ.MultiplayerIdle
   |nexus  = 1232
+
   |nexus  = 3765
  |moddrop = 130159
+
   |github  = SourceZh/MultiplayerIdle
   |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Poop Framework
+
   |name    = Multiplayer Info
   |author  = aedenthorn, Erinthe
+
   |author  = MindMeltMax
   |id      = aedenthorn.PoopFramework
+
   |id      = MindMeltMax.MPInfo
   |nexus   = 17152
+
   |curse   = 1004488
   |github  = aedenthorn/StardewValleyMods
+
   |moddrop = 1302776
 
+
  |nexus  = 15155
   |beta broke in = Stardew Valley 1.6
+
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portable Holes
+
   |name    = Multiplayer Journey Of The Prairie King, Prairie King - Multiplayer Support
   |author  = furyx639
+
   |author  = Scayze
   |id      = furyx639.PortableHoles
+
   |id      = scayze.MultiplayerPrairieKing
  |curse  = 871832
+
   |nexus  = 16030
   |nexus  = 13471
+
   |github  = scayze/multiprairie
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portable TV
+
   |name    = Multiplayer Mod
   |author  = kdau
+
   |author  = Tran Minh Thong
   |id      = kdau.PortableTV
+
   |id      = multiplayer.mod
   |nexus  = 5674
+
   |nexus  = 16582
  |moddrop = 761325
+
   |github  = TMThong/Stardew-Mods
   |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    = Portable Witch Shrines
+
   |name    = Multiplayer Mod Checker
   |author  = chocolatte12
+
   |author  = Cherry, CherryChain
   |id      = chocolatte12.PortableWitchShrines
+
   |id      = Cherry.MultiplayerModChecker
   |nexus  = 20141
+
   |nexus  = 6609
   |github  =
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Portal Guns
+
   |name    = Multiplayer Sell Price Fix, Fix-sellToStorePrice
   |author  = TrollTheBotman
+
   |author  = Unremarkable, animavoro
   |id      = JoshJKe.PortalGun
+
   |id      = unremarkable.fix-sellToStorePrice
   |nexus  = 3049
+
   |nexus  = 2135
   |github  =
+
   |github  = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Portraiture
+
   |name    = Multiplayer Shaft Fix
   |author  = Platonymous
+
   |author  = Prince-Leto
   |id      = Platonymous.Portraiture
+
   |id      = princeleto.multiplayershaftfix
   |nexus  = 999
+
   |nexus  = 2922
   |moddrop = 793927
+
  |github  = Prince-Leto/StardewValleyMods
   |github = Platonymous/Stardew-Valley-Mods
+
 
 +
  |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    = Postbox Building, PostBox Mod
+
   |name    = Multiplayer Speech Bubbles
   |author  = i-saac-b, isaacb
+
   |author  = Kalthramis
   |id      = i-saac-b.PostBoxMod
+
   |id      = Kalthramis.MPSpeechBubbles
   |nexus  = 17614
+
   |nexus  = 2192
   |github  = i-saac-b/PostBoxMod
+
   |github  =
 +
  |source  = {{github|Kalthramis/StardewValley}}/tree/MPSpeechBubbles
 +
 
 +
  |dev note = source in separate Git branch; GitHub repo outdated (see issue #11)
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in           = Stardew Valley 1.4
 +
  |unofficial version = 1.0.3-unofficial.1-SorryLate
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Post Wedding Dates
+
   |name    = Multiplayer Time
   |author  = Blams
+
   |author  = lolmaj
   |id      = blams.PostWeddingDates
+
   |id      = lolmaj.MultiplayerTime
   |nexus  = 10708
+
   |nexus  = 2543
   |github  =
+
   |github  = MaciejMarkuszewski/StardewValleyMod
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Power Nap
+
   |name    = Multiple Floor Farmhouse
   |author  = LakeMonster_, LakeMonster666
+
   |author  = aedenthorn, Erinthe
   |id      = LakeMonster_.PowerNap, LakeMonster_.BedEnergyRegain<!--changed in 1.2.0-->
+
   |id      = aedenthorn.MultiStoryFarmhouse
   |nexus   = 5256
+
  |nexus  = 8077
   |github =
+
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |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    = PPJA Producer Converter
+
   |name    = Multiple Floor Farmhouse - Continued
   |author  = Digus
+
   |author  = aedenthorn and FlyingTNT
   |id      = Digus.PPJAProducerConverter
+
   |id      = FlyingTNT.MultipleFloorFarmhouse
   |nexus  = 4972
+
   |nexus  = 25303
   |github  = Digus/StardewValleyMods
+
   |github  = FlyingTNT/StardewValleyMods
 
 
  |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    = Multiple Gifts for Spouses
   |author  = Mucchan
+
   |author  = Redwood
   |id      = Mucchan.PrairieKingMadeEasy
+
   |id      = Redwood.MultipleGiftsForSpouse
   |nexus  =
+
   |nexus  = 2910
  |chucklefish = 3594
+
   |github  = EKomperud/StardewMods
   |github  = mucchan/sv-mod-prairie-king
 
  
   |broke in          = Stardew Valley 1.2
+
   |broke in          = SMAPI 3.0
   |unofficial version = 1.0.1-unofficial.2-pathoschild
+
   |unofficial version = 1.0.1-unofficial.1-pathoschild
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324503
+
   |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    = Prairie King Prizes (Lootboxes)
+
   |name    = Multiple Mini-Obelisks
   |author  = Renny
+
   |author  = PeacefulEnd
   |id      = renny.prairiekingprizes
+
   |id      = PeacefulEnd.MultipleMiniObelisks
   |nexus  = 2811
+
  |curse  = 870945
   |github  = OfficialRenny/PrairieKingPrizes
+
   |nexus  = 7900
 
+
   |github  = Floogen/MultipleMiniObelisks
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King UI Enhancements
+
   |name    = Multiple Spouse Dialogs
   |author  = Incognito357
+
   |author  = ceruleandeep
   |id      = Incognito357.PrairieKingUIEnhancements
+
   |id      = ceruleandeep.multiplespousedialogs
   |nexus  = 10769
+
   |nexus  = 8711
   |github  = Incognito357/PrairieKingUIEnhancements
+
   |github  = ceruleandeep/CeruleanStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Predictable Retaining Soil
+
   |name    = Multiple Spouses
   |author  = Shockah
+
   |author  = aedenthorn, Erinthe
   |id      = Shockah.PredictableRetainingSoil
+
   |id      = aedenthorn.MultipleSpouses
   |nexus  = 10956
+
   |nexus  = 6227
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Predict Seed Maker
+
   |name    = Multiple Sprites and Portraits On Rotation, File Loading
   |author  = lech43
+
   |author  = SlyMerc
   |id      = lech43.PredictSeedMaker
+
   |id      = FileLoading
   |nexus  = 6395
+
   |nexus  = 1094
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Preexisting Relationship
 
  |author  = spacechase0
 
  |id      = spacechase0.PreexistingRelationship
 
  |curse  = 867710
 
  |nexus  = 7684
 
  |github  = spacechase0/StardewValleyMods
 
  
   |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    = Pregnancy Role
+
   |name    = Multi Save
   |author  = kdau
+
   |author  = aedenthorn, Erinthe
   |id      = kdau.PregnancyRole
+
   |id      = aedenthorn.MultiSave
   |nexus  = 5762
+
   |nexus  = 15402
  |moddrop = 768494
+
   |github  = aedenthorn/StardewValleyMods
   |github  =
 
  |source  = https://gitlab.com/kdau/pregnancyrole
 
  
   |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    = Prepare for New Day
+
   |name    = Multi Save - Continued
   |author  = igotnousername
+
   |author  = recon88
   |id      = igotnousername.PrepareNewDay
+
   |id      = recon88.MultiSave
   |nexus  = 7638
+
  |curse  = 1018922
   |github  =
+
   |nexus  = 22953
 +
   |github  = recon88/Multi-Save-Continued
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Press to Quack
+
   |name    = Multitool
   |author  = DraconisLeonidas
+
   |author  = Miome
   |id      = DraconisLeonidas.PressToQuack
+
   |id      = miome.MultiToolMod
   |nexus  = 13583
+
   |nexus  = 2546
   |github  = DraconisLeonidas/PressToQuack
+
   |github  = miome/MultitoolMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Price Drops
+
   |name    = Multi-User Chests
   |author  = skuldomg, Skuld
+
   |author  = MindMeltMax
   |id      = skuldomg.priceDrops
+
   |id      = MindMeltMax.MUC
   |nexus   = 2047
+
   |curse   = 997982
   |github  = skuldomg/priceDrops
+
   |nexus   = 9856
 
+
   |moddrop = 1135731
   |broke in          = Stardew Valley 1.4
+
   |github  = MindMeltMax/Stardew-Valley-Mods
   |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    = Multi Yield Crops
   |author  = lech43
+
   |author  = Cherry, CherryChain
   |id      = lech43.PriceFluctuation
+
   |id      = Cherry.MultiYieldCrops
   |nexus  = 6396
+
   |nexus  = 6069
   |github  =
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
  |broke in = Stardew Valley 1.5.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prices
+
   |name    = Multi Yield Crops and Deluxe Grabber Redux Compatibility Patch, MYC-DGR Compatibility Patch
   |author  = skiilaa
+
   |author  = Jacque Pott
   |id      = skiilaa.Prices
+
   |id      = JacquePott.MYCDGRPatch
   |nexus  = 2255
+
   |nexus  = 14023
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after Deluxe Grabber Redux-->
  |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    = Murdercrows
   |author  = Darkhax
+
   |author  = aedenthorn, Erinthe
   |id      = darkhax.pricetooltip
+
   |id      = aedenthorn.Murdercrows
   |nexus  =
+
   |nexus  = 6615
  |curse  = 299169
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Stardew-Valley-Modding/PriceTooltips
 
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.6
  |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    = Murder Drone, Personal Combat Drone
   |author  = atravita
+
   |author  = cotboy
   |id      = atravita.PrismaticClothing
+
   |id      = cambam.MURDERDRONE
  |curse  = 870969
+
   |nexus  = 4507
  |moddrop = 1205162
+
   |github  = camcamcamcam/murderdrone
   |nexus  = 13051
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |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    = Prismatic Fire
+
   |name    = Murder Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Aren, Aren Desai
   |id      = aedenthorn.PrismaticFire
+
   |id      = Aren.MurderMod
   |nexus  = 12931
+
   |nexus  = 17470
   |github  = aedenthorn/StardewValleyMods
+
   |github  = ArenKDesai/Murder-Mod
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Furniture
+
   |name    = Museum Donation Checker
   |author  = aedenthorn, Erinthe
+
   |author  = Hitaxas
   |id      = aedenthorn.PrismaticFurniture
+
  |id      = Hitaxas.Dono.DLL
   |nexus  = 12589
+
  |nexus  = 24225
   |github  = aedenthorn/StardewValleyMods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Museum Rearranger
 +
  |author  = Omegasis, Alpha_Omegasis
 +
   |id      = Omegasis.MuseumRearranger
 +
   |nexus  = 428
 +
   |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    = Prismatic Pride
+
   |name    = Museum Store
   |author  = kdau
+
   |author  = atravita
   |id      = kdau.PrismaticPride
+
   |id      = atravita.MuseumRewardsIn<!--since 0.2.0-->, atravita.MuseumStore
   |nexus   = 9019
+
   |curse   = 870973
   |moddrop = 978503
+
   |moddrop = 1187402
   |github  =
+
   |nexus  = 12598
   |source = https://gitlab.com/kdau/prismaticpride
+
   |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    = Prismatic Slime Finder
+
   |name    = Mushroom Cursors
   |author  = MrKoatl
+
   |author  = Expl0
   |id      = MrKoatl.PrismaticSlimeFinder
+
   |id      = Expl0.MushroomCursors
   |nexus  = 7866
+
   |nexus  = 12594
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Statue
+
   |name    = Mushroom Levels
   |author  = Achtuur
+
   |author  = Eireon, Ben Patterson
   |id      = Achtuur.PrismaticStatue
+
   |id      = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
   |nexus  = 17013
+
   |nexus  = 2818
   |github  = Achtuur/StardewMods
+
   |github  = benrpatterson/MushroomLevels
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Mail Framework-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prismatic Tools
+
   |name    = Mushroom Level Tip
   |author  = stokastic
+
   |author  = WhiteMind
   |id      = stokastic.PrismaticTools
+
   |id      = WhiteMind.MLT
   |nexus  = 2428
+
   |nexus  = 1894
   |github  = stokastic/PrismaticTools
+
   |github  =
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 1.7.1-unofficial.12-pathoschild
+
   |status  = workaround
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-73767
+
   |summary  = Use [[#Almanac|Almanac]] instead.
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Producer Framework Mod
+
   |name    = Mushroom Log Additions
   |author  = Digus
+
   |author  = justastranger
   |id      = Digus.ProducerFrameworkMod
+
   |id      = JAS.MushroomLogAdditions
   |nexus  = 4970
+
  |moddrop = 1539617
   |github  = Digus/StardewValleyMods
+
   |nexus  =
 
+
   |github  = justastranger/MushroomLogAdditions
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Producer Framework Mod → PFMAutomate
+
   |name    = Mushroom Propagator Automation
   |author  = Digus
+
   |author  = blueberry and Oddshot
   |id      = Digus.PFMAutomate
+
   |id      = blueberry.BlueberryMushroomAutomation
   |nexus  = 5038
+
   |nexus  = 4637
   |github  = Digus/StardewValleyMods
+
   |github  = b-b-blueberry/BlueberryMushroomMachine
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Producer Framework Mod-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mushroom Propagator Automation-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profiler
+
   |name    = Mushroom Propagator - Grow More Mushrooms
   |author  = SinZ
+
   |author  = blueberry, blueberry and Oddshot
   |id      = SinZ.Profiler
+
   |id      = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
   |nexus  = 12135
+
   |nexus  = 4637
   |github  = SinZ163/StardewMods
+
   |github  = b-b-blueberry/BlueberryMushroomMachine
 +
 
 +
  |broke in = Stardew Valley 1.6<!--retest linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Calculator
+
   |name    = Mushroom Rancher
   |author  = spacechase0
+
   |author  = Goldenrevolver
   |id      = spacechase0.ProfitCalculator
+
   |id      = Goldenrevolver.MushroomRancher
  |curse  = 867736
+
   |nexus  = 10978
  |moddrop = 771668
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |nexus  = 3378
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profit Calculator<!--manifest-->, In-Game Profit Calculator<!--Nexus-->
+
   |name    = Musical Cellar
   |author  = 6135
+
   |author  = Lis
   |id      = 6135.ProfitCalculator
+
   |id      = Lis.MusicalCellar
  |moddrop = 1502461
+
   |nexus  = 7626
   |nexus  = 19931
+
   |github  = lisamreynolds/MusicalCellar
   |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    = Musical Paths
   |author  = 6135
+
   |author  = aedenthorn, Erinthe
   |id      = 6135.ProfitCalculatorDGA
+
   |id      = aedenthorn.MusicalPaths
  |moddrop = 1502461
+
   |nexus  = 13197
   |nexus  = 19931
+
   |github  = aedenthorn/StardewValleyMods
   |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    = My Money
   |author  = Cherry, CherryChain
+
   |author  = Marcos Brendon
   |id      = Cherry.ProfitMargins
+
   |id      = marcos.mymoney
   |nexus  = 4663
+
   |nexus  = 6736
  |moddrop = 716352
 
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Progressive Access Farm
 
  |author  = onjulraz
 
  |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
 
  |nexus  = 2923
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Project Fluent
+
   |name    = Mystical Buildings
   |author  = Shockah
+
   |author  = PeacefulEnd
   |id      = Shockah.ProjectFluent
+
   |id      = PeacefulEnd.MysticalBuildings
   |nexus  = 12638
+
  |curse  = 870928
   |github  = Shockah/Stardew-Valley-Mods
+
   |nexus  = 12312
 +
   |github  = Floogen/MysticalBuildings
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Project S
+
   |name    = Name Tags
   |author  = NarlanMarlan
+
   |author  = Enaium
   |id      = narlan.projects
+
   |id      = Enaium.NameTags
   |nexus   = 3785
+
   |curse   = 436816
   |github  = NolanEastburn/ProjectS
+
   |moddrop = 877767
 
+
  |nexus  =
   |beta broke in = Stardew Valley 1.6
+
   |github  = Enaium-StardewValleyMods/NameTags
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Public Access TV
+
   |name    = Napalm Mummies
   |author  = kdau
+
   |author  = aedenthorn, Erinthe
   |id      = kdau.PublicAccessTV
+
   |id      = aedenthorn.NapalmMummies
   |nexus  = 5605
+
   |nexus  = 15933
   |moddrop = 757967
+
   |github = aedenthorn/StardewValleyMods
  |source = https://gitlab.com/kdau/predictivemods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pudding Plus Colored Slime Drops
+
   |name    = Nature Strikes Back
   |author  = TerryDBS
+
   |author  = Clumsy Jackdaw
   |id      = TerryDBS.ColoredSlimeDrops
+
   |id      = ClumsyJackdaw.NatureStrikesBack
   |nexus  = 7048
+
   |nexus  = 19771
   |github  =
+
   |github  = clumsyjackdaw/StardewValley_NatureStrikesBack
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purchasable Galaxy Item
+
   |name    = Neat Additions
   |author  = SorryLate
+
   |author  = Ilyaki
   |id      = SorryLate.GalaxyItem
+
   |id      = ilyaki.neatadditions
   |nexus  = 5289
+
   |nexus  = 2648
   |github  =
+
   |github  = Ilyaki/NeatAdditions
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Network Optimizer
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.NetworkOptimizer
 +
  |nexus  = 3021
 +
  |github  = Ilyaki/NetworkOptimizer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Purchasable Recipes
+
   |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  = Paracosm
+
   |author  = DestyNova
   |id      = Paracosm.PurchasableRecipes
+
   |id      = KCC.SnS<!--changed circa 1.10.0-->, DestyNova.NEACode
   |nexus  = 1722
+
   |nexus  = 12369
 
   |github  =
 
   |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    = Purist Mod
+
   |name    = New Achieve, Obtain Achievements
   |author  = aedenthorn, Erinthe
+
   |author  = AbelSdf, Abel_sdf
   |id      = aedenthorn.PuristMod
+
   |id      = AbelSdf.NewAchieve
   |nexus  = 16097
+
   |nexus  = 20909
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pussle
+
   |name    = New Clothes Every Day
   |author  = Platonymous
+
   |author  = Vrakyas
   |id      = Platonymous.Pussle
+
   |id      = Vrakyas.NewClothesEveryDay
   |nexus  = 19760
+
   |nexus  = 4030
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley ≤1.5.6
+
   |broke in = Stardew Valley 1.4
 
 
  |beta status = ok
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PVP Friendly Fire, PVP
+
   |name    = New Game on Launch
   |author  = DewMods
+
   |author  = Nobbele
   |id      = DewMods.StardewValleyMods.PVP
+
   |id      = Nobbele.NewGameOnLaunch
   |nexus  = 15589
+
   |nexus  = 2654
   |github  =
+
   |github  = 4ppleCracker/NewGameOnLaunch
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in     = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pyromancer's Journey, Fire Arcade Game<!--changed in 1.0.1-->
+
   |name    = New Game Plus
   |author  = spacechase0 and ParadigmNomad
+
   |author  = Spacechase0
   |id      = spacechase0.PyromancersJourney, spacechase0.FireArcadeGame<!--changed in 1.0.1-->
+
   |id      = Spacechase0.NewGamePlus
  |curse  = 867715
+
   |nexus  = 10786
   |nexus  = 7455
 
 
   |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    = PyTK, Platonymous Toolkit
+
   |name    = New Machines
   |author  = Platonymous
+
   |author  = Igorious
   |id      = Platonymous.Toolkit
+
   |id      = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
  |nexus  = 1726
+
   |nexus   =
  |moddrop = 793815
+
   |chucklefish = 3683
  |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Igorious/StardevValleyNewMachinesMod
}}
 
{{#invoke:SMAPI compatibility|entry
 
   |name    = Qi Chests
 
  |author  = spacechase0
 
   |id      = spacechase0.QiChest
 
   |nexus  = 15696
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Producer Framework Mod|Producer Framework Mod]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Exchanger
+
   |name    = New Years Eve → Fireworks
   |author  = Mizzion
+
   |author  = sophiesalacia
   |id      = mizzion.qiexchanger
+
   |id      = sophie.Fireworks
   |nexus  = 1930
+
   |nexus  = 15277
  |moddrop = 661359
+
   |github  = sophiesalacia/StardewMods
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Qi Sprinklers
+
   |name    = Nexus Mods Button
   |author  = UnknownLegacy
+
   |author  = Pickysaurus
   |id      = UnknownLegacy.QiSprinklers
+
   |id      = Pickysaurus.NexusModsButton
   |nexus  = 7904
+
   |nexus  = 12969
   |github  = UnkLegacy/QiSprinklers
+
   |github  =
 
 
  |beta 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    = Nice Messages
   |author  = Prismuth
+
   |author  = Nori, seaweednori
   |id      = <Prismuth.QuaintFarmBridge
+
   |id      = nori.NiceMessages
   |nexus  = 1647
+
   |nexus  = 6160
 
   |github  =
 
   |github  =
 
  |broke in  = Stardew Valley 1.3
 
  |status    = workaround
 
  |summary    = use [[#Stone Bridge Over Pond|Stone Bridge Over Pond]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Bait
+
   |name    = Night Event Chance Tweak
   |author  = MindMeltMax
+
   |author  = aedenthorn, Erinthe
   |id      = MindMeltMax.QualityBait
+
   |id      = aedenthorn.NightEventChanceTweak
  |moddrop = 1443555
+
   |nexus  = 10633
   |nexus  = 16832
+
   |github  = aedenthorn/StardewValleyMods
   |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    = Quality Fish Ponds
+
   |name    = Night Light
   |author  = ytsc
+
   |author  = KankuroGB
   |id      = ytsc.QualityFishPonds
+
   |id      = kankurogb.nightlight
   |nexus  = 11021
+
   |nexus  = 21629
   |github  = YTSC/StardewValleyMods
+
   |github  = KankuroGB/NightLight
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name   = Quality Products
+
   |name     = Night Owl
   |author = SilentOak
+
   |author   = Omegasis, Alpha_Omegasis
   |id     = SilentOak.QualityProducts
+
   |id       = Omegasis.NightOwl
   |nexus   = 3609
+
   |nexus   = 433
   |github = silentoak/StardewMods
+
   |github   = janavarro95/Stardew_Valley_Mods
 
+
  |warnings = affected by Vortex mod manager bug; use {{Nexus mod|19291|Night Owl Repacked}} if you use Vortex.
   |broke in = Stardew Valley 1.4
+
}}
   |status   = workaround
+
{{#invoke:SMAPI compatibility|entry
   |summary = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
+
  |name    = Nightshade
 +
   |author  = ichortower
 +
  |id      = ichortower.Nightshade
 +
   |nexus   = 23742
 +
   |github = ichortower/Nightshade
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Products → Auto Quality Patch
+
   |name    = Night Shift
   |author  = SilentOak
+
   |author  = SevenChords
   |id      = SilentOak.AutoQualityPatch
+
   |id      = SevenChords.Night_Shift
   |nexus  = 3609
+
   |nexus  = 15345
   |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    = Night Time Sound Notifications, Time Notif
   |author  = Traktori
+
   |author  = CarelessImm0rtal and StultusVMods, Careless_Imm0rtal
   |id      = Traktori.QualityScrubber
+
   |id      = Careless_Imm0rtal.Time_Notif.
   |nexus  = 5663
+
   |nexus  = 19651
   |github  = Traktori7/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality Scrubber for Automate
+
   |name    = No Blink
   |author  = Traktori
+
   |author  = Mr Tea, MrTea
   |id      = Traktori.AM.QualityScrubber
+
   |id      = MrTea.NoBlink
   |nexus  = 5663
+
   |nexus  = 17220
   |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    = No Cheat Shortcuts (No Map Overwrite)
   |author  = barfytheclown
+
   |author  = kulcris
   |id      = barfytheclown.QualitySmash
+
   |id      = kulcris.NoCheatShortcuts
   |nexus  = 7907
+
   |nexus  = 2310
   |github  = jn84/QualitySmash
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Queen of Sauce Randomizer
+
   |name    = Noclip Mode
   |author  = Speshkitty
+
   |author  = Pathoschild
   |id      = speshkitty.queenofsauceshuffler
+
   |id      = Pathoschild.NoclipMode
   |nexus  = 7151
+
  |curse  = 1000622
   |github  = Speshkitty/QueenOfSauceRandomiser
+
   |nexus  = 3900
 
+
   |moddrop = 691002
   |beta broke in = Stardew Valley 1.6
+
   |github  = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Delay
+
   |name    = No Cooties
   |author  = BadNetCode
+
   |author  = ceruleandeep
   |id      = BadNetCode.QuestDelay
+
   |id      = ceruleandeep.NoCooties
   |nexus  = 1239
+
   |nexus  = 9000
  |moddrop = 473938
+
   |github  = ceruleandeep/CeruleanStardewMods
   |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Framework
+
   |name    = No Crows
   |author  = PurrplingCat
+
   |author  = CatCattyCat, Cat
   |id      = PurrplingCat.QuestFramework
+
   |id      = cat.nocrows
   |curse   = 577691
+
   |nexus   = 1682
   |nexus  = 6414
+
   |moddrop = 833543
   |github  = purrplingcat/QuestFramework
+
   |github  = danvolchek/StardewMods
 
 
  |warnings = Broken on Android.
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Time Limits
+
   |name    = No Crows Revisited
   |author  = aedenthorn, Erinthe
+
   |author  = Siweipancc
   |id      = aedenthorn.QuestTimeLimits
+
   |id      = Siweipancc.NoCrowsRevisited
  |curse  = 868671
+
   |nexus  = 21129
   |nexus  = 16403
+
   |github  = siweipancc/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    = No Debris Weather
   |author  = Vexorth
+
   |author  = Underscore76
   |id      = Vexorth.Warp
+
   |id      = underscore.nodebris
   |nexus  = 16605
+
   |nexus  = 19699
   |github  =
+
   |github  = Underscore76/NoDebrisWeather
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Glance
+
   |name    = No Debug Mode
   |author  = adverserath
+
   |author  = Pathoschild
   |id      = Adverserath.QuickGlance
+
   |id      = Pathoschild.NoDebugMode
   |nexus  = 12058
+
   |nexus  = 593
   |github  = adverserath/QuickGlance
+
   |github  = Pathoschild/StardewMods
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (debug mode removed in SMAPI 1.0).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Load
+
   |name    = No Fall Damage, Remove Fall Damage from Mineshafts
   |author  = aedenthorn, Erinthe
+
   |author  = Kryspur
   |id      = aedenthorn.QuickLoad
+
   |id      = Kryspur.NoFallDamage
   |nexus  = 7756
+
   |nexus  = 17749
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Minigame
+
   |name    = No Fence Decay
   |author  = Enaium
+
   |author  = CatCattyCat, Cat
   |id      = Enaium.QuickMinigame
+
   |id      = cat.nofencedecay
   |curse   = 438741
+
   |nexus   = 1180
   |moddrop = 895127
+
   |moddrop = 833537
   |nexus   =
+
  |github  = danvolchek/StardewMods
   |github = Enaium-StardewValleyMods/QuickMinigame
+
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status   = workaround
 +
   |summary = use [[#No Fence Decay Redux|No Fence Decay Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Responses
+
   |name    = No Fence Decay Redux
   |author  = aedenthorn, Erinthe
+
   |author  = EnderTedi
   |id      = aedenthorn.QuickResponses
+
   |id      = EnderTedi.NoFenceDecayRedux
   |nexus  = 6548
+
   |nexus  = 20802
   |github  = aedenthorn/StardewValleyMods
+
   |github  = EnderTedi/No-Fence-Decay-Redux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Sell
+
   |name    = No Festival Timer
   |author  = Alejandro Akbal, AlejandroAkbal
+
   |author  = mistyspring
   |id      = AlejandroAkbal.QuickSell
+
   |id      = mistyspring.nofestivaltimer
   |nexus  = 7854
+
   |nexus  = 20077
   |github  = AlejandroAkbal/Stardew-Valley-Quick-Sell-Mod
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Shop
+
   |name    = No Friendship Decay
   |author  = Enaium
+
   |author  = hitachihex
   |id      = Enaium.QuickShop
+
   |id      = hitachihex.NoFriendshipDecay
   |curse   = 436793
+
   |nexus   =
   |moddrop = 864170
+
   |url    = https://community.playstarbound.com/threads/no-friendship-decay.108278/
   |nexus  =
+
   |source = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
  |github = Enaium-StardewValleyMods/QuickShop
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.2?
 +
  |status  = workaround
 +
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] or [[#No Friendship Decay - Reborn|No Friendship Decay - Reborn]] instead.
 +
<!--
 +
  |unofficial version = 1.1.2-unofficial.1-f4ith
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Start
+
   |name    = No Friendship Decay - Reborn
   |author  = WuestMan, redknightofdoom
+
   |author  = The Fluffy Robot
   |id      = WuestMan.QuickStart
+
   |id      = TheFluffyRobot.No
   |nexus  = 2375
+
   |nexus  = 22922
   |github  = Brian-Wuest/Quick_Start
+
   |github  = jamespfluger/Stardew-NoFriendshipDecayReborn
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quick Swap
+
   |name    = No Greenhouse Entrance Tiles
   |author  = Allan Wang
+
   |author  = idermailer
   |id      = AllanWang.QuickSwap
+
   |id      = idermailer.greenhouseNoEntranceTiles
   |nexus  = 13956
+
   |nexus  = 21557
   |github  = AllanWang/Stardew-Mods
+
   |github  = idermailer/NoGreenhouseEntranceTiles
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quotes
+
   |name    = No Hat Treasure in Skull Cave<!--manifest-->, No Hats in Skull Cavern Treasure Chest<!--Nexus-->
   |author  = aedenthorn, Erinthe
+
   |author  = Kumagabear
   |id      = aedenthorn.Quotes
+
   |id      = Kumagabear.NoHatTreasureSkull
   |nexus  = 6503
+
   |nexus  = 19655
   |github  = aedenthorn/StardewValleyMods
+
   |github  = DotSharkTeeth/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Radioactive Geodes
+
   |name    = No Hoof Sound
   |author  = justastranger
+
   |author  = AbelSdf, Abel_sdf
   |id      = jas.RadioactiveGeodes
+
   |id      = AbelSdf.NoHoofSound
  |moddrop = 952722
+
   |nexus  = 21020
   |nexus  =
 
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Radioactive Tools
+
   |name    = No Kids Ever
   |author  = kakashigr
+
   |author  = Hangy
   |id      = kakashigr.RadioactiveTools
+
   |id      = Hangy.NoKidsEver
   |nexus  = 7630
+
   |nexus  = 1464
   |github  = kakashigr/stardew-radioactivetools
+
   |github  = L3thal1ty/No-Kids-Ever
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = No Kimchi
 +
  |author  = jaeha, qpqpqp121
 +
  |id      = jaeha.No_Kimchi
 +
  |nexus  = 5043
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rainbow Cursor
+
   |name    = No Mine Exit Dialogue, No Exit Mine Confirmation Dialogue
   |author  = Jamie Taylor
+
   |author  = Riverbankboy, The_UltimateNuke
   |id      = jltaylor-us.RainbowCursor
+
   |id      = theultimatenuke.testmod
   |nexus  = 15886
+
   |nexus  = 17965
   |github  = jltaylor-us/StardewRainbowCursor
+
   |github  = TheUltimateNuke/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rainbow Trail
+
   |name    = No Mine Flyers Redux
   |author  = aedenthorn, Erinthe
+
   |author  = minervamaga
   |id      = aedenthorn.RainbowTrail
+
   |id      = minervamaga.NoMineFlyersRedux
   |nexus  = 16914
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
   |moddrop = 631110
 
+
   |github  = minervamaga/NoMineFlyersRedux
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Raincoat When Raining
+
   |name    = No More Accidental Exhaustion, Exhaustion Protection
   |author  = BikiFae, bikinavisho
+
   |author  = Guedez
   |id      = BikiFae.RainCoatWhenRaining
+
   |id      = exhaustion.protection
   |nexus  = 4659
+
   |nexus  = 5113
   |github  = bikinavisho/RainCoatWhenRaining
+
  |moddrop = 707180
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = RainPlus
+
   |name    = No More Pets
   |author  = Deadlykirpy
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = Kirpy.RainPlus
+
   |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
   |nexus  = 6559
+
   |nexus  = 506
   |github  =
+
   |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    = Rain Randomizer
+
   |name    = No More Random Mine Flyers
   |author  = EvilPdor
+
   |author  = Drynwynn, thepaladinknight
   |id      =
+
   |id      = Drynwynn.NoAddedFlyingMineMonsters
   |nexus  =
+
   |nexus  = 2528
  |url    = https://community.playstarbound.com/threads/111526
+
   |github  = Drynwynn/StardewValleyMods
   |github  =
 
  
   |broke in = SMAPI 2.0
+
   |broke in = SMAPI 2.8
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
+
   |summary  = use [[#No Mine Flyers Redux|No Mine Flyers Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rain Refills Watering Can
+
   |name    = Non Destructive NPCs
   |author  = StultusV
+
   |author  = MadaraUchiha
   |id      = StultusV.RainRefillsWateringCan
+
   |id      = MadaraUchiha.NonDestructiveNPCs
   |nexus  = 11554
+
   |nexus  = 5176
   |github  = JudeRV/Stardew-RainRefillsWateringCan
+
   |github  = MadaraUchiha/NonDestructiveNPCs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rains Interaction Mod
+
   |name    = Non-Random Prairie King
   |author  = RainKuro
+
   |author  = aedenthorn, Erinthe
   |id      = RainKuro.RainsInteractionMod
+
   |id      = aedenthorn.NonRandomPrairieKing
   |nexus  = 18850
+
   |nexus  = 6509
   |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    = Raised Garden Beds
+
   |name    = No Offscreen Flying Monsters
   |author  = blueberry
+
   |author  = SirDigby
   |id      = blueberry.RaisedGardenBeds
+
   |id      = SirDigby.NoOffscreenFlyers
   |nexus  = 5305
+
   |nexus  = 22354
   |github  = b-b-blueberry/RaisedGardenBeds
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ranching Tool Upgrades
+
   |name    = No Pause When Inactive - Global
   |author  = drbirbdev
+
   |author  = Neko Boi Nick
   |id      = drbirbdev.RanchingToolUpgrades
+
   |id      = NekoBoiNick.NoPauseWhenInactiveGlobal
   |nexus  = 12280
+
   |nexus  = 19250
   |github  = drbirbdev/StardewValley
+
   |github  = thakyZ/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Bundles
+
   |name    = No Poverty by Disconnect
   |author  = balllight
+
   |author  = Slumber
   |id      = balllight.RandomBundles
+
   |id      = SlumbR.NoPovertyByDisconnect
   |nexus  = 13790
+
   |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    = Random Hair Color
+
   |name    = No Quarry
   |author  = bookworm89723
+
   |author  = mlambley
   |id      = davis.randomhair
+
   |id      = mlambley.NoQuarry
   |nexus  = 3271
+
   |nexus  = 19410
   |github  = joaniedavis/RandomHairMod
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Randomized Energy
+
   |name    = Normalize AI for Inworld AI Mod, Normalize AI
   |author  = LakeMonster_, LakeMonster666
+
   |author  = Platonymous
   |id      = LakeMonster_.RandomizedEnergy
+
   |id      = Platonymous.NormalizeAI
   |nexus  = 5250
+
  |moddrop = 1521423
 +
   |nexus  = 19334
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random NPCs, Random Visitors
+
   |name    = No Rumble Horse
   |author  = aedenthorn, Erinthe
+
   |author  = Xangria
   |id      = Aedenthorn.RandomNPC
+
   |id      = Xangria.NoRumbleHorse
   |nexus  = 4911
+
   |nexus  = 1779
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |warnings  = doesn't work in multiplayer.
+
   |broke in = Stardew Valley 1.3.29
 
+
  |status  = workaround
   |beta broke in = Stardew Valley 1.6
+
   |summary  = use [[#Updated No Rumble Horse|Updated No Rumble Horse]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Start Day
+
   |name    = No Seeds
   |author  = idermailer
+
   |author  = lech43
   |id      = idermailer.RandomStartDay
+
   |id      = lech43.NoSeeds
   |nexus  = 13225
+
   |nexus  = 6392
   |github  = idermailer/RandomStartDay
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Random Tastes
+
   |name    = No Seeds From Trees Fix
   |author  = skiilaa
+
   |author  = KirbyLink
   |id      = skiilaa.RandomTastes
+
   |id      = kirbylink.noseedsfromtreesfix
   |nexus  = 2285
+
   |nexus  = 2947
 +
  |github  = KirbyLink/NoSeedsFromTreesFix
  
   |broke in           = SMAPI 3.0
+
   |broke in = SMAPI 3.0
   |unofficial version = 1.0.1-unofficial.1-pathoschild
+
   |status  = obsolete
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345023
+
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Range Display, Sprinkler Range
+
   |name    = No Soil Decay
   |author  = CatCattyCat, Cat
+
   |author  = ThatNorthernMonkey
   |id      = cat.sprinklerrange
+
   |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
   |nexus  = 1179
+
   |nexus  = 237
  |moddrop = 833536
+
   |github  = ThatNorthernMonkey/NoSoilDecay
   |github  = danvolchek/StardewMods
 
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.2
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Data Layers|Data Layers]] instead.
+
   |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    = Ranged Tools
+
   |name    = No Soil Decay On Farm
   |author  = vgperson
+
   |author  = A_Dude
   |id      = vgperson.RangedTools
+
   |id      = A_Dude.NoSoilDecayOnFarm
   |nexus  = 6935
+
   |nexus  = 8071
   |github  = vgperson/RangedTools
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Range Highlight
+
   |name    = No Soil Decay Redux
   |author  = Jamie Taylor
+
   |author  = Platonymous
   |id      = jltaylor-us.RangeHighlight
+
   |id      = Platonymous.NoSoilDecayRedux
   |nexus  = 6752
+
  |curse  = 307727
   |github  = jltaylor-us/StardewRangeHighlight
+
  |moddrop = 793930
 +
   |nexus  = 1084
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Raven of The Valley
+
   |name    = Note Blocks
   |author  = nicks
+
   |author  = Yaramy
   |id      = nicks.RavenofTheValley
+
   |id      = yaramy.noteblocks
   |nexus  = 19856
+
   |nexus  = 6646
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Readers Digest
+
   |name    = Notes
   |author  = Remy Bach
+
   |author  = Platonymous
   |id      = remybach.readersdigest
+
   |id      = Platonymous.Notes
   |nexus  = 3040
+
   |nexus  = 3068
   |github  = remybach/stardew-valley-readersdigest
+
  |moddrop = 793905
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realistic Fishing
+
   |name    = Not Far From The Tree
   |author  = Kevin Connors
+
   |author  = TheElm
   |id      = KevinConnors.RealisticFishing
+
   |id      = TheElm.NotFarFromTheTree
   |nexus  = 2623
+
   |nexus  = 4739
   |github  = kevinforrestconnors/RealisticFishing
+
   |github  = GStefanowich/SDV-NFFTT
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial version = 1.2.3-unofficial.3-Mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realistic Random Names
+
   |name    = No Thunder Sound
   |author  = aedenthorn, Erinthe
+
   |author  = Sto13
   |id      = aedenthorn.RealNames
+
   |id      = Sto13.NoThunderSound
   |nexus  = 6269
+
   |nexus  = 14414
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Real Time
+
   |name    = No Transitions
   |author  = Enaium, Lightcolour888
+
   |author  = crazywig
   |id      = Enaium.RealTime
+
   |id      = crazywig.notransitions
   |nexus  = 5336
+
   |nexus  = 7354
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realtime Framework
+
   |name    = No Warp Delay
   |author  = drbirbdev
+
   |author  = Tran Minh Thong
   |id      = drbirbdev.RealtimeFramework
+
   |id      = no.warp.delay
   |nexus  = 18915
+
   |nexus  = 19805
   |github  = drbirbdev/StardewValley
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Realtime Minimap
+
   |name    = Now Playing
   |author  = spacechase0
+
   |author  = John Peters
   |id      = spacechase0.RealtimeMinimap
+
   |id      = JohnPeters.NowPlaying
  |curse  = 867706
+
   |nexus  = 19441
   |nexus  = 9386
+
   |github  =
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Real Weather, SDVWM Astro<!--older version-->, SDVWM Environment<!--older version-->
+
   |name    = NPC Adventures, It's Time to Adventure
   |author  = SixthTitan
+
   |author  = PurrplingCat
   |id      = SixthTitan.SDVWM_RealWeather, SixthTitan.SDVWM_Astro<!--older version-->
+
   |id      = purrplingcat.npcadventure
   |nexus  = 5773
+
  |curse  = 577730
   |github  =
+
   |nexus  = 4582
 +
   |github  = purrplingcat/PurrplingMod
  
   |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    = Recatch Legendary Fish
+
   |name    = NPC Bucket for HB, NPC Bucket
  |author  = cantorsdust and Pathoschild
+
   |author  = shounlol
  |id      = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
+
   |id      = shounlol.NPCBucket
  |nexus  = 172
+
   |nexus  = 20328
  |github  = cantorsdust/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Reciprocate
 
   |author  = YunHikari
 
   |id      = YunHikari.Reciprocate
 
   |nexus  = 17714
 
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recover Stamina
+
   |name    = NPC Clothing Framework
   |author  = lperkins2, Logan Perkins
+
   |author  = aedenthorn, Erinthe
   |id      = lperkins2.RecoverStamina
+
   |id      = aedenthorn.NPCClothing
   |nexus  = 2332
+
   |nexus  = 13940
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recurring Reminders
+
   |name    = NPC Geometry
   |author  = Dem1se
+
   |author  = ichortower
   |id      = Dem1se.RecurringReminders
+
   |id      = ichortower.NPCGeometry
   |nexus  = 6840
+
   |nexus  = 19259
   |github  = dem1se/SDVMods
+
   |github  = ichortower/NPCGeometry
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = obsolete
 +
  |summary  = remove this mod (equivalent features added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Recyclable Cola
+
   |name    = NPC Gift Multipliers
 
   |author  = XxHarvzBackxX
 
   |author  = XxHarvzBackxX
   |id      = harvz.RecyclableCola
+
   |id      = harvz.NPCGiftMultipliers
   |nexus  = 10865
+
   |nexus  = 23139
   |github  = XxHarvzBackxX/recyclableCola
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Redesigned Farmhouse Layout
+
   |name    = NPC Map Locations
   |author  = Aimon111 & DaLion
+
   |author  = Bouhm and Pathoschild
   |id      = Aimon111.RedisignedFarmHouseLayout.Warps
+
   |id      = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
   |nexus  = 11420
+
   |nexus  = 239
   |github  =
+
   |github  = Bouhm/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Redraw Pelican Town Config
+
   |name    = NPC Map Locations Extra Config
   |author  = JefGrizli
+
   |author  = trashcan9
   |id      = JefGrizli.RedrawPelicanTownC
+
   |id      = trashcan9.NPCMapLocations.ExtraConfig
   |nexus  = 15564
+
   |nexus  = 16236
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Refill Watering Can in Town Fountain
+
   |name    = NPC Path Displayer, Path Display
   |author  = TfueLovesBanana
+
   |author  = Akago
   |id      = TfueLovesBanana.FillWateringCanInTownFountain
+
   |id      = akago.PathDisplay
   |nexus  = 16764
+
   |nexus  = 7563
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Refund Staircases
+
   |name    = NPC Speak
   |author  = Nick Martin
+
   |author  = jwdred
   |id      = NickMartin.RefundStaircases
+
   |id      =
   |nexus  = 19209
+
   |nexus  = 694
   |github  = nickmartin1ee7/RefundStaircases
+
   |github  =
 +
 
 +
  |status  = obsolete
 +
  |summary  = remove this mod (use [[Modding:Console commands#Dialogue|built-in debug commands]] instead).
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regeneration
+
   |name    = NPC Tokens, NPC Tokens for Content Patcher
   |author  = Hammurabi
+
   |author  = siliconmodding
   |id      = HammurabiRegeneration
+
   |id      = siliconmodding.NPCTokens
   |nexus  =
+
   |nexus  = 23637
   |chucklefish = 4584
+
   |github =
  |source = https://community.playstarbound.com/resources/regeneration.4584/updates
 
 
 
  |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    = Regen Mod
+
   |name    = Nuclear Valley - PG, Nuclear Bomb
   |author  = Zoryn
+
   |author  = ApryllForever
   |id      = Zoryn.RegenMod
+
   |id      = ApryllForever.NuclearBomb, ApryllForever.NuclearBombLocations<!--both mods bundled into same download-->
   |nexus  =
+
   |nexus  = 23339
  |url    = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = ApryllForever/NuclearBombLocations
   |github  = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Regular Quality
+
   |name    = Numerical Health
   |author  = desto, JustToDownloadThings
+
   |author  = Hydrox, hydrox6
   |id      = desto.RegularQuality
+
   |id      = Hydrox.NumericalHealth
   |nexus  = 5090
+
   |nexus  = 4863
   |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    = Object Import Map, Import Map
   |author  = Team Timber
+
   |author  = aedenthorn, Erinthe
   |id      = TeamTimber.RejuvenatingForest
+
   |id      = aedenthorn.ImportMap
   |nexus  = 10322
+
   |nexus  = 10965
   |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    = Relationship Bar UI
+
   |name    = Object Product Display
   |author  = SlyMerc
+
   |author  = aedenthorn, Erinthe
   |id      = RelationshipBar
+
   |id      = aedenthorn.ObjectProductDisplay
   |nexus  = 1009
+
   |nexus  = 18365
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationships Enhanced
+
   |name    = Object Progress Bars
   |author  = rodrigovaz
+
   |author  = Adeel Tariq
   |id      = relationshipsenhanced
+
   |id      = Adeel.ObjectProgressbars
   |nexus  =
+
   |nexus  = 2803
  |chucklefish = 4435
+
   |github  = AdeelTariq/ObjectProgressBars
   |github  =
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
+
   |summary  = use [[#Object Progress Bars Continued|Object Progress Bars Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Status
+
   |name    = Object Progress Bars Continued
   |author  = Dragonisser
+
   |author  = adelmoral, Andrés del Moral
   |id      = relationshipstatus
+
   |id      = Moral.ObjectProgressbarsContinued
   |nexus  = 751
+
   |nexus  = 22005
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Object Time Left
 +
  |author  = spacechase0
 +
  |id      = spacechase0.ObjectTimeLeft
 +
  |curse  = 867757
 +
  |moddrop = 131148
 +
  |nexus  = 1315
 +
  |github  = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Tooltips
+
   |name    = Ocarina of Time, Ocarina of Time Melodies
   |author  = M3ales
+
   |author  = LokiG4m3r
   |id      = M3ales.RelationshipTooltips
+
   |id      = LokiG4m3r.OcarinaOfTimeMelodies
   |nexus  =
+
   |nexus  = 21819
   |curse   = 298040
+
   |github  =
   |github  = M3ales/RelationshipTooltips
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = OK Night Check
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.OKNightCheck
 +
  |nexus   = 14231
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relationship Tracker
+
   |name    = OmniFarm
   |author  = Branic
+
   |author  = lambui
   |id      = Branic.RelationshipTracker
+
   |id      = PhthaloBlue.Omnifarm
   |nexus  = 2845
+
   |nexus  =
   |github  = Paradox355/SDVMods
+
  |url    = https://community.playstarbound.com/threads/127299
 +
   |github  = lambui/StardewValleyMod_OmniFarm
  
   |broke in          = SMAPI 3.0
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.1-beta.2-unofficial.1-pathoschild
+
   |unofficial version = 2.0.5-unofficial.2-glimmerDev
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345224
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121265
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relativity
+
   |name    = Omni Swing
   |author  = AdroSlice
+
   |author  = Alejandro Akbal
   |id      = AdroSlice.Relativity
+
   |id      = AlejandroAkbal.OmniSwing
   |nexus  = 13028
+
   |nexus  = 7877
   |github  = adroslice/sdv-relativity-mirror
+
   |github  = AlejandroAkbal/Stardew-Valley-OmniSwing-Mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Relaxing Weekends<!--manifest-->, Weekend Relaxation<!--Nexus-->
+
   |name    = Omni Tools
   |author  = The Fluffy Robot
+
   |author  = aedenthorn, Erinthe
   |id      = TheFluffyRobot.RelaxingWeekends
+
   |id      = aedenthorn.OmniTools
   |nexus  = 19662
+
  |curse  = 868690
   |github  = jamespfluger/Stardew-ModCollection
+
   |nexus  = 14865
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123180
 +
  |unofficial version = 0.8.3-unofficial.3-aschismatism
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Birthday Gifts<!--Nexus-->, Remember Birthdays<!--manifest-->
+
   |name    = One Click Shed Reloader
   |author  = zeldela
+
   |author  = BitwiseJon
   |id      = zeldela-RememberBirthdays
+
   |id      = BitwiseJonMods.OneClickShedReloader
   |nexus  = 13554
+
   |nexus  = 2052
   |github  = zeldela/sdv-mods
+
   |github  = bitwisejon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Faced Direction
+
   |name    = One Day at a Time
   |author  = Annosz
+
   |author  = Miome
   |id      = Annosz.RememberFacedDirection
+
   |id      = Miome.OneDayAtATime
   |nexus  = 6946
+
   |nexus  = 8870
   |github  = Annosz/StardewValleyModding
+
   |github  = miome/OneDayAtATime
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remember Your Umbrella
+
   |name    = One Silo Storage
   |author  = heyseth
+
   |author  = SorryLate, rharyanto
   |id      = heyseth.umbrellas
+
   |id      = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
   |nexus  = 8366
+
   |nexus  = 5150
   |github  = heyseth/SDVMods
+
   |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    = Reminders
+
   |name    = One Sprinkler One Scarecrow
   |author  = Surkasu
+
   |author  = Mizzion
   |id      = Surkasu.Reminders
+
   |id      = mizzion.onesprinkleronescarecrow
   |nexus  = 2481
+
   |nexus  = 3633
 +
  |moddrop = 661376
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = One Tile High Budget TV, One-Tile Budget TV Screen Fix
 +
  |author  = Khitiara
 +
  |id      = Khitiara.BudgetTVFix
 +
  |nexus  = 20955
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Custom Reminders|Custom Reminders]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remind to Exit
+
   |name    = Online Splitscreen
   |author  = pepoluan
+
   |author  = DeLiXx
   |id      = pepoluan.RemindToExit
+
   |id      = DeLiXx.Online_Splitscreen
   |nexus  = 8727
+
   |nexus  = 12291
 
   |github  =
 
   |github  =
   |source  = https://sourceforge.net/projects/sdvmod-remind-to-exit/
+
   |source  =
 +
 
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remote Fridge Storage
+
   |name    = Only Fish Consume Bait, Only Fishes Consume Bait
   |author  = EternalSoap, arjan3004
+
   |author  = MercuryVN
   |id      = EternalSoap.RemoteFridgeStorage
+
   |id      = MercuryVN.OnlyFishConsumeBait
   |nexus  = 2545
+
   |nexus  = 22766
   |github  = SoapStuff/Remote-Fridge-Storage
+
   |github  = MercuryVN/OnlyFishConsumeBait
 
 
  |warnings = Broken on Android (loads but does not work).
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remove All Monsters
+
   |name    = Only Iridium
   |author  = David J. Lee, djslzx
+
   |author  = xiaoye97
   |id      = djsl.RemoveAllMonsters
+
   |id      = xiaoye97.OnlyIridium
   |nexus  = 5727
+
   |nexus  = 4471
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Remove Animal Limitations
+
   |name    = Open Hearts
   |author  = Hobbes
+
   |author  = MedievalAI
   |id      = Hobbes.RemoveAnimalLimitations
+
   |id      = MedievalAI.OpenHearts
   |nexus  = 7838
+
   |nexus  = 16944
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rename
+
   |name    = Orchard - Better Fruit Trees
   |author  = Remmie, CoinzReturns
+
   |author  = Saitoue
   |id      = Remmie.Rename
+
   |id      = Saitoue.Orchard
   |nexus  = 2130
+
   |nexus  = 13867
   |github  =
+
   |github  = Saitoue/Orchard
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Rename Reworked|Rename Reworked]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rename Reworked
+
   |name    = Ordinary Capsule
   |author  = Parabyted
+
   |author  = LeFauxMatt
   |id      = parabyted.renamerework
+
   |id      = furyx639.OrdinaryCapsule
   |nexus  = 10866
+
  |curse  = 871831
   |github  =
+
   |nexus  = 13489
 +
   |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rented Tools Improved
+
   |name    = Ore Detector
   |author  = SolusCleansing
+
   |author  = AvalonMFX
   |id      = SolusCleansing.RentedToolsImproved
+
   |id      = AvalonMFX.OreDetector
   |nexus  = 18909
+
  |curse  = 1017154
   |github  = SolusCleansing/RentedToolsImproved
+
   |nexus  = 23312
 +
   |github  = 1Avalon/Ore-Detector
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rented Tools
+
   |name    = Ore Increaser
   |author  = JarvieK
+
   |author  = crazywig
   |id      = JarvieK.RentedTools
+
   |id      = crazywig.oreincrease
   |nexus  = 1307
+
   |nexus  = 7370
   |github  = Jarvie8176/StardewMods
+
   |github  =
  
   |broke in           = Stardew Valley 1.4
+
   |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-4.156000/#post-3346341
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reorient After Eating
+
   |name    = Ore Increase V3
   |author  = PunningLinguist
+
   |author  = KKramer85
   |id      = PunningLinguist.ReorientAfterEating
+
   |id      = OreIncreaseV3
   |nexus  = 7585
+
  |curse  = 994197
   |github  = amconners/ReorientAfterEating
+
  |moddrop = 1475534
 +
   |nexus  = 19132
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Replanter
+
   |name    = Organize Inventory Shortcut
   |author  = jwdred
+
   |author  = Yyeahdude
   |id      = jwdred.Replanter
+
   |id      = Yyeahdude.OrganzieShortcut
   |nexus  = 589
+
   |nexus  = 4772
   |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    = Ornamental
   |author  = littleraskol
+
   |author  = Taskmaster
   |id      = lrsk_sdvm_rerg.0925160827
+
   |id      = Taskmaster.Ornamental
   |nexus  = 6837
+
   |nexus  = 4981
  |moddrop = 827580
 
  |github  = littleraskol/ReRegeneration
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Reseed, Roc's Reseed Mod
 
  |author  = rocslayer, James Overton
 
  |id      = Roc.Reseed
 
  |nexus  = 2421
 
 
   |github  =
 
   |github  =
  
  |broke in = Stardew Valley 1.3.29
+
   |status  = abandoned
   |status   = workaround
 
  |summary = Use [[#Harvest Seeds|Harvest Seeds]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reset Skull Caverns
+
   |name    = Ornithologist's Guild
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Ivy
   |id      = KoihimeNakamura.ResetCaverns
+
   |id      = Ivy.OrnithologistsGuild
  |moddrop = 1080116
+
   |nexus  = 14510
   |nexus  =
+
   |github  = greyivy/OrnithologistsGuild
   |github  = Sakorona/SDVMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reset Terrain Features
+
   |name    = Outfit Disable
   |author  = mabelSyrup
+
   |author  = idermailer
   |id      = MabelSyrup.ResetTerrainFeatures
+
   |id      = idermailer.OutfitDisable
   |nexus  = 4715
+
   |nexus  = 23346
   |github  =
+
   |github  = idermailer/OutfitDisable
 
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial version = 1.0.3-unofficial.1-esca
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-64#post-43678
 
 
 
  |summary = use {{nexus mod|9350|Reset Terrain Features For .NET 5}} or [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-64#post-43678 unofficial update] instead.
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Resource Storage
+
   |name    = Outfit Sets
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.ResourceStorage
+
   |id      = aedenthorn.OutfitSets
   |nexus  = 17951
+
   |nexus  = 13888
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Responsive Knockback, Responsive MP Knockback
+
   |name    = Out of Season Bonuses, Seasonal Items
   |author  = spacechase0
+
   |author  = Midori Armstrong, azureglasses
   |id      = spacechase0.ResponsiveKnockback
+
   |id      = midoriarmstrong.seasonalitems
   |nexus  = 12029
+
   |nexus  = 1452
   |github  = spacechase0/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Restauranteer
+
   |name    = Overworld Chests
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.Restauranteer
+
   |id      = aedenthorn.OverworldChests
   |nexus  = 14519
+
   |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    = Retro Active Achievements
+
   |name    = OwO Stawdew Vawwey
   |author  = iceburg
+
   |author  = CrunchyDuck
   |id      = 7e474181-e1a0-40f9-9c11-retroactive
+
   |id      = CrunchyDuck.OwOMod
   |nexus  = 4974
+
   |nexus  = 8923
   |github  = ManApart/RetroActiveAchievements
+
   |github  = CrunchyDuck/OwO-Stawdew-Vawwey
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Retroactive Stardew
+
   |name    = P2P Animal Noise
   |author  = millerscout
+
   |author  = Modotte
   |id      = Millerscout.RetroactiveStardew
+
   |id      = modotte.P2PAnimalNoise
   |nexus  = 6953
+
   |nexus  = 17383
   |github  = millerscout/StardewMillerMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reusable Wallpapers and Floors, Wallpaper Retain
+
   |name    = Pacifist Valley
   |author  = Iceburg
+
   |author  = aedenthorn, Erinthe
   |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
+
   |id      = Aedenthorn.PacifistValley
   |nexus  = 356
+
   |nexus  = 5464
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
+
   |summary  = use [[#Pacifist Valley - Continued|Pacifist Valley - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Reverse Proposal
+
   |name    = Pacifist Valley - Continued
   |author  = GreenOnion24
+
   |author  = aedenthorn and FlyingTNT
   |id      = GreenOnion24.ReverseProposal
+
   |id      = FlyingTNT.PacifistValley
   |nexus  = 8526
+
   |nexus  = 23109
   |github  =
+
   |github  = FlyingTNT/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Revive Dead Crops
+
   |name    = Painting Display
   |author  = atravita
+
   |author  = aedenthorn, Erinthe
   |id      = atravita.ReviveDeadCrops
+
   |id      = aedenthorn.PaintingDisplay
  |curse  = 870964
+
   |nexus  = 10918
  |moddrop = 1294436
+
   |github  = aedenthorn/StardewValleyMods
   |nexus  = 15005
 
   |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    = Panning Upgrades
   |author  = ribeena
+
   |author  = drbirbdev
   |id      = ribeena.boatspriteadjuster, ribeena.busspriteadjuster<!--two separate C# mods bundled-->
+
   |id      = drbirbdev.PanningUpgrades
   |nexus  = 11809
+
   |nexus  = 12242
   |github  = ribeena/BusLocations
+
   |github  = drbirbdev/StardewValley
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ridgeside Village
+
   |name    = Panning Upgrades Extra Config
   |author  = Rafseazz
+
   |author  = trashcan9
   |id      = Rafseazz.RidgesideVillage
+
   |id      = trashcan9.PanningUpgrades.ExtraConfig
   |nexus  = 7286
+
   |nexus  = 16234
   |github  = Rafseazz/Ridgeside-Village-Mod
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-after Panning Upgrades-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ring Overhaul
+
   |name    = Paper Mario Partners for Stardew Valley
   |author  = Goldenrevolver
+
   |author  = AnotherStardewValleySunday
   |id      = Goldenrevolver.RingOverhaul
+
   |id      = AnotherStardewValleySunday.PaperMarioPartners
   |nexus  = 10669
+
   |nexus  = 14638
   |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    = Ring Overhaul for Walk of Life
+
   |name    = Paritee's Better Farm Animal Variety
   |author  = Jibb
+
   |author  = Paritee
   |id      = Jibb.RingOverhaulMARGO<!--changed in 2.0.0-->, Jibb.RingOverhaulWOL
+
   |id      = Paritee.BetterFarmAnimalVariety
   |nexus  = 12171
+
   |nexus  = 3296
   |github  =
+
   |github  = paritee/Paritee.StardewValley.Frameworks
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 +
<!--
 +
  |unofficial version = 3.2.4-unofficial.kelvinrosa-mouseypounds-elbe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-47274
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rise And Shine
+
   |name    = Paritee's Treat Your Animals
   |author  = Yoshify
+
   |author  = Paritee
   |id      = Yoshify.RiseAndShine
+
   |id      = Paritee.TreatYourAnimals
   |nexus  = 3
+
   |nexus  = 3375
   |github  =
+
   |github  = paritee/Paritee.StardewValley.Frameworks
  
   |broke in = SMAPI 0.39.1
+
   |broke in = Stardew Valley 1.4
  |status  = workaround
 
  |summary  = Use [[#Just Sleep In|Just Sleep In]] instead.
 
 
<!--
 
<!--
   |unofficial version = 1.1.1-whisk-update
+
   |unofficial version = 1.1.2-unofficial.2-Strobe
   |unofficial url    = https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/page-5#post-3237772
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29316
 
-->
 
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Riverland Farm but You Need to Build Bridges
+
   |name    = Parsnips
   |author  = idermailer
+
   |author  = MarthaSolomon, SolomonsWorkshop
   |id      = idermailer.riverfarmButBridge
+
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
   |nexus  = 15748
+
   |nexus  = 2166
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Parsnips Absolutely Everywhere But It's Garlic, Garlics
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
 +
  |nexus  = 3524
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Robin Work Hours
+
   |name    = Partial Hearts
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.RobinWorkHours
+
   |id      = aedenthorn.PartialHearts
   |nexus  = 11244
+
   |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    = Rope Bridge
+
   |name    = Particle Effects
   |author  = Teban100
+
   |author  = aedenthorn, Erinthe
   |id      = RopeBridge
+
   |id      = aedenthorn.ParticleEffects
   |nexus  = 824
+
  |curse  = 868786
   |github  = StephenKairos/Teban100-StardewMods
+
   |nexus  = 11056
 +
   |github  = aedenthorn/StardewValleyMods
  
   |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    = Particle Framework
   |author  = ApryllForever
+
   |author  = Espy
   |id      = ApryllForever.RestStop.Rummage
+
   |id      = Espy.ParticleFramework
   |nexus  = 12764
+
   |nexus  = 23544
   |github  = ApryllForever/Rummage
+
   |github  = Smoked-Fish/ParticleFramework
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rune Magic
+
   |name    = Part of the Community
   |author  = fierro
+
   |author  = bmarquismarkail, Space Baby
   |id      = fierro.rune_magic
+
   |id      = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
   |nexus  = 15065
+
   |nexus  = 923
   |github  = facufierro/RuneMagic
+
   |github  = bmarquismarkail/SV_PotC
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Bigger Craftables-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Run Fast, Sprint
+
   |name    = Passable Crops
   |author  = Krutonium
+
   |author  = NCarigon
   |id      = krutonium.sprint
+
   |id      = NCarigon.PassableCrops
   |nexus  = 12701
+
   |nexus  = 15223
   |github  =
+
   |github  = ncarigon/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Running Key
+
   |name    = Passable Descents
   |author  = strato35
+
   |author  = Rokugin
   |id      = Strato35.RunningKey
+
   |id      = Rokugin.PassableDescents
   |nexus  = 5527
+
   |nexus  = 22592
   |github  =
+
   |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Running Late
+
   |name    = Passable Ladders
   |author  = Coll1234567
+
   |author  = J_Hizzal
   |id      = Coll1234567.RunningLate
+
   |id      = J_Hizzal.PassableLadders
   |nexus  = 3518
+
   |nexus  = 2985
   |github  =
+
   |github  = joelra/SDV-PassableLadders
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |name    = Passable Objects
 +
  |author  = punyo, yakminepunyo
 +
  |id      = punyo.PassableObjects
 +
  |nexus  = 2329
 +
  |github  = pomepome/PassableObjects
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rush Orders
+
   |name    = Passerby Cemetery, ClownSharp
   |author  = spacechase0
+
   |author  = DecidedlyHuman and fellowclown
   |id      = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
+
   |id      = DecidedlyHuman.ClownsSqueakyTools
  |curse  = 867397
+
   |nexus  = 22600
  |moddrop = 127276
+
   |github  =
   |nexus  = 605
 
   |github  = spacechase0/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SAAT.API, SAAT - Audio API and Toolkit
+
   |name    = Passive Friendship
   |author  = ZeroMeters
+
   |author  = StultusV
   |id      = ZeroMeters.SAAT.API
+
   |id      = StultusV.PassiveFriendship
   |nexus  = 10747
+
   |nexus  = 8732
   |github  = Dawilly/SAAT
+
   |github  = JudeRV/Stardew-PassiveFriendship
 
 
  |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    = Pause in Multiplayer, Pause Time in Multiplayer
   |author  = ZeroMeters
+
   |author  = jorgamun
   |id      = ZeroMeters.SAAT.Mod
+
   |id      = jorgamun.PauseInMultiplayer
   |nexus  = 10747
+
   |nexus  = 10328
   |github  = Dawilly/SAAT
+
  |moddrop = 1068093
 +
   |github  = jorgamun/PauseInMultiplayer
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after SAAT.API-->
+
   |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    = Safe Lightning
+
   |name    = Pause Sync
   |author  = CatCattyCat, Cat
+
   |author  = Terrorbladed
   |id      = cat.safelightning
+
   |id      = Tb.Stardew_Pause_Sync
   |nexus  = 2039
+
   |nexus  = 10160
  |moddrop = 833550
+
   |github  =
   |github  = danvolchek/StardewMods
 
 
 
  |broke in          = Stardew Valley 1.5
 
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 
  |unofficial version = 2.1.1-unofficial.1-strobe
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Lightning Redux, Safe Lightning
+
   |name    = Pause Time in Multiplayer Revived
   |author  = Shockah
+
   |author  = mishmaash
   |id      = Shockah.SafeLightning
+
   |id      = mishmaash.PauseInMultiplayer
   |nexus  = 11857
+
   |nexus  = 21327
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = mishagp/PauseInMultiplayer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Safe Reading
+
   |name    = Pause While Sitting
   |author  = LunaticShade
+
   |author  = heyseth
   |id      = LunaticShade.SafeReading
+
   |id      = heyseth.sitpause
   |nexus  = 8564
+
   |nexus  = 8295
   |github  = LunaticShade/StardewValley.SafeReading
+
   |github  = heyseth/SDVMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sailor Moon Hairstyles and Clothing, Sailor Styles
+
   |name    = PDQ Paths
   |author  = blueberry
+
   |author  = Jaredlll08
   |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      = BlameJared.PDQPaths
   |nexus  = 4154
+
   |nexus  =
   |github  = b-b-blueberry/SailorStyles
+
   |curse  = 307090
 
+
   |github  =
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Saloon Warp Totem
+
   |name    = Pelican Fiber
   |author  = Artinity
+
   |author  = jwdred
   |id      = Artinity.SaloonWarpTotem
+
   |id      = jwdred.PelicanFiber
   |nexus  = 16450
+
   |nexus  = 631
   |github  = Artinity/SaloonWarpTotem
+
   |github  = jdusbabek/stardewvalley
 +
 
 +
  |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    = Sauvignon in Stardew
+
   |name    = Pelican Postal Service
   |author  = Jesse, Jdvicks94
+
   |author  = ElectroCrumpet
   |id      = Jesse.SauvignonInStardew
+
   |id      = ElectroCrumpet.PelicanPostalService
   |nexus  = 2597
+
   |nexus  = 2770
   |github  = JDvickery/Sauvignon-in-Stardew
+
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
 
<!--
 
<!--
   |unofficial version = 1.9.1-unofficial.5-BigBhole69
+
   |unofficial version = 1.0.7-unofficial.1-Strobe
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353940
+
   |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    = Savage Vincent (NPC Speech Bubbles)
+
   |name    = Pelican TTS
   |author  = BlaDe
+
   |author  = Platonymous
   |id      = BlaDe.NPCSpeechBubblesVincent
+
   |id      = Platonymous.PelicanTTS
   |nexus  = 11833
+
   |nexus  = 1079
   |github  =
+
  |moddrop = 793929
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Save Anywhere Redux, Save Anywhere
+
   |name    = Pelican xVASynth
   |author  = RealSweetPanda and Aredjay, (formerly Omegasis)
+
   |author  = aedenthorn, Erinthe
   |id      = Omegasis.SaveAnywhere
+
   |id      = aedenthorn.PelicanxVASynth
  |curse  = 898109
+
   |nexus  = 10250
   |nexus  = 8386<!--non-redux: 444-->
+
   |github  = aedenthorn/StardewValleyMods
   |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
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Save Backup
+
   |name    = People Seeds
   |author  = SMAPI
+
   |author  = bwdy
   |id      = SMAPI.SaveBackup
+
   |id      = bwdy.peopleseeds
   |nexus  =
+
   |nexus  = 3635
  |url    = https://smapi.io
 
  |github  = Pathoschild/SMAPI
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Save Game Options
 
  |author  = SorryLate, rharyanto
 
  |id      = SorryLate.SaveGameOptions
 
  |nexus  = 5190
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
  |status  = workaround
 
  |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scale Up
+
   |name    = Percent of Max Stamina and Health Regeneration, Regen Percent
   |author  = Platonymous
+
   |author  = MercuriusXeno
   |id      = Platonymous.ScaleUp
+
   |id      = Mercurius.RegenPercent
   |nexus  = 3130
+
   |nexus  = 20900
  |moddrop = 793912
+
   |github  = MercuriusXeno/RegenPercent
   |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    = Perfection Tweaker
   |author  = WretchedPenguin
+
   |author  = shekurika
   |id      = WretchedPenguin.ScarecrowHighlighter
+
   |id      = shekurika.PerfectionTweaker
   |nexus  = 3579
+
   |nexus  = 8615
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Schedule Viewer
+
   |name    = Perfect Trinkets
   |author  = BinaryLip
+
   |author  = season
   |id      = BinaryLip.ScheduleViewer
+
   |id      = season.PerfectTrinkets
   |nexus  = 19305
+
   |nexus  = 22358
   |github  = BinaryLip/ScheduleViewer
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Screenshot Everywhere
+
   |name    = Permanent Cellar
   |author  = Gaiadin
+
   |author  = CyanFire
   |id      = Gaiadin.Stardew-Screenshot-Everywhere
+
   |id      = CF.PermanentCellar
   |nexus  = 10805
+
   |nexus  = 17257
   |github  = Gaiadin/Stardew-Screenshot-Everywhere
+
   |github  = CyanFireUK/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scroll To Blank
+
   |name    = Permanent Cookout Kit And Better Charcoal Kiln, Better Cookout Kit And Charcoal Kiln
   |author  = Caraxian
+
   |author  = Goldenrevolver
   |id      = caraxian.scroll.to.blank
+
   |id      = Goldenrevolver.PermanentCookoutKit
   |nexus  = 4144
+
   |nexus  = 8035
  |chucklefish = 4405
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
   |github  = Caraxi/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scroll To Zoom
+
   |name    = Persia the Mermaid, PersiaMod
   |author  = Tomwa
+
   |author  = Avalon, Avalonii
   |id      = Tomwa.ScrollToZoom
+
   |id      = 63b9f419-7449-42db-ab2e-440b4d05c073
   |nexus  = 2163
+
   |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    = Scrying Orb
+
   |name    = Persistent Game Options
   |author  = kdau
+
   |author  = Xangria
   |id      = kdau.ScryingOrb
+
   |id      = Xangria.PersistentGameOptions
   |nexus  = 5603
+
   |nexus  = 1778
  |moddrop = 756553
 
  |source  = https://gitlab.com/kdau/predictivemods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Scythe Harvesting
 
  |author  = mmanlapat
 
  |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
 
  |nexus  = 1106
 
 
   |github  =
 
   |github  =
 
+
   |broke in = SMAPI 3.0
   |broke in = Stardew Valley 1.3.29
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
+
   |summary  = Use [[#Global Config Settings|Global Config Settings]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDV Game of Life
+
   |name    = Persistent Grange Display
   |author  = Super Aardvark, ubererdferkel
+
   |author  = aedenthorn, Erinthe
   |id      = SuperAardvark.GameOfLife
+
   |id      = aedenthorn.PersisitentGrangeDisplay
   |nexus  = 5361
+
   |nexus  = 7977
   |github  = super-aardvark/AardvarkMods-SDV
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDV Twitch
+
   |name    = Persistent Mines
   |author  = Dawgeth
+
   |author  = spacechase0
   |id      = MTD.SDVTwitch
+
   |id      = spacechase0.PersistentMines
   |nexus  = 1760
+
   |nexus  = 14985
   |github  =
+
   |github  = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SDVWM, The Weather Machine
+
   |name    = Persival's Bundle Mod
   |author  = SixthTitan
+
   |author  = Persival
   |id      = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
+
   |id      =
   |nexus  = 3203
+
   |nexus  = 438
 
   |github  =
 
   |github  =
  
   |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    = Seacliff Farm for Android<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
+
   |name    = Personal Anvil
   |author  = FreeTheJunimos
+
   |author  = Strobe
   |id      = freethejunimos.seaclifffarm
+
   |id      = Strobe.PersonalAnvil
   |nexus  = 13911
+
   |nexus  = 5326
   |github  =
+
   |github  = strobel1ght/Personal-Anvil
 
 
  |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    = Personal Combat Drone Redux
   |author  = FreeTheJunimos
+
   |author  = Prism 99
   |id      = freethejunimos.seaclifffarm.pc
+
   |id      = prism99.cambam.MURDERDRONE.redux
   |nexus  = 14296
+
   |nexus  = 18224
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Season Affixes
+
   |name    = Personal Effects
   |author  = Shockah
+
   |author  = bwdy
   |id      = Shockah.SeasonAffixes
+
   |id      = bwdy.personaleffects
   |nexus  = 16297
+
   |nexus  = 3532
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = bwdymods/SDV-PersonalEffects
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Kokoro-->
+
   |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    = Seasonal Save Slots
+
   |name    = Personal Effects Redux
   |author  = Tyler Gibbs
+
   |author  = ceruleandeep
   |id      = tylergibbs2.SeasonalSaveSlots
+
   |id      = ceruleandeep.personaleffects
   |nexus  = 14382
+
   |nexus  = 8616
   |github  = tylergibbs2/StardewValleyMods
+
   |github  = ceruleandeep/CeruleanStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Season Switcher
+
   |name    = Personal Indoor Farm
   |author  = dumbledalton
+
   |author  = DeLiXx
   |id      = Dumbledalton.SeasonSwitcher
+
   |id      = DLX.PIF
   |nexus  = 10457
+
  |curse  = 990840
 +
   |nexus  = 20537
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/personal-indoor-farm
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sebastian Frog Tank Switch
+
   |name    = Personal Scepter, Personal Return Scepter
   |author  = Shaklin
+
   |author  = Alex Noddings
   |id      = shaklin.SebastianFrogTankSwitch
+
   |id      = an.ownscepter
   |nexus  = 8508
+
   |nexus  = 2404
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Secretariat (Faster Horse)
+
   |name    = Personal Traveling Cart
  |author  = Janglinator
 
  |id      = jangles.secretariat
 
  |nexus  = 7537
 
  |github  = Janglinator/Secretariat
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Secret Hedge Maze, Hedge Maze
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.HedgeMaze
+
   |id      = aedenthorn.PersonalTravellingCart
  |curse  = 868718
+
   |nexus  = 14087
   |nexus  = 14138
 
 
   |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    = Secret Woods Snorlax
+
   |name    = Pet Against Crows
   |author  = ichortower
+
   |author  = stardemod
   |id      = ichortower.SecretWoodsSnorlax
+
   |id      = stardemod.PetAgainstCrows
   |nexus  = 19112
+
   |nexus  = 21247
   |github  = ichortower/SecretWoodsSnorlax
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Bag
+
   |name    = Pet Bowl Filler
   |author  = Platonymous
+
   |author  = Invatorzen
   |id      = Platonymous.SeedBag
+
   |id      = invatorzen.PBF
   |nexus  = 1133
+
   |nexus  = 12161
  |moddrop = 793931
+
   |github  =
   |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    = Seed Info, Seed Information
+
   |name    = Pet Bowl Sprinklers
   |author  = aedenthorn, Erinthe
+
   |author  = Andrew Young, andyruwruw
   |id      = aedenthorn.SeedInfo
+
   |id      = andyruwruw.PetBowlSprinklers
   |nexus  = 15754
+
   |nexus  = 22546
   |github  = aedenthorn/StardewValleyMods
+
   |github  = andyruwruw/stardew-valley-pet-bowl-sprinklers
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Machines
+
   |name    = Pet Choice Perks
   |author  = Veress
+
   |author  = skuldomg, Skuld
   |id      = Veress.SeedMachines
+
   |id      = skuldomg.petChoicePerks
   |nexus  = 6265
+
   |nexus  = 3313
   |github  = mrveress/SDVMods
+
   |github  = skuldomg/petChoicePerks
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Seed Maker - Better Quality More Seeds
+
   |name    = Pet Enhancement Mod
   |author  = vabrell, Victor Abrell
+
   |author  = Jfulmer, Consillium
   |id      = vabrell.sm_bqms
+
   |id      = JfulmerPetEnhancementMod
   |nexus  = 14236
+
   |nexus  =
   |github  = vabrell/sdw-seed-maker-mod
+
   |url    = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
}}
+
   |github  = jlfulmer/PetEnhancementMod
{{#invoke:SMAPI compatibility|entry
 
  |name    = Seed Maker Crop Quality, SMCQ
 
  |author  = mcoocr
 
  |id      = mcoocr.smcq
 
  |nexus  = 3089
 
   |github  = Noomklaw/SV_BetterQualityMoreSeeds
 
  
   |broke in     = SMAPI 3.0
+
   |broke in     = SMAPI 2.0
   |status       = workaround
+
   |status       = workaround
   |summary     = use [[#Better Quality More Seeds|Better Quality More Seeds]] instead.
+
   |summary       = use [[#Pet Interaction|Pet Interaction]] instead.
 +
<!--
 +
  |unofficial version = 0.0.2-unofficial.2-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330575
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Maker Tweaks
+
   |name    = Pet Hats
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SeedMakerTweaks
+
   |id      = aedenthorn.PetHats
   |nexus  = 10681
+
   |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    = Seeds are Rare
+
   |name    = Pet Interaction
 
   |author  = jahangmar
 
   |author  = jahangmar
   |id      = jahangmar.SeedsAreRare
+
   |id      = jahangmar.PetInteraction
   |nexus  = 3618
+
   |nexus  = 4232
 
   |github  = jahangmar/StardewValleyMods
 
   |github  = jahangmar/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Pet's Enhanced
 +
  |author  = Sunken_Lace
 +
  |id      = Sunken_Lace.PetsEnhancedCode
 +
  |nexus  = 24026
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seed Shortage
+
   |name    = Pet Spawn Location
   |author  = Xynerorias
+
   |author  = Shaklin
   |id      = xynerorias.seedshortage
+
   |id      = shaklin.petspawnlocation
   |nexus  = 5614
+
   |nexus  = 5986
   |github  = xynerorias/Seed-Shortage
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seeds Unpacked
+
   |name    = PHDE Mob Spawner
   |author  = blueberry
+
   |author  = zesman
   |id      = blueberry.SeedsUnpacked
+
   |id      = MobSpawner.pseudohub.de
   |nexus  = 7215
+
   |nexus  = 2794
   |github  = b-b-blueberry/SeedsUnboxed
+
   |github  =
  
   |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    = See Me Rollin'
+
   |name    = PHDE Unlocked Recipes
   |author  = Khloe Leclair
+
   |author  = zesman
   |id      = leclair.seemerollin
+
   |id      = UnlockedRecipes.pseudohub.de
   |nexus  = 10976
+
   |nexus  = 2798
  |moddrop = 1116122
+
   |github  =
   |github  = KhloeLeclair/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.36
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Serve
+
   |name    = Phone Traveling Cart, 猪车电话
   |author  = aedenthorn, Erinthe
+
   |author  = Becks723
   |id      = aedenthorn.SelfServe
+
   |id      = Becks723.PhoneTravelingCart
   |nexus  = 11313
+
   |nexus  = 12981
   |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    = Self Service
+
   |name    = Phone Villagers
   |author  = JarvieK
+
   |author  = DewMods
   |id      = JarvieK.SelfService
+
   |id      = DewMods.StardewValleyMods.PhoneVillagers
   |nexus  = 1304
+
   |nexus  = 2681
   |github  = Jarvie8176/StardewMods
+
   |github  =
 
 
  |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
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Self Service Shops
+
   |name    = Pick Forge Enchantment
   |author  = GuiNoya, Yesst
+
   |author  = Dragoon23
   |id      = GuiNoya.SelfServiceShop
+
   |id      = Dragoon23.ForgeEnchantment
   |nexus  = 1622
+
   |nexus  = 22707
   |github  = GuiNoya/SVMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = workaround
 
  |summary  = use [[#Self Service|Self Service]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sell Quality
+
   |name    = Pick Your Enchantment, Forge Menu Choice
   |author  = DonDorscha, jasonmbrady
+
   |author  = atravita
   |id      = DonDorscha.SellQuality
+
   |id      = atravita.ForgeMenuChoice
   |nexus  = 12469
+
  |curse  = 870980
   |github  =
+
   |nexus  = 11376
 +
  |moddrop = 1125882
 +
   |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Send Items Multiplayer
+
   |name    = Picross Arcade Mod, Picrosser
   |author  = hafnerpw
+
   |author  = KediDili
   |id      = hafnerpw.SendItemsMultiplayer
+
   |id      = KediDili.ThePicrosser
   |nexus  = 13794
+
   |nexus  = 17530
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Send Items to Other Farmers, Send Letters
+
   |name    = Pierre Sells Mixed Seeds
   |author  = Denifia
+
   |author  = GrimReapers1121
   |id      = Denifia.SendItems
+
   |id      = GrimReapers.PSMS
   |nexus  = 1087
+
   |nexus  = 12606
  |moddrop = 127754
 
  |github  = Denifia/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Separate Greenhouse
+
   |name    = Pierre's Roulette Shop
   |author  = lolmaj
+
   |author  = Xynerorias
   |id      = lolmaj.SeparateGreenhouse
+
   |id      = xynerorias.pierresroulette
   |nexus  = 3965
+
   |nexus  = 10826
   |github  = MaciejMarkuszewski/StardewValleySeparateGreenhouse
+
   |github  = xynerorias/pierre-roulette-shop-SV
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Serene Greenhouse
+
   |name    = Piggy Bank Mod
   |author  = PeacefulEnd
+
   |author  = MindMeltMax
   |id      = PeacefulEnd.SereneGreenhouse
+
   |id      = MindMeltMax.PiggyBank
   |nexus  = 8011
+
   |nexus  = 6934
   |github  = Floogen/SereneGreenhouse
+
  |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
+
   |broke in = Stardew Valley 1.6<!--@retest-after Utility Grid-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Bookmarker
+
   |name    = Placeable Mine Shafts
   |author  = Ilyaki
+
   |author  = aedenthorn, Erinthe
   |id      = Ilyaki.ServerBookmarker
+
   |id      = Aedenthorn.PlaceShaft
   |nexus  = 2968
+
   |nexus  = 5440
   |github  = Ilyaki/ServerBookmarker
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-69#post-3362360
 
  |unofficial version = 1.0.5-unofficial.2-jenrikku
 
-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Browser
+
   |name    = Place Floor on Tilled Dirt
   |author  = Ilyaki
+
   |author  = temisthem
   |id      = Ilyaki.ServerBrowser
+
   |id      = tem696969696969.PlaceFloorOnTilledDirt
   |nexus  = 3227
+
   |nexus  = 23493
   |github  = Ilyaki/Server-Browser
+
   |github  = kqrse/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Server Port Changer
+
   |name    = Placement Plus
   |author  = PhantomGamers
+
   |author  = 2Retr0
   |id      = PhantomGamers.ServerPortChanger
+
   |id      = 2Retr0.PlacementPlus
   |nexus  = 2993
+
   |nexus  = 8798
   |github  = PhantomGamers/StardewPortChanger
+
  |curse  = 486164
 +
   |github  = 2Retr0/PlacementPlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Reminders
+
   |name    = Plan Importer
   |author  = Aelaan Bluewood
+
   |author  = Platonymous
   |id      = AelaanBluewood.SetReminders
+
   |id      = Platonymous.PlanImporter
   |nexus  = 16112
+
   |nexus  = 2071
   |github  =
+
  |moddrop = 793846
 +
   |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sewer Slimes
+
   |name    = Planned Parenthood
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SewerSlimes
+
   |id      = aedenthorn.PlannedParenthood
   |nexus  = 18195
+
   |nexus  = 12869
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shadow for Mazes, Maze
+
   |name    = Plantable Mushroom Trees
   |author  = Edu Anttunes
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = Maze
+
   |id      = f4iTh.PMT
   |nexus  = 8930
+
   |nexus  = 2349
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Shared Exp, Shared Xp
+
   |name    = Plantable Palm Trees
   |author  = Batzpup
+
   |author  = MouseyPounds
   |id      = SharedExp.Batzpup
+
   |id      = MouseyPounds.PlantablePalmTrees
  |moddrop = 1269698
+
   |nexus  = 4096
   |nexus  = 14607
+
   |github  = MouseyPounds/stardew-mods
   |github  =
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shared Professions
+
   |name    = Plant and Fertilize All, Plant All
   |author  = virtualbjorn
+
   |author  = aedenthorn, Erinthe
   |id      = virtualbjorn.SharedProfessions
+
   |id      = aedenthorn.PlantAll
   |nexus  = 16628
+
   |nexus  = 10482
   |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    = Sharing is Caring
+
   |name    = Planter Trees
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.SharingIsCaring
+
   |id      = aedenthorn.PlanterTrees
   |nexus  = 14263
+
   |nexus  = 11687
   |github  = spacechase0/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    = Shed Notifications
+
   |name    = Plant on Grass
   |author  = TheCroak
+
   |author  = Demiacle
   |id      = TheCroak.BuildingsNotifications
+
   |id      = Demiacle.PlantOnGrass
   |nexus  = 620
+
   |nexus  = 1026
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Tillable Ground|Tillable Ground]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shenandoah Library
+
   |name    = Platonic Partners and Friendships
   |author  = Nishtra
+
   |author  = Amaranthacyan and ch20youk
   |id      = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
+
   |id      = PPAF.Core<!--changed in 2.3.0-->, Amaranthacyan.PPAFSMAPI
   |nexus  = 756
+
   |nexus  = 8146
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship Anything, Ship Everything
+
   |name    = Platonic Relationships
   |author  = Berkay Yigit, berkayylmao
+
   |author  = Cherry, CherryChain
   |id      = berkayylmao.ShipAnything, berkay2578.ShipAnything<!--changed in 1.2-->, berkay2578.ShipEverything<!--changed in 1.1-->
+
   |id      = Cherry.PlatonicRelationships
   |nexus  = 3782
+
   |nexus  = 4668
   |github  = berkayylmao/StardewValleyMods
+
   |moddrop = 716353
 
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship From Inventory
+
   |name    = PlatoTK
 
   |author  = Platonymous
 
   |author  = Platonymous
   |id      = Platonymous.ShipFromInventory
+
   |id      = Platonymous.PlatoTK
   |nexus   = 3219
+
   |curse   = 877225
   |moddrop = 793916
+
   |nexus  = 6589
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = Platonymous/PlatoTK
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Shipments to Quality, Quality from Shipments
 
  |author  = JPAN
 
  |id      = JPAN.QualityFromShipments
 
  |nexus  = 7531
 
  |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    = Shipment Tracker
+
   |name    = PlatoUI
   |author  = Iceburg
+
   |author  = Platonymous
   |id      = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
+
   |id      = Platonymous.PlatoUI
   |nexus  = 321
+
  |moddrop = 1521422
 +
   |nexus  = 19023
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Bin Summary
+
   |name    = Plato Warp Menu
   |author  = Futro, Futroo
+
   |author  = Platonymous
   |id      = futro.ShippingBinSummary
+
   |id      = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
   |nexus  = 18992
+
  |curse  = 877227
   |github  = futroo/Stardew-Valley-Mods
+
   |nexus  = 5384
 
+
  |moddrop = 793920
  |beta broke in = Stardew Valley 1.6
+
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Collection Sorted By Mods, Sort Shipping Collection
+
   |name    = Player Arrows
   |author  = holythesea
+
   |author  = TheShamanLord
   |id      = holythesea.SortShippingCollection
+
   |id      = TheShamanLord.PlayerArrows
   |nexus  = 15694
+
   |nexus  = 19479
   |github  = holy-the-sea/SortShippingCollection
+
   |github  = Jwaad/Stardew_Player_Arrows
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Anywhere
+
   |name    = Player Co-ordinate HUD, Player Position HUD and Logger
   |author  = SorryLate, rharyanto
+
   |author  = DecidedlyHuman
   |id      = SorryLate.ShopAnywhere
+
   |id      = DecidedlyHuman.PlayerCoordinates
   |nexus  = 5299
+
   |nexus  = 7969
   |github  =
+
   |moddrop = 984961
 
+
   |github  = DecidedlyHuman/PlayerCoordinates
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shop Expander
+
   |name    = Player Income Stats
   |author  = Entoarox
+
   |author  = ha1fdaew
   |id      = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
+
   |id      = ha1fdaew.playerincomestats
   |nexus  = 2278
+
   |nexus  = 7373
  |chucklefish = 4381
+
   |github  = ha1fdaew/PlayerIncomeStats
   |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    = Shoplifter
+
   |name    = Player Server Info
   |author  = TheMightyAmondee
+
   |author  = EuroCent
   |id      = TheMightyAmondee.Shoplifter
+
   |id      = EuroCent.PlayerServerInfo
   |nexus  = 8569
+
   |nexus  = 24267
   |github  = TheMightyAmondee/Shoplifter
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shopping Cart
+
   |name    = Playground Mod
   |author  = furyx639
+
   |author  = aedenthorn, Erinthe
   |id      = furyx639.ShoppingCart
+
   |id      = aedenthorn.PlaygroundMod
  |curse  = 871829
+
   |nexus  = 14125
   |nexus  = 13701
+
   |github  = aedenthorn/StardewValleyMods
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shopping Show
+
   |name    = Play Prairie King With NPCs, Two Player Prairie King
   |author  = AvalonMFX
+
   |author  = aedenthorn, Erinthe
   |id      = AvalonMFX.ShoppingShow
+
   |id      = aedenthorn.TwoPlayerPrairieKing
   |nexus  = 18445
+
   |nexus  = 12750
   |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    = Shop Tile Framework
+
   |name    = Please Fix Error
   |author  = Cherry, CherryChain
+
   |author  = Jessebot
   |id      = Cherry.ShopTileFramework
+
   |id      = Jessebot.PleaseFixError
   |nexus  = 5005
+
   |nexus  = 6492
  |moddrop = 716384
+
   |github  = JessebotX/StardewValleyMods
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shovel Tool Upgrades, Upgradable Shovel
+
   |name    = Please Gift Me In Person
   |author  = moonslime
+
   |author  = Shockah
   |id      = moonslime.ShovelToolUpgrades
+
   |id      = Shockah.PleaseGiftMeInPerson
   |nexus  = 16028
+
   |nexus  = 11217
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Growable Giant Crops-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Birthdays
+
   |name    = Point and Plant
   |author  = Traktori
+
   |author  = jwdred
   |id      = Traktori.ShowBirthdays
+
   |id      = jwdred.PointAndPlant
   |nexus  = 7495
+
   |nexus  = 572
   |github  = Traktori7/StardewValleyMods
+
   |github  = jdusbabek/stardewvalley
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Showcase
 
  |author  = Igorious
 
  |id      = Igorious.Showcase
 
  |nexus  =
 
  |chucklefish = 4487
 
  |github  = Igorious/Stardew_Valley_Showcase_Mod
 
  
   |broke in = SMAPI 2.0
+
   |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    = Show Catch Quality
+
   |name    = PokefyMania
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Noodles of Cat
   |id      = f4iTh.ShowCatchQuality
+
   |id      = NoodlesofCat.PokefyMania
   |nexus  = 3326
+
   |nexus  = 20161
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Cooking Recipes
+
   |name    = Pokemania Revised, Pokemania The Return, PokeMania<!--changed in Pokemania Revised 1.0.0-->
   |author  = MasterOfMutton
+
   |author  = The Krominator
   |id      = faragodavid.showcookingrecipes
+
   |id      = TheKrominator.PokemaniaRevised, TheKrominatorPokemania<!--changed in Pokemania Revised 1.0.0-->
   |nexus  = 5525
+
   |nexus  = 12065
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Daily Luck
+
   |name    = Pollen Sprites
   |author  = Arphox
+
   |author  = Esca, Esca-MMC
   |id      = Arphox.ShowDailyLuck
+
   |id      = Esca.PollenSprites
   |nexus  = 15910
+
   |nexus  = 6149
   |github  = arphox/StardewValleyMods
+
  |moddrop = 790268
 +
   |github  = Esca-MMC/PollenSprites
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Item Quality
+
   |name    = Polyamory Sweet → Polyamory Kiss
   |author  = Jonqora
+
   |author  = ApryllForever
   |id      = Jonqora.ShowItemQuality
+
   |id      = ApryllForever.PolyamorySweetKiss<!--changed in 1.1.6-->, ApryllForever.PolyamoryKiss
   |nexus  = 6311
+
   |nexus  = 20599
   |github  = Jonqora/StardewMods
+
   |github  = ApryllForever/PolyamorySweetLove
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Players Behind Buildings, Show Players Behind Map Tiles
+
   |name    = Polyamory Sweet → Polyamory Sweet Bed
   |author  = aedenthorn, Erinthe
+
   |author  = ApryllForever
   |id      = aedenthorn.ShowPlayerBehind
+
   |id      = ApryllForever.PolyamorySweetBed
  |curse  = 868887
+
   |nexus  = 20599
   |nexus  = 6540
+
   |github  = ApryllForever/PolyamorySweetLove
   |github  = aedenthorn/stardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show Predictable RNG Outcomes
+
   |name    = Polyamory Sweet → Polyamory Sweet Love
   |author  = Relance
+
   |author  = ApryllForever
   |id      = Relance.ShowPredictableRNGOutcomes
+
   |id      = ApryllForever.PolyamorySweetLove
   |nexus  = 13186
+
   |nexus  = 20599
   |github  =
+
   |github  = ApryllForever/PolyamorySweetLove
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Show XP and Level Gains, Show XP
+
   |name    = Polyamory Sweet → Polyamory Sweet Rooms
   |author  = adverserath
+
   |author  = ApryllForever
   |id      = Adverserath.ShowXP
+
   |id      = ApryllForever.PolyamorySweetRooms
   |nexus  = 19501
+
   |nexus  = 20599
   |github  =
+
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shroom Spotter Redux
+
   |name    = Polyamory Sweet → Polyamory Sweet Wedding
   |author  = Strobe and TehPers
+
   |author  = ApryllForever
   |id      = ShroomSpotter
+
   |id      = ApryllForever.PolyamorySweetWedding
   |nexus  = 7934
+
   |nexus  = 20599
   |github  = strobel1ght/ShroomSpotterRedux
+
   |github  = ApryllForever/PolyamorySweetLove
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shut Up
+
   |name    = Polygamy
   |author  = Geko_X
+
   |author  = bwdy
   |id      = gekox.shutUp
+
   |id      = bwdy.polygamy
   |nexus  = 7358
+
   |nexus  = 3542
   |github  =
+
   |github  = bwdymods/SDV-Polygamy
  |source  = https://gitlab.com/geko_x/stardew-mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Silent Alarm Clock
+
   |name    = Pomodoro Mod<!--manifest-->, Stardew-Doro<!--Nexus-->
   |author  = Invatorzen
+
   |author  = Mezrag Yasser, Yasser
   |id      = invatorzen.AC
+
   |id      = Yasser.PomodoroMod
   |nexus  = 12164
+
   |nexus  = 19780
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silent Scarecrows
+
   |name    = Pond Painter
   |author  = climaxius
+
   |author  = MouseyPounds
   |id      = climaxius.silentscarecrows
+
   |id      = MouseyPounds.PondPainter
   |nexus  = 3258
+
   |nexus  = 4703
   |github  = robbiev/SilentScarecrows
+
   |github  = MouseyPounds/stardew-mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silo Report
+
   |name    = Pong
   |author  = bogie5464
+
   |author  = CatCattyCat, Cat
   |id      = bogie5464.SiloReport
+
   |id      = cat.Pong
   |nexus  = 3194
+
   |nexus  = 1994
   |github  = bogie5464/SiloReport
+
  |moddrop = 833548
 +
   |github  = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Silo Size|Silo Size]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Silo Size
+
   |name    = Pony Weight Loss Program
   |author  = pepoluan
+
   |author  = BadNetCode
   |id      = pepoluan.SiloSize
+
   |id      = BadNetCode.PonyWeightLossProgram
   |nexus  = 8819
+
   |nexus  = 1232
   |moddrop = 981291
+
   |moddrop = 130159
 
   |github  =
 
   |github  =
  |source  = https://sourceforge.net/p/sdvmod-silo-size/
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Crop Label
+
   |name    = PoohCore
   |author  = TheMusketeer
+
   |author  = Pooh
   |id      = SimpleCropLabel
+
   |id      = poohnhi.PoohCore
   |nexus  = 314
+
   |nexus  = 22941
   |github  =
+
   |github  = poohnhi/PoohCore
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple HUD
+
   |name    = Poop Framework
   |author  = Enaium
+
   |author  = aedenthorn, Erinthe
   |id      = Enaium.SimpleHUD
+
   |id      = aedenthorn.PoopFramework
  |moddrop = 1145228
+
   |nexus  = 17152
   |nexus  =
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Enaium-StardewValleyMods/SimpleHUD
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Hunger System, Hunger Mod
+
   |name    = Portable Holes
   |author  = skn
+
   |author  = LeFauxMatt
   |id      = skn.HungerMod
+
   |id      = furyx639.PortableHoles
   |nexus  = 3270<!--was 1127 before re-release-->
+
  |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    = Simple Screenshots, Screenshot
+
   |name    = Portable TV
   |author  = aedenthorn, Erinthe
+
   |author  = kdau
   |id      = aedenthorn.Screenshot
+
   |id      = kdau.PortableTV
   |nexus  = 10178
+
   |nexus  = 5674
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 761325
 +
   |github  =
 +
  |source  = https://gitlab.com/kdau/portabletv
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sounds
+
   |name    = Portable Witch Shrines
   |author  = BleakCodex
+
   |author  = chocolatte12
   |id      = BleakCodex.SimpleSounds
+
   |id      = chocolatte12.PortableWitchShrines
   |nexus  = 14540
+
   |nexus  = 20141
   |github  = BleakCodex/SimpleSounds
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Simple Sprinkler
+
   |name    = Portal Guns
   |author  = ADoby, tZed, Tobias Z
+
   |author  = TrollTheBotman
   |id      = tZed.SimpleSprinkler
+
   |id      = JoshJKe.PortalGun
   |nexus  = 76
+
   |nexus  = 3049
  |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    = Portraiture
   |author  = MindMeltMax
+
   |author  = Platonymous
   |id      = MindMeltMax.SPRegen
+
   |id      = Platonymous.Portraiture
   |nexus  = 6778
+
   |nexus  = 999
   |moddrop = 1135654
+
   |moddrop = 793927
   |github  = MindMeltMax/Stardew-Valley-Mods
+
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit and Rest
+
   |name    = Portraiture Plus
   |author  = Krutonium
+
   |author  = Arborsm
   |id      = Krutonium.SitandRest
+
   |id      = Arborsm.PortraiturePlus
   |nexus  = 7403
+
   |nexus  = 24534
   |github  =
+
   |github  = Arborsm/PortraiturePlus
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit For Stamina
+
   |name    = Positive Predictor
   |author  = Entoarox
+
   |author  = season
   |id      = Entoarox.SitForStamina
+
   |id      = season.PositivePredictor
   |nexus  = 7334
+
   |nexus  = 23132
   |github  = Entoarox/StardewMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit n' Relax: Rest Your Butt
+
   |name    = Postbox Building, PostBox Mod
   |author  = MissCoriel
+
   |author  = i-saac-b, isaacb
   |id      = misscoriel.sitnrelax
+
   |id      = i-saac-b.PostBoxMod
   |nexus  = 7336
+
   |nexus  = 17614
   |github  = MissCoriel/Sit-n-Relax
+
   |github  = i-saac-b/PostBoxMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Siv's Marriage
+
   |name    = Post Wedding Dates
   |author  = sivolobwho, Tori Leblanc, Siv
+
   |author  = Blams
   |id      = 6266959802, medoli900.Siv's Marriage Mod, Siv.MarriageMod<!--official, two 1.2.3-unofficial versions-->
+
   |id      = blams.PostWeddingDates
   |nexus  = 366
+
   |nexus  = 10708
   |github  = tlcasebeer/SivsMarriageMod
+
   |github  =
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = Use {{nexus mod|10206|Looking For Love}} instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sixty-Nine Shirt, Sixty-Nine
+
   |name    = Power Nap
   |author  = aedenthorn, Erinthe
+
   |author  = LakeMonster_, LakeMonster666
   |id      = aedenthorn.SixtyNine
+
   |id      = LakeMonster_.PowerNap, LakeMonster_.BedEnergyRegain<!--changed in 1.2.0-->
   |nexus  = 6969
+
   |nexus  = 5256
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sizable Fish
+
   |name    = PPJA Producer Converter
   |author  = spacechase0
+
   |author  = Digus
   |id      = spacechase0.SizableFish
+
   |id      = Digus.PPJAProducerConverter
   |nexus  = 14267
+
   |nexus  = 4972
   |github  = spacechase0/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
   |name    = Skateboard
+
   |name    = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
   |author  = aedenthorn, Erinthe
+
   |author  = ryaon
   |id      = aedenthorn.Skateboard
+
   |id      = Ryaon.FectorChallenge
   |nexus  = 13096
+
   |nexus  = 5125
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skillful Clothes
+
   |name    = Prairie King Made Easy
   |author  = LunaticShade
+
   |author  = Mucchan
   |id      = LunaticShade.SkillfulClothes
+
   |id      = Mucchan.PrairieKingMadeEasy
   |nexus  = 8541
+
   |nexus  =
   |github  = LunaticShade/StardewValley.SkillfulClothes
+
  |chucklefish = 3594
 +
   |github  = mucchan/sv-mod-prairie-king
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Skill Prestige
+
   |name    = Prairie King Prizes (Lootboxes)
   |author  = Alphablackwolf
+
   |author  = Renny
   |id      = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
+
   |id      = renny.prairiekingprizes
   |nexus  = 569
+
   |nexus  = 2811
   |github  = Alphablackwolf/SkillPrestige
+
   |github  = OfficialRenny/PrairieKingPrizes
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.2.4-unofficial.14-libraryaddict
+
}}
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-27945
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Prairie King UI Enhancements
 +
   |author  = Incognito357
 +
  |id      = Incognito357.PrairieKingUIEnhancements
 +
  |nexus  = 10769
 +
   |github  = Incognito357/PrairieKingUIEnhancements
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Pravoloxinone
   |author  = Alphablackwolf
+
   |author  = TheMightyAmondee
   |id      = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
+
   |id      = TheMightyAmondee.Pravoloxinone
   |nexus  = 569
+
   |nexus  = 23008
   |github  = Alphablackwolf/SkillPrestige
+
   |github  = TheMightyAmondee/Pravoloxinone
 
+
}}
   |broke in          = Stardew Valley 1.3
+
{{#invoke:SMAPI compatibility|entry
   |unofficial version = 1.2.4-unofficial.13-Jiopaba
+
   |name    = Precise Furniture
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-27#post-23768
+
   |author  = Espy
 
+
   |id      = Espy.PreciseFurniture
   |beta broke in = Stardew Valley 1.6<!--@retest-after Skill Prestige, Cooking Skill-->
+
  |nexus  = 23488
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Love of Cooking, SkillPrestige.LoveOfCooking
+
   |name    = Precision Wheel
   |author  = Tondorian
+
   |author  = DespairScent
   |id      = Tondorian.SkillPrestige.LoveOfCooking
+
   |id      = DespairScent.PrecisionWheel
   |nexus  = 18605
+
   |nexus  = 22222
   |github  = Tondorian/StardewValleyMods
+
   |github  = DespairScent/PrecisionWheel
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Prestige for Luck Skill
+
   |name    = Predictable Retaining Soil
   |author  = Alphablackwolf
+
   |author  = Shockah
   |id      = Alphablackwolf.LuckSkillPrestigeAdapter
+
   |id      = Shockah.PredictableRetainingSoil
   |nexus  = 569
+
   |nexus  = 10956
   |github  = Alphablackwolf/SkillPrestige
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |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    = Predictor
   |author  = Alphablackwolf
+
   |author  = JoXW
   |id      = alphablackwolf.MagicPrestigeAdapter
+
   |id      = JoXW.Predictor
   |nexus  = 569
+
   |nexus  = 21332
   |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    = Predict Seed Maker
   |author  = AlphaMeece
+
   |author  = lech43
   |id      = AlphaMeece.SkillRings
+
   |id      = lech43.PredictSeedMaker
   |nexus  = 7515
+
   |nexus  = 6395
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skill Training
+
   |name    = Preexisting Relationship
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.SkillTraining
+
   |id      = spacechase0.PreexistingRelationship
   |nexus  = 14452
+
  |curse  = 867710
 +
   |nexus  = 7684
 
   |github  = spacechase0/StardewValleyMods
 
   |github  = spacechase0/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Dialogue
+
   |name    = Pregnancy Role
   |author  = FricativeMelon
+
   |author  = kdau
   |id      = FricativeMelon.SkipDialogue
+
   |id      = kdau.PregnancyRole
   |nexus  = 15311
+
   |nexus  = 5762
   |github  = FricativeMelon/SkipDialogue
+
   |moddrop = 768494
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Skip Fish
 
  |author  = LucaINC
 
  |id      = LucaINC.StardewValleyMods.SkipFish
 
  |nexus  = 19762
 
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/kdau/pregnancyrole
  
   |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
+
   |name    = Prepare for New Day
   |author  = DewMods
+
   |author  = igotnousername
   |id      = DewMods.StardewValleyMods.SkipFishingMinigame
+
   |id      = igotnousername.PrepareNewDay
   |nexus  = 2697
+
   |nexus  = 7638
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Intro
+
   |name    = Press to Quack
   |author  = Pathoschild
+
   |author  = DraconisLeonidas
   |id      = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
+
   |id      = DraconisLeonidas.PressToQuack
   |nexus  = 533
+
   |nexus  = 13583
  |moddrop = 606601
+
   |github  = DraconisLeonidas/PressToQuack
   |github  = Pathoschild/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skip Start
+
   |name    = Price Drops
   |author  = DeadRobotDev
+
   |author  = skuldomg, Skuld
   |id      = DeadRobotDev.SkipStart
+
   |id      = skuldomg.priceDrops
   |nexus  = 11885
+
   |nexus  = 2047
   |github  =
+
   |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    = Skip Text
+
   |name    = Price Fluctuation
   |author  = CrunchyDuck
+
   |author  = lech43
   |id      = CrunchyDuck.SkipText
+
   |id      = lech43.PriceFluctuation
   |nexus  = 8947
+
   |nexus  = 6396
   |github  = CrunchyDuck/Stardew-Skip-Text
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Drill
+
   |name    = Prices
   |author  = S1mmyy
+
   |author  = skiilaa
   |id      = S1mmyy.SkullCavernDrill
+
   |id      = skiilaa.Prices
   |nexus  = 6121
+
   |nexus  = 2255
   |github  = S1mmyy/StardewMods
+
   |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    = Skull Cavern Drill Redux
+
   |name    = Price Tooltips
   |author  = NetworkOverflow
+
   |author  = Darkhax
   |id      = NetworkOverflow.SkullCavernDrillRedux
+
   |id      = darkhax.pricetooltip
   |nexus  = 16533
+
   |nexus  =
   |github  = AndrewGraber/Skull-Cavern-Drill-Redux
+
  |curse  = 299169
 +
   |github  = Stardew-Valley-Modding/PriceTooltips
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Skull Cavern Elevator
+
   |name    = Prismatic Butterfly Location
   |author  = Bifibi, Lestoph
+
   |author  = no12nv2
   |id      = SkullCavernElevator
+
   |id      = no12nv2.PrismaticButterflyLocation
   |nexus  = 963
+
   |nexus  = 23045
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Skull Cavern Toggle
+
   |name    = Prismatic Clothing
  |author  = TheMightyAmondee, MightyAmondee
 
  |id      = TheMightyAmondee.SkullCavernToggle
 
  |nexus  = 7908
 
  |github  = TheMightyAmondee/SkullCavernToggle
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sleep In Wedding
 
 
   |author  = atravita
 
   |author  = atravita
   |id      = atravita.SleepInWedding
+
   |id      = atravita.PrismaticClothing
   |curse  = 870963
+
   |curse  = 870969
   |moddrop = 1294437
+
   |moddrop = 1205162
   |nexus  = 15006
+
   |nexus  = 13051
 
   |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    = Sleepless Fisherman
+
   |name    = Prismatic Fire
   |author  = Annosz
+
   |author  = aedenthorn, Erinthe
   |id      = Annosz.SleeplessFisherman
+
   |id      = aedenthorn.PrismaticFire
   |nexus  = 5915
+
   |nexus  = 12931
   |github  = Annosz/StardewValleyModding
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepless in Stardew
+
   |name    = Prismatic Furniture
   |author  = instafluff
+
   |author  = aedenthorn, Erinthe
   |id      = instafluff.sleeplessinstardew
+
   |id      = aedenthorn.PrismaticFurniture
   |nexus  = 5445
+
   |nexus  = 12589
   |github  = instafluff/SleeplessInStardew
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepovers
+
   |name    = Prismatic Pride
   |author  = bwdy
+
   |author  = kdau
   |id      = bwdy.sleepovers
+
   |id      = kdau.PrismaticPride
   |nexus  = 3531
+
   |nexus  = 9019
   |github  = bwdymods/SDV-Sleepovers
+
  |moddrop = 978503
 +
   |github  =
 +
  |source  = https://gitlab.com/kdau/prismaticpride
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep Wherever
+
   |name    = Prismatic Slime Finder
   |author  = Vexorth
+
   |author  = MrKoatl
   |id      = Vexorth.SleepWherever
+
   |id      = MrKoatl.PrismaticSlimeFinder
   |nexus  = 16674
+
   |nexus  = 7866
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleep Worker
+
   |name    = Prismatic Statue
   |author  = Platonymous
+
   |author  = Achtuur
   |id      = Platonymous.SleepWorker
+
   |id      = Achtuur.PrismaticStatue
  |curse  = 877233
+
   |nexus  = 17013
  |moddrop = 793835
+
   |github  = Achtuur/StardewMods
   |nexus  = 2062
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sleepy Eye
+
   |name    = Prismatic Tools
   |author  = spacechase0
+
   |author  = stokastic
   |id      = spacechase0.SleepyEye
+
   |id      = stokastic.PrismaticTools
  |curse  = 867761
+
   |nexus  = 2428
  |moddrop = 129011
+
   |github  = stokastic/PrismaticTools
   |nexus  = 1152
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |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    = Slime Hutch Resize and Retexture, Slime Hutch Resize
+
   |name    = Prismatic Tools Continued
   |author  = fernass354
+
   |author  = iargue
   |id      = fernass354.SlimeHutchResize
+
   |id      = iargue.PrismaticToolsContinued
   |nexus  = 18507
+
   |nexus  = 21450
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Hutch Water Spots
+
   |name    = Producer Framework Mod
   |author  = aedenthorn, Erinthe
+
   |author  = Digus
   |id      = aedenthorn.SlimeHutchWaterSpots
+
   |id      = Digus.ProducerFrameworkMod
   |nexus  = 13778
+
   |nexus  = 4970
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Digus/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Mods, Slime Minigame, Slime QOL
+
   |name    = Producer Framework Mod → PFMAutomate
   |author  = Tofu, SadDodo
+
   |author  = Digus
   |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
+
   |id      = Digus.PFMAutomate
   |nexus  = 2743
+
   |nexus  = 5038
   |github  =
+
   |github  = Digus/StardewValleyMods
 
+
}}
   |broke in = Stardew Valley 1.3.29
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Production Stats
 +
  |author  = FlameHorizon
 +
   |id      = FlameHorizon.ProductionStats
 +
  |nexus  = 21270
 +
  |github  = FlameHorizon/ProductionStats
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slime Produce
+
   |name    = Profession Adjustments
   |author  = exotico
+
   |author  = Kevin Connors
   |id      = exotico.SlimeProduce
+
   |id      = KevinConnors.ProfessionAdjustments
   |nexus  = 7634
+
   |nexus  = 2424
   |github  = andraemon/SlimeProduce
+
   |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    = Slime Spawner
+
   |name    = Profiler
   |author  = aurnj, Roy Li
+
   |author  = SinZ
   |id      = RuyiLi.SlimeSpawner
+
   |id      = SinZ.Profiler
   |nexus  =
+
   |nexus  = 12135
  |url    = https://community.playstarbound.com/threads/slime-spawner.129326/
+
   |github  = SinZ163/StardewMods
   |github  =
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slim Hutch
+
   |name    = Profit Calculator
   |author  = Peasly Wellbott
+
   |author  = spacechase0
   |id      = Wellbott.SlimHutchCode
+
   |id      = spacechase0.ProfitCalculator
   |nexus  = 7424
+
  |curse  = 867736
   |github  = Wellbott/StardewValleyMods
+
  |moddrop = 771668
 +
   |nexus  = 3378
 +
   |github  = spacechase0/StardewValleyMods
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slingshot Rebalance
+
   |name    = Profit Calculator → DGA Support
   |author  = Redwood, Towering Redwood
+
   |author  = 6135
   |id      = Redwood.SlingshotRebalance
+
   |id      = 6135.ProfitCalculatorDGA
   |nexus  = 14391
+
  |moddrop = 1502461
   |github  =
+
   |nexus  = 19931
 +
   |github  = 6135/StardewValley.ProfitCalculator
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Slower Fence Decay
+
   |name    = Profit Calculator<!--manifest-->, In-Game Profit Calculator<!--Nexus-->
  |author  = OrSpeeder, Mauricio Gomes
+
   |author  = 6135
  |id      = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
+
   |id      = 6135.ProfitCalculator
   |nexus  = 252
+
   |moddrop = 1502461
   |source  = https://gitlab.com/speeder1/FenceSlowDecayMod
+
   |nexus   = 19931
 
+
   |github = 6135/StardewValley.ProfitCalculator
   |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    = Profit Margins
   |author  = furyx639
+
   |author  = Cherry, CherryChain
   |id      = furyx639.SmackDatScarecrow
+
   |id      = Cherry.ProfitMargins
   |curse   = 871830
+
   |nexus   = 4663
   |nexus  = 13528
+
   |moddrop = 716352
   |github  = LeFauxMatt/StardewMods
+
   |github  = ChroniclerCherry/stardew-valley-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Small Beach Farm
+
   |name    = Progressive Access Farm
   |author  = Pathoschild
+
   |author  = onjulraz
   |id      = Pathoschild.SmallBeachFarm
+
   |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
   |nexus  = 3750
+
   |nexus  = 2923
   |moddrop = 606555
+
  |github  =
   |github  = Pathoschild/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.3.29
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Project Fluent
 +
  |author  = Shockah
 +
  |id      = Shockah.ProjectFluent
 +
   |nexus  = 12638
 +
   |github  = Shockah/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smaller Fish Ponds, Fish Well
+
   |name    = Project S
   |author  = Peasly Wellbott
+
   |author  = NarlanMarlan
   |id      = Wellbott.FishWell
+
   |id      = narlan.projects
   |nexus  = 7651
+
   |nexus  = 3785
   |github  = Wellbott/StardewValleyMods
+
   |github  = NolanEastburn/ProjectS
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Building
+
   |name    = Public Access TV
   |author  = DecidedlyHuman
+
   |author  = kdau
   |id      = DecidedlyHuman.SmartBuilding
+
   |id      = kdau.PublicAccessTV
   |nexus  = 11158
+
   |nexus  = 5605
   |github = DecidedlyHuman/StardewValleyMods
+
   |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
 +
  |name    = Public Access TV (1.6)
 +
  |author  = John Peters
 +
  |id      = JohnPeters.PublicAccessTV
 +
  |nexus  = 22486
 +
  |github  = emurphy42/PredictiveMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Cursor
+
   |name    = Pudding Plus Colored Slime Drops
   |author  = DecidedlyHuman
+
   |author  = TerryDBS
   |id      = DecidedlyHuman.SmartCursor
+
   |id      = TerryDBS.ColoredSlimeDrops
   |nexus  = 13268
+
   |nexus  = 7048
   |github  = DecidedlyHuman/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smart Cursor
+
   |name    = Puffer Chick - Chickens
   |author  = stokastic
+
   |author  = Sonozuki
   |id      = stokastic.SmartCursor
+
   |id      = EpicBellyFlop45.PufferChickChickens
   |nexus  = 2458
+
   |nexus  = 2997
   |github  = stokastic/SmartCursor
+
   |github  =
  
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = SmartMod
+
   |name    = Pumpkin Chickens
   |author  = KuroBear
+
   |author  = Sonozuki
   |id      = KuroBear.SmartMod
+
   |id      = EpicBellyFlop45.PumpkinChickens
   |nexus  =
+
   |nexus  = 3004
  |url    = https://community.playstarbound.com/threads/108104
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.2
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Smol Fish
+
   |name    = Purchasable Galaxy Item
   |author  = gbromios
+
   |author  = SorryLate
   |id      = gbromios.SmolFish
+
   |id      = SorryLate.GalaxyItem
   |nexus  = 14287
+
   |nexus  = 5289
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snack Anything
+
   |name    = Purchasable Recipes
   |author  = Cherry, ChroniclerCherry
+
   |author  = Paracosm
   |id      = Cherry.SnackAnything
+
   |id      = Paracosm.PurchasableRecipes
   |nexus  = 5196
+
   |nexus  = 1722
   |moddrop = 716397
+
   |github  =
   |github = ChroniclerCherry/stardew-valley-mods
+
 
 +
  |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    = Snail Mail
+
   |name    = Purist Mod
   |author  = Darkhax
+
   |author  = aedenthorn, Erinthe
   |id      = darkhax.snailmail
+
   |id      = aedenthorn.PuristMod
   |nexus  =
+
   |nexus  = 16097
  |curse  = 307861
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Stardew-Valley-Modding/Snail-Mail
 
 
 
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Snow Crab
+
   |name    = Pussle
   |author  = John Peters
+
   |author  = Platonymous
   |id      = JohnPeters.SnowCrab
+
   |id      = Platonymous.Pussle
   |nexus  = 11302
+
  |moddrop = 1521424
 +
   |nexus  = 19760
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Socializing Skill
+
   |name    = Put Batteries in Fish Tanks
   |author  = drbirbdev
+
   |author  = BadNetCode
   |id      = drbirbdev.SocializingSkill
+
   |id      = BadNetCode.PutBatteriesInFishTanks
   |nexus  = 14142
+
   |nexus  = 23155
   |github  = drbirbdev/StardewValley
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Network
+
   |name    = PVP Friendly Fire, PVP
   |author  = Cecidelus
+
   |author  = DewMods
   |id      = Cecidelus.SocialNetwork
+
   |id      = DewMods.StardewValleyMods.PVP
   |nexus  = 8255
+
   |nexus  = 15589
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Social Page Order Button
+
   |name    = Pyromancer's Journey, Fire Arcade Game<!--changed in 1.0.1-->
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0 and ParadigmNomad
   |id      = aedenthorn.SocialPageOrderButton
+
   |id      = spacechase0.PyromancersJourney, spacechase0.FireArcadeGame<!--changed in 1.0.1-->
   |nexus  = 7871
+
  |curse  = 867715
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Social Page Order Menu
+
   |name    = PyTK, Platonymous Toolkit
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = aedenthorn.SocialPageOrderMenu
+
   |id      = Platonymous.Toolkit
   |nexus  = 13698
+
   |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    = Social Tab Patch for Unlimited Players
+
   |name    = Qi Chests
   |author  = funny-snek
+
   |author  = spacechase0
   |id      = funnysnek.socialtabpatch
+
   |id      = spacechase0.QiChest
   |nexus  = 2981
+
   |nexus  = 15696
   |github  =
+
   |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Solid Foundations
+
   |name    = Qi Exchanger
   |author  = PeacefulEnd
+
   |author  = Mizzion
   |id      = PeacefulEnd.SolidFoundations
+
   |id      = mizzion.qiexchanger
   |nexus  = 12311
+
   |nexus  = 1930
   |github  = Floogen/SolidFoundations
+
   |moddrop = 661359
 
+
   |github  = Mizzion/MyStardewMods
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Solid Foundations → Automate Integration
+
   |name    = Qi Sprinklers
   |author  = PeacefulEnd
+
   |author  = UnknownLegacy
   |id      = PeacefulEnd.SolidFoundationsAutomate
+
   |id      = UnknownLegacy.QiSprinklers
   |nexus  = 12311
+
   |nexus  = 7904
   |github  = Floogen/SolidFoundations
+
   |github  = UnkLegacy/QiSprinklers
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Solid Foundations-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sona's Farm
+
   |name    = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
   |author  = Kerlin & Sona
+
   |author  = Prismuth
   |id      = kerlin.sonasfarm
+
   |id      = <Prismuth.QuaintFarmBridge
   |nexus  = 8545
+
   |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    = Sonic Shoes
+
   |name    = Quality Fish Ponds
   |author  = lilico
+
   |author  = ytsc
   |id      = lilico.SonicShoes
+
   |id      = ytsc.QualityFishPonds
   |nexus  = 10226
+
   |nexus  = 11021
   |github  =
+
   |github  = YTSC/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sorted Storages
+
   |name    = Quality Of Combat
   |author  = TeamCoFH, Tech, Zeldo
+
   |author  = Aile72
   |id      = Zeldo.LinkedStorages
+
   |id      = Aile72.QualityOfCombat
   |nexus  =
+
   |nexus  = 23894
  |curse  = 290653
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |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    = Quality of Life - Immersive Tweaks
   |author  = aRooooooba
+
   |author  = DaLion
   |id      = aRooooooba.SortingChests
+
   |id      = DaLion.ImmersiveTweaks
   |nexus  = 8224
+
   |nexus  = 11296
   |github  = aRooooooba/SortingChests
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sound Effect Replacement
+
   |name    = Quality Products
   |author  = aedenthorn, Erinthe
+
   |author  = SilentOak
   |id      = aedenthorn.SoundEffectReplacement
+
   |id      = SilentOak.QualityProducts
   |nexus  = 10232
+
   |nexus  = 3609
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Sound Loop Mod
+
   |name    = Quality Products → Auto Quality Patch
   |author  = strelkasaur
+
   |author  = SilentOak
   |id      = com.strelkasaurus.sm.soundloop
+
   |id      = SilentOak.AutoQualityPatch
   |nexus  = 13099
+
   |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    = Sounds Patcher
+
   |name    = Quality Scrubber
   |author  = MindMeltMax
+
   |author  = Traktori
   |id      = MindMeltMax.SoundsPatcher
+
   |id      = Traktori.QualityScrubber
   |nexus  = 7465
+
   |nexus  = 5663
  |moddrop = 1135690
+
   |github  = Traktori7/StardewValleyMods
   |github  = MindMeltMax/Stardew-Valley-Mods
 
  
   |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    = Sound Tweaker
+
   |name    = Quality Scrubber for Automate
   |author  = aedenthorn, Erinthe
+
   |author  = Traktori
   |id      = aedenthorn.SoundTweaker
+
   |id      = Traktori.AM.QualityScrubber
   |nexus  = 14767
+
   |nexus  = 5663
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Traktori7/StardewValleyMods
 +
 
 +
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = SpaceCore
+
   |name    = Quality Smash
   |author  = spacechase0
+
   |author  = barfytheclown
   |id      = spacechase0.SpaceCore
+
   |id      = NormanPCN.QualitySmash<!--changed in 1.4.0-->, barfytheclown.QualitySmash
  |curse  = 867152
+
   |nexus  = 7907
  |moddrop = 136998
+
   |github  = jn84/QualitySmash
   |nexus  = 1348
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn Monsters
+
   |name    = Queen of Sauce Randomizer
   |author  = Berisan
+
   |author  = Speshkitty
   |id      = Berisan.SpawnMonsters
+
   |id      = speshkitty.queenofsauceshuffler
   |nexus  = 3201
+
   |nexus  = 7151
   |github  = Berisan/SpawnMonsters
+
   |github  = Speshkitty/QueenOfSauceRandomiser
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spawn More Rocks
+
   |name    = Questable Tractor
   |author  = Mase
+
   |author  = NermNermNerm
   |id      = Mase.SpawnMoreRocks
+
   |id      = NermNermNerm.QuestableTractor
   |nexus  = 7423
+
   |nexus  = 20703
   |github  =
+
   |github  = NermNermNerm/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Special Orders Anywhere, Special Orders (and More) Anywhere
+
   |name    = Quest Delay
   |author  = AcidicNic
+
   |author  = BadNetCode
   |id      = acidicnic.SpecialOrdersAnywhere
+
   |id      = BadNetCode.QuestDelay
   |nexus  = 7588
+
   |nexus  = 1239
   |github  = AcidicNic/StardewValleyMods
+
  |moddrop = 473938
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Special Orders Tags Extended
+
   |name    = Quest Essentials
   |author  = atravita
+
   |author  = PurrplingCat
   |id      = atravita.SpecialOrdersExtended
+
   |id      = PurrplingCat.QuestEssentials
  |curse  = 870988
+
   |nexus  = 8827
  |moddrop = 1086743
+
   |github  = purrplingcat/StardewMods
   |nexus  = 9855
 
   |github  = atravita-mods/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Specify Gift Taste Portraits
+
   |name    = Quest Framework
   |author  = Button, Spiderbuttons
+
   |author  = PurrplingCat
   |id      = Button.SpecifyGiftTastePortraits
+
   |id      = PurrplingCat.QuestFramework
   |nexus  = 15882
+
  |curse  = 577691
   |github  =
+
   |nexus  = 6414
 +
   |github  = purrplingcat/QuestFramework
 +
 
 +
  |warnings = Broken on Android.
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speed Mod
+
   |name    = Quest Time Limits
   |author  = Blackclaw
+
   |author  = aedenthorn, Erinthe
   |id      = Blackclaw.SpeedMod
+
   |id      = aedenthorn.QuestTimeLimits
   |nexus  = 5082
+
  |curse  = 868671
   |github  = Xebeth/StardewValley-SpeedMod
+
   |nexus  = 16403
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5.5<!--@retest-after Mod Settings Tab-->
+
   |broke in           = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
   |summary  = use [[#Quest Time Limits - Continued|Quest Time Limits - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speedrun Practice Mod
+
   |name    = Quest Time Limits - Continued
   |author  = Underscore
+
   |author  = aedenthorn and FlyingTNT
   |id      = underscore.ac_practice<!--changed in 2.0.0-->, underscore.speedrun_practie
+
   |id      = FlyingTNT.QuestTimeLimits
   |nexus  = 7337
+
   |nexus  = 22349
   |github  = Underscore76/SDVPracticeMod
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spelldew Valley
+
   |name    = Quick Agenda
   |author  = instafluff
+
   |author  = BadNetCode
   |id      = instafluff.spelldewvalley
+
   |id      = BadNetCode.QuickAgenda
   |nexus  = 7322
+
   |nexus  = 22258
   |github  = instafluff/SpelldewValley
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny
+
   |name    = Quick Forward Dash, Warp Mod
   |author  = spacechase0
+
   |author  = Vexorth
   |id      = spacechase0.Spenny
+
   |id      = Vexorth.Warp
  |curse  = 867742
+
   |nexus  = 16605
  |moddrop = 771624
+
   |github  =
   |nexus  = 2755
 
   |github  = spacechase0/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny Deluxe
+
   |name    = Quick Glance
   |author  = spacechase0
+
   |author  = adverserath
   |id      = spacechase0.SpennyDeluxe
+
   |id      = Adverserath.QuickGlance
   |nexus  = 14984
+
   |nexus  = 12058
   |github  = spacechase0/StardewValleyMods
+
   |github  = adverserath/QuickGlance
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spenny Lite
+
   |name    = Quick Load
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.SpennyLite
+
   |id      = aedenthorn.QuickLoad
   |nexus  = 14249
+
   |nexus  = 7756
   |github  = spacechase0/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spice of Life
+
   |name    = Quick Minigame
   |author  = KarratKake
+
   |author  = Enaium
   |id      = KarratKake.SpiceOfLife
+
   |id      = Enaium.QuickMinigame
   |nexus   = 7398
+
   |curse   = 438741
   |github  =
+
   |moddrop = 895127
 
+
  |nexus  =
   |beta broke in = Stardew Valley 1.6
+
   |github  = Enaium-StardewValleyMods/QuickMinigame
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Splash Text
+
   |name    = Quick Responses
   |author  = sophie
+
   |author  = aedenthorn, Erinthe
   |id      = sophie.SplashText
+
   |id      = aedenthorn.QuickResponses
   |nexus  = 14416
+
   |nexus  = 6548
   |github  = sophiesalacia/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Split Screen Manager
 
  |author  = RomenH
 
  |id      = RomenH.SplitScreenManager
 
  |nexus  = 12063
 
  |github  =
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spoilage
+
   |name    = Quick Responses (1.6 Updated)
   |author  = aedenthorn, Erinthe
+
   |author  = yummypecho - original by aedenthorn
   |id      = aedenthorn.Spoilage
+
   |id      = yummypecho.QuickResponses
   |nexus  = 14712
+
   |nexus  = 21103
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spooky Big Pumkin, Spooky_pumkin
+
   |name    = Quick Sell
   |author  = Dounat2201, Sasara
+
   |author  = Alejandro Akbal, AlejandroAkbal
   |id      = Sasara.pumkin
+
   |id      = AlejandroAkbal.QuickSell
   |nexus  = 4586
+
   |nexus  = 7854
   |github  =
+
   |github  = AlejandroAkbal/Stardew-Valley-Quick-Sell-Mod
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouse Outdoor Area
+
   |name    = Quick Shop
   |author  = Shaklin
+
   |author  = Enaium
   |id      = shaklin.spouseoutdoorarea
+
   |id      = Enaium.QuickShop
   |nexus   = 6747
+
   |curse   = 436793
   |github  =
+
   |moddrop = 864170
 
+
  |nexus  =
   |beta broke in = Stardew Valley 1.6
+
   |github  = Enaium-StardewValleyMods/QuickShop
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Spouses in Ginger Island, Spouses' Island
+
   |name    = Quick Start
   |author  = mistyspring
+
   |author  = WuestMan, redknightofdoom
   |id      = mistyspring.spousesisland, mistyspring.SpouseRoomCode<!--changed in 3.0-->
+
   |id      = WuestMan.QuickStart
  |curse  = 880521
+
   |nexus  = 2375
   |nexus  = 11037
+
   |github  = Brian-Wuest/Quick_Start
   |github  = misty-spring/StardewMods
 
  
   |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    = Spouse's Room Mod
+
   |name    = Quick Stash
   |author  = Wata, Watagatapitusberry
+
   |author  = ChiroxT
   |id      = Spouseroom
+
   |id      = treinke.quickstash
   |nexus  =
+
   |nexus  = 20864
  |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    = Quick Swap
   |author  = hquake, Per Sikker Hansen, Sikker
+
   |author  = Allan Wang
   |id      = Sikker.SpouseStuff
+
   |id      = AllanWang.QuickSwap
   |nexus  = 4651
+
   |nexus  = 13956
   |github  = sikker/SpouseStuff
+
   |github  = AllanWang/Stardew-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinkler Activation
+
   |name    = Quotes
  |author  = Blaxsmith
 
  |id      = Blaxsmith.SprinklerActivation
 
  |nexus  = 7661
 
  |github  = Blaxsmith/SprinklerActivation
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Sprinkler Mod
 
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.SprinklerMod
+
   |id      = aedenthorn.Quotes
   |nexus  = 15385
+
   |nexus  = 6503
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
  |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    = Radioactive Geodes
   |author  = OrSpeeder, Mauricio Gomes
+
   |author  = justastranger
   |id      = SPDSprintAndDash
+
   |id      = jas.RadioactiveGeodes
   |nexus  = 235
+
  |moddrop = 952722
 +
   |nexus  =
 
   |github  =
 
   |github  =
   |source = https://gitlab.com/speeder1/SPDSprintAndDashMod
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Radioactive Tools
 +
   |author = kakashigr
 +
  |id      = kakashigr.RadioactiveTools
 +
  |nexus  = 7630
 +
  |github  = kakashigr/stardew-radioactivetools
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint and Dash Redux
+
   |name    = Rainbow Cursor
   |author  = littleraskol
+
   |author  = Jamie Taylor
   |id      = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
+
   |id      = jltaylor-us.RainbowCursor
   |nexus  = 560
+
   |nexus  = 15886
  |moddrop = 827770
+
   |github  = jltaylor-us/StardewRainbowCursor
   |github  = littleraskol/Sprint-And-Dash-Redux
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinting
+
   |name    = Rainbow Trail
   |author  = Patrick, mistersnuggler
+
   |author  = aedenthorn, Erinthe
   |id      =
+
   |id      = aedenthorn.RainbowTrail
   |nexus  =
+
   |nexus  = 16914
  |url    = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
+
   |github  = aedenthorn/StardewValleyMods
   |github  = oliverpl/SprintingMod
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Sprint (unidarkshin)|Sprint (unidarkshin)]], [[#Sprint and Dash Buttons|Sprint and Dash Buttons]], [[#Sprint and Dash Redux|Sprint and Dash Redux]], or [[#Sprint Sprint|Sprint Sprint]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprinting
+
   |name    = Raincoat When Raining
   |author  = onemix
+
   |author  = BikiFae, bikinavisho
   |id      = onemix.Sprinting
+
   |id      = BikiFae.RainCoatWhenRaining
   |nexus  = 10469
+
   |nexus  = 4659
   |github  =
+
   |github  = bikinavisho/RainCoatWhenRaining
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
+
   |name    = RainPlus
   |author  = Abs, abslam
+
   |author  = Deadlykirpy
   |id      = abs.SprintNRegen
+
   |id      = Kirpy.RainPlus
   |nexus  = 4898
+
   |nexus  = 6559
 
   |github  =
 
   |github  =
  
   |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    = Rain Randomizer
   |author  = Jessebot, JessebotX
+
   |author  = EvilPdor
   |id      = Jessebot.SprintSprint, Jessebot.SprintSprintSprint<!-- changed when mod renamed-->
+
   |id      =
   |nexus  = 4778
+
   |nexus  =
   |github  = JessebotX/StardewValleyMods
+
  |url    = https://community.playstarbound.com/threads/111526
 +
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint (unidarkshin)
+
   |name    = Rain Refills Watering Can
   |author  = unidarkshin, Devin Lematty
+
   |author  = StultusV
   |id      = DevinLematty.Sprint
+
   |id      = StultusV.RainRefillsWateringCan
   |nexus  = 7492
+
   |nexus  = 11554
   |github  =
+
   |github  = JudeRV/Stardew-RainRefillsWateringCan
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprint (Yoshify)
+
   |name    = Rains Interaction Mod
   |author  = Yoshify
+
   |author  = RainKuro
   |id      =
+
   |id      = RainKuro.RainsInteractionMod
   |nexus  = 2
+
   |nexus  = 18850
 
   |github  =
 
   |github  =
 
  |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    = Raised Garden Beds
   |author  = Ameise, Ameisen, mkukli
+
   |author  = blueberry
   |id      = DigitalCarbide.SpriteMaster
+
   |id      = blueberry.RaisedGardenBeds
   |nexus  = 4922
+
   |nexus  = 5305
   |github  = ameisen/SV-SpriteMaster
+
   |github  = b-b-blueberry/RaisedGardenBeds
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sprites in Detail
+
   |name    = Ranching Tool Upgrades
   |author  = BleakCodex
+
   |author  = drbirbdev
   |id      = BleakCodex.SpritesInDetail
+
   |id      = drbirbdev.RanchingToolUpgrades
   |nexus  = 14487
+
   |nexus  = 12280
   |github  = BleakCodex/SpritesInDetail
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stabbing Sword Special
+
   |name    = Random Bundles
   |author  = Peasly Wellbott
+
   |author  = balllight
   |id      = Wellbott.StabbingSwordSpecial
+
   |id      = balllight.RandomBundles
   |nexus  = 7683
+
   |nexus  = 13790
   |github  = Wellbott/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Check Fix
+
   |name    = Random Hair Color
   |author  = punyo, yakminepunyo
+
   |author  = bookworm89723
   |id      = punyo.StackCheckFix
+
   |id      = davis.randomhair
   |nexus  = 2433
+
   |nexus  = 3271
   |github  = pomepome/StackCheckFix
+
   |github  = joaniedavis/RandomHairMod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stacked Item Icons
+
   |name    = Randomized Energy
   |author  = aedenthorn, Erinthe
+
   |author  = LakeMonster_, LakeMonster666
   |id      = aedenthorn.StackedItemIcons
+
   |id      = LakeMonster_.RandomizedEnergy
  |curse  = 868678
+
   |nexus  = 5250
   |nexus  = 15468
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Everything
+
   |name    = Random NPCs, Random Visitors
   |author  = CatCattyCat, Cat
+
   |author  = aedenthorn, Erinthe
   |id      = cat.stackeverything
+
   |id      = Aedenthorn.RandomNPC
   |nexus  = 2053
+
   |nexus  = 4911
  |moddrop = 833551
+
   |github  = aedenthorn/StardewValleyMods
   |github  = danvolchek/StardewMods
 
  
   |broke in           = Stardew Valley 1.5
+
   |warnings  = doesn't work in multiplayer.
  |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
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Quality
+
   |name    = Random Slimes
   |author  = furyx639
+
   |author  = ChrisMzz
   |id      = furyx639.StackQuality
+
   |id      = ChrisMzz.randomslimes
  |curse  = 871828
+
   |nexus  = 21320
   |nexus  = 13724
+
   |github  = ChrisMzz/StardewValleyMods
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Size Changer
+
   |name    = Random Start Day
   |author  = Shockah
+
   |author  = idermailer
   |id      = Shockah.StackSizeChanger
+
   |id      = idermailer.RandomStartDay
   |nexus  = 11866
+
   |nexus  = 13225
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = idermailer/RandomStartDay
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack Split Redux
+
   |name    = Random Tastes
   |author  = pepoluan
+
   |author  = skiilaa
   |id      = pepoluan.StackSplitRedux
+
   |id      = skiilaa.RandomTastes
   |nexus  = 8967
+
   |nexus  = 2285
  |moddrop = 976551
 
  |github  = pepoluan/StackSplitRedux
 
  
   |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    = StackSplitX
+
   |name    = Range Display, Sprinkler Range
   |author  = tstaples
+
   |author  = CatCattyCat, Cat
   |id      = tstaples.StackSplitX
+
   |id      = cat.sprinklerrange
   |nexus  = 798
+
   |nexus  = 1179
   |github  = tstaples/StackSplitX
+
  |moddrop = 833536
 +
   |github  = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Stack Split Redux|Stack Split Redux]] instead.
+
   |summary  = use [[#Data Layers|Data Layers]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stack to Nearby Chests
+
   |name    = Ranged Tools
   |author  = Ilyaki
+
   |author  = vgperson
   |id      = Ilyaki.StackToNearbyChests
+
   |id      = vgperson.RangedTools
   |nexus  = 1787
+
   |nexus  = 6935
   |github  = Ilyaki/StackToNearbyChests
+
   |github  = vgperson/RangedTools
 
 
  |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    = Range Highlight
   |author  = Becks723
+
   |author  = Jamie Taylor
   |id      = Becks723.StaircasePlacementFix, Becks723.FixFloorPlacement<!--before 1.0.1-->
+
   |id      = jltaylor-us.RangeHighlight
   |nexus  = 13381
+
  |curse  = 997096
   |github  =
+
   |nexus  = 6752
 +
   |github  = jltaylor-us/StardewRangeHighlight
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = StaminaRegen
+
   |name    = Raven of The Valley
   |author  = EvilPdor
+
   |author  = nicks
   |id      =
+
   |id      = nicks.RavenofTheValley
   |nexus  =
+
   |nexus  = 19856
   |url    = https://community.playstarbound.com/threads/111526
+
   |github  =
   |github = natfoth/StardewValleyMods
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |broke in = SMAPI 2.0
+
  |name    = Readers Digest
   |status   = workaround
+
   |author = Remy Bach
   |summary = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |id      = remybach.readersdigest
 +
   |nexus   = 3040
 +
   |github = remybach/stardew-valley-readersdigest
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Standardized Krobus
+
   |name    = Readers Digest for 1.6
   |author  = minervamaga
+
   |author  = Slash215
   |id      = minervamaga.StandardizedKrobus
+
   |id      = Slash215.readersdigest
   |nexus  =
+
   |nexus  = 22972
  |moddrop = 716314
+
   |github  =
   |github  = minervamaga/StandardizedKrobus
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starbot
+
   |name    = Real Clock
   |author  = bwdy
+
   |author  = thimadera
   |id      = bwdy.starbot
+
   |id      = thimadera.Realclock
   |nexus  = 4755
+
   |nexus  = 21726
   |github  = bwdymods/SDV-Starbot
+
   |github  = thimadera/StardewMods
 
 
  |broke in = Stardew Valley 1.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Access
+
   |name    = Realistic Fishing
   |author  = Mohammad Shoaib
+
   |author  = Kevin Connors
   |id      = shoaib.stardewaccess
+
   |id      = KevinConnors.RealisticFishing
   |nexus  = 16205
+
   |nexus  = 2623
  |url    = https://github.com/stardew-access/stardew-access/releases
+
   |github  = kevinforrestconnors/RealisticFishing
   |github  = stardew-access/stardew-access
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 +
<!--
 +
  |unofficial version = 1.2.3-unofficial.3-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew and Chill
+
   |name    = Realistic Random Names
   |author  = mod.kitchen
+
   |author  = aedenthorn, Erinthe
   |id      = mod.kitchen.stardewandchill
+
   |id      = aedenthorn.RealNames
   |nexus  = 12147
+
   |nexus  = 6269
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Aquarium Code
+
   |name    = Real Time
   |author  = Gervig91
+
   |author  = Enaium, Lightcolour888
   |id      = Cherry.StardewAquarium
+
   |id      = Enaium.RealTime
   |nexus  = 6372
+
   |nexus  = 5336
 
   |github  =
 
   |github  =
 
  |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    = Realtime Framework
   |author  = Moonwolf, Moonwolf287
+
   |author  = drbirbdev
   |id      = Moonwolf.StardewAquariumInformant
+
   |id      = drbirbdev.RealtimeFramework
   |nexus  = 16527
+
   |nexus  = 18915
   |github  =
+
   |github  = drbirbdev/StardewValley
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Informant-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Archipelago
+
   |name    = Realtime Minimap
   |author  = Kaito Kid
+
   |author  = spacechase0
   |id      = KaitoKid.StardewArchipelago
+
   |id      = spacechase0.RealtimeMinimap
   |nexus  = 16087
+
  |curse  = 867706
   |github  = agilbert1412/StardewArchipelago
+
   |nexus  = 9386
 
+
   |github  = spacechase0/StardewValleyMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Auto GC
+
   |name    = Real Weather, SDVWM Astro<!--older version-->, SDVWM Environment<!--older version-->
   |author  = Lake1059, 1059Studio
+
   |author  = SixthTitan
   |id      = Lake1059.StardewAutoGC_NET5, Lake1059.StardewAutoGC<!--changed in 1.3.0-->
+
   |id      = SixthTitan.SDVWM_RealWeather, SixthTitan.SDVWM_Astro<!--older version-->
   |nexus  = 9293
+
   |nexus  = 5773
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Stardew Brewery
 
  |author  = Cylon
 
  |id      = cylon.stardewbrewery
 
  |nexus  = 2057
 
  |github  = JustCylon/stardew-brewery
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |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    = Recatch Legendary Fish
   |author  = Juice805
+
   |author  = cantorsdust and Pathoschild
   |id      = Juice805.StardewConfigMenu
+
   |id      = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
  |nexus  = 1312
+
   |nexus   = 172
  |github  = StardewConfigFramework/StardewConfigMenu
+
   |github = cantorsdust/StardewMods
 
 
  |broke in = Stardew Valley 1.3.29
 
   |status   = workaround
 
   |summary = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Debt
+
   |name    = Recipes In Mail
   |author  = Poison
+
   |author  = Freaksaus
   |id      = Poison.StardewTesting
+
   |id      = freaksaus.recipesinmail
   |nexus  = 10005
+
   |nexus  = 22173
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Discord
+
   |name    = Recipe Tracker, Stardew Valley Recipe Tracker
   |author  = Steven Kraft
+
   |author  = Nox Chimaera, noxkimaera
   |id      = StevenKraft.StardewDiscord
+
   |id      = NoxChimaera.StardewValleyTodo
   |nexus  = 3608
+
   |nexus  = 22378
   |github  = steven-kraft/StardewDiscord
+
   |github  = NoxChimaera/StardewValleyTODO
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Druid
+
   |name    = Reciprocate
   |author  = Neosinf
+
   |author  = YunHikari
   |id      = neosinf.StardewDruid
+
   |id      = YunHikari.Reciprocate
   |nexus  = 18465
+
   |nexus  = 17714
   |github  = Neosinf/StardewDruid
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Druid Lite
+
   |name    = Recover Stamina
   |author  = Neosinf
+
   |author  = lperkins2, Logan Perkins
   |id      = neosinf.StardewDruidLite
+
   |id      = lperkins2.RecoverStamina
   |nexus  = 19308
+
   |nexus  = 2332
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Get Achievement Now
+
   |name    = Recurring Reminders
   |author  = Lake1059, 1059 Studio
+
   |author  = Dem1se
   |id      = Lake1059.StardewGetAchievementNow
+
   |id      = Dem1se.RecurringReminders
   |nexus  = 11515
+
   |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    = Stardew Hack
+
   |name    = Recyclable Cola
   |author  = bcmpinc
+
   |author  = XxHarvzBackxX
   |id      = bcmpinc.StardewHack
+
   |id      = harvz.RecyclableCola
   |nexus  = 3213
+
   |nexus  = 10865
   |github  = bcmpinc/StardewHack
+
   |github  = XxHarvzBackxX/recyclableCola
 
+
}}
   |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Redesigned Farmhouse Layout
 +
  |author  = Aimon111 & DaLion
 +
   |id      = Aimon111.RedisignedFarmHouseLayout.Warps
 +
  |nexus  = 11420
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hitboxes
+
   |name    = Redraw Pelican Town Config
   |author  = Tyler Gibbs
+
   |author  = JefGrizli
   |id      = tylergibbs2.StardewHitboxes
+
   |id      = JefGrizli.RedrawPelicanTownC
   |nexus  = 12264
+
   |nexus  = 15564
   |github  = tylergibbs2/StardewHitboxes
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Hypnos - Sleeping Overhaul, Hypnos
+
   |name    = Refill Silos
   |author  = davikr, apdapreturns
+
   |author  = Alpha_Omegasis
   |id      = davikr.hypnos
+
   |id      = Omegasis.RefillSilos
   |nexus  = 5935
+
   |nexus  = 20779
  |github  = davicr/StardewHypnos
 
  |broken in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Impact, Stardew Impact - Play as NPCs
+
   |name    = Refill Watering Can in Town Fountain
   |author  = aedenthorn, Erinthe
+
   |author  = TfueLovesBanana
   |id      = aedenthorn.StardewImpact
+
   |id      = TfueLovesBanana.FillWateringCanInTownFountain
   |nexus  = 14365
+
   |nexus  = 16764
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Locations
+
   |name    = Refund Staircases
   |author  = Mizzion
+
   |author  = Nick Martin
   |id      = mizzion.stardewlocations
+
   |id      = NickMartin.RefundStaircases
   |nexus  = 1929
+
   |nexus  = 19209
  |moddrop = 661357
+
   |github  = nickmartin1ee7/RefundStaircases
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Media Keys
+
   |name    = Regeneration
   |author  = Angebro
+
   |author  = Hammurabi
   |id      = Angebro.StardewMediaKeys
+
   |id      = HammurabiRegeneration
   |nexus  = 11246
+
   |nexus  =
   |github = AngeloC3/StardewMods
+
   |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    = Stardew Motif
+
   |name    = Regen Mod
   |author  = Vinyks
+
   |author  = Zoryn
   |id      = Vinyks.StardewMotif
+
   |id      = Zoryn.RegenMod
   |nexus  = 14326
+
   |nexus  =
   |github  =
+
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Nametags
+
   |name    = Regular Quality
   |author  = Tyler Gibbs
+
   |author  = desto, JustToDownloadThings
   |id      = tylergibbs2.StardewNametags
+
   |id      = desto.RegularQuality
   |nexus  = 12158
+
   |nexus  = 5090
   |github  = tylergibbs2/StardewNametags
+
   |github  = desto-git/smapi-RegularQuality
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew News Feed
+
   |name    = Rejuvenating Forest
   |author  = Other Buckets
+
   |author  = Team Timber
   |id      = OtherBuckets.StardewNewsFeed
+
   |id      = TeamTimber.RejuvenatingForest
   |nexus  = 3206
+
   |nexus  = 10322
   |github  = Mikesnorth/StardewNewsFeed
+
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Notifications
+
   |name    = Relationship Bar UI
   |author  = monopandora
+
   |author  = SlyMerc
   |id      = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
+
   |id      = RelationshipBar
   |nexus  = 4713
+
   |nexus  = 1009
  |moddrop = 664154
+
   |github  =
   |github  = Sakorona/SDVMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = STardew Overview
+
   |name    = Relationships Enhanced
   |author  = Sto13
+
   |author  = rodrigovaz
   |id      = Sto13.STardewOverview
+
   |id      = relationshipsenhanced
   |nexus  = 14564
+
   |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    = Stardew Progress
+
   |name    = Relationship Status
   |author  = seeinggreen
+
   |author  = Dragonisser
   |id      = seeinggreen.StardewProgress
+
   |id      = relationshipstatus
   |nexus  = 9786
+
   |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    = Stardew Realty Framework
+
   |name    = Relationship Tooltips
   |author  = Prism 99
+
   |author  = M3ales
   |id      = prism99.advize.stardewrealty
+
   |id      = M3ales.RelationshipTooltips
   |nexus  = 10512
+
   |nexus  =
   |github  = Prism-99/FarmExpansion
+
  |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    = Stardew RPG
+
   |name    = Relationship Tracker
   |author  = aedenthorn, Erinthe
+
   |author  = Branic
   |id      = aedenthorn.StardewRPG
+
   |id      = Branic.RelationshipTracker
   |nexus  = 11132
+
   |nexus  = 2845
   |github  = aedenthorn/StardewValleyMods
+
   |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    = Stardew Speak
+
   |name    = Relativity
   |author  = evfredericksen, Evan Fredericksen
+
   |author  = AdroSlice
   |id      = evfredericksen.StardewSpeak
+
   |id      = AdroSlice.Relativity
   |nexus  = 7929
+
   |nexus  = 13028
   |github  = evfredericksen/StardewSpeak
+
   |github  = adroslice/sdv-relativity-mirror
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Survival Project
+
   |name    = Relaxing Weekends<!--manifest-->, Weekend Relaxation<!--Nexus-->
   |author  = NeroYuki
+
   |author  = The Fluffy Robot
   |id      = neroyuki.rlvalley
+
   |id      = TheFluffyRobot.RelaxingWeekends
   |nexus  = 14183
+
   |nexus  = 19662
   |github  = NeroYuki/StardewSurvivalProject
+
   |github  = jamespfluger/Stardew-ModCollection
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Symphony Remastered, Stardew Symphony
+
   |name    = Relocate Buildings And Farm Animals<!--changed in 1.0.1-->, Relocate Farm Animals
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = mouahrara
   |id      = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
+
   |id      = mouahrara.RelocateBuildingsAndFarmAnimals<!--changed in 1.0.1-->, mouahrara.RelocateFarmAnimals
   |nexus  = 425
+
   |nexus  = 20606
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = mouahrara/RelocateFarmAnimals
 
 
  |broke in = Stardew Valley 1.5.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Barber, Stardew Barber
+
   |name    = Remember Birthday Gifts<!--Nexus-->, Remember Birthdays<!--manifest-->
   |author  = phroureo
+
   |author  = zeldela
   |id      = phroureo.BarberSV
+
   |id      = zeldela-RememberBirthdays
   |nexus  = 9061
+
   |nexus  = 13554
   |github  =
+
   |github  = zeldela/sdv-mods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley ESP, sdv-helper
+
   |name    = Remember Faced Direction
   |author  = reimu, r2h, tomdc
+
   |author  = Annosz
   |id      = reimu.sdv-helper
+
   |id      = Annosz.RememberFacedDirection
   |nexus  = 3917
+
   |nexus  = 6946
   |github  = rei2hu/stardewvalley-esp
+
   |github  = Annosz/StardewValleyModding
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Expanded
+
   |name    = Remember Your Umbrella
   |author  = Flashshifter
+
   |author  = heyseth
   |id      = FlashShifter.SVECode
+
   |id      = heyseth.umbrellas
   |nexus  = 3753
+
   |nexus  = 8366
  |moddrop = 833179
+
   |github  = heyseth/SDVMods
   |github  = FlashShifter/StardewValleyExpanded
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Randomizer
+
   |name    = Reminders
   |author  = Tooshi
+
   |author  = Surkasu
   |id      = Tooshi.Randomizer
+
   |id      = Surkasu.Reminders
   |nexus  = 5185
+
   |nexus  = 2481
  |curse  = 308003
+
   |github  =
   |github  = cTooshi/stardew-valley-randomizer
 
  
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley - Roguelike<!--Nexus-->, Stardew Roguelike<!--manifest-->
+
   |name    = Remind to Exit
   |author  = Tyler Gibbs and TheHaboo
+
   |author  = pepoluan
   |id      = tylergibbs2.StardewRoguelike
+
   |id      = pepoluan.RemindToExit
   |nexus  = 13614
+
   |nexus  = 8727
   |github  = tylergibbs2/StardewValleyRoguelike
+
   |github  =
 
+
   |source  = https://sourceforge.net/projects/sdvmod-remind-to-exit/
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Valley Timelapse<!--manifest-->, Stardew Timelapse<!--Nexus-->
+
   |name    = Re-Mixed Seeds, Mixed Seed Mod
   |author  = evskii
+
   |author  = nein
   |id      = evskii.StardewTimelapse
+
   |id      = nein.MixedSeedMod
   |nexus  = 19806
+
   |nexus  = 22311
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Web
+
   |name    = Remote Fridge Storage
   |author  = Prism 99
+
   |author  = EternalSoap, arjan3004
   |id      = prism99.stardewweb
+
   |id      = EternalSoap.RemoteFridgeStorage
   |nexus  = 8715
+
   |nexus  = 2545
   |github  =
+
   |github  = SoapStuff/Remote-Fridge-Storage
  
   |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    = Stardust Core
+
   |name    = Removable Horse Hats
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = CatCattyCat, Cat
   |id      = Omegasis.StardustCore
+
   |id      = cat.removablehorsehats
   |nexus  = 2341
+
   |nexus  = 2223
   |github  = janavarro95/Stardew_Valley_Mods
+
   |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
 +
  |name    = Remove All Monsters
 +
  |author  = David J. Lee, djslzx
 +
  |id      = djsl.RemoveAllMonsters
 +
  |nexus  = 5727
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starksouls
+
   |name    = Remove Animal Limitations
   |author  = FenrirA
+
   |author  = Hobbes
   |id      = FenrirAsonda.Starksouls
+
   |id      = Hobbes.RemoveAnimalLimitations
   |nexus  = 10915
+
   |nexus  = 7838
   |github  = OhWellMikell/Starksouls
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Starting Money
+
   |name    = Rename
   |author  = mmanlapat
+
   |author  = Remmie, CoinzReturns
   |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
+
   |id      = Remmie.Rename
   |nexus  = 1138
+
   |nexus  = 2130
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Rename Reworked|Rename Reworked]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Startup Volume Config
+
   |name    = Rename Reworked
   |author  = certifiableGrimalkin
+
   |author  = Parabyted
   |id      = certifiableGrimalkin.StartupVolumeConfig
+
   |id      = parabyted.renamerework
   |nexus  = 15846
+
   |nexus  = 10866
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Start With Greenhouse
+
   |name    = Rented Tools
   |author  = CaptainSully
+
   |author  = JarvieK
   |id      = CaptainSully.StartWithGreenhouse
+
   |id      = JarvieK.RentedTools
   |nexus  = 9878
+
   |nexus  = 1307
  |moddrop = 1035412
+
   |github  = Jarvie8176/StardewMods
   |github  = CaptainSully/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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Start With Hat
+
   |name    = Rented Tools Improved
   |author  = treyh0
+
   |author  = SolusCleansing
   |id      = treyh0.StartWithHat
+
   |id      = SolusCleansing.RentedToolsImproved
   |nexus  = 2628
+
   |nexus  = 18909
   |github  =
+
   |github  = SolusCleansing/RentedToolsImproved
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stash Items
+
   |name    = Reorient After Eating
   |author  = ZackHill
+
   |author  = PunningLinguist
   |id      = ZackHill.StashItems
+
   |id      = PunningLinguist.ReorientAfterEating
   |nexus  = 9624
+
   |nexus  = 7585
   |github  = zack-hill/stardew-valley-stash-items
+
   |github  = amconners/ReorientAfterEating
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stash Items to Chest
+
   |name    = Replace Fertilizer
   |author  = lambui
+
   |author  = jingshenSN2
   |id      = BlueMod_StashItemsToChest
+
   |id      = jingshenSN2.replace_fertilizer
   |nexus  =
+
   |nexus  = 24550
  |url    = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
+
   |github  = jingshenSN2/ReplaceFertilizer
   |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    = Replanter
   |author  = Dinotopea
+
   |author  = jwdred
   |id      = Dinotopea.StaticInventory
+
   |id      = jwdred.Replanter
   |nexus  = 20093
+
   |nexus  = 589
   |github  = nrobinson12/StardewValleyMods
+
   |github  = jdusbabek/stardewvalley
  
   |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    = Stats as Tokens
+
   |name    = ReRegeneration
   |author  = Vertighost, Vertigon
+
   |author  = littleraskol
   |id      = Vertigon.StatsAsTokens
+
   |id      = lrsk_sdvm_rerg.0925160827
   |nexus  = 9659
+
   |nexus  = 6837
   |github  = dtomlinson-ga/StatsAsTokens
+
   |moddrop = 827580
 
+
   |github  = littleraskol/ReRegeneration
   |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stats Passive Regeneration, Stats Reloader
+
   |name    = Reseed, Roc's Reseed Mod
   |author  = strato35
+
   |author  = rocslayer, James Overton
   |id      = Strato35.StatsReloader
+
   |id      = Roc.Reseed
   |nexus  = 7428
+
   |nexus  = 2421
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = Use [[#Harvest Seeds|Harvest Seeds]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Statue of Generosity
+
   |name    = Reset Skull Caverns, Skull Caverns Reset
   |author  = spacechase0
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = spacechase0.StatueOfGenerosity
+
   |id      = KoihimeNakamura.ResetCaverns
   |curse  = 867713
+
   |curse  = 990459
   |nexus  = 7532
+
  |moddrop = 1080116
   |github  = spacechase0/StardewValleyMods
+
   |nexus  = 20846
 
+
   |github  = Sakorona/SDVMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Statue Shorts
+
   |name    = Reset Terrain Features
   |author  = aedenthorn, Erinthe
+
   |author  = mabelSyrup
   |id      = aedenthorn.StatueShorts
+
   |id      = MabelSyrup.ResetTerrainFeatures
   |nexus  = 17642
+
   |nexus  = 4715
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [{{github|Lake1059/ResetTerrainFeatures_NET6}}/releases unofficial update] instead.<!--doesn't follow unofficial version convention, don't use unofficial update fields-->
 +
<!--
 +
  |unofficial version = 1.0.3-unofficial.1-esca
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-43678
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stay Up
+
   |name    = Resource Storage
   |author  = su226
+
   |author  = aedenthorn, Erinthe
   |id      = Su226.StayUp
+
   |id      = aedenthorn.ResourceStorage
   |nexus  = 7592
+
   |nexus  = 17951
   |github  = su226/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Stay Up Late
+
   |name    = Resource Storage - Continued
   |author  = Krutonium
+
   |author  = aedenthorn and FlyingTNT
   |id      = krutonium.stayuplate
+
   |id      = FlyingTNT.ResourceStorage
   |nexus  = 12578
+
   |nexus  = 22539
   |github  =
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = SteamDew
+
   |name    = Responsive Knockback, Responsive MP Knockback
   |author  = Mewsubi
+
   |author  = spacechase0
   |id      = Mewsubi.SteamDew
+
   |id      = spacechase0.ResponsiveKnockback
   |nexus  = 19396
+
   |nexus  = 12029
   |github  = myuusubi/SteamDew
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Restauranteer
   |author  = Haunted Pineapple
+
   |author  = aedenthorn, Erinthe
   |id      = HauntedPineapple.StendewValley
+
   |id      = aedenthorn.Restauranteer
   |nexus  = 19483
+
   |nexus  = 14519
   |github  = HauntedPineapple/Stendew-Valley
+
   |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    = Stone Bridge Over Pond, Pond With Bridge
+
   |name    = Retro Active Achievements
   |author  = Advize and jinxiewinxie
+
   |author  = iceburg
   |id      = jinxiewinxie.StoneBridgeOverPond
+
   |id      = 7e474181-e1a0-40f9-9c11-retroactive
   |nexus  = 316
+
   |nexus  = 4974
   |github  = Jinxiewinxie/StardewValleyMods
+
   |github  = ManApart/RetroActiveAchievements
  
   |broke in          = SMAPI 3.0
+
   |broke in = Stardew Valley 1.5
  |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    = Retroactive Stardew
   |author  = Mustafa
+
   |author  = millerscout
   |id      = Mustafa.StopSoundsWhenAltTabbed
+
   |id      = Millerscout.RetroactiveStardew
   |nexus  = 13925
+
   |nexus  = 6953
   |github  = mustafa-git/StopSoundsWhenAltTabbed
+
   |github  = millerscout/StardewMillerMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Storage Containers
+
   |name    = Reusable Wallpapers and Floors, Wallpaper Retain
   |author  = trashcan9
+
   |author  = Iceburg
   |id      = trashcan9.StorageContainers
+
   |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
   |nexus  = 16071
+
   |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    = Stronger You
+
   |name    = Reverse Proposal
   |author  = Krutonium
+
   |author  = GreenOnion24
   |id      = Krutonium.StrongerYou
+
   |id      = GreenOnion24.ReverseProposal
   |nexus  = 7402
+
   |nexus  = 8526
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stuck at Level 1 but Overpower Drop Rates
+
   |name    = Revive Dead Crops
   |author  = Darkmushu
+
   |author  = atravita
   |id      = Darkmushu.StuckAtLevel1ButOverPowerDropRates
+
   |id      = atravita.ReviveDeadCrops
   |nexus  = 17380
+
  |curse  = 870964
   |github  =
+
  |moddrop = 1294436
 +
   |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    = Stumps to Hardwood Stumps
+
   |name    = Ribeena's Vehicles, Bus Sprite Adjuster
   |author  = Nishtra
+
   |author  = ribeena
   |id      = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
+
   |id      = ribeena.boatspriteadjuster, ribeena.busspriteadjuster<!--two separate C# mods bundled-->
   |nexus  = 691
+
   |nexus  = 11809
   |github  =
+
   |github  = ribeena/BusLocations
  
   |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    = Ridgeside Village
   |author  = sophie
+
   |author  = Rafseazz
   |id      = sophie.SturdySaplings
+
   |id      = Rafseazz.RidgesideVillage
   |nexus  = 14440
+
   |nexus  = 7286
   |github  = sophiesalacia/StardewMods
+
   |github  = Rafseazz/Ridgeside-Village-Mod
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Submerged Crab Pots
+
   |name    = Right Click to Untill Soil
   |author  = aedenthorn, Erinthe
+
   |author  = Kumagabear
   |id      = aedenthorn.SubmergedCrabPots
+
   |id      = Kumagabear.RightClickUntillSoil
   |nexus  = 11719
+
   |nexus  = 19563
   |github  = aedenthorn/StardewValleyMods
+
   |github  = DotSharkTeeth/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Subterranian Overhaul, Dwarvish
+
   |name    = Ring of Fire
   |author  = mytigio
+
   |author  = Platonymous
   |id      = mytigio.SubterranianOverhaul
+
   |id      = Platonymous.RingOfFire
   |nexus  = 4149
+
   |nexus  = 1166
   |github  = mytigio/SDVMods
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.3
 
+
   |status  = abandoned
   |dev note = It almost works, but the game crashes in the mines when you go to a floor where void tree mushrooms spawn (after lvl 90).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sundrop City
+
   |name    = Ring Overhaul
   |author  = The Sundrop Team
+
   |author  = Goldenrevolver
   |id      = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
+
   |id      = Goldenrevolver.RingOverhaul
   |nexus  = 4014
+
   |nexus  = 10669
   |github  =
+
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
 
  |broke in = Stardew Valley 1.5.5
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Super Hopper
+
   |name    = Ring Overhaul for Walk of Life
   |author  = spacechase0
+
   |author  = Jibb
   |id      = spacechase0.SuperHopper
+
   |id      = Jibb.RingOverhaulMARGO<!--changed in 2.0.0-->, Jibb.RingOverhaulWOL
  |curse  = 867698
+
   |nexus  = 12171
   |nexus  = 9418
+
   |github  =
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Super Sleeper
+
   |name    = Rise And Shine
   |author  = spoocky123
+
   |author  = Yoshify
   |id      = spoocky123.SuperSleeper
+
   |id      = Yoshify.RiseAndShine
   |nexus  = 10842
+
   |nexus  = 3
 +
  |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
 +
  |name    = Riverland Farm but You Need to Build Bridges
 +
  |author  = idermailer
 +
  |id      = idermailer.riverfarmButBridge
 +
  |nexus  = 15748
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Surfing Festival
+
   |name    = Robin Work Hours
   |author  = spacechase0 and ParadigmNomad
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.SurfingFestival
+
   |id      = aedenthorn.RobinWorkHours
  |curse  = 867720
+
   |nexus  = 11244
   |nexus  = 6688
+
   |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    = Surprise Pregnancy, SurpriseBaby1
+
   |name    = Rock Paper Scissors
   |author  = MiphasGrace
+
   |author  = Spiderbuttons
   |id      = MiphasGrace.SurpriseBaby1
+
   |id      = Spiderbuttons.RockPaperScissors
   |nexus  = 13126
+
   |nexus  = 23875
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Survivalistic
+
   |name    = Rope Bridge
   |author  = Ophaneom
+
   |author  = Teban100
   |id      = Ophaneom.Survivalistic
+
   |id      = RopeBridge
   |nexus  = 12179
+
   |nexus  = 824
   |github  = Ophaneom/Survivalistic
+
   |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    = SvFishingMod
+
   |name    = Rotate Toolbar
   |author  = KDERazorback
+
   |author  = Pathoschild
   |id      = KDERazorback.SvFishingMod
+
   |id      = Pathoschild.RotateToolbar
   |nexus  = 6403
+
   |nexus  = 1100
   |github  = KDERazorback/SvFishingMod
+
   |github  = Pathoschild/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |summary = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Rummage - The Thievery Mod
 +
  |author  = ApryllForever
 +
  |id      = ApryllForever.RestStop.Rummage
 +
  |nexus  = 12764
 +
  |github  = ApryllForever/Rummage
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swim
+
   |name    = Rune Magic
   |author  = aedenthorn, Erinthe
+
   |author  = fierro
   |id      = aedenthorn.Swim
+
   |id      = fierro.rune_magic
  |curse  = 868896
+
   |nexus  = 15065
   |nexus  = 6326
+
   |github  = facufierro/RuneMagic
   |github  = aedenthorn/StardewValleyMods
 
  
   |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    = Swimsuits Anywhere
+
   |name    = Run Fast, Sprint
   |author  = Myzkatonic
+
   |author  = Krutonium
   |id      = Myzkatonic.SwimsuitsAnywhere
+
   |id      = krutonium.runfast<!--changed in 1.1.0-->, krutonium.sprint
   |nexus  = 7722
+
   |nexus  = 12701
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swiss Army Knife
+
   |name    = Running Key
   |author  = John Peters
+
   |author  = strato35
   |id      = JohnPeters.SwissArmyKnife
+
   |id      = Strato35.RunningKey
   |nexus  = 13991
+
   |nexus  = 5527
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Running Late
 +
  |author  = Coll1234567
 +
  |id      = Coll1234567.RunningLate
 +
  |nexus  = 3518
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swizzy Meads
+
   |name    = Rush Orders
   |author  = Swizzy Studios
+
   |author  = spacechase0
   |id      = SwizzyStudios.SwizzyMeads
+
   |id      = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
   |nexus  = 3241
+
  |curse  = 867397
   |github  = SwizzyStudios/SV-SwizzyMeads
+
  |moddrop = 127276
 +
   |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    = Tab Autoloot
+
   |name    = SAAT.API, SAAT - Audio API and Toolkit
   |author  = Guedez
+
   |author  = ZeroMeters
   |id      = tab.autoloot
+
   |id      = ZeroMeters.SAAT.API
   |nexus  = 5115
+
   |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    = Tailor Weapon Skins
+
   |name    = SAAT.Mod, SAAT - Audio API and Toolkit
   |author  = Peasly Wellbott
+
   |author  = ZeroMeters
   |id      = Wellbott.TailorWeaponSkins
+
   |id      = ZeroMeters.SAAT.Mod
   |nexus  = 7797
+
   |nexus  = 10747
   |github  =
+
   |github  = Dawilly/SAAT
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Tainted Cellar, Underground House Cellar
+
   |name    = Safe Lightning
   |author  = Jinxiewinxie and TaintedWheat
+
   |author  = CatCattyCat, Cat
   |id      = TaintedCellar
+
   |id      = cat.safelightning
   |nexus  = 1672
+
   |nexus  = 2039
   |github  = Jinxiewinxie/StardewValleyMods
+
  |moddrop = 833550
 +
   |github  = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Safe Lightning Updated|Safe Lightning Updated]] instead.
 
<!--
 
<!--
  |unofficial version = 1.1.1-unofficial.2-pathoschild
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
+
  |unofficial version = 2.1.1-unofficial.1-strobe
 
-->
 
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Take All
+
   |name    = Safe Lightning Redux, Safe Lightning
   |author  = aedenthorn, Erinthe
+
   |author  = Shockah
   |id      = aedenthorn.TakeAll
+
  |id      = Shockah.SafeLightning
   |nexus  = 14247
+
  |nexus  = 11857
   |github  = aedenthorn/StardewValleyMods
+
  |github  = Shockah/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Safe Lightning Updated|Safe Lightning Updated]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Safe Lightning Updated
 +
  |author  = Rokugin
 +
   |id      = Rokugin.SafeLightningUpdated
 +
   |nexus  = 22783
 +
   |github  = rokugin/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Take It Slow
+
   |name    = Safer Bombs
   |author  = KarratKake
+
   |author  = Dragoon23
   |id      = KarratKake.TakeItSlow
+
   |id      = Dragoon23.SaferBombs
   |nexus  = 13432
+
   |nexus  = 23559
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Safe Reading
 +
  |author  = LunaticShade
 +
  |id      = LunaticShade.SafeReading
 +
  |nexus  = 8564
 +
  |github  = LunaticShade/StardewValley.SafeReading
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sailor Moon Hairstyles and Clothing, Sailor Styles
 +
  |author  = blueberry
 +
  |id      = blueberry.SailorStyles, blueberry.SailorStyles.Clothing, blueberry.SailorStyles.Hair, blueberry.SailorStylesHairstyles<!--clothing + hair mods merged in 4.0; hair mod ID changed in 3.0-->
 +
  |nexus  = 4154
 +
  |github  = b-b-blueberry/SailorStyles
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Talk to Inworld's AI Villagers, Inworld
+
   |name    = Saloon Warp Totem
   |author  = Inworld AI, PogDerson
+
   |author  = Artinity
   |id      = PogDerson.Inworld
+
   |id      = Artinity.SaloonWarpTotem
   |nexus  = 16816
+
   |nexus  = 16450
   |github  =
+
   |github  = Artinity/SaloonWarpTotem
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tap Giant Crops
+
   |name    = SAML
   |author  = atravita
+
   |author  = MindMeltMax
   |id      = atravita.TapGiantCrops
+
   |id      = MindMeltMax.SAML
  |curse  = 870968
+
   |nexus  = 20250
  |moddrop = 1205166
+
   |github  = MindMeltMax/SAML
   |nexus  = 13052
 
   |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    = Satchels
   |author  = aedenthorn, Erinthe
+
   |author  = spacechase0
   |id      = aedenthorn.TappablePalmTrees
+
   |id      = spacechase0.Satchels
   |nexus  = 10661
+
   |nexus  = 20625
   |github  = aedenthorn/StardewValleyMods
+
   |github  = spacechase0/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tapper Ready
+
   |name    = Sauvignon in Stardew
   |author  = skunkkky
+
   |author  = Jesse, Jdvicks94
   |id      = skunkkk.TapperReady
+
   |id      = Jesse.SauvignonInStardew
   |nexus  = 1219
+
   |nexus  = 2597
   |github  =
+
   |github  = JDvickery/Sauvignon-in-Stardew
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
   |status  = workaround
+
<!--
   |summary  = use [[#Tapper Report|Tapper Report]] instead.
+
   |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    = Tapper Report
+
   |name    = Savage Vincent (NPC Speech Bubbles)
   |author  = pepoluan
+
   |author  = BlaDe
   |id      = pepoluan.TapperReport
+
   |id      = BlaDe.NPCSpeechBubblesVincent
   |nexus  = 8700
+
   |nexus  = 11833
 
   |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    = Save Anywhere Redux, Save Anywhere
   |author  = TehPers
+
   |author  = RealSweetPanda and Aredjay, (formerly Omegasis)
   |id      = TehPers.Core, TehPers.CoreMod<!--changed in re-release-->
+
   |id      = Omegasis.SaveAnywhere
   |nexus  = 3256<!--was 2150 before re-release-->
+
  |curse  = 898109
  |moddrop = 1071149
+
  |nexus  = 8386<!--non-redux: 444-->
   |github  = TehPers/StardewValleyMods
+
   |github  = RealSweetPanda/SaveAnywhereRedux<!--non-redux: janavarro95/Stardew_Valley_Mods-->
 +
 
 +
   |warnings = Broken on Android (use the built-in autosave instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teh's Festive Slimes
+
   |name    = Save Backup
   |author  = TehPers
+
   |author  = SMAPI
   |id      = TehPers.FestiveSlimes
+
   |id      = SMAPI.SaveBackup
   |nexus  = 2990
+
   |nexus  =
   |github  = TehPers/StardewValleyMods
+
   |url    = https://smapi.io
 
+
   |github  = Pathoschild/SMAPI
   |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    = Save Game Options
   |author  = TehPers
+
   |author  = SorryLate, rharyanto
   |id      = TehPers.FishingOverhaul
+
   |id      = SorryLate.SaveGameOptions
   |nexus  = 866
+
   |nexus  = 5190
  |moddrop = 123679
+
   |github  =
   |github  = TehPers/StardewValleyMods
 
  
   |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    = Telephone Purchasing
+
   |name    = Scale Up
   |author  = Stingray
+
   |author  = Platonymous
   |id      = Stingray.TP
+
   |id      = Platonymous.ScaleUp
   |nexus  = 10190
+
   |nexus  = 3130
   |github  = Stingrayss/StardewValley
+
  |moddrop = 793912
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleporter
+
   |name    = Scarecrow Highlighter
   |author  = Bifibi
+
   |author  = WretchedPenguin
   |id      = Teleporter
+
   |id      = WretchedPenguin.ScarecrowHighlighter
   |nexus  =
+
   |nexus  = 3579
  |chucklefish = 4374
 
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Fast Travel|Fast Travel]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Scaring - Thieving Skill
 +
  |author  = moonslime
 +
  |id      = moonslime.SpookySkill
 +
   |nexus   = 23791
 +
   |github = Annosz/UIInfoSuite2
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Schedule Viewer
 +
  |author  = BinaryLip
 +
  |id      = BinaryLip.ScheduleViewer
 +
  |curse  = 1020728
 +
  |nexus  = 19305
 +
  |github  = BinaryLip/ScheduleViewer
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport Mod
+
   |name    = Scream
   |author  = Falson, Falson127
+
   |author  = Taskmaster
   |id      = Falson.TeleportMod
+
   |id      = Taskmaster.Scream
   |nexus  = 18842
+
   |nexus  = 4588
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport NPC
+
   |name    = Screaming For Joy
   |author  = Enaium
+
   |author  = Danil Harding, Danil_HM
   |id      = Enaium.TeleportNpc
+
   |id      = DanilH.ScreamingForJoy
  |curse  = 436803
+
   |nexus  = 24643
  |moddrop = 865554
+
   |github  =
   |nexus  =
 
   |github  = Enaium-StardewValleyMods/TeleportNpc
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport NPC Location
+
   |name    = Screenshot Everywhere
   |author  = ccr
+
   |author  = Gaiadin
   |id      = ccr.TeleportNPCLocation
+
   |id      = Gaiadin.Stardew-Screenshot-Everywhere
   |nexus  = 17190
+
   |nexus  = 10805
   |github  = chencrstu/TeleportNPCLocation
+
   |github  = Gaiadin/Stardew-Screenshot-Everywhere
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport Point
+
   |name    = Scroll To Blank
   |author  = Enaium
+
   |author  = Caraxian
   |id      = Enaium.TeleportPoint
+
   |id      = caraxian.scroll.to.blank
   |curse   = 436830
+
   |nexus   = 4144
   |moddrop = 864013
+
   |chucklefish = 4405
  |nexus  =
+
   |github  = Caraxi/StardewValleyMods
   |github  = Enaium-StardewValleyMods/TeleportPoint
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Teleport To Farm
+
   |name    = Scroll To Zoom
   |author  = Rafael
+
   |author  = Tomwa
   |id      = Rafael.TeleportToFarm
+
   |id      = Tomwa.ScrollToZoom
   |nexus  = 7247
+
   |nexus  = 2163
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Scrying Orb
 +
  |author  = kdau
 +
  |id      = kdau.ScryingOrb
 +
  |nexus  = 5603
 +
  |moddrop = 756553
 +
  |source  = https://gitlab.com/kdau/predictivemods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Adventurer's Life Expanded
+
   |name    = Scythe Harvesting
   |author  = HamioDracny
+
   |author  = mmanlapat
   |id      = HamioDracny.TALE.SMAPI
+
   |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
   |nexus  = 14083
+
   |nexus  = 1106
 
   |github  =
 
   |github  =
 +
 +
  |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    = The Best of "The Queen of Sauce"
+
   |name    = SDV Game of Life
   |author  = Bpendragon
+
   |author  = Super Aardvark, ubererdferkel
   |id      = Bpendragon.BestOfQOS
+
   |id      = SuperAardvark.GameOfLife
   |nexus  = 7985
+
   |nexus  = 5361
   |github  = Bpendragon/Best-of-Queen-of-Sauce
+
   |github  = super-aardvark/AardvarkMods-SDV
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SDV Twitch
 +
  |author  = Dawgeth
 +
  |id      = MTD.SDVTwitch
 +
  |nexus  = 1760
 +
  |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Daily Newspaper<!--Nexus-->, The Daily Paper<!--manifest-->
+
   |name    = SDVWM, The Weather Machine
   |author  = Neat
+
   |author  = SixthTitan
   |id      = neat.newspaper
+
   |id      = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
   |nexus  = 8689
+
   |nexus  = 3203
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Farmer That Stared at Rocks
+
   |name    = Seacliff Farm for Android<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
   |author  = ItsLittany
+
   |author  = FreeTheJunimos
   |id      = itslittany.RockBreaker
+
   |id      = freethejunimos.seaclifffarm
   |nexus  = 6376
+
   |nexus  = 13911
  |moddrop = 804101
 
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Fishmonger
+
   |name    = Seacliff Farm for PC<!--Nexus-->, SeaCliff Farm Code<!--manifest-->
   |author  = VoidWitchCult
+
   |author  = FreeTheJunimos
   |id      = VoidWitchCult.TheFishmongerFishing
+
   |id      = freethejunimos.seaclifffarm.pc
   |nexus  = 16326
+
   |nexus  = 14296
 
   |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    = Season Affixes
   |author  = spacechase0 and ParadigmNomad
+
   |author  = Shockah
   |id      = spacechase0.TheftOfTheWinterStar
+
   |id      = Shockah.SeasonAffixes
   |curse   = 867729
+
  |nexus  = 16297
   |moddrop = 771680
+
   |github  = Shockah/Stardew-Valley-Mods
   |nexus  = 5062
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Seasonal Immersion
 +
  |author  = Entoarox
 +
  |id      = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
 +
   |nexus  = 2273
 +
  |chucklefish = 4262
 +
   |github  = Entoarox/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |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
 +
  |name    = Seasonal Save Slots
 +
  |author  = Tyler Gibbs
 +
  |id      = tylergibbs2.SeasonalSaveSlots
 +
  |nexus  = 14382
 +
  |github  = tylergibbs2/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Gnomiverse
+
   |name    = Season Switcher
   |author  = Purppelle and King Gnomus
+
   |author  = dumbledalton
   |id      = Purppelle.TheGnomiverse
+
   |id      = Dumbledalton.SeasonSwitcher
   |nexus  = 13266
+
   |nexus  = 10457
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Great Stardew Valley Bake-Off, Bake Off Code
+
   |name    = Sebastian Frog Tank Switch
   |author  = Tlitookilakin
+
   |author  = Shaklin
   |id      = tlitookilakin.BakeOffCode
+
   |id      = shaklin.SebastianFrogTankSwitch
   |nexus  = 18856
+
   |nexus  = 8508
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Love of Cooking
+
   |name    = Secretariat (Faster Horse)
   |author  = blueberry
+
   |author  = Janglinator
   |id      = blueberry.LoveOfCooking
+
   |id      = jangles.secretariat
   |nexus  = 6830
+
   |nexus  = 7537
   |github  = b-b-blueberry/CooksAssistant
+
   |github  = Janglinator/Secretariat
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Theme Manager
+
   |name    = Secret Hedge Maze, Hedge Maze
   |author  = Khloe Leclair
+
   |author  = aedenthorn, Erinthe
   |id      = leclair.thememanager
+
   |id      = aedenthorn.HedgeMaze
   |nexus  = 14525
+
  |curse  = 868718
   |github  = KhloeLeclair/StardewMods
+
   |nexus  = 14138
 +
   |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    = The Moon
+
   |name    = Secret Woods Snorlax
   |author  = Pucklynn
+
   |author  = ichortower
   |id      = shannon.MoonMod
+
   |id      = ichortower.SecretWoodsSnorlax
   |nexus  = 2482
+
   |nexus  = 19112
   |github  =
+
   |github  = ichortower/SecretWoodsSnorlax
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Northern Gulf
+
   |name    = Seed Bag
   |author  = The commission of The Northern Gulf
+
   |author  = Platonymous
   |id      = TcTHG.Custom_The_Northern_Gulf
+
   |id      = Platonymous.SeedBag
   |nexus  = 19376
+
   |nexus  = 1133
   |github  =
+
  |moddrop = 793931
 +
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Pumpkin King
+
   |name    = Seed Catalogue
   |author  = KirbyLink
+
   |author  = spacechase0
   |id      = kirbylink.pumpkinking
+
   |id      = spacechase0.SeedCatalogue
   |nexus  = 3006
+
   |nexus  = 1640
   |github  = KirbyLink/PumpkinKing
+
  |moddrop = 281292
 +
   |github  = spacechase0/SeedCatalogue
  
   |broke in = Stardew Valley 1.4
+
   |status  = obsolete
<!--@retest-after Custom Farming Redux
+
   |summary = remove this mod ([[Pierre's Missing Stocklist|equivalent feature]] added in Stardew Valley 1.5).
   |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    = Seed Info - Continued, Seed Information - Continued
   |author  = TheShwamp
+
   |author  = aedenthorn and FlyingTNT
   |id      = TheShwamp.TheQueenOfSauceReminder
+
   |id      = FlyingTNT.SeedInfo
   |nexus  = 5172
+
   |nexus  = 22519
   |github  =
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Twlight Traveller - Custom NPC (API), APICut
+
   |name    = Seed Info, Seed Information
   |author  = Eris, AkatsukiVana, HuaGei API
+
   |author  = aedenthorn, Erinthe
   |id      = Eris.APICut
+
   |id      = aedenthorn.SeedInfo
   |nexus  = 8158
+
   |nexus  = 15754
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Seed Info - Continued | Seed Info - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Think-n-Talk
+
   |name    = Seed Machines
   |author  = Prism 99
+
   |author  = Veress
   |id      = prism99.thinkntalk
+
   |id      = Veress.SeedMachines
   |nexus  = 9546
+
   |nexus  = 6265
   |github  = Prism-99/Think-n-Talk
+
   |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    = This Mod Is Organic
+
   |name    = Seed Maker - Better Quality More Seeds
   |author  = RealSweetPanda, Sweet Panda and Bennoloth
+
   |author  = vabrell, Victor Abrell
   |id      = SweetPanda.Organic
+
   |id      = vabrell.sm_bqms
   |nexus  = 16648
+
   |nexus  = 14236
   |github  =
+
   |github  = vabrell/sdw-seed-maker-mod
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = 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    = Seed Maker Crop Quality, SMCQ
   |author  = spacechase0
+
   |author  = mcoocr
   |id      = ThreeHeartDancePartner
+
   |id      = mcoocr.smcq
  |curse  = 867388
+
   |nexus  = 3089
  |moddrop = 127278
+
   |github  = Noomklaw/SV_BetterQualityMoreSeeds
   |nexus  = 500
 
   |github  = spacechase0/StardewValleyMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in     = SMAPI 3.0
 +
  |status      = workaround
 +
  |summary      = use [[#Seed Maker - Quality|Seed Maker - Quality]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Seed Maker Quality
 +
  |author  = Speshkitty
 +
  |id      = speshkitty.seedmakerquality
 +
  |nexus  = 21000
 +
  |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Throwable Axe
+
   |name    = Seed Maker Tweaks
   |author  = spacechase0
+
   |author  = aedenthorn, Erinthe
   |id      = spacechase0.ThrowableAxe
+
   |id      = aedenthorn.SeedMakerTweaks
   |curse   = 867726
+
   |nexus   = 10681
   |moddrop = 771683
+
   |github  = aedenthorn/StardewValleyMods
  |nexus  = 5097
+
 
   |github  = spacechase0/StardewValleyMods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Thunderstorm Totem
+
   |name    = Seeds are Rare
   |author  = justastranger
+
   |author  = jahangmar
   |id      = jas.ThunderstormTotem
+
   |id      = jahangmar.SeedsAreRare
  |moddrop = 944622
+
   |nexus  = 3618
   |nexus  =
+
   |github  = jahangmar/StardewValleyMods
   |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tidy Fields
+
   |name    = Seed Shortage
   |author  = seitanicbean
+
   |author  = Xynerorias
   |id      = seitanicbean.tidyfields
+
   |id      = xynerorias.seedshortage
   |nexus  = 10929
+
   |nexus  = 5614
   |github  =
+
   |github  = xynerorias/Seed-Shortage
  |source  = https://gitlab.com/tophatsquid/sdv-tidy-fields
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tidy Social
+
   |name    = Seeds Unpacked
   |author  = trashcan9
+
   |author  = blueberry
   |id      = trashcan9.TidySocial
+
   |id      = blueberry.SeedsUnpacked
   |nexus  = 16233
+
   |nexus  = 7215
   |github  =
+
   |github  = b-b-blueberry/SeedsUnboxed
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = See Me Rollin'
 +
  |author  = Khloe Leclair
 +
  |id      = leclair.seemerollin
 +
  |nexus  = 10976
 +
  |moddrop = 1116122
 +
  |github  = KhloeLeclair/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tileman Challenge
+
   |name    = Select Tool Power
   |author  = SpicyKai
+
   |author  = GrimatGaming
   |id      = SpicyKai.Tileman
+
   |id      = GrimatGaming.SelectToolPower
   |nexus  = 11945
+
   |nexus  = 21290
   |github  = spicykai/StardewValley-Mods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tile Transparency, Transparent Tiles
+
   |name    = Self Serve
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.TileTransparency
+
   |id      = aedenthorn.SelfServe
   |nexus  = 17288
+
   |nexus  = 11313
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tillable Ground
+
   |name    = Self Serve for 1.6
   |author  = hawkfalcon
+
   |author  = NeverToxic
   |id      = hawkfalcon.TillableGround
+
   |id      = NeverToxic.SelfServe
   |nexus  = 2175
+
   |nexus  = 20985
   |github  = hawkfalcon/Stardew-Mods
+
   |github  = Dunc4nNT/StardewMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tilled Soil Decay
+
   |name    = Self Service
   |author  = bcmpinc
+
   |author  = JarvieK
   |id      = bcmpinc.TilledSoilDecay
+
   |id      = JarvieK.SelfService
   |nexus  = 2738
+
   |nexus  = 1304
   |github  = bcmpinc/StardewHack
+
   |github  = Jarvie8176/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack-->
+
   |broke in = Stardew Valley 1.4
}}
+
<!--
{{#invoke:SMAPI compatibility|entry
+
  |unofficial version = 0.3.4-unofficial.1-pathoschild
   |name    = Time Before Harvest
+
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346341
   |author  = Asconoid
+
-->
   |id      = Asconoid.TimeBeforeHarvest
+
}}
   |nexus  = 5764
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Self Service Shops
 +
  |author  = GuiNoya, Yesst
 +
  |id      = GuiNoya.SelfServiceShop
 +
  |nexus  = 1622
 +
  |github  = GuiNoya/SVMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Self Service|Self Service]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sell Quality
 +
   |author  = DonDorscha, jasonmbrady
 +
   |id      = DonDorscha.SellQuality
 +
   |nexus  = 12469
 
   |github  =
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Before Harvest Enhanced
+
   |name    = Send Items Multiplayer
   |author  = Jonathan Ginn
+
   |author  = hafnerpw
   |id      = JonathanGinn.TimeBeforeHarvestEnhanced
+
   |id      = hafnerpw.SendItemsMultiplayer
   |nexus  = 12170
+
   |nexus  = 13794
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/enom/time-before-harvest-enhanced
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Freeze
+
   |name    = Send Items to Other Farmers, Send Letters
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = Denifia
   |id      = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
+
   |id      = Denifia.SendItems
   |nexus  = 973
+
   |nexus  = 1087
   |github  = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 127754
 +
   |github  = Denifia/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Freezes at Midnight
+
   |name    = Separate Greenhouse
   |author  = JBtheShadow
+
   |author  = lolmaj
   |id      = JBtheShadow.TimeFreezesAtMidnight
+
   |id      = lolmaj.SeparateGreenhouse
   |nexus  = 7425
+
   |nexus  = 3965
   |github  =
+
   |github  = MaciejMarkuszewski/StardewValleySeparateGreenhouse
 +
 
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Master
+
   |name    = Separate Money for Multiplayer
   |author  = trashcan9
+
   |author  = funny-snek
   |id      = trashcan9.TimeMaster
+
   |id      = funnysnek.SeparateMoney
   |nexus  = 16192
+
   |nexus  = 3086
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Time Multiplier
+
   |name    = Serene Greenhouse
   |author  = DefenTheNation
+
   |author  = PeacefulEnd
   |id      = DefenTheNation.TimeMultiplier
+
   |id      = PeacefulEnd.SereneGreenhouse
   |nexus  = 2262
+
  |curse  = 870943
   |github  = DefenTheNation/StardewMod-TimeMultiplier
+
   |nexus  = 8011
 +
   |github  = Floogen/SereneGreenhouse
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time of the Prairie King
+
   |name    = Serfdom
   |author  = The Fluffy Robot
+
   |author  = DaLion
   |id      = TheFluffyRobot.TimeOfThePrairieKing
+
   |id      = DaLion.Taxes<!--changed in republished 1.0.0-->, DaLion.ImmersiveTaxes
   |nexus  = 5631
+
   |nexus  = 24357
   |github  = jamespfluger/Stardew-TimeOfThePrairieKing
+
   |github  = daleao/sdv
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Reminder
+
   |name    = Server Bookmarker
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Ilyaki
   |id      = KoihimeNakamura.TimeReminder
+
   |id      = Ilyaki.ServerBookmarker
   |nexus  = 1000
+
   |nexus  = 2968
  |moddrop = 664035
+
   |github  = Ilyaki/ServerBookmarker
  |github  = JohnsonNicholas/SDVMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = TimeSpeed
 
  |author  = cantorsdust and Pathoschild
 
  |id      = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
 
  |nexus  = 169
 
   |github  = cantorsdust/StardewMods
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Time Totem
 
  |author  = gmff
 
  |id      = GMFF.TimeTotem
 
  |curse  = 494425
 
  |nexus  =
 
  |github  =
 
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = TMXL Map Toolkit, TMX Loader
+
   |name    = Server Browser
   |author  = Platonymous
+
   |author  = Ilyaki
   |id      = Platonymous.TMXLoader
+
   |id      = Ilyaki.ServerBrowser
  |curse  = 877235
+
   |nexus  = 3227
   |nexus  = 1820
+
   |github  = Ilyaki/Server-Browser
  |moddrop = 771913
 
   |github  = Platonymous/Stardew-Valley-Mods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = To-Dew
+
   |name    = Server Port Changer
   |author  = Jamie Taylor
+
   |author  = PhantomGamers
   |id      = jltaylor-us.ToDew
+
   |id      = PhantomGamers.ServerPortChanger
   |nexus  = 7409
+
   |nexus  = 2993
   |github  = jltaylor-us/StardewToDew
+
   |github  = PhantomGamers/StardewPortChanger
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = To Do List
+
   |name    = Set Money
   |author  = Eleanor, eleanoot
+
   |author  = j4c0b333
   |id      = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
+
   |id      = j4c0b333.SetMoney
   |nexus  = 1630
+
   |nexus  = 3889
   |github  = eleanoot/stardew-to-do-mod
+
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
   |status  = abandoned
   |summary  = use [[#To-Dew|To-Dew]] instead.
+
   |summary  = remove this mod (no longer maintained; use [[#CJB Cheats Menu|CJB Cheats Menu]] 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    = Set Reminders
   |author  = Jolyone, Me
+
   |author  = Aelaan Bluewood
   |id      = Me.ToggleMonsters
+
   |id      = AelaanBluewood.SetReminders
   |nexus  = 11801
+
   |nexus  = 16112
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Toolbar Icons
+
   |name    = Set Unique Game ID
   |author  = furyx639
+
   |author  = dJomp
   |id      = furyx639.ToolbarIcons
+
   |id      = dJomp.SetUniqueGameID
  |curse  = 871834
+
   |nexus  = 2042
   |nexus  = 11026
+
   |github  =
   |github  = LeFauxMatt/StardewMods
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 3.0
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Toolbar Tooltips
+
   |name    = Seven Deadly Sins
   |author  = danmw3
+
   |author  = ricehit, Little Dot
   |id      = danmw3.toolbartooltips
+
   |id      = ricehit.SevenDeadlySinsSAMPI
   |nexus  = 4977
+
   |nexus  = 15100
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = ToolBelt
+
   |name    = Sewer Slimes
   |author  = yuri0r
+
   |author  = aedenthorn, Erinthe
   |id      = yuri0r.ToolBelt
+
   |id      = aedenthorn.SewerSlimes
   |nexus  = 8566
+
   |nexus  = 18195
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  |source  = https://gitlab.com/yuri0r/toolbelt
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Charging
+
   |name    = Shadow for Mazes, Maze
   |author  = mralbobo
+
   |author  = Edu Anttunes
   |id      = mralbobo.ToolCharging
+
   |id      = Maze
   |nexus  =
+
   |nexus  = 8930
  |url    = https://community.playstarbound.com/threads/111988
+
   |github  =
   |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    = Shared Exp, Shared Xp
   |author  = CrazyWig
+
   |author  = Batzpup
   |id      = crazywig.toolpowerselect
+
   |id      = SharedExp.Batzpup
   |nexus  = 2553
+
  |moddrop = 1269698
 +
   |nexus  = 14607
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Power Setup
+
   |name    = Shared Professions
   |author  = Gilar Fasulaki
+
   |author  = virtualbjorn
   |id      = GilarF.ToolPowerSetup
+
   |id      = virtualbjorn.SharedProfessions
   |nexus  = 4517
+
   |nexus  = 16628
 
   |github  =
 
   |github  =
 
  |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    = Shared Recipes
   |author  = aedenthorn, Erinthe
+
   |author  = jpslatt, jslattery26
   |id      = aedenthorn.ToolSmartSwitch
+
   |id      = jslattery26.SharedRecipes
   |curse   = 868687
+
   |nexus   = 22718
   |nexus   = 15216
+
   |github  = jslattery26/stardew_mods
   |github = aedenthorn/StardewValleyMods
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |beta broke in = Stardew Valley 1.6
+
   |name    = Share Experience
 +
   |author = season
 +
  |id      = season.ShareExperience
 +
  |nexus  = 22163
 +
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Costs
+
   |name    = Sharing is Caring
   |author  = Cherry, CherryChain
+
   |author  = spacechase0
   |id      = Cherry.ToolUpgradeCosts
+
   |id      = spacechase0.SharingIsCaring
   |nexus  = 6576
+
   |nexus  = 14263
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = spacechase0/StardewValleyMods
  
   |broke in           = SMAPI 3.12
+
   |broke in = Stardew Valley 1.6
  |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    = Shed Notifications
   |author  = SorryLate
+
   |author  = TheCroak
   |id      = SorryLate.ToolUpgradeDelivery
+
   |id      = TheCroak.BuildingsNotifications
   |nexus  = 5421
+
   |nexus  = 620
   |github  = sorrylate/Stardew-Valley-Mod
+
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Delivery Service
+
   |name    = Shenandoah Library
   |author  = Felix-Dev
+
   |author  = Nishtra
   |id      = Felix-Dev.ToolUpgradeDeliveryService
+
   |id      = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
   |nexus  = 2938
+
   |nexus  = 756
   |github  = Felix-Dev/StardewMods
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Upgrade Reminder
+
   |name    = Shift Toolbar When Paused
   |author  = Wracketeer
+
   |author  = Zamiel
   |id      = Wracketeer.ToolUpgradeReminder
+
   |id      = Zamiel.ShiftToolbarWhenPaused
   |nexus  = 13423
+
   |nexus  = 21613
   |github  =
+
   |github  = Zamiell/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Too Many Animals
+
   |name    = Ship Anything, Ship Everything
   |author  = furyx639
+
   |author  = Berkay Yigit, berkayylmao
   |id      = furyx639.TooManyAnimals
+
   |id      = berkayylmao.ShipAnything, berkay2578.ShipAnything<!--changed in 1.2-->, berkay2578.ShipEverything<!--changed in 1.1-->
  |curse  = 871833
+
   |nexus  = 3782
   |nexus  = 11033
+
   |github  = berkayylmao/StardewValleyMods
   |github  = LeFauxMatt/StardewMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Town School Functions
+
   |name    = Ship Anywhere
   |author  = Edu Anttunes
+
   |author  = spacechase0
   |id      = EduAnttunes.TownSchool.Functions
+
   |id      = spacechase0.ShipAnywhere
   |nexus  = 6317
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tractor Mod
+
   |name    = Ship From Inventory
   |author  = Pathoschild
+
   |author  = Platonymous
   |id      = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
+
   |id      = Platonymous.ShipFromInventory
   |nexus  = 1401
+
   |nexus  = 3219
   |moddrop = 606639
+
   |moddrop = 793916
   |github  = Pathoschild/StardewMods
+
   |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tractor Sounds, Tractor Engine Sound
+
   |name    = Shipments to Quality, Quality from Shipments
   |author  = MissCoriel
+
   |author  = JPAN
   |id      = misscoriel.tractorsounds
+
   |id      = JPAN.QualityFromShipments
   |nexus  = 5781
+
   |nexus  = 7531
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trading
+
   |name    = Shipment Tracker
   |author  = MindMeltMax
+
   |author  = Iceburg
   |id      = MindMeltMax.Trading
+
   |id      = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
  |moddrop = 1214750
+
   |nexus  = 321
   |nexus  = 13293
+
   |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    = Train Station
+
   |name    = Shipping Bin Summary
   |author  = Cherry, CherryChain
+
   |author  = Futro, Futroo
   |id      = Cherry.TrainStation
+
   |id      = futro.ShippingBinSummary
   |nexus  = 6183
+
   |nexus  = 18992
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github  = futroo/Stardew-Valley-Mods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-132991
 +
  |unofficial version = 1.1.0-unofficial
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Tracks
+
   |name    = Shipping Collection Sorted By Mods, Sort Shipping Collection
   |author  = aedenthorn, Erinthe
+
   |author  = holythesea
   |id      = aedenthorn.TrainTracks
+
   |id      = holythesea.SortShippingCollection
   |nexus  = 10927
+
   |nexus  = 15694
   |github  = aedenthorn/StardewValleyMods
+
   |github  = holy-the-sea/SortShippingCollection
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Train Whistle
+
   |name    = Shipping Taxes
   |author  = Taskmaster
+
   |author  = NOGAF
   |id      = Taskmaster.TrainWhistle
+
   |id      = NOGAF.ShippingTaxes
   |nexus  = 4473
+
   |nexus  = 5189
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trampoline
+
   |name    = Shop Anywhere
   |author  = aedenthorn, Erinthe
+
   |author  = SorryLate, rharyanto
   |id      = aedenthorn.Trampoline
+
   |id      = SorryLate.ShopAnywhere
   |nexus  = 11619
+
   |nexus  = 5299
   |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    = Transparency Settings
+
   |name    = Shop Expander
   |author  = Esca, Esca-MMC
+
   |author  = Entoarox
   |id      = Esca.TransparencySettings
+
   |id      = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
   |nexus  = 8891
+
   |nexus  = 2278
   |moddrop = 971985
+
   |chucklefish = 4381
   |github  = Esca-MMC/TransparencySettings
+
   |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    = Transparent Objects
+
   |name    = Shoplifter
   |author  = aedenthorn, Erinthe
+
   |author  = TheMightyAmondee
   |id      = aedenthorn.TransparentObjects
+
   |id      = TheMightyAmondee.Shoplifter
   |nexus  = 6412
+
   |nexus  = 8569
   |github  = aedenthorn/StardewValleyMods
+
   |github  = TheMightyAmondee/Shoplifter
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash 4 Elliott
+
   |name    = Shopping Cart
   |author  = ChrisMzz
+
   |author  = LeFauxMatt
   |id      = ChrisMzz.trash4elliott
+
   |id      = furyx639.ShoppingCart
   |nexus  = 18882
+
  |curse  = 871829
 +
  |nexus  = 13701
 +
  |github  = LeFauxMatt/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Shopping Show
 +
  |author  = AvalonMFX
 +
  |id      = AvalonMFX.ShoppingShow
 +
  |curse  = 1016429
 +
   |nexus  = 18445
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Bear Abides
+
   |name    = Shop Tile Framework
   |author  = John Peters
+
   |author  = Cherry, CherryChain
   |id      = JohnPeters.TrashBearAbides
+
   |id      = Cherry.ShopTileFramework
   |nexus  = 11359
+
   |nexus  = 5005
   |github  =
+
  |moddrop = 716384
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Bear Item Helper, Trash Bear Name
+
   |name    = Shovel Tool Upgrades, Upgradable Shovel
   |author  = MattDeDuck, Duckshard
+
   |author  = moonslime
   |id      = MattDeDuck.TrashBearName
+
   |id      = moonslime.ShovelToolUpgrades
   |nexus  = 5252
+
   |nexus  = 16028
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6<!--@retest-after Growable Giant Crops-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Can Reactions
+
   |name    = Show Birthdays
   |author  = aedenthorn, Erinthe
+
   |author  = Traktori
   |id      = aedenthorn.TrashCanReactions
+
   |id      = Traktori.ShowBirthdays
   |nexus  = 7643
+
   |nexus  = 7495
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Traktori7/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Cans On Horse
+
   |name    = Showcase
   |author  = aedenthorn, Erinthe
+
   |author  = Igorious
   |id      = aedenthorn.TrashCansOnHorse
+
   |id      = Igorious.Showcase
   |nexus  = 16394
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
   |chucklefish = 4487
}}
+
   |github  = Igorious/Stardew_Valley_Showcase_Mod
{{#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
 
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Remover
+
   |name    = Show Catch Quality
   |author  = SorryLate, rharyanto
+
   |author  = f4iTh, JertsukkaTheMan
   |id      = SorryLate.TrashRemover
+
   |id      = f4iTh.ShowCatchQuality
   |nexus  = 5114
+
   |nexus  = 3326
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trash Trash
+
   |name    = Show Cooking Recipes
   |author  = Jaredlll08
+
   |author  = MasterOfMutton
   |id      = BlameJared.TrashTrash
+
   |id      = faragodavid.showcookingrecipes
   |nexus  =
+
   |nexus  = 5525
  |curse  = 297981
 
  |github  = jaredlll08/Trash-Trash
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Traveling Takes Time
 
  |author  = Vrakyas
 
  |id      = Vrakyas.TravelingTakesTime
 
  |nexus  = 4031
 
 
   |github  =
 
   |github  =
  
   |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    = Show Daily Luck
   |author  = Achtuur8
+
   |author  = Arphox
   |id      = Achtuur.StardewTravelSkill
+
   |id      = Arphox.ShowDailyLuck
   |nexus  = 16820
+
   |nexus  = 15910
   |github  = Achtuur/StardewTravelSkill
+
   |github  = arphox/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Treasure Chests Expanded
+
   |name    = Show Item Quality
   |author  = aedenthorn, Erinthe
+
   |author  = Jonqora
   |id      = aedenthorn.TreasureChestsExpanded
+
   |id      = Jonqora.ShowItemQuality
   |nexus  = 7685
+
   |nexus  = 6311
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Jonqora/StardewMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
+
   |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    = Tree Changes
+
   |name    = Show Players Behind Buildings, Show Players Behind Map Tiles
   |author  = JPAN
+
   |author  = aedenthorn, Erinthe
   |id      = jpan.TreeChanges
+
   |id      = aedenthorn.ShowPlayerBehind
   |nexus  = 3964
+
  |curse  = 868887
   |github  = JPANv2/Stardew-Valley-Tree-Changes
+
   |nexus  = 6540
 
+
   |github  = aedenthorn/stardewValleyMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Shake Mod
+
   |name    = Show Predictable RNG Outcomes
   |author  = NCarigon
+
   |author  = Relance
   |id      = NCarigon.TreeShakeMod
+
   |id      = Relance.ShowPredictableRNGOutcomes
   |nexus  = 15927
+
   |nexus  = 13186
   |github  = ncarigon/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Shaker
+
   |name    = Show XP and Level Gains, Show XP
   |author  = TyoAtrosa
+
   |author  = adverserath
   |id      = TyoAtrosa.Treeshaker
+
   |id      = Adverserath.ShowXP
   |nexus  = 2159
+
   |nexus  = 19501
   |github  = TyoAtrosa/TreeShaker
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tree Spread
+
   |name    = Shroom Spotter
   |author  = bcmpinc
+
   |author  = TehPers
   |id      = bcmpinc.TreeSpread
+
   |id      = TehPers.ShroomSpotter
   |nexus  = 3183
+
   |nexus  = 908
   |github  = bcmpinc/StardewHack
+
  |moddrop = 125766
 +
   |github  = TehPers/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after StardewHack-->
+
   |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    = Tree Transplant
+
   |name    = Shroom Spotter Redux
   |author  = YukiShiku, LeonBlade
+
   |author  = Strobe and TehPers
   |id      = TreeTransplant
+
   |id      = ShroomSpotter
   |nexus  = 1342
+
   |nexus  = 7934
  |moddrop = 526140
+
   |github  = strobel1ght/ShroomSpotterRedux
  |chucklefish = 5485
 
   |github  = LeonBlade/TreeTransplant
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trendy Haley
+
   |name    = Shut Up
   |author  = candidus42
+
   |author  = Geko_X
   |id      = Candidus42.TrendyHaley
+
   |id      = gekox.shutUp
   |nexus  = 4984
+
  |moddrop = 1530062
   |github  = mus-candidus/TrendyHaley
+
   |nexus  = 7358
 +
   |github  =
 +
  |source  = https://gitlab.com/geko_x/stardew-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Trick or Treat
+
   |name    = Silent Alarm Clock
   |author  = Dad of Gwen, Carleton and Gwen
+
   |author  = Invatorzen
   |id      = DadOfGwenTrickOrTreatMod
+
   |id      = invatorzen.AC
   |nexus  = 8115
+
   |nexus  = 12164
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tricks and Treats
+
   |name    = Silent Scarecrows
   |author  = ch20youk
+
   |author  = climaxius
   |id      = ch20youk.TricksAndTreats
+
   |id      = climaxius.silentscarecrows
   |nexus  = 18947
+
   |nexus  = 3258
   |github  = cl4r3/Halloween-Mod-Jam-2023
+
   |github  = robbiev/SilentScarecrows
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Silo Report
 +
  |author  = bogie5464
 +
  |id      = bogie5464.SiloReport
 +
  |nexus  = 3194
 +
  |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    = True Random Geodes
+
   |name    = Silo Size
   |author  = lilico/atelier99
+
   |author  = pepoluan
   |id      = lilico.TrueRandomGeodes
+
   |id      = pepoluan.SiloSize
   |nexus  = 11371
+
   |nexus  = 8819
 +
  |moddrop = 981291
 
   |github  =
 
   |github  =
 +
  |source  = https://sourceforge.net/p/sdvmod-silo-size/
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Turn to Your Enemies
+
   |name    = Simple Crop Label
   |author  = Krutonium
+
   |author  = TheMusketeer
   |id      = krutonium.turn_to_your_enemies
+
   |id      = SimpleCropLabel
   |nexus  = 12643
+
   |nexus  = 314
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Announcements
+
   |name    = Simple HUD
   |author  = Zyin
+
   |author  = Enaium
   |id      = Zyin.TVAnnouncements
+
   |id      = Enaium.SimpleHUD
   |nexus  = 3649
+
  |moddrop = 1145228
   |github  = Zyin055/TVAnnouncements
+
   |nexus  =
 +
   |github  = Enaium-StardewValleyMods/SimpleHUD
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Brasileira
+
   |name    = Simple Hunger System, Hunger Mod
   |author  = JhonnieRandler & Brukob
+
   |author  = skn
   |id      = JhonnieMike.BrasilTV
+
   |id      = skn.HungerMod
   |nexus  = 10843
+
   |nexus  = 3270<!--was 1127 before re-release-->
  |github  = JhonnieRandler/TVBrasileira
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = TV Channel - Gardening with Hisame, Gardening TV Channel
 
  |author  = hisameartwork
 
  |id      = HisameArtwork.GardeningChannel
 
  |nexus  = 5485
 
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = TV Recipes
+
   |name    = Simple Screenshots, Screenshot
   |author  = SorryLate, rharyanto
+
  |author  = aedenthorn, Erinthe
   |id      = SorryLate.TvRecipes
+
  |id      = aedenthorn.Screenshot
   |nexus  = 5260
+
  |nexus  = 10178
   |github  =
+
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Simple Sound Manager
 +
   |author  = Omegasis, AlphaOmegasis
 +
   |id      = Omegasis.SimpleSoundManager
 +
   |nexus  = 1410
 +
   |github  = janavarro95/Stardew_Valley_Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twin Stick Strafe Action
+
   |name    = Simple Sounds
   |author  = AndyUr
+
   |author  = BleakCodex
   |id      = AndyUr.TwinStickStrafeAction
+
   |id      = BleakCodex.SimpleSounds
   |nexus  = 7589
+
   |nexus  = 14540
   |github  =
+
   |github  = BleakCodex/SimpleSounds
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twitch Chat Integration
+
   |name    = Simple Sprinkler
   |author  = Hexenentendrache
+
   |author  = ADoby, tZed, Tobias Z
   |id      = Hexenentendrache.TwitchChatIntegration
+
   |id      = tZed.SimpleSprinkler
   |nexus  = 17321
+
   |nexus  = 76
   |github  = Enteligenz/StardewMods
+
   |github  = ADoby/SimpleSprinkler
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Twitch in Stardew Valley, Twitch for Stardew
+
   |name    = Simplified Achievements
   |author  = Telshin, Tim "Telshin" Aldridge
+
   |author  = cel10e
   |id      = telshin.twitch-for-stardew
+
   |id      = cel10e.SimplifiedAchievements
   |curse  = 306420
+
   |moddrop = 909416
   |nexus  =
+
   |nexus  = 8026
 
   |github  =
 
   |github  =
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Ui Info Suite
 
  |author  = Cdaragorn
 
  |id      = Cdaragorn.UiInfoSuite
 
  |nexus  = 1150
 
  |github  = cdaragorn/Ui-Info-Suite
 
 
  |warnings = Broken on Android.
 
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ui Info Suite 2
+
   |name    = Singin' Stone
   |author  = Annosz
+
   |author  = CyTheGuy01
   |id      = Annosz.UiInfoSuite2
+
   |id      = CyTheGuy01.TestMod
   |nexus  =
+
   |nexus  = 6463
  |url    = https://github.com/Annosz/UIInfoSuite2/releases
+
   |github  =
   |github  = Annosz/UiInfoSuite2
 
  
   |warnings = Broken on Android.
+
   |status  = abandoned
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = UI Mod Suite
+
   |name    = Single-Player Regen, Single-Player Sleep
   |author  = Demiacle
+
   |author  = MindMeltMax
   |id      = Demiacle.UiModSuite
+
   |id      = MindMeltMax.SPRegen
   |nexus  = 1023
+
   |nexus  = 6778
   |github  = demiacle/UiModSuite
+
   |moddrop = 1135654
 
+
   |github  = MindMeltMax/Stardew-Valley-Mods
   |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    = SinZational Several Spouse Spots
   |author  = Pereclaw Team
+
   |author  = SinZ
   |id      = Pereclaw.ukrutilities
+
   |id      = SinZ.SeveralSpouseSpots
   |nexus  = 8427
+
   |nexus  = 20655
 +
  |github  = SinZ163/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SinZational Shared Spaces
 +
  |author  = SinZ
 +
  |id      = SinZ.SharedSpaces
 +
  |nexus  = 20654
 +
  |github  = SinZ163/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = SinZational Spending Services
 +
  |author  = SinZ
 +
  |id      = SinZ.SinZationalSpendingServices
 +
  |nexus  = 20656
 +
  |github  = SinZ163/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sit and Rest
 +
  |author  = Krutonium
 +
  |id      = Krutonium.SitandRest
 +
  |nexus  = 7403
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ultimate Gold
+
   |name    = Sit For Stamina
   |author  = Shadowfoxss
+
   |author  = Entoarox
   |id      = Shadowfoxss.UltimateGoldStardew
+
   |id      = Entoarox.SitForStamina
   |nexus  = 2833
+
   |nexus  = 7334
   |github  =
+
   |github  = Entoarox/StardewMods
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unbreakable Tackles
+
   |name    = Sit n' Relax: Rest Your Butt
   |author  = MindMeltMax
+
   |author  = MissCoriel
   |id      = MindMeltMax.UnbreakableTackles
+
   |id      = misscoriel.sitnrelax
   |nexus  = 7719
+
   |nexus  = 7336
  |moddrop = 1135717
+
   |github  = MissCoriel/Sit-n-Relax
   |github  = MindMeltMax/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Underdark Sewer
+
   |name    = Sit on Chairs, Sentar Em Cadeiras
   |author  = Mel Noelle and Kirbylink
+
   |author  = BrasileiroTop, Vagabundo2421
   |id      = melnoelle.underdarksewer
+
   |id      = BrasileiroTop.Sentar
   |nexus  = 3070
+
   |nexus  = 4729
   |github  = KirbyLink/UnderdarkSewer
+
   |github  =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.5
   |unofficial version = 1.1.1-unofficial.2-minervamaga
+
   |status  = obsolete
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-9#post-3353113
+
   |summary  = remove this mod (added in Stardew Valley 1.5).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Underground Secrets
+
   |name    = Sixty-Nine Shirt, Sixty-Nine
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.UndergroundSecrets
+
   |id      = aedenthorn.SixtyNine
   |nexus  = 6597
+
   |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    = Unhinged Mayo Jar
+
   |name    = Sizable Fish
 
   |author  = spacechase0
 
   |author  = spacechase0
   |id      = spacechase0.UnhingedMayoJar
+
   |id      = spacechase0.SizableFish
   |nexus  = 17139
+
   |nexus  = 14267
   |github  =
+
   |github  = spacechase0/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Extra Map Layers-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Children
+
   |name    = Skateboard
   |author  = Shaklin
+
   |author  = aedenthorn, Erinthe
   |id      = shaklin.uniquechildren
+
   |id      = aedenthorn.Skateboard
   |nexus  = 6278
+
   |nexus  = 13096
   |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    = Unique Children Talk
+
   |name    = Skateboard For 1.6
   |author  = Shaklin
+
   |author  = chiccen
   |id      = shaklin.uniquechildrentalk
+
   |id      = chiccen.Skateboard
   |nexus  = 9540
+
   |nexus  = 24074
   |github  =
+
   |github  =
 
+
}}
   |beta broke in = Stardew Valley 1.6
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skillful Clothes
 +
  |author  = LunaticShade
 +
  |id      = LunaticShade.SkillfulClothes
 +
  |nexus  = 8541
 +
   |github  = LunaticShade/StardewValley.SkillfulClothes
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unique Valley
+
   |name    = Skill Prestige
   |author  = aedenthorn, Erinthe
+
   |author  = CinderGarde, Alphablackwolf
   |id      = aedenthorn.UniqueValley
+
   |id      = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
   |nexus  = 13828
+
   |nexus  = 569
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Alphablackwolf/SkillPrestige
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Cats and Dogs
+
   |name    = Skill Prestige for All SpaceCore Skill Mods
   |author  = funny-snek
+
   |author  = CinderGarde, Alphablackwolf
   |id      = funnysnek.UnlimitedCatsandDogs
+
   |id      = CinderGarde.SpaceCoreSkillAdapter
   |nexus  = 2942
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Players
+
   |name    = Skill Prestige for Cooking Skill, Cooking Skill Prestige Adapter
   |author  = Armitxes
+
   |author  = CinderGarde, Alphablackwolf
   |id      = Armitxes.UnlimitedPlayers
+
   |id      = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
   |nexus  = 2213
+
   |nexus  = 569
  |curse  = 362847
+
   |github  = Alphablackwolf/SkillPrestige
   |github  = Armitxes/StardewValley_UnlimitedPlayers
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |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    = Unlockable Bundles
+
   |name    = Skill Prestige for Love of Cooking, SkillPrestige.LoveOfCooking
   |author  = DeLiXx
+
   |author  = Tondorian
   |id      = DLX.Bundles
+
   |id      = Tondorian.SkillPrestige.LoveOfCooking
   |nexus  = 17265
+
   |nexus  = 18605
   |github  =
+
   |github  = Tondorian/StardewValleyMods
  |source  = https://gitlab.com/delixx/stardew-valley-unlockable-bundles
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3<!--@retest after The Love of Cooking-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlock Dye Menu
+
   |name    = Skill Prestige for Luck Skill
   |author  = Shaklin
+
   |author  = CinderGarde, Alphablackwolf
   |id      = shaklin.unlockdyemenu
+
   |id      = Alphablackwolf.LuckSkillPrestigeAdapter
   |nexus  = 6156
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlocked Doors
+
   |name    = Skill Prestige for Magic
   |author  = damien
+
   |author  = CinderGarde, Alphablackwolf
   |id      = damien.unlocked_doors
+
   |id      = alphablackwolf.MagicPrestigeAdapter
   |nexus  = 4338
+
   |nexus  = 569
   |github  =
+
   |github  = Alphablackwolf/SkillPrestige
  
   |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
+
   |broke in = Stardew Valley 1.3
   |status  = workaround
+
   |status  = abandoned
   |summary  = use [[#Custom Locks|Custom Locks]] 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    = Updated Instant Eat Key
+
   |name    = Skill Rings
   |author  = apomorph
+
   |author  = AlphaMeece
   |id      = apomorph.updatedInstantEatKey
+
   |id      = AlphaMeece.SkillRings
   |nexus  = 15191
+
  |curse  = 991336
 +
   |nexus  = 7515
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Updated No Rumble Horse
+
   |name    = Skill Training
   |author  = Aladanor
+
   |author  = spacechase0
   |id      = Aladanor.UpdatedNoRumbleHorse
+
   |id      = spacechase0.SkillTraining
   |nexus  = 10164
+
   |nexus  = 14452
   |github  = shailalias/NoRumbleHorse
+
   |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skinny Animals
 +
  |author  = tem696969696969
 +
  |id      = tem696969696969.SkinnyAnimals
 +
  |nexus  = 21826
 +
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Skin Tone Loader
 +
  |author  = HeyImAmethyst
 +
  |id      = HeyImAmethyst.SkinToneLoader
 +
  |nexus  = 22797
 +
  |github  = HeyImAmethyst/SkinToneLoader
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgradable Pan
+
   |name    = Skip Dialogue
   |author  = Anthony Hilyard
+
   |author  = FricativeMelon
   |id      = com.anthonyhilyard.upgradablepan
+
   |id      = FricativeMelon.SkipDialogue
  |curse  = 446597
+
   |nexus  = 15311
   |nexus  = 9318
+
   |github  = FricativeMelon/SkipDialogue
   |github  = AHilyard/UpgradeablePan
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgradeable Machines Mod, Miihau Upgradeable Machines
+
   |name    = Skip Fish
   |author  = Miihau
+
   |author  = LucaINC
   |id      = Miihau.MiihauUpgradeableMachines
+
   |id      = LucaINC.StardewValleyMods.SkipFish
   |nexus  = 17234
+
   |nexus  = 19762
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Upgraded Horse, Horse Friendship and Speed Levels
+
   |name    = Skip Fishing Minigame
   |author  = Richard Cai
+
   |author  = DewMods
   |id      = richard_cai.UpgradedHorse
+
   |id      = DewMods.StardewValleyMods.SkipFishingMinigame
   |nexus  = 5242
+
   |nexus  = 2697
   |github  = RichardJCai/stardew-valley-mods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name   = Upgrade Empty Cabins
+
   |name     = Skip Fishing Minigame 2
   |author = Cherry, CherryChain
+
   |author   = philosquare
   |id     = Cherry.UpgradeEmptyCabins
+
   |id       = philosquare.SkipFishingMinigame2
   |nexus  = 5253
+
   |moddrop  = 1530481
   |moddrop = 720987
+
   |nexus    =
   |github = ChroniclerCherry/stardew-valley-mods
+
   |github   = philosquare/SDVSkipFishingMinigame2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Useful Bombs
+
   |name    = Skip Intro
   |author  = punyo, yakminepunyo
+
   |author  = Pathoschild
   |id      = punyo.UsefulBombs
+
   |id      = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
  |nexus  = 2488
+
   |curse   = 1000635
  |github  = pomepome/UsefulBombs
+
   |nexus  = 533
 
+
   |moddrop = 606601
  |broke in = Stardew Valley 1.3.29
+
   |github  = Pathoschild/StardewMods
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Usefull Information<!--Nexus-->, Useless Info<!--manifest-->, Useless Information<!--manifest before 1.0-->
+
   |name    = Skip Start
   |author  = Right Hand Man
+
   |author  = DeadRobotDev
   |id      = raik.uselessinfo
+
   |id      = DeadRobotDev.SkipStart
   |nexus  = 8634
+
   |nexus  = 11885
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Utility Grid
+
   |name    = Skip Text
   |author  = aedenthorn, Erinthe
+
   |author  = CrunchyDuck
   |id      = aedenthorn.UtilityGrid
+
   |id      = CrunchyDuck.SkipText
   |nexus  = 10197
+
   |nexus  = 8947
   |github  = aedenthorn/StardewValleyMods
+
   |github  = CrunchyDuck/Stardew-Skip-Text
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = UV Index (Sunscreen Mod)
+
   |name    = Skull Cavern Drill
   |author  = Jonqora
+
   |author  = S1mmyy
   |id      = Jonqora.UVIndex
+
   |id      = S1mmyy.SkullCavernDrill
   |nexus  = 6676
+
   |nexus  = 6121
   |github  = Jonqora/StardewMods
+
   |github  = S1mmyy/StardewMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Variable Grass
+
   |name    = Skull Cavern Drill Redux
   |author  = dantheman999
+
   |author  = NetworkOverflow
   |id      = dantheman999.VariableGrass
+
   |id      = NetworkOverflow.SkullCavernDrillRedux
   |nexus  =
+
   |nexus  = 16533
  |url    = https://community.playstarbound.com/threads/107658
+
   |github  = AndrewGraber/Skull-Cavern-Drill-Redux
   |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    = Skull Cavern Elevator
   |author  = calebstein1
+
   |author  = Bifibi, Lestoph
   |id      = calebstein1.StardewVariableSeasons
+
   |id      = SkullCavernElevator
   |nexus  = 19904
+
   |nexus  = 963
   |github  = calebstein1/StardewVariableSeasons
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Vending Machine, NPC Vending Machine
+
   |name    = Skull Cavern Toggle
   |author  = ActionJackson
+
   |author  = TheMightyAmondee, MightyAmondee
   |id      = ActionJackson.VendingMachine
+
   |id      = TheMightyAmondee.SkullCavernToggle
   |nexus  = 7508
+
   |nexus  = 7908
   |github  =
+
   |github  = TheMightyAmondee/SkullCavernToggle
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Vertical Toolbar
+
   |name    = Skull Cave Saver
   |author  = bmarquismarkail, Space Baby
+
   |author  = cantorsdust
   |id      = SB_VerticalToolMenu
+
   |id      = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
   |nexus  = 943
+
   |nexus  = 175
   |github  = bmarquismarkail/SV_VerticalToolMenu
+
   |github  = cantorsdust/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Skull Cavern Elevator|Skull Cavern Elevator]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Video Player
+
   |name    = Sleep In Wedding
   |author  = aedenthorn, Erinthe
+
   |author  = atravita
   |id      = aedenthorn.VideoPlayer
+
   |id      = atravita.SleepInWedding
   |nexus  = 6524
+
  |curse  = 870963
   |github  = aedenthorn/StardewValleyMods
+
  |moddrop = 1294437
 +
   |nexus  = 15006
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Villager Compass
+
   |name    = Sleepless Fisherman
   |author  = Jboss
+
   |author  = Annosz
   |id      = Jboss.VillagerCompass
+
   |id      = Annosz.SleeplessFisherman
   |nexus  = 16912
+
   |nexus  = 5915
   |github  = jbossjaslow/Stardew_Mods
+
   |github  = Annosz/StardewValleyModding
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sleepless in Stardew
 +
  |author  = instafluff
 +
  |id      = instafluff.sleeplessinstardew
 +
  |nexus  = 5445
 +
  |github  = instafluff/SleeplessInStardew
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Visible Fish
+
   |name    = Sleepovers
   |author  = shekurika
+
   |author  = bwdy
   |id      = shekurika.WaterFish
+
   |id      = bwdy.sleepovers
   |nexus  = 8897
+
   |nexus  = 3531
   |github  =
+
   |github  = bwdymods/SDV-Sleepovers
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Visualize
+
   |name    = Sleep Warning
   |author  = Platonymous
+
   |author  = GlimmerDev
   |id      = Platonymous.Visualize
+
   |id      = glimmerDev.SleepWarning
  |curse  = 307573
+
   |nexus  = 21128
  |moddrop = 793933
+
   |github  = GlimmerDev/StardewValleyMod_SleepWarning
   |nexus  = 1704
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = VisualizeTK
+
   |name    = Sleep Wherever
   |author  = Platonymous
+
   |author  = Vexorth
   |id      = Platonymous.VisualizeTK
+
   |id      = Vexorth.SleepWherever
   |nexus  = 19009
+
   |nexus  = 16674
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Void Effects, Stardew Void Effects
+
   |name    = Sleep Worker
   |author  = Renny
+
   |author  = Platonymous
   |id      = renny.stardewvoideffects
+
   |id      = Platonymous.SleepWorker
   |nexus   = 2703
+
   |curse   = 877233
   |github  = OfficialRenny/StardewVoidEffects
+
   |moddrop = 793835
 
+
   |nexus   = 2062
   |broke in          = Stardew Valley 1.3.36
+
   |github  = Platonymous/Stardew-Valley-Mods
   |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    = Sleepy Eye
   |author  = Alhifar
+
   |author  = spacechase0
   |id      = Alhifar.WaitAround
+
   |id      = spacechase0.SleepyEye
   |nexus   =
+
   |curse  = 867761
   |url    = https://community.playstarbound.com/threads/smapi-waitaround.111630/
+
   |moddrop = 129011
   |github  = Alhifar/WaitAroundSMAPI
+
   |nexus  = 1152
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wake Up
+
   |name    = Slime Hutch Resize and Retexture, Slime Hutch Resize
   |author  = EvilPdor
+
   |author  = fernass354
   |id      =
+
   |id      = fernass354.SlimeHutchResize
   |nexus  =
+
   |nexus  = 18507
  |url    = https://community.playstarbound.com/threads/111526
 
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Walk Through Trellis
+
   |name    = Slime Hutch Water Spots
   |author  = TheOfficialTab
+
   |author  = aedenthorn, Erinthe
   |id      = theofficialtab.walkthroughtrellis
+
   |id      = aedenthorn.SlimeHutchWaterSpots
   |nexus  = 1958
+
   |nexus  = 13778
   |github  = OfficialTab/walk-through-trellis
+
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wallpaper Recycler
+
   |name    = Slime Minerals
   |author  = Mizzion
+
   |author  = ChrisMzz
   |id      = mizzion.wallpaperrecycler
+
   |id      = ChrisMzz.slimeminerals
   |nexus  = 1905
+
   |nexus  = 20930
  |moddrop = 661354
+
   |github  = ChrisMzz/StardewValleyMods
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wall Planter
+
   |name    = Slime Mods, Slime Minigame, Slime QOL
   |author  = aedenthorn, Erinthe
+
   |author  = Tofu, SadDodo
   |id      = aedenthorn.WallPlanter
+
   |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
   |nexus  = 11339
+
   |nexus  = 2743
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wall Televisions
+
   |name    = Slime Produce
   |author  = aedenthorn, Erinthe
+
   |author  = exotico
   |id      = aedenthorn.WallTelevision
+
   |id      = exotico.SlimeProduce
   |nexus  = 11448
+
   |nexus  = 7634
   |github  = aedenthorn/StardewValleyMods
+
   |github  = andraemon/SlimeProduce
  
   |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-122362
 +
  |unofficial version = 1.3.4-unofficial.1-LikeFrogs
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Animals
+
   |name    = Slime Spawner
   |author  = Symen
+
   |author  = aurnj, Roy Li
   |id      = Symen.WarpAnimals
+
   |id      = RuyiLi.SlimeSpawner
   |nexus  = 1400
+
   |nexus  =
   |github  = simonbru/WarpAnimals
+
  |url    = https://community.playstarbound.com/threads/slime-spawner.129326/
 +
   |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Binder
+
   |name    = Slime Water Filler, Slime AutoWaterer
   |author  = SnowFire kVala
+
   |author  = Speshkitty
   |id      = SnowFire.Warp_Binder
+
   |id      = speshkitty.slimewaterer
   |nexus  = 6892
+
   |nexus  = 7141
   |github  =
+
   |github  = Speshkitty/SlimeWaterFiller
 +
 
 +
  |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    = Warp Multiplayer
+
   |name    = Slim Hutch
   |author  = Strato35, Shalankwa
+
   |author  = Peasly Wellbott
   |id      = Strato35.WarpMultiplayer
+
   |id      = Wellbott.SlimHutchCode
   |nexus  = 7451
+
   |nexus  = 7424
   |github  = Shalankwa/SDV_Mods
+
   |github  = Wellbott/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Multiplayer (Locations), WarpMultiplayer_Locations
+
   |name    = Slingshot Rebalance
   |author  = Shaklin
+
   |author  = Redwood, Towering Redwood
   |id      = shaklin.warpmultiplayer_locations
+
   |id      = Redwood.SlingshotRebalance
   |nexus  = 8950
+
   |nexus  = 14391
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6<!--@retest-after Warp Multiplayer-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Network
+
   |name    = Slots Cheats
   |author  = tlitookilakin
+
   |author  = Fischkop2
   |id      = tlitookilakin.warpnetwork
+
   |id      = Fischkop2.SlotsCheats
   |nexus  = 8567
+
   |nexus  = 22574
  |moddrop = 951720
+
   |github  =
   |github  = tlitookilakin/WarpNetwork
 
 
 
  |beta broke in = Stardew Valley 1.6<!--@restest after AeroCore-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Warp Parsnip
+
   |name    = Slower Fence Decay
   |author  = Pillow
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = Pillow.WarpParsnip
+
   |id      = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
   |nexus  = 18628
+
   |nexus  = 252
   |github = AnotherPillow/WarpParsnip
+
   |source = https://gitlab.com/speeder1/FenceSlowDecayMod
 +
 
 +
  |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    = Warp Snitch
+
   |name    = Smack Dat Scarecrow
   |author  = ceruleandeep
+
   |author  = LeFauxMatt
   |id      = ceruleandeep.WarpSnitch
+
   |id      = furyx639.SmackDatScarecrow
   |nexus  = 9087
+
  |curse  = 871830
   |github  = ceruleandeep/CeruleanStardewMods
+
   |nexus  = 13528
 +
   |github  = LeFauxMatt/StardewMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#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    = Warp To Friends
+
   |name    = Smaller Fish Ponds, Fish Well
   |author  = Shalankwa
+
   |author  = Peasly Wellbott
   |id      = Shalankwa.WarpToFriends
+
   |id      = Wellbott.FishWell
   |nexus  = 2180
+
   |nexus  = 7651
   |github  = Shalankwa/SDV_Mods
+
   |github  = Wellbott/StardewValleyMods
  
   |status             = workaround
+
  |broke in = Stardew Valley 1.6
   |summary           = use [[#Warp Multiplayer|Warp Multiplayer]] instead.
+
   |status   = workaround
  |broke in          = Stardew Valley 1.4
+
   |summary = use [[#The Return of Smaller Fish Ponds|The Return of Smaller Fish Ponds]] instead.
  |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    = Small Tree Texture
   |author  = GrumpyCrouton
+
   |author  = season
   |id      = GrumpyCrouton.WastelessWatering
+
   |id      = season.SmallTreeTexture
   |nexus  = 10998
+
   |nexus  = 22285
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Balloon
+
   |name    = Smart Building
   |author  = HaulinOats
+
   |author  = DecidedlyHuman
   |id      = HaulinOats.WaterBalloon
+
   |id      = DecidedlyHuman.SmartBuilding
   |nexus  = 14481
+
   |nexus  = 11158
   |github  = HaulinOats/StardewMods
+
   |github  = DecidedlyHuman/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Smart Cursor
 +
  |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.SmartCursor
 +
  |nexus  = 13268
 +
  |github  = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Bomb
+
   |name    = Smart Cursor
   |author  = BlaDe
+
   |author  = stokastic
   |id      = BlaDe.WaterBomb
+
   |id      = stokastic.SmartCursor
   |nexus  = 10267
+
   |nexus  = 2458
   |github  =
+
   |github  = stokastic/SmartCursor
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Water Bot
+
   |name    = SmartMod
   |author  = andyruwruw
+
   |author  = KuroBear
   |id      = andyruwruw.WaterBot
+
   |id      = KuroBear.SmartMod
   |nexus  = 8167
+
   |nexus  =
   |github  = andyruwruw/stardew-valley-water-bot
+
  |url    = https://community.playstarbound.com/threads/108104
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.2
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Can Refiller
+
   |name    = Smol Fish
   |author  = Mizzion
+
   |author  = gbromios
   |id      = mizzion.watercanrefiller
+
   |id      = gbromios.SmolFish
   |nexus  = 3539
+
   |nexus  = 14287
  |moddrop = 661368
+
   |github  =
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Flow
+
   |name    = Snack Anything
   |author  = blueberry
+
   |author  = Cherry, ChroniclerCherry
   |id      = blueberry.WaterFlow
+
   |id      = Cherry.SnackAnything
   |nexus  = 11790
+
   |nexus  = 5196
   |github  = b-b-blueberry/WaterFlow
+
  |moddrop = 716397
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Can Give Exp
+
   |name    = Snail Mail
   |author  = Achtuur
+
   |author  = Darkhax
   |id      = Achtuur.WateringCanGiveExp
+
   |id      = darkhax.snailmail
   |nexus  = 16903
+
   |nexus  =
   |github  = Achtuur/StardewMods
+
  |curse  = 307861
 +
   |github  = Stardew-Valley-Modding/Snail-Mail
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Can Tweaks
+
   |name    = Snow Crab
   |author  = aedenthorn, Erinthe
+
   |author  = John Peters
   |id      = aedenthorn.WateringCanTweaks
+
   |id      = JohnPeters.SnowCrab
  |curse  = 868789
+
   |nexus  = 11302
   |nexus  = 10947
+
   |github  =
   |github  = aedenthorn/StardewValleyMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Watering Grants Experience and Crops Can Wither
+
   |name    = Socializing Skill
   |author  = Goldenrevolver
+
   |author  = drbirbdev
   |id      = Goldenrevolver.WateringGrantsXP
+
   |id      = drbirbdev.SocializingSkill
   |nexus  = 7768
+
   |nexus  = 14142
   |github  = Goldenrevolver/Stardew-Valley-Mods
+
   |github  = drbirbdev/StardewValley
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Pet Bowl, Pet Water Bowl
+
   |name    = Social Network
   |author  = Mizzion
+
   |author  = Cecidelus
   |id      = mizzion.petwaterbowl
+
   |id      = Cecidelus.SocialNetwork
   |nexus  = 2009
+
   |nexus  = 8255
  |moddrop = 661365
+
   |github  =
   |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    = Waterproof Items
+
   |name    = Social Page Order Button
   |author  = Esca, Esca-MMC
+
   |author  = aedenthorn, Erinthe
   |id      = Esca.WaterproofItems
+
   |id      = aedenthorn.SocialPageOrderButton
   |nexus  = 6460
+
   |nexus  = 7871
  |moddrop = 807393
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Esca-MMC/WaterproofItems
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Social Page Order Redux|Social Page Order Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Water Retaining Field
+
   |name    = Social Page Order Menu
   |author  = Digus
+
   |author  = aedenthorn, Erinthe
   |id      = DIGUS.WaterRetainingFieldMod
+
   |id      = aedenthorn.SocialPageOrderMenu
   |nexus  = 2374
+
   |nexus  = 13698
   |github  = Digus/StardewValleyMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Social Page Order Redux|Social Page Order Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wealth is Health
+
   |name    = Social Page Order Redux
   |author  = Qi The Mysterious
+
   |author  = aedenthorn and FlyingTNT
   |id      = QiTheMysterious.WealthIsHealth
+
   |id      = FlyingTNT.SocialPageOrderRedux
   |nexus  = 19903
+
   |nexus  = 23374
   |github  =
+
   |github  = FlyingTNT/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapons Ignore Grass
+
   |name    = Social Tab Patch for Unlimited Players
   |author  = aedenthorn, Erinthe
+
   |author  = funny-snek
   |id      = aedenthorn.WeaponsIgnoreGrass
+
   |id      = funnysnek.socialtabpatch
   |nexus  = 15409
+
   |nexus  = 2981
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapons on Display
+
   |name    = Solar Eclipse Event
   |author  = Anthony Hilyard
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = com.anthonyhilyard.WeaponsOnDisplay
+
   |id      = KoihimeNakamura.SolarEclipseEvent
  |curse  = 447259
+
   |nexus  = 897
   |nexus  = 9319
+
   |github  = JohnsonNicholas/SDVMods
   |github  = AHilyard/WeaponsOnDisplay
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Lunar Disturbances|Lunar Disturbances]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wear More Rings
+
   |name    = Solid Foundations
   |author  = bcmpinc
+
   |author  = PeacefulEnd
   |id      = bcmpinc.WearMoreRings
+
   |id      = PeacefulEnd.SolidFoundations
   |nexus   = 3214
+
   |curse   = 870929
   |github  = bcmpinc/StardewHack
+
   |nexus   = 12311
 
+
   |github  = Floogen/SolidFoundations
   |warnings = Broken on Android.
 
 
 
   |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Controller
+
   |name    = Solid Foundations → Automate Integration
   |author  = EvilPdor
+
   |author  = PeacefulEnd
   |id      =
+
   |id      = PeacefulEnd.SolidFoundationsAutomate
   |nexus  =
+
   |nexus  = 12311
  |url    = https://community.playstarbound.com/threads/111526
+
   |github  = Floogen/SolidFoundations
   |github  = natfoth/StardewValleyMods
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Solid Foundations 2.0.2?
  |status  = workaround
 
  |summary  = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather God
+
   |name    = Sona's Farm
   |author  = nrm33n
+
   |author  = Kerlin & Sona
   |id      = nrm33n.weatherGod
+
   |id      = kerlin.sonasfarm
   |nexus  = 15563
+
   |nexus  = 8545
 
   |github  =
 
   |github  =
  
   |status  = broken<!-- author uploaded source code instead of the compiled mod -->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Illnesses
+
   |name    = Sonic Shoes
   |author  = Sakorona
+
   |author  = lilico
   |id      = KoihimeNakamura.WeatherIllnesses
+
   |id      = lilico.SonicShoes
   |nexus  = 2210
+
   |nexus  = 10226
  |moddrop = 664153
+
   |github  =
   |github  = Sakorona/SDVMods
 
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weather Totem
+
   |name    = Sorted Storages
   |author  = aedenthorn, Erinthe
+
   |author  = TeamCoFH, Tech, Zeldo
   |id      = aedenthorn.WeatherTotems
+
   |id      = Zeldo.LinkedStorages
   |nexus  = 16455
+
   |nexus  =
   |github  = aedenthorn/StardewValleyMods
+
  |curse  = 290653
 +
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wedding Mod
+
   |name    = Sorting Chests
   |author  = Opalie
+
   |author  = aRooooooba
   |id      = Opalie.Wedding
+
   |id      = aRooooooba.SortingChests
   |nexus  =
+
   |nexus  = 8224
  |moddrop = 526231
+
   |github  = aRooooooba/SortingChests
   |github  = Opalie/Wedding
 
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wedding Tweaks
+
   |name    = Sound Effect Replacement
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.WeddingTweaks
+
   |id      = aedenthorn.SoundEffectReplacement
  |curse  = 868829
+
   |nexus  = 10232
   |nexus  = 10117
 
 
   |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    = Weekly Break Reminder
+
   |name    = Sound Loop Mod
   |author  = treehat
+
   |author  = strelkasaur
   |id      = Treehat.WeeklyBreakReminder
+
   |id      = com.strelkasaurus.sm.soundloop
   |nexus  = 8194
+
   |nexus  = 13099
 
   |github  =
 
   |github  =
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Week Starts Sunday
+
   |name    = Sounds Patcher
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.SoundsPatcher
 +
  |nexus  = 7465
 +
  |moddrop = 1135690
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sound Tweaker
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.WeekStartsSunday
+
   |id      = aedenthorn.SoundTweaker
   |nexus  = 13707
+
   |nexus  = 14767
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Werewolf in the Valley
+
   |name    = SpaceCore
   |author  = Platonymous
+
   |author  = spacechase0
   |id      = Platonymous.Werewolf
+
   |id      = spacechase0.SpaceCore
   |curse  = 877223
+
   |curse  = 867152
   |nexus  = 15724
+
  |moddrop = 136998
   |github  =
+
   |nexus  = 1348
 
+
   |github  = spacechase0/StardewValleyMods
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = What Are You Missing
+
   |name    = Spawn Monsters
   |author  = PrivateButtface
+
   |author  = Berisan
   |id      = PrivateButtface.WhatAreYouMissing
+
   |id      = Berisan.SpawnMonsters
   |nexus  = 4430
+
   |nexus  = 3201
   |github  = LukeSeewald/PublicStardewValleyMods
+
   |github  = Berisan/SpawnMonsters
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = What Farm Cave, WhatAMush
+
   |name    = Spawn More Rocks
   |author  = Oxyligen
+
   |author  = Mase
   |id      = WhatAMush
+
   |id      = Mase.SpawnMoreRocks
   |nexus  = 1097
+
   |nexus  = 7423
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = wHats Up
+
   |name    = Spawn Sea Monster
   |author  = Oxyligen
+
   |author  = Edu Anttunes
   |id      = wHatsUp
+
   |id      = EduAnttunes.SpawnSeaMonster
   |nexus  = 1082
+
   |nexus  = 5736
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.3
+
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Where Are They
+
   |name    = Spawn Supply Crates on Beach
   |author  = Capaldi12
+
   |author  = onlythechosen
   |id      = Capaldi12.WhereAreThey
+
   |id      = otc.supplycratesonbeach
   |nexus  = 13208
+
   |nexus  = 20828
 
   |github  =
 
   |github  =
  |source  = https://gitlab.com/Capaldi12/wherearethey
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Where's My Items?
+
   |name    = Special Orders Anywhere, Special Orders (and More) Anywhere
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = AcidicNic
   |id      = f4iTh.WheresMyItems
+
  |id      = acidicnic.SpecialOrdersAnywhere
   |nexus  = 2086
+
  |nexus  = 7588
   |github  =
+
  |github  = AcidicNic/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Special Orders Tags Extended
 +
  |author  = atravita
 +
   |id      = atravita.SpecialOrdersExtended
 +
  |curse  = 870988
 +
  |moddrop = 1086743
 +
   |nexus  = 9855
 +
   |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    = White Turnip
+
   |name    = Special Orders Tweaks
   |author  = ejun0
+
   |author  = nnn
   |id      = ejun0.WhiteTurnip
+
   |id      = nnn.Special_Orders_Tweaks
   |nexus  = 8568
+
   |nexus  = 22719
 
   |github  =
 
   |github  =
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Who Lives Here
+
   |name    = Special Power Utilities
   |author  = Prism 99
+
   |author  = Spiderbuttons
   |id      = prism99.wholiveshere
+
   |id      = Spiderbuttons.SpecialPowerUtilities
   |nexus  = 19840
+
   |nexus  = 22300
   |github  = Prism-99/WhoLivesHere
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wiki Links
+
   |name    = Specify Gift Taste Portraits
   |author  = aedenthorn, Erinthe
+
   |author  = Button, Spiderbuttons
   |id      = aedenthorn.WikiLinks
+
   |id      = Button.SpecifyGiftTastePortraits
   |nexus  = 11476
+
   |nexus  = 15882
   |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    = Wild Flowers, Wildflowers
+
   |name    = Speed Boots
   |author  = aedenthorn, Erinthe
+
   |author  = season
   |id      = aedenthorn.Wildflowers
+
   |id      = season.SpeedBoots
   |nexus  = 14061
+
   |nexus  = 22958
   |github  = aedenthorn/StardewValleyMods
+
   |github  =
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wind Effects
+
   |name    = Speed Mod
   |author  = CatCattyCat
+
   |author  = Blackclaw
   |id      = cat.windeffects
+
   |id      = Blackclaw.SpeedMod
   |nexus  = 6647
+
   |nexus  = 5082
  |moddrop = 833564
+
   |github  = Xebeth/StardewValley-SpeedMod
   |github  = danvolchek/StardewMods
 
  
   |broke in           = Stardew Valley 1.5
+
   |broke in = Stardew Valley 1.5.5<!--@retest-after Mod Settings Tab-->
   |unofficial version = 1.0.3-unofficial.4-brimbane
+
  |status  = workaround
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-80633
+
  |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
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
}}
 +
{{#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    = Window Resize
+
   |name    = Spenny
   |author  = thatnzguy
+
   |author  = spacechase0
   |id      = thatnzguy.WindowResize
+
   |id      = spacechase0.Spenny
   |nexus  = 2266
+
  |curse  = 867742
   |github  = thatnzguy/WindowResize
+
  |moddrop = 771624
 +
   |nexus  = 2755
 +
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Grass
+
   |name    = Spenny Deluxe
   |author  = CatCattyCat, Cat
+
   |author  = spacechase0
   |id      = cat.wintergrass
+
   |id      = spacechase0.SpennyDeluxe
   |nexus  = 1601
+
   |nexus  = 14984
  |moddrop = 833542
+
   |github  = spacechase0/StardewValleyMods
   |github  = danvolchek/StardewMods
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Pigs
+
   |name    = Spenny Lite
   |author  = MindMeltMax
+
   |author  = spacechase0
   |id      = MindMeltMax.WinterPigs
+
   |id      = spacechase0.SpennyLite
  |moddrop = 1443556
+
   |nexus  = 14249
   |nexus  = 16879
+
   |github  = spacechase0/StardewValleyMods
   |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    = Winter Rain
+
   |name    = Spice of Life
   |author  = idermailer
+
   |author  = KarratKake
   |id      = idermailer.WinterRain
+
   |id      = KarratKake.SpiceOfLife
   |nexus  = 13767
+
   |nexus  = 7398
   |github  = idermailer/WinterRain
+
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Winter Star Spouse
+
   |name    = Splash Text
   |author  = drbirbdev
+
   |author  = sophiesalacia
   |id      = drbirbdev.WinterStarSpouse
+
   |id      = sophie.SplashText
   |nexus  = 14164
+
   |nexus  = 14416
   |github  = drbirbdev/StardewValley
+
   |github  = sophiesalacia/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Witcher Mod
+
   |name    = Split Money
   |author  = aedenthorn, Erinthe
+
   |author  = Platonymous
   |id      = Aedenthorn.WitcherMod
+
   |id      = Platonymous.SplitMoney
   |nexus  = 5797
+
   |nexus  = 2303
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |beta broke in = Stardew Valley 1.6
+
   |status  = abandoned
 +
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wizard's Mystical Stationary
+
   |name    = Split Screen
   |author  = Taskmaster
+
   |author  = Ilyaki
   |id      = Taskmaster.WizardsMysticalStationary
+
   |id      = Ilyaki.SplitScreen
   |nexus  = 5246
+
   |nexus  = 2139
   |github  =
+
   |github  = Ilyaki/SplitScreen
  
   |beta broke in = Stardew Valley 1.6
+
   |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    = Wonderful Farm Life
+
   |name    = Splitscreen Improved
   |author  = Jinxiewinxie and TaintedWheat
+
   |author  = gaussfire
   |id      = WonderfulFarmLife
+
   |id      = gaussfire.SplitscreenImproved
   |nexus  =
+
   |nexus  = 24507
  |url    = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
+
   |github  = alanperrow/StardewModding
   |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    = Split Screen Manager
   |author  = jahangmar
+
   |author  = RomenH
   |id      = jahangmar.WorkingFireplace
+
   |id      = RomenH.SplitScreenManager
   |nexus  = 3654
+
   |nexus  = 12063
   |github  = jahangmar/StardewValleyMods
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = X
+
   |name    = Split Screen Regions
   |author  = skiilaa
+
   |author  = Espy
   |id      = skiilaa.X
+
   |id      = Espy.SplitScreenRegions
   |nexus  = 2286
+
   |nexus  = 23669
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.20
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XP Display
+
   |name    = Spoilage
   |author  = Shockah
+
   |author  = aedenthorn, Erinthe
   |id      = Shockah.XPDisplay
+
   |id      = aedenthorn.Spoilage
   |nexus  = 11089
+
   |nexus  = 14712
   |github  = Shockah/Stardew-Valley-Mods
+
   |github  = aedenthorn/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    = XPMultiplier
+
   |name    = Spooky Big Pumkin, Spooky_pumkin
   |author  = nofilenamed
+
   |author  = Dounat2201, Sasara
   |id      = NFN.XPMUL
+
   |id      = Sasara.pumkin
   |nexus  = 8649
+
   |nexus  = 4586
   |github  = nofilenamed/XPMultiplier
+
   |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XPMultiplier.Space
+
   |name    = Spouse Outdoor Area
   |author  = nofilenamed
+
  |author  = Shaklin
   |id      = NFN.XPMULSPA
+
  |id      = shaklin.spouseoutdoorarea
   |nexus  = 8760
+
  |nexus  = 6747
   |github  = nofilenamed/XPMultiplier.Space
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Spouses in Ginger Island, Spouses' Island
 +
   |author  = mistyspring
 +
   |id      = mistyspring.spousesisland, mistyspring.SpouseRoomCode<!--changed in 3.0-->
 +
  |curse  = 880521
 +
   |nexus  = 11037
 +
   |github  = misty-spring/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Xtardew Core
+
   |name    = Spouse's Room Mod
   |author  = hixega
+
   |author  = Wata, Watagatapitusberry
   |id      = hixega.XtardewCore
+
   |id      = Spouseroom
   |nexus  = 19096
+
   |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = SMAPI 2.0
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Year-Round Crops
+
   |name    = Spouse Stuff
   |author  = vincebel
+
   |author  = hquake, Per Sikker Hansen, Sikker
   |id      = vincebel.YearRoundCrops
+
   |id      = Sikker.SpouseStuff
   |nexus  = 8196
+
   |nexus  = 4651
   |github  = vincebel7/YearRoundCrops
+
   |github  = sikker/SpouseStuff
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Harvest With Scythe Mod, Harvest With Scythe
+
   |name    = Sprinkler Activation
   |id      = bcmpinc.HarvestWithScythe
+
  |author  = Blaxsmith
   |nexus  = 2731
+
   |id      = Blaxsmith.SprinklerActivation
  |author  = bcmpinc
+
   |nexus  = 7661
   |github  = bcmpinc/StardewHack
+
   |github  = Blaxsmith/SprinklerActivation
 
 
  |beta broke in = Stardew Valley 1.6<!--@retest-after Stardew Hack-->
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Map Teleport, Stardew Map Teleport
+
   |name    = Sprinkler Mod
   |author  = moddem
+
   |author  = aedenthorn, Erinthe
   |id      = moddem.StardewMapTeleport
+
   |id      = aedenthorn.SprinklerMod
   |nexus  = 18143
+
   |nexus  = 15385
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|22167|Sprinkler Mod Redux}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Yet Another Sprint Mod
+
   |name    = Sprinkles
   |author  = XxHarvzBackxX
+
   |author  = Platonymous
   |id      = XxHarvzBackxX.YASM
+
   |id      = Platonymous.Sprinkles
   |nexus  = 9228
+
   |nexus  =
 +
  |chucklefish = 4592
 
   |github  =
 
   |github  =
  
   |beta broke in = Stardew Valley 1.6
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Activated Sprinklers|Activated Sprinklers]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = You've Got Mail - Twitch Integration
+
   |name    = Sprint and Dash Buttons, Sprint and Dash Mod
   |author  = Jaredlll08, YGM Team
+
   |author  = OrSpeeder, Mauricio Gomes
   |id      = BlameJared.YGM, YGM.SDVMod<!--changed in 2.0-->
+
   |id      = SPDSprintAndDash
  |curse  = 308005
+
   |nexus  = 235
   |nexus  =
 
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/speeder1/SPDSprintAndDashMod
  
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = zDailyIncrease
+
   |name    = Sprint and Dash Redux
   |author  = thakyZ
+
   |author  = littleraskol
   |id      = zdailyincrease
+
  |id      = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
 +
  |nexus  = 560
 +
  |moddrop = 827770
 +
  |github  = littleraskol/Sprint-And-Dash-Redux
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Sprinting
 +
  |author  = Patrick, mistersnuggler
 +
   |id      =
 
   |nexus  =
 
   |nexus  =
   |chucklefish = 4247
+
   |url    = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
   |github  = thakyZ/zDailyIncrease
+
   |github  = oliverpl/SprintingMod
  
   |broke in = Stardew Valley 1.3
+
   |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    = Zenchman
+
   |name    = Sprinting
   |author  = BlaDe
+
   |author  = onemix
   |id      = BlaDe.Zenchman
+
   |id      = onemix.Sprinting
   |nexus  = 12024
+
   |nexus  = 10469
   |github  =
+
   |github  = thiagomasson/Sprinting
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zen Mod
+
   |name    = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
   |author  = PositiveVegan
+
   |author  = Abs, abslam
   |id      = PositiveVegan.ZenMod
+
   |id      = abs.SprintNRegen
   |nexus  = 12899
+
   |nexus  = 4898
 
   |github  =
 
   |github  =
 +
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zombie Outbreak
+
   |name    = Sprint Sprint, Sprint Sprint Sprint
   |author  = aedenthorn, Erinthe
+
   |author  = Jessebot, JessebotX
   |id      = aedenthorn.ZombieOutbreak
+
   |id      = Jessebot.SprintSprint, Jessebot.SprintSprintSprint<!-- changed when mod renamed-->
   |nexus  = 6743
+
   |nexus  = 4778
   |github  = aedenthorn/StardewValleyMods
+
   |github  = JessebotX/StardewValleyMods
 
 
  |beta broke in = Stardew Valley 1.6
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoom Level
+
   |name    = Sprint (unidarkshin)
   |author  = thespbgamer
+
   |author  = unidarkshin, Devin Lematty
   |id      = thespbgamer.ZoomLevel
+
   |id      = DevinLematty.Sprint
  |curse  = 714275
+
   |nexus  = 7492
   |nexus  = 7363
+
   |github  =
   |github  = thespbgamer/ZoomLevel
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Zoom Level Keybinding
+
   |name    = Sprint (Yoshify)
   |author  = GuiNoya, Yesst
+
   |author  = Yoshify
   |id      = GuiNoya.ZoomLevelKeybind
+
   |id      =
   |nexus  = 1621
+
   |nexus  = 2
   |github  = GuiNoya/SVMods
+
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |broke in = SMAPI 0.39.1
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Zoom Level|Zoom Level]] instead.
+
   |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    = Zoom Mod / Zoom Out Extreme
+
   |name    = SpriteMaster
   |author  = RockinRolla
+
   |author  = Ameise, Ameisen, mkukli
   |id      = RockinMods.ZoomMod
+
   |id      = DigitalCarbide.SpriteMaster
   |nexus  = 1326
+
   |nexus  = 4922
   |github  = rockinrolla/ZoomMod
+
   |github  = ameisen/SV-SpriteMaster
  
   |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    = Sprites in Detail
   |author  = Geko_X
+
   |author  = BleakCodex
   |id      = gekox.zoomyFarmer
+
   |id      = BleakCodex.SpritesInDetail
   |nexus  = 6031
+
   |nexus  = 14487
   |github  =
+
   |github  = BleakCodex/SpritesInDetail
  |source  = https://gitlab.com/geko_x/stardew-mods
 
 
}}
 
}}
{{#invoke:SMAPI compatibility|footer}}
+
{{#invoke:SMAPI compatibility|entry
<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>
+
  |name    = Stabbing Sword Special
 +
  |author  = Peasly Wellbott
 +
  |id      = Wellbott.StabbingSwordSpecial
 +
  |nexus  = 7683
 +
  |github  = Wellbott/StardewValleyMods
  
===SMAPI mods (obsolete)===
+
  |broke in = Stardew Valley 1.6
This list contains mods which...
+
}}
* have their mod pages hidden/deleted;
+
{{#invoke:SMAPI compatibility|entry
* or have been replaced by a change in the base game;
+
  |name    = Stack Check Fix
* or have been explicitly abandoned by the mod author (unless they're open-source and likely to be updated unofficially).
+
  |author  = punyo, yakminepunyo
 
+
  |id      = punyo.StackCheckFix
These will likely never be updated again.
+
  |nexus  = 2433
 
+
  |github  = pomepome/StackCheckFix
{{#invoke:SMAPI compatibility|header}}
+
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = 4Leaf
+
   |name    = Stacked Item Icons
   |author  = Alex Noddings
+
   |author  = aedenthorn, Erinthe
   |id      = an.4leaf
+
   |id      = aedenthorn.StackedItemIcons
   |nexus   = 2365
+
   |curse   = 868678
   |github  =
+
   |nexus  = 15468
 
+
   |github = aedenthorn/StardewValleyMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Advanced Location Loader
+
   |name    = Stack Everything
   |author  = Entoarox
+
   |author  = CatCattyCat, Cat
   |id      = Entoarox.AdvancedLocationLoader
+
   |id      = cat.stackeverything
   |nexus  = 2270
+
   |nexus  = 2053
   |chucklefish = 3619
+
   |moddrop = 833551
   |github  = Entoarox/StardewMods
+
   |github  = danvolchek/StardewMods
  
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
   |status  = abandoned
+
   |status  = workaround
   |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
+
   |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    = Advancing Sprinklers
+
   |name    = Stack Quality
   |author  = Warix3
+
   |author  = LeFauxMatt
   |id      = warix3.advancingsprinklers
+
   |id      = furyx639.StackQuality
   |nexus  = 2983
+
  |curse  = 871828
   |github  =
+
   |nexus  = 13724
 +
   |github  = LeFauxMatt/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = abandoned
 
   |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    = Stack Size Changer
   |author  = CKextreme
+
   |author  = Shockah
   |id      = CKextreme.AfkTimer
+
   |id      = Shockah.StackSizeChanger
   |nexus  = 3721
+
   |nexus  = 11866
   |github  =
+
   |github  = Shockah/Stardew-Valley-Mods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Aging Mod
+
   |name    = Stack Split Redux
   |author  = skn
+
   |author  = pepoluan
   |id      = skn.AgingMod
+
   |id      = pepoluan.StackSplitRedux
   |nexus  = 1129
+
   |nexus  = 8967
   |github  =
+
  |moddrop = 976551
 +
   |github  = pepoluan/StackSplitRedux
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Stack Everything Redux|Stack Everything Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = All Crops All Seasons
+
   |name    = StackSplitX
   |author  = cantorsdust
+
   |author  = tstaples
   |id      = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
+
   |id      = tstaples.StackSplitX
   |nexus  = 170
+
   |nexus  = 798
   |github  = cantorsdust/StardewMods
+
   |github  = tstaples/StackSplitX
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.4
   |summary = remove this mod (no longer maintained; use [[#Crops Anytime Anywhere|Crops Anytime Anywhere]] instead).
+
   |status   = workaround
 +
   |summary = use [[#Stack Split Redux|Stack Split Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Angel's Lead Rod Drop Rate Fixer
+
   |name    = Stack to Nearby Chests
   |author  = Angela Ranna
+
   |author  = Ilyaki
   |id      = AngelaRanna.LeadRodFixer
+
   |id      = Ilyaki.StackToNearbyChests
   |nexus  = 6894
+
   |nexus  = 1787
   |github  = AngelaRanna/StardewMods
+
   |github  = Ilyaki/StackToNearbyChests
  
   |status = obsolete
+
  |broke in = Stardew Valley 1.5
   |summary = remove this mod (lead rod drop rate fixed 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    = Animal Mood Fix
+
   |name    = Staircase Placement Fix, 楼梯修复, Fix Floor Placement<!--before 1.0.1-->
   |author  = Grant Peters
+
   |author  = Becks723
   |id      = GPeters-AnimalMoodFix
+
   |id      = Becks723.StaircasePlacementFix, Becks723.FixFloorPlacement<!--before 1.0.1-->
   |nexus  = 761
+
   |nexus  = 13381
 
   |github  =
 
   |github  =
  |broke in = SMAPI 2.0
 
  |status  = obsolete
 
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Aquarism - Immersive Fish Ponds
+
   |name    = StaminaRegen
   |author  = DaLion
+
   |author  = EvilPdor
   |id      = DaLion.ImmersivePonds, DaLion.ImmersiveFishPonds<!--before 2.0.7-->
+
   |id      =
   |nexus  = 11288
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/111526
 +
   |github  = natfoth/StardewValleyMods
  
   |status = abandoned
+
  |broke in = SMAPI 2.0
   |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
+
   |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    = Archaeology House Content Management Helper
+
   |name    = Standardized Krobus
   |author  = Felix-Dev
+
   |author  = minervamaga
   |id      = Felix-Dev.ArchaeologyHouseContentManagementHelper
+
   |id      = minervamaga.StandardizedKrobus
   |nexus  = 2804
+
   |nexus  =
   |github  = Felix-Dev/StardewMods
+
   |moddrop = 716314
 
+
   |github = minervamaga/StandardizedKrobus
   |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    = Audio Devices
+
   |name    = Starbot
   |author  = Max Vollmer, SVProtector
+
   |author  = bwdy
   |id      = maxvollmer.audiodevices
+
   |id      = bwdy.starbot
   |nexus  = 2838
+
   |nexus  = 4755
   |github  = maxvollmer/AudioDevices
+
   |github  = bwdymods/SDV-Starbot
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.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    = Stardew Access
   |author  = Jotser
+
   |author  = Mohammad Shoaib
   |id      = Jotser.AutoGrabberMod
+
   |id      = shoaib.stardewaccess
   |nexus  = 2783
+
   |nexus  = 16205
   |github =
+
   |url    = {{github|stardew-access/stardew-access}}/releases
 
+
   |github = stardew-access/stardew-access
   |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
   |name    = Auto Stack Items to Chest
+
   |name    = Stardew and Chill
   |author  = Chosimba
+
   |author  = mod.kitchen
   |id      = Chosimba.AutoStackItemsToChest
+
   |id      = mod.kitchen.stardewandchill
   |nexus  = 2307
+
   |nexus  = 12147
 
   |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    = Stardew Aquarium Code
   |author  = LateFilmsGamer
+
   |author  = Gervig91
   |id      = Late's.AdjustBabyChance
+
   |id      = Cherry.StardewAquarium
   |nexus  = 15018
+
   |nexus  = 6372
 
   |github  =
 
   |github  =
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.6
 +
   |status   = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Baby Gender Interface
+
   |name    = Stardew Aquarium Informant, Informant - Stardew Aquarium Add-on
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = Moonwolf, Moonwolf287
   |id      = f4iTh.BabyGenderInterface
+
   |id      = Moonwolf.StardewAquariumInformant
   |nexus  = 1947
+
   |nexus  = 16527
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6<!--@retest-after Stardew Aquarium-->
  |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    = Stardew Archipelago
   |author  = KirbyLink
+
   |author  = Kaito Kid
   |id      = kirbylink.beehousefix
+
   |id      = KaitoKid.StardewArchipelago
   |nexus  = 3013
+
   |nexus  = 16087
   |github  = KirbyLink/BeeHouseFix
+
   |github  = agilbert1412/StardewArchipelago
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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    = Stardew Auto GC
   |author  = Taskmaster
+
   |author  = Lake1059, 1059Studio
   |id      = Taskmaster.BeMyValentine
+
   |id      = Lake1059.StardewAutoGC_NET5, Lake1059.StardewAutoGC<!--changed in 1.3.0-->
   |nexus  = 5219
+
   |nexus  = 9293
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crafting
+
   |name    = Stardew Brewery
   |author  = RedstoneBoy
+
   |author  = Cylon
   |id      = RedstoneBoy.BetterCrafting
+
   |id      = cylon.stardewbrewery
   |nexus  = 2504
+
   |nexus  = 2057
   |github  = RedstoneBoy/BetterCrafting
+
   |github  = JustCylon/stardew-brewery
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.3
   |broke in = Stardew Valley 1.4
+
   |status  = workaround
 +
   |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Crafting → SpaceCore Support, Better Crafting → SpaceCore and DynamicGameAssets Support
+
   |name    = Stardew Config Menu
   |author  = Khloe Leclair
+
   |author  = Juice805
   |id      = leclair.bcspacecore
+
   |id      = Juice805.StardewConfigMenu
   |nexus  = 11115
+
   |nexus  = 1312
  |moddrop = 1115749
+
   |github  = StardewConfigFramework/StardewConfigMenu
   |github  = KhloeLeclair/StardewMods
 
  
   |status = obsolete
+
  |broke in = Stardew Valley 1.3.29
   |summary = remove this mod (SpaceCore support was added to Better Crafting in version 1.2).
+
   |status   = workaround
 +
   |summary = Use [[#Generic Mod Config Menu|Generic Mod Config Menu]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Better Transmutation
+
   |name    = Stardew Content Compatibility Layer (SCCL)
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = TehPers
   |id      = f4iTh.BetterTransmutation
+
   |id      = SCCL
   |nexus  = 2120
+
   |nexus  = 889
   |github  =
+
   |github  = TehPers/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.2
 
   |status  = abandoned
 
   |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    = Stardew Debt
   |author  = BunnyJumps
+
   |author  = Poison
   |id      = BunnyJumps.BJSCapsuleMod
+
   |id      = Poison.StardewTesting
   |nexus  = 2502
+
   |nexus  = 10005
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Discord
 +
  |author  = Steven Kraft
 +
  |id      = StevenKraft.StardewDiscord
 +
  |nexus  = 3608
 +
  |github  = steven-kraft/StardewDiscord
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS MP Kick Mod
+
   |name    = Stardew Druid
   |author  = BunnyJumps
+
   |author  = Neosinf
   |id      = BunnyJumps.BJSMPKickMenu
+
   |id      = neosinf.StardewDruid
   |nexus  = 2503
+
   |nexus  = 18465
   |github  =
+
   |github  = Neosinf/StardewDruid
 
 
  |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    = Stardew Druid Lite
   |author  = BunnyJumps
+
   |author  = Neosinf
   |id      = BunnyJumps.BJSNightSounds
+
   |id      = neosinf.StardewDruidLite
   |nexus  = 2501
+
   |nexus  = 19308
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.8
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Only Treasure Room
+
   |name    = Stardew Editor
   |author  = BunnyJumps
+
   |author  = spacechase0
   |id      = BunnyJumps.BJSOnlyTreasureRoom
+
   |id      = spacechase0.StardewEditor.GameIntegration
   |nexus  = 3145
+
   |nexus  = 1298
   |github  =
+
   |github  = spacechase0/StardewEditor
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.3
 +
   |status   = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Plant Everywhere
+
   |name    = Stardew FPS (Animation Frame Speed)
   |author  = BunnyJumps
+
   |author  = 1059 Studio, Lake1059
   |id      = BunnyJumps.BJSPlantEverywhere
+
   |id      = Lake1059.StardewFPS
   |nexus  = 3143
+
   |nexus  = 20801
   |github  =
+
   |github  = Lake1059/StardewFPS
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Stop Grass
+
   |name    = Stardew Get Achievement Now
   |author  = BunnyJumps
+
   |author  = Lake1059, 1059 Studio
   |id      = BunnyJumps.BJSStopGrass
+
   |id      = Lake1059.StardewGetAchievementNow
   |nexus  = 2500
+
   |nexus  = 11515
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = BJS Thunderstorm
+
   |name    = Stardew Hack
   |author  = BunnyJumps
+
   |author  = bcmpinc
   |id      = BunnyJumps.BJSThunderStorm
+
   |id      = bcmpinc.StardewHack
   |nexus  = 3144
+
   |nexus  = 3213
   |github  =
+
   |github  = bcmpinc/StardewHack
 
 
  |broke in = SMAPI 3.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Blue Chickens in Multiplayer
+
   |name    = Stardew Hitboxes
   |author  = WindHero
+
   |author  = Tyler Gibbs
   |id      = WindHero.BlueChickensInMultiplayer
+
   |id      = tylergibbs2.StardewHitboxes
   |nexus  = 2336
+
   |nexus  = 12264
   |github  = HeroOfTheWinds/BlueChickensInMultiplayer
+
   |github  = tylergibbs2/StardewHitboxes
  
   |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    = Stardew Hypnos - Sleeping Overhaul, Hypnos
   |author  = spacechase0
+
   |author  = davikr, apdapreturns
   |id      = spacechase0.Bow
+
   |id      = davikr.hypnos
   |nexus  = 2756
+
   |nexus  = 5935
  |moddrop = 771627
+
   |github  = davicr/StardewHypnos
   |github  = spacechase0/Bow
+
   |broken in = Stardew Valley 1.4
 
 
   |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    = Stardew Impact, Stardew Impact - Play as NPCs
   |author  = DiogoAlbano
+
   |author  = aedenthorn, Erinthe
   |id      = DiogoAlbano.BNWCore
+
   |id      = aedenthorn.StardewImpact
   |nexus  = 15871
+
   |nexus  = 14365
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bwdyworks
+
   |name    = Stardew Locations
   |author  = bwdy
+
   |author  = Mizzion
   |id      = bwdyworks
+
   |id      = mizzion.stardewlocations
   |nexus  = 3530
+
   |nexus  = 1929
 +
  |moddrop = 661357
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Media Keys
 +
  |author  = Angebro
 +
  |id      = Angebro.StardewMediaKeys
 +
  |nexus  = 11246
 +
  |github  = AngeloC3/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Motif
 +
  |author  = Vinyks
 +
  |id      = Vinyks.StardewMotif
 +
  |nexus  = 14326
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Capitalist Split Money
+
   |name    = Stardew Multiplayer Server
   |author  = Ilyaki
+
   |author  = funny-snek & Zuberii & moy, Moy
   |id      = Ilyaki.CapitalistSplitMoney
+
   |id      = moy.Always_On_Server
   |nexus  = 3083
+
   |nexus  = 20659
   |github  = Ilyaki/CapitalistSplitMoney
+
   |github  = AguirreMoy/Stardew-Multiplayer-Server-Mod
 
 
  |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    = Casks Anywhere
+
   |name    = Stardew Nametags
   |author  = YukiShiku, LeonBlade
+
   |author  = Tyler Gibbs
   |id      = CasksAnywhere
+
   |id      = tylergibbs2.StardewNametags
   |nexus  = 878
+
   |nexus  = 12158
  |chucklefish = 5486
+
   |github  = tylergibbs2/StardewNametags
  |moddrop = 124612
 
   |github  = LeonBlade/CasksAnywhere
 
 
 
  |broke in = Stardew Valley 1.4
 
  |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    = Stardew News Feed
   |author  = aclockworkhound
+
   |author  = Other Buckets
   |id      = aclockworkhound.ChildBedConfig
+
   |id      = OtherBuckets.StardewNewsFeed
   |nexus  = 3540
+
   |nexus  = 3206
   |github  = clockworkhound/SDV-ChildBedConfig
+
   |github  = Mikesnorth/StardewNewsFeed
  
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.5).
 
 
   |broke in = Stardew Valley 1.5
 
   |broke in = Stardew Valley 1.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = CJB Automation
+
   |name    = Stardew Notifications
   |author  = CJBok
+
   |author  = monopandora (maintained by Sakorona)
   |id      = CJBAutomation
+
   |id      = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
  |nexus  = 211
+
   |moddrop = 664154
  |github  = CJBok/SDV-Mods
+
   |nexus   = 4713
 
+
   |github = Sakorona/SDVMods
   |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    = Clock24
+
   |name    = STardew Overview
   |author  = Lysero
+
   |author  = Sto13
   |id      = Lysero.Clock24
+
   |id      = Sto13.STardewOverview
   |nexus  = 3718
+
   |nexus  = 14564
 
   |github  =
 
   |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
   |name    = Cobalt
+
   |name    = Stardew Progress
   |author  = spacechase0
+
   |author  = seeinggreen
   |id      = spacechase0.Cobalt
+
   |id      = seeinggreen.StardewProgress
   |nexus  = 1723
+
   |nexus  = 9786
   |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    = Stardew Realty Framework
   |author  = DanielSerrano, Lord Xamon
+
   |author  = Prism 99
   |id      = LordXamon.ColdWeatherHaleyPRO
+
   |id      = prism99.advize.stardewrealty
   |nexus  = 1169
+
   |nexus  = 10512
   |github  =
+
   |github  = Prism-99/FarmExpansion
 
 
  |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
   |name    = Colored Chests
+
   |name    = Stardew RPC - Discord Rich Presence
   |author  = Igorious
+
   |author  = ElocinDev
   |id      = 4befde5c-731c-4853-8e4b-c5cdf946805f
+
   |id      = elocindev.stardewrpc
 +
  |curse  = 1009887
 
   |nexus  =
 
   |nexus  =
  |chucklefish = 3684
 
 
   |github  =
 
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew RPG
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.StardewRPG
 +
  |nexus  = 11132
 +
  |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (colored chests added in Stardew Valley 1.1).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Colorful Chests
+
   |name    = Stardew Speak
   |author  = spacechase0
+
   |author  = evfredericksen, Evan Fredericksen
   |id      = spacechase0.ColorfulChests
+
   |id      = evfredericksen.StardewSpeak
   |nexus  = 1623
+
   |nexus  = 7929
  |moddrop = 279189
+
   |github  = evfredericksen/StardewSpeak
   |github  = spacechase0/ColorfulChests
 
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Concentration on Farming
+
   |name    = Stardew Survival Project
   |author  = punyo, yakminepunyo
+
   |author  = NeroYuki
   |id      = punyo.ConcentrationOnFarming
+
   |id      = neroyuki.rlvalley
   |nexus  = 1445
+
   |nexus  = 14183
   |github  =
+
   |github  = NeroYuki/StardewSurvivalProject
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Configurable Shipping Dates
+
   |name    = Stardew Symphony Remastered, Stardew Symphony
   |author  = Nishtra
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = ConfigurableShippingDates
+
   |id      = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
   |nexus  = 675
+
   |nexus  = 425
   |github  =
+
   |github  = janavarro95/Stardew_Valley_Mods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.5.5
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Console Coordinates
+
   |name    = Stardew Twitch Tracker
   |author  = Pillow
+
   |author  = Cody, Cody Hansen
   |id      = Pillow.ConsoleCoordinates
+
   |id      = cody.StardewTwitchTrackerMod
   |nexus  = 8957
+
   |nexus  = 16543
 
   |github  =
 
   |github  =
  
Line 19,017: Line 20,455:
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Copy Invite Code
+
   |name    = Stardew Valley Balance Overhaul, Stardew Valley Balance Overhaul Bundles
   |author  = CatCattyCat, Cat
+
   |author  = Alvadea & Jaksha & Theoddon
   |id      = cat.copyinvitecode
+
  |id      = Theoddon.SVBOBundlesLoader
   |nexus  = 2171
+
  |nexus  = 13426
   |github  = danvolchek/StardewMods
+
  |github  = Annosz/UIInfoSuite2
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Stardew Valley Barber, Stardew Barber
 +
  |author  = phroureo
 +
   |id      = phroureo.BarberSV
 +
   |nexus  = 9061
 +
   |github  =
  
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (added in Stardew Valley 1.3.17).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Craft Counter
+
   |name    = Stardew Valley ESP, sdv-helper
   |author  = bcmpinc
+
   |author  = reimu, r2h, tomdc
   |id      = bcmpinc.CraftCounter
+
   |id      = reimu.sdv-helper
   |nexus  = 2739
+
   |nexus  = 3917
   |github  = bcmpinc/StardewHack
+
   |github  = rei2hu/stardewvalley-esp
  
   |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    = Crafting Counter
+
   |name    = Stardew Valley Expanded
   |author  = lolpcgaming
+
   |author  = Flashshifter
   |id      = lolpcgaming.CraftingCounter
+
   |id      = FlashShifter.SVECode
   |nexus  = 1585
+
   |nexus  = 3753
   |github  =
+
   |moddrop = 833179
 
+
   |github = FlashShifter/StardewValleyExpanded
   |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    = Stardew Valley Randomizer
   |author  = trienow
+
   |author  = Tooshi
   |id      = de.trienow.stardew.craftpriority
+
   |id      = Tooshi.Randomizer
   |nexus  = 4174
+
   |nexus  = 5185
   |github  = trienow/Stardew-CraftPriority
+
  |curse  = 308003
 +
   |github  = cTooshi/stardew-valley-randomizer
  
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Creeper Forage
+
   |name    = Stardew Valley - Roguelike<!--Nexus-->, Stardew Roguelike<!--manifest-->
   |author  = bwdy
+
   |author  = Tyler Gibbs and TheHaboo
   |id      = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
+
   |id      = tylergibbs2.StardewRoguelike
   |nexus  = 2115
+
   |nexus  = 13614
   |github  =
+
   |github  = tylergibbs2/StardewValleyMods
  
   |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    = Stardew Valley Timelapse<!--manifest-->, Stardew Timelapse<!--Nexus-->
   |author  = BadNetCode
+
   |author  = evskii
   |id      = BadNetCode.CropSafety
+
   |id      = evskii.StardewTimelapse
   |nexus  = 1233
+
   |nexus  = 19806
  |moddrop = 130160
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Current Location
+
   |name    = Stardew Voices
   |author  = Omegasis, AlphaOmegasis
+
   |author  = Shannon Hobby
   |id      = CurrentLocation102120161203
+
   |id      = shobby.StardewVoices
   |nexus   = 638
+
   |curse   = 1010539
   |github  = janavarro95/Stardew_Valley_Mods
+
   |nexus   = 22550
 
+
   |github =
  |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
   |name    = Custom Asset Modifier, Custom Asset Editor
+
   |name    = Stardew Web
   |author  = Omegasis, AlphaOmegasis
+
   |author  = Prism 99
   |id      = Omegasis.CustomAssetModifier
+
   |id      = prism99.stardewweb
   |nexus  = 1836
+
   |nexus  = 8715
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
 
  |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    = Stardew Web API
   |author  = furyx639
+
   |author  = zunderscore
   |id      = furyx639.CustomBundles
+
   |id      = zunderscore.StardewWebApi
   |nexus  = 8258
+
   |nexus  = 22540
 
+
   |github  = zunderscore/StardewWebApi
   |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Crops
+
   |name    = Stardust Core
   |author  = spacechase0
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = spacechase0.CustomCrops
+
   |id      = Omegasis.StardustCore
   |nexus  = 1592
+
   |nexus  = 2341
  |moddrop = 273617
+
   |github  = janavarro95/Stardew_Valley_Mods
   |github  = spacechase0/CustomCrops
 
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Element Handler
+
   |name    = Starksouls
   |author  = Platonymous
+
   |author  = FenrirA
   |id      = Platonymous.CustomElementHandler
+
   |id      = FenrirAsonda.Starksouls
   |nexus  = 1068
+
   |nexus  = 10915
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = OhWellMikell/Starksouls
 
 
  |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 Emotes
+
   |name    = Start in Ginger Island
   |author  = purrplingcat
+
   |author  = mistyspring
   |id      = PurrplingCat.CustomEmotes
+
   |id      = mistyspring.GingerIslandStart
   |nexus  = 10861
+
   |nexus  = 20401
   |github  = purrplingcat/CustomEmotes
+
   |github  =
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farming Redux
+
   |name    = Starting Money
   |author  = Platonymous
+
   |author  = mmanlapat
   |id      = Platonymous.CustomFarming
+
   |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
   |nexus  = 991
+
   |nexus  = 1138
  |curse  = 307366
+
   |github  =
  |moddrop = 793926
 
   |github  = Platonymous/Stardew-Valley-Mods
 
  
  |status  = abandoned
+
   |broke in = SMAPI 3.0
  |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    = Startup Volume Config
   |author  = Platonymous
+
   |author  = certifiableGrimalkin
   |id      = Platonymous.CFAutomate
+
   |id      = certifiableGrimalkin.StartupVolumeConfig
   |nexus  = 991
+
   |nexus  = 15846
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
+
}}
   |broke in = Automate 1.15
+
{{#invoke:SMAPI compatibility|entry
   |status  = abandoned
+
   |name    = Start With Greenhouse
   |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod → PFMAutomate|Producer Framework Mod → PFMAutomate]] instead.
+
   |author  = CaptainSully
<!--
+
   |id      = CaptainSully.StartWithGreenhouse
   |unofficial version = 2.12.10-unofficial.1-minervamaga
+
  |nexus  = 9878
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
+
   |moddrop = 1035412
-->
+
   |github  = CaptainSully/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Farm Types
+
   |name    = Start With Hat
   |author  = spacechase0
+
   |author  = treyh0
   |id      = spacechase0.CustomFarmTypes
+
   |id      = treyh0.StartWithHat
   |nexus  = 1140
+
   |nexus  = 2628
  |moddrop = 128708
+
   |github  =
   |github  = spacechase0/CustomFarmTypes
 
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Greenhouse
+
   |name    = Stash Items
   |author  = Forkmaster
+
   |author  = ZackHill
   |id      = Forkmaster.CustomGreenhouse
+
   |id      = ZackHill.StashItems
   |nexus  = 3464
+
   |nexus  = 9624
   |github  =
+
   |github  = zack-hill/stardew-valley-stash-items
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Harvest Fix
+
   |name    = Stash Items to Chest
   |author  = mytigio
+
   |author  = lambui
   |id      = mytigio.customharvestfix
+
   |id      = BlueMod_StashItemsToChest
   |nexus  = 4192
+
   |nexus  =
   |github  = mytigio/CustomHarvestFix
+
  |url    = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
 +
   |github  = lambui/StardewValleyMod_StashItemsToChest
  
   |status  = obsolete
+
  |broke in = SMAPI 2.0
   |summary  = remove this mod (no longer needed, Json Assets handles deshuffling animal products on its own now).
+
   |status  = workaround
  |broke in = Stardew Valley 1.5
+
   |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    = Customise Child Bedroom
+
   |name    = Static Inventory
   |author  = Speshkitty
+
   |author  = Dinotopea
   |id      = speshkitty.CustomiseChildBedroom
+
   |id      = Dinotopea.StaticInventory
   |nexus  = 5540
+
   |nexus  = 20093
   |github  = Speshkitty/CustomiseChildBedroom
+
   |github  = nrobinson12/StardewValleyMods
  
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Customize Cursor Sprite
+
   |name    = Static Tool Power
   |author  = Satozaki
+
   |author  = Omek97
   |id      = EpicBellyFlop45.CustomizeCursorSprite
+
   |id      = omek97.static_toolpower
   |nexus  = 3014
+
   |nexus  = 21281
   |github  = AndyCrocker/StardewMods
+
   |github  =
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom NPC
+
   |name    = Stats as Tokens
   |author  = Platonymous
+
   |author  = sophiesalacia
   |id      = Platonymous.CustomNPC
+
   |id      = Vertigon.StatsAsTokens
   |nexus  = 1607
+
   |nexus  = 9659
   |github  = Platonymous/Stardew-Valley-Mods
+
   |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 [[#Content Patcher|Content Patcher]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Shirts
+
   |name    = Stats Passive Regeneration, Stats Reloader
   |author  = Platonymous
+
   |author  = strato35
   |id      = Platonymous.CustomShirts
+
   |id      = Strato35.StatsReloader
   |nexus  = 2416
+
   |nexus  = 7428
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |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    = Statue of Generosity
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = spacechase0
   |id      = Omegasis.CustomShopReduxGui
+
   |id      = spacechase0.StatueOfGenerosity
   |nexus  = 1378
+
  |curse  = 867713
   |github  = janavarro95/Stardew_Valley_Mods
+
   |nexus  = 7532
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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    = Statue Shorts
 
   |author  = aedenthorn, Erinthe
 
   |author  = aedenthorn, Erinthe
   |id      = aedenthorn.CustomSpousePatio
+
   |id      = aedenthorn.StatueShorts
   |nexus  = 6630
+
   |nexus  = 17642
 
   |github  = aedenthorn/StardewValleyMods
 
   |github  = aedenthorn/StardewValleyMods
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.6
   |summary = remove this mod (no longer maintained; use [[#Custom Spouse Patio Redux|Custom Spouse Patio Redux]] instead).
+
   |status   = workaround
 +
   |summary = use {{nexus mod|22135|Statue Shorts Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Statue Shorts Redux
 +
  |author  = Nom0ri
 +
  |id      = aedenthorn.StatueShorts
 +
  |nexus  = 22135
 +
  |github  = Nom0ri/StatueShortsRedux
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Custom Walls and Floors
+
   |name    = Stay Up
   |author  = Platonymous
+
   |author  = su226
   |id      = Platonymous.CustomWallsAndFloors
+
   |id      = Su226.StayUp
  |curse  = 307569
+
   |nexus  = 7592
  |moddrop = 793903
+
   |github  = su226/StardewValleyMods
   |nexus  = 3010
 
   |github  = Platonymous/Stardew-Valley-Mods
 
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (support for custom walls & floors added in Stardew Valley 1.5.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Daily Notifications, Event Notifications
+
   |name    = Stay Up Late
   |author  = dreamsicl
+
   |author  = Krutonium
   |id      = EventNotifications
+
   |id      = krutonium.stayuplate
   |nexus  =
+
   |nexus  = 12578
  |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    = Stay Up Plus
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = neur0tox1n, neur0tox1n_
   |id      = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
+
   |id      = neur0tox1n_.StayUpPlus
   |nexus  = 513
+
   |nexus  = 21469
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
 
  |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    = SteamDew
   |author  = stokastic
+
   |author  = Mewsubi
   |id      = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
+
   |id      = Mewsubi.SteamDew
   |nexus  = 2462
+
   |nexus  = 19396
   |github  = stokastic/CoopGrabber
+
   |github  = myuusubi/SteamDew
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = obsolete
   |summary  = remove this mod (no longer maintained; use [[#Deluxe Grabber Redux|Deluxe Grabber Redux]] instead).
+
   |summary  = remove this mod (Steam integration added in Stardew Valley 1.6).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Desert Obelisk
+
   |name    = Stendew Valley
   |author  = CatCattyCat, Cat
+
   |author  = Haunted Pineapple
   |id      = cat.desertobelisk
+
   |id      = HauntedPineapple.StendewValley
   |nexus  = 2021
+
   |nexus  = 19483
  |moddrop = 833549
+
   |github  = HauntedPineapple/Stendew-Valley
   |github  = danvolchek/StardewMods
 
  
   |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    = DewCord Rich Presence
+
   |name    = Stone Bridge Over Pond, Pond With Bridge
   |author  = explosivetortellini
+
   |author  = Advize and jinxiewinxie
   |id      = explosivetortellini.StardewValleyDRP
+
   |id      = jinxiewinxie.StoneBridgeOverPond
   |nexus  = 8348
+
   |nexus  = 316
   |github  = explosivetortellini/StardewValleyDRP
+
   |github  = Jinxiewinxie/StardewValleyMods
  
   |broke in = Stardew Valley 1.5.5
+
   |broke in = SMAPI 3.0
   |status  = abandoned
+
<!--
 +
  |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    = Dialogue Emotes
+
   |name    = Stop Flower Harvests
   |author  = PurrplingCat
+
   |author  = BlobLeader
   |id      = PurrplingCat.DialogueEmotes
+
   |id      = BlobLeader.StopFlowerHarvests
   |nexus  = 6537
+
   |nexus  = 24559
   |github  = purrplingcat/DialogueEmotes
+
   |github  = seichen/Stardew-Stop-Flower-Harvests
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Dynamic Horses
+
   |name    = Stop Sounds When in Background<!--Nexus-->, Stop Sounds When Alt Tabbed<!--manifest-->
   |author  = Bpendragon
+
   |author  = Mustafa
   |id      = Bpendragon-DynamicHorses
+
   |id      = Mustafa.StopSoundsWhenAltTabbed
   |nexus  = 874
+
   |nexus  = 13925
   |github  = Bpendragon/DynamicHorses
+
   |github  = mustafa-git/StopSoundsWhenAltTabbed
 
 
  |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    = Storage Containers
   |author  = enaium
+
   |author  = trashcan9
   |id      = Enaium.EiTK
+
   |id      = trashcan9.StorageContainers
  |curse  = 365803
+
   |nexus  = 16071
   |nexus  =
 
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Emotes
+
   |name    = Stronger You
   |author  = aurnj, Roy Li
+
   |author  = Krutonium
   |id      = RuyiLi.Emotes
+
   |id      = Krutonium.StrongerYou
   |nexus  =
+
   |nexus  = 7402
  |url    = https://community.playstarbound.com/threads/emotes.129159
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Empty Hands
+
   |name    = Stuck at Level 1 but Overpower Drop Rates
   |author  = Oblitus
+
   |author  = Darkmushu
   |id      = QuicksilverFox.EmptyHands
+
   |id      = Darkmushu.StuckAtLevel1ButOverPowerDropRates
   |nexus  = 1176
+
   |nexus  = 17380
   |github  = quicksilverfox/StardewMods
+
   |github  =
 
 
  |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    = Even Better Warehouse
+
   |name    = Stumps to Hardwood Stumps
   |author  = charliedemilho
+
   |author  = Nishtra
   |id      = charliedemilho.EvenBetterWarehouse
+
   |id      = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
   |nexus  = 10396
+
   |nexus  = 691
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.3.29
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Expansive Combat, Proficiência
+
   |name    = Sturdy Saplings<!--manifest-->, Sturdier Saplings<!--Nexus-->
   |author  = Hamio, HamioDracny
+
   |author  = sophiesalacia
   |id      = HamioDracny.ProficienciaEmDano
+
   |id      = sophie.SturdySaplings
   |nexus  = 7511
+
   |nexus  = 14440
   |github  =
+
   |github  = sophiesalacia/StardewMods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FaeQuest
+
   |name    = Submerged Crab Pots
   |author  = Navi-chan, ooo0000
+
   |author  = aedenthorn, Erinthe
   |id      = NaviChan.FaeQuest
+
   |id      = aedenthorn.SubmergedCrabPots
   |nexus  = 2484
+
   |nexus  = 11719
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in           = Stardew Valley 1.6
   |status  = abandoned
+
  |unofficial version = 0.2.2-unofficial.1-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#SubmergedCrabPots
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Expansion
+
   |name    = Subterranian Overhaul, Dwarvish
   |author  = Advize
+
   |author  = mytigio
   |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      = mytigio.SubterranianOverhaul
   |nexus  = 130
+
   |nexus  = 4149
   |github  = AdvizeGH/FarmExpansion
+
   |github  = mytigio/SDVMods
  
   |broke in = Stardew Valley 1.3.16
+
   |broke in = Stardew Valley 1.5
 
   |status  = abandoned
 
   |status  = abandoned
   |summary  = remove this mod (no longer maintained; see [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-25661 unofficial update] instead).
+
   |summary  = remove this mod (no longer maintained; use {{nexus mod|22021|Dwarven Expansion}} instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Hub
+
   |name    = Summit Reborn
   |author  = Platonymous
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = Platonymous.FarmHub
+
   |id      = KoihimeNakamura.summitreborn
   |nexus  = 2309
+
   |nexus  = 2073
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = JohnsonNicholas/SDVMods
  
  |broke in = Stardew Valley 1.4
+
   |status = abandoned
   |status   = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm in the Sky, Fundo
+
   |name    = Sundrop City
   |author  = BrasileiroTop
+
   |author  = The Sundrop Team
   |id      = BrasileiroTop.Fundo
+
   |id      = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
   |nexus  = 5423
+
   |nexus  = 4014
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.5.5
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Farm Warps Patch
+
   |name    = Super Hopper
   |author  = tlitookilakin
+
   |author  = spacechase0
   |id      = tlitookilakin.farmwarpspatch
+
   |id      = spacechase0.SuperHopper
   |nexus   = 8236
+
   |curse   = 867698
   |moddrop = 926207
+
   |nexus  = 9418
   |github  = tlitookilakin/FarmWarpsPatch
+
   |github  = spacechase0/StardewValleyMods
  
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |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    = Super Sleeper
   |author  = ofmanynames
+
   |author  = spoocky123
   |id      = InstantGeode
+
   |id      = spoocky123.SuperSleeper
   |nexus  = 750
+
   |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
  
   |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    = Surprise Pregnancy, SurpriseBaby1
   |author  = DaLion
+
   |author  = MiphasGrace
   |id      = DaLion.ImmersiveRings
+
   |id      = MiphasGrace.SurpriseBaby1
   |nexus  = 11380
+
   |nexus  = 13126
 
   |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    = Survivalistic
   |author  = MindMeltMax
+
   |author  = Ophaneom
   |id      = MindMeltMax.FireCracker
+
   |id      = Ophaneom.Survivalistic
   |nexus  = 7321
+
   |nexus  = 12179
   |github  =
+
   |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    = Fischievements
+
   |name    = SV Fishing Mod
   |author  = MattDeDuck, Duckshard
+
   |author  = KDERazorback
   |id      = MattDeDuck.Fischievements
+
   |id      = KDERazorback.SvFishingMod
   |nexus  = 3658
+
   |nexus  = 6403
   |github  =
+
   |github  = KDERazorback/SvFishingMod
  
   |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    = SV Notepad
   |author  = f4iTh and Lita, JertsukkaTheMan
+
   |author  = HereBeCush
   |id      = f4iTh.WoodsDebrisFix
+
   |id      = herebecush.SVNotepad
   |nexus  = 1941
+
   |nexus  = 21473
 
   |github  =
 
   |github  =
 
+
   |source = https://gitlab.com/hbc-mods/stardew-valley/sv-notepad
   |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    = Swap Rings
   |author  = bcmpinc
+
   |author  = Zamiel
   |id      = bcmpinc.FixScytheExp
+
   |id      = Zamiel.SwapRings
   |nexus  =
+
   |nexus  = 21205
   |github  = bcmpinc/StardewHack
+
   |github  = Zamiell/stardew-valley-mods
  |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    = Swim
   |author  = randomAnon1234
+
   |author  = aedenthorn, Erinthe
   |id      = none<!--no manifest ID-->
+
   |id      = aedenthorn.Swim
   |nexus  = 591
+
  |curse  = 868896
   |github  =
+
   |nexus  = 6326
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in           = Stardew Valley 1.6
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Swim - Continued|Swim - Continued]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = FQ Festival Tweaks
+
   |name    = Swim (Almost) Anywhere, Swim Suit
   |author  = FletcherQuest
+
   |author  = Platonymous
   |id      = FletcherQuest.FQFestivalTweaks
+
   |id      = Platonymous.SwimSuit
   |nexus  = 9062
+
   |nexus  = 1215
   |github  =
+
   |github  = Platonymous/Stardew-Valley-Mods
  
   |status  = abandoned
+
  |broke in = SMAPI 3.0
 +
   |status   = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Furniture Anywhere
+
   |name    = Swim - Continued
   |author  = Entoarox
+
   |author  = aedenthorn and FlyingTNT
   |id      = Entoarox.FurnitureAnywhere
+
   |id      = FlyingTNT.Swim
   |nexus  = 2276
+
   |nexus  = 23169
  |chucklefish = 4324
+
   |github  = FlyingTNT/StardewValleyMods
   |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    = Swimsuits Anywhere
   |author  = furyx639
+
   |author  = Myzkatonic
   |id      = furyx639.FuryCore
+
   |id      = Myzkatonic.SwimsuitsAnywhere
   |nexus  = 10696
+
   |nexus  = 7722
 +
  |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Get Dressed
+
   |name    = Swiss Army Knife
   |author  = Advize and Jinxiewinxie
+
   |author  = John Peters
   |id      = Advize.GetDressed
+
   |id      = JohnPeters.SwissArmyKnife
   |nexus  = 331
+
   |nexus  = 13991
   |github  = AdvizeGH/GetDressed
+
   |github  =
 
 
  |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    = Ginger Island Extra Locations
+
   |name    = Swizzy Meads
   |author  = mistyspring
+
   |author  = Swizzy Studios
   |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
+
   |id      = SwizzyStudios.SwizzyMeads
  |curse  = 880520
+
   |nexus  = 3241
   |nexus  = 12195
+
   |github  = SwizzyStudios/SV-SwizzyMeads
   |github  = misty-spring/StardewMods
 
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Gift
+
   |name    = Tab Autoloot
   |author  = ShadowDragon8685
+
   |author  = Guedez
   |id      = ShadowDragon.GrandfathersGift
+
   |id      = tab.autoloot
   |nexus  = 985
+
   |nexus  = 5115
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Grandfather's Gift Remade
+
   |name    = Tailor Weapon Skins
   |author  = pepoluan
+
   |author  = Peasly Wellbott
   |id      = pepoluan.GrandfatherGiftRemade
+
   |id      = Wellbott.TailorWeaponSkins
   |nexus  = 4151
+
   |nexus  = 7797
  |chucklefish = 5783
 
 
   |github  =
 
   |github  =
  |source  = https://sourceforge.net/projects/sdvmod-grandfather-s-gift-re/
 
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Hamlet
+
   |name    = Tainted Cellar, Underground House Cellar
   |author  = Taskmaster
+
   |author  = Jinxiewinxie and TaintedWheat
   |id      = Taskmaster.Hamlet
+
   |id      = TaintedCellar
   |nexus  = 4601
+
   |nexus  = 1672
   |github  =
+
   |github  = Jinxiewinxie/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.3
 +
<!--
 +
  |unofficial version = 1.1.1-unofficial.2-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Happy Animals
+
   |name    = Take a Break
   |author  = StarPeanut, Greger
+
   |author  = Krutonium
   |id      = HappyAnimals
+
   |id      = krutonium.TakeABreak
   |nexus  =
+
   |nexus  = 12549
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = obsolete
 
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = HD Sprites
+
   |name    = Take All
   |author  = ninthworld
+
   |author  = aedenthorn, Erinthe
   |id      = NinthWorld.HDSprites
+
   |id      = aedenthorn.TakeAll
   |nexus  = 4024
+
   |nexus  = 14247
   |github  = ninthworld/HDSprites
+
   |github  = aedenthorn/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    = Take It Slow
   |author  = Oga_The_Real
+
   |author  = KarratKake
   |id      = Oga_The_Real.Hempire
+
   |id      = KarratKake.TakeItSlow
   |nexus  = 14477
+
   |nexus  = 13432
 
   |github  =
 
   |github  =
  
   |status  = abandoned<!--mod page hidden-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Idle Animations, Animacoes
+
   |name    = Talk to Inworld's AI Villagers, Inworld
   |author  = BrasileiroTop
+
   |author  = Inworld AI, PogDerson
   |id      = BrasileiroTop.Animacoes
+
   |id      = PogDerson.Inworld
   |nexus  = 5139
+
   |nexus  = 16816
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Improved Mill
+
   |name    = Tap Giant Crops
   |author  = AustinYQM
+
   |author  = atravita
   |id      = AustinYQM.ImprovedMill
+
   |id      = atravita.TapGiantCrops
   |nexus  = 1748
+
  |curse  = 870968
   |github  = AustinYQM/ImprovedMill
+
  |moddrop = 1205166
 +
   |nexus  = 13052
 +
   |github  = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Infinite Inventory
+
   |name    = Tappable Palm Trees
   |author  = unidarkshin, Devin Lematty
+
   |author  = aedenthorn, Erinthe
   |id      = DevinLematty.InfiniteInventory
+
   |id      = aedenthorn.TappablePalmTrees
   |nexus  = 2247
+
   |nexus  = 10661
   |github  = unidarkshin/Stardew-Mods
+
   |github  = aedenthorn/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    = Interactions, Interacoes
+
   |name    = Tapper Ready
   |author  = BrasileiroTop
+
   |author  = skunkkky
   |id      = BrasileiroTop.Interacoes
+
   |id      = skunkkk.TapperReady
   |nexus  = 4862
+
   |nexus  = 1219
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
  |name    = Junimo Farm
 
  |author  = Platonymous
 
  |id      = Platonymous.JunimoFarm
 
  |nexus  = 984
 
  |github  = Platonymous/Stardew-Valley-Mods
 
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Tapper Report|Tapper Report]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junimo Studio, Music Blocks
+
   |name    = Tapper Report
   |author  = Becks723
+
   |author  = pepoluan
   |id      = Becks723.JunimoStudio, Becks723.MusicBlocks<!--changed in 1.9.9-->
+
   |id      = pepoluan.TapperReport
   |nexus  = 6971
+
   |nexus  = 8700
 
   |github  =
 
   |github  =
 
+
   |source  = https://sourceforge.net/p/sdvmod-tapper-report
   |broke in = Stardew Valley 1.5.5
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Junk Mail
+
   |name    = Taxes Mod
   |author  = Taskmaster
+
   |author  = bdawson1993
   |id      = Taskmaster.JunkMail
+
   |id      =
   |nexus  = 4452
+
   |nexus  = 38
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |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    = Keyboard Mod Menu
+
   |name    = TehCore, Teh's Core Mod<!--changed in 1.0.0-beta.20211020-->
   |author  = Shadowfoxss
+
   |author  = TehPers
   |id      = Shadowfoxss.KeyboardModMenu
+
   |id      = TehPers.Core, TehPers.CoreMod<!--changed in re-release-->
   |nexus  = 3147
+
   |nexus  = 3256<!--was 2150 before re-release-->
   |curse  = 308891
+
   |moddrop = 1071149
   |github  =
+
   |github  = TehPers/StardewValleyMods
 
 
  |broke in = SMAPI 3.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Kisekae
+
   |name    = Teh's Festive Slimes
   |author  = Kabigon
+
   |author  = TehPers
   |id      = Kabigon.kisekae
+
   |id      = TehPers.FestiveSlimes
   |nexus  = 2348
+
   |nexus  = 2990
   |github  = KabigonFirst/StardewValleyMods
+
   |github  = TehPers/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4<!--@retest-after Teh's Core Mod-->
  |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    = Teh's Fishing Overhaul
   |author  = Lavapulse
+
   |author  = TehPers
   |id      = Lavapulse.LavapulseChickens
+
   |id      = TehPers.FishingOverhaul
   |nexus  = 4821
+
   |nexus  = 866
   |github  =
+
  |moddrop = 123679
 +
   |github  = TehPers/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Leah Cabin Music Fix
+
   |name    = Telephone Purchasing
   |author  = Huanir
+
   |author  = Stingray
   |id      = Huanir.LeahCabinMusicFix
+
   |id      = Stingray.TP
   |nexus  = 2653
+
   |nexus  = 10190
 +
  |github  = Stingrayss/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Teleportation Tool
 +
  |author  = jeWel
 +
  |id      = jeWel.TeleportationToolModCode
 +
  |nexus  = 22534
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Less Strict Over-Exertion, AntiExhaustion
+
   |name    = Teleporter
   |author  = Permamiss
+
   |author  = Bifibi
   |id      = BALANCEMOD_AntiExhaustion
+
   |id      = Teleporter
   |nexus  = 637
+
   |nexus  =
 +
  |chucklefish = 4374
 
   |github  =
 
   |github  =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.2
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Fast Travel|Fast Travel]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Location and Music Logger
+
   |name    = Teleport Mod
   |author  = Brandy Lover, WDavi
+
   |author  = Falson, Falson127
   |id      = Brandy Lover.LMlog
+
   |id      = Falson.TeleportMod
   |nexus  = 1366
+
   |nexus  = 18842
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Makeshift Multiplayer
+
   |name    = Teleport NPC
   |author  = spacechase0
+
   |author  = Enaium
   |id      = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
+
   |id      = Enaium.TeleportNpc
   |nexus   = 501
+
   |curse   = 436803
   |moddrop = 127274
+
   |moddrop = 865554
   |github  = spacechase0/StardewValleyMP
+
   |nexus   =
 
+
   |github  = Enaium-StardewValleyMods/TeleportNpc
   |broke in = Stardew Valley 1.3
 
   |status  = obsolete
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Map Image Export
+
   |name    = Teleport NPC Location
   |author  = spacechase0
+
   |author  = ccr
   |id      = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
+
   |id      = ccr.TeleportNPCLocation
   |nexus  = 1073
+
   |nexus  = 17190
  |moddrop = 127273
+
   |github  = chencrstu/TeleportNPCLocation
   |github  = spacechase0/MapImageExporter
 
 
 
  |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    = Teleport Point
   |author  = Jacque Pott
+
   |author  = Enaium
   |id      = JacquePott.MassProduction
+
   |id      = Enaium.TeleportPoint
   |nexus   = 7021
+
   |curse   = 436830
   |github  = JacquePott/StardewValleyMods
+
   |moddrop = 864013
 
+
   |nexus  =
   |broke in = Stardew Valley 1.5
+
   |github  = Enaium-StardewValleyMods/TeleportPoint
   |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Message Box API, ChatMod
+
   |name    = Teleport To Farm
   |author  = Kithio
+
   |author  = Rafael
   |id      = Kithio:ChatMod
+
   |id      = Rafael.TeleportToFarm
   |nexus  =
+
   |nexus  = 7247
  |chucklefish = 4296
 
 
   |github  =
 
   |github  =
 
  |broke in = SMAPI 2.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mining with Explosives
+
   |name    = Terraria Accessories
   |author  = Nishtra
+
   |author  = jeWel
   |id      = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
+
   |id      = jeWel.TerrariaAccessoriesCode
   |nexus  = 770
+
   |nexus  = 22931
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = obsolete
 
  |summary  = remove this mod (mining with explosives fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Monthly Mail
+
   |name    = Test Mod for Automated Workflows, Test Mod
   |author  = Taskmaster
+
   |author  = spacechase0
   |id      = Taskmaster.MonthlyMail
+
   |id      = spacechase0.TestMod
   |nexus  = 4523
+
   |nexus  = 21216
 +
  |github  = spacechase0/TestModWorkflow
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Thai Font Adjuster
 +
  |author  = 'ELL and NRTnarathip
 +
  |id      = ELL.ThaiFontAdjuster
 +
  |nexus  = 9586
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = MoodFix
+
   |name    = The Adventurer's Life Expanded
   |author  = vaindil
+
   |author  = HamioDracny
   |id      = vaindil.MoodFix
+
   |id      = HamioDracny.TALE.SMAPI
   |nexus  = 1809
+
   |nexus  = 14083
   |github  = vaindil/sdv-moodfix
+
   |github  =
  
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Mood Guard
+
   |name    = The Best of "The Queen of Sauce"
   |author  = YonKuma, kumarei
+
   |author  = Bpendragon
   |id      = YonKuma.MoodGuard
+
   |id      = Bpendragon.BestOfQOS
   |nexus  = 1597
+
   |nexus  = 7985
   |github  = YonKuma/MoodGuard
+
   |github  = Bpendragon/Best-of-Queen-of-Sauce
 
 
  |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    = More Map Layers
+
   |name    = The Cave Cult, Cave Cult Code
   |author  = Platonymous
+
   |author  = CtrlAltDefeat, Evan Yoshitani
   |id      = Platonymous.MoreMapLayers
+
   |id      = CtrlAltDefeat.CaveCultCode
   |nexus  = 1134
+
   |nexus  = 23741
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = More TV Channel, CanaisTv
+
   |name    = The Chest Dimension
   |author  = BrasileiroTop
+
   |author  = zazizu
   |id      = BrasileiroTop.CanaisTv
+
   |id      = zazizu.TheChestDimension
   |nexus  = 5126
+
   |nexus  = 4013
   |github  =
+
   |github  = cilekli-link/SDVMods
  
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Move Through Object
+
   |name    = The Daily Newspaper<!--Nexus-->, The Daily Paper<!--manifest-->
   |author  = ylsama
+
   |author  = Neat
   |id      = ylsama.MoveThoughObject
+
   |id      = neat.newspaper
   |nexus  = 2680
+
   |nexus  = 8689
 
   |github  =
 
   |github  =
  |source  = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
 
 
  |dev note = source in separate Git branch
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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    = The Farmer That Stared at Rocks
   |author  = SgtPickles, GameMX
+
   |author  = ItsLittany
   |id      = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
+
   |id      = itslittany.RockBreaker
   |nexus  = 2256
+
   |nexus  = 6376
 +
  |moddrop = 804101
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.5
 
  |status  = obsolete
 
  |summary  = remove this mod (no longer maintained; equivalent map customisability was added in Stardew Valley 1.5).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiplayer Emotes
+
   |name    = The Fish Dimension
   |author  = FerMod
+
   |author  = ichortower
   |id      = FerMod.MultiplayerEmotes
+
   |id      = ichortower.TheFishDimension
   |nexus  = 2347
+
   |nexus  = 22335
   |github  = FerMod/StardewMods
+
   |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.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    = Multiplayer Sell Price Fix, Fix-sellToStorePrice
+
   |name    = The Gnomiverse
   |author  = Unremarkable, animavoro
+
   |author  = Purppelle and King Gnomus
   |id      = unremarkable.fix-sellToStorePrice
+
   |id      = Purppelle.TheGnomiverse
   |nexus  = 2135
+
   |nexus  = 13266
   |github  = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
+
   |github  =
 
 
  |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    = The Great Stardew Valley Bake-Off, Bake Off Code
   |author  = Prince-Leto
+
   |author  = Tlitookilakin
   |id      = princeleto.multiplayershaftfix
+
   |id      = tlitookilakin.BakeOffCode
   |nexus  = 2922
+
   |nexus  = 18856
   |github  = Prince-Leto/StardewValleyMods
+
   |github  =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Multiple Spouses
+
   |name    = The Long Night
   |author  = aedenthorn, Erinthe
+
   |author  = Pathoschild
   |id      = aedenthorn.MultipleSpouses
+
   |id      = Pathoschild.TheLongNight
   |nexus  = 6227
+
   |nexus  = 1369
   |github  = aedenthorn/StardewValleyMods
+
   |github  = Pathoschild/StardewMods
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.3.20
   |summary = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
+
   |status   = abandoned
 +
   |summary = remove this mod (no longer maintained; use [[#Night Owl|Night Owl]] instead).
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Museum Rearranger
+
   |name    = The Love of Cooking
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = blueberry
   |id      = Omegasis.MuseumRearranger
+
   |id      = blueberry.LoveOfCooking
   |nexus  = 428
+
   |nexus  = 6830
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  = b-b-blueberry/CooksAssistant
  
   |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    = No Cheat Shortcuts (No Map Overwrite)
+
   |name    = Theme Manager
   |author  = kulcris
+
   |author  = Khloe Leclair
   |id      = kulcris.NoCheatShortcuts
+
   |id      = leclair.thememanager
   |nexus  = 2310
+
   |nexus  = 14525
   |github  =
+
   |github  = KhloeLeclair/StardewMods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Debug Mode
+
   |name    = The Moon
   |author  = Pathoschild
+
   |author  = Pucklynn
   |id      = Pathoschild.NoDebugMode
+
   |id      = shannon.MoonMod
   |nexus  = 593
+
   |nexus  = 2482
   |github  = Pathoschild/StardewMods
+
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.4
  |summary = remove this mod (debug mode removed in SMAPI 1.0).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No More Pets
+
   |name    = The Northern Gulf
   |author  = Omegasis, Alpha_Omegasis
+
   |author  = The commission of The Northern Gulf
   |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
+
   |id      = TcTHG.Custom_The_Northern_Gulf
   |nexus  = 506
+
   |nexus  = 19376
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = No Seeds From Trees Fix
+
   |name    = The Pumpkin King
 
   |author  = KirbyLink
 
   |author  = KirbyLink
   |id      = kirbylink.noseedsfromtreesfix
+
   |id      = kirbylink.pumpkinking
   |nexus  = 2947
+
   |nexus  = 3006
   |github  = KirbyLink/NoSeedsFromTreesFix
+
   |github  = KirbyLink/PumpkinKing
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
   |status  = obsolete
+
<!--@retest-after Custom Farming Redux
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
+
   |unofficial version = 1.1.1-unofficial.1-minervamaga
 +
   |unofficial url    = {{nexus mod|4109}}
 +
-->
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Notes
+
   |name    = The Queen Of Sauce Reminder
   |author  = Platonymous
+
   |author  = TheShwamp
   |id      = Platonymous.Notes
+
   |id      = TheShwamp.TheQueenOfSauceReminder
   |nexus  = 3068
+
   |nexus  = 5172
  |moddrop = 793905
+
   |github  =
   |github  = Platonymous/Stardew-Valley-Mods
 
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = NPC Speak
+
   |name    = The Return of Custom Backpack Framework
   |author  = jwdred
+
   |author  = platinummyr
   |id      =
+
   |id      = platinummyr.CustomBackpackFramework
   |nexus  = 694
+
   |nexus  = 21588
 
   |github  =
 
   |github  =
 
  |status  = obsolete
 
  |summary  = remove this mod (use [[Modding:Console commands#Dialogue|built-in debug commands]] instead).
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Online Splitscreen
+
   |name    = The Return of Immersive Scarecrows
   |author  = DeLiXx
+
   |author  = aedenthorn and lucaskfreitas
   |id      = DeLiXx.Online_Splitscreen
+
   |id      = lucaskfreitas.ImmersiveScarecrows
   |nexus  = 12291
+
   |nexus  = 20701
   |github =
+
}}
   |source  =
+
{{#invoke:SMAPI compatibility|entry
 
+
  |name    = The Return of Immersive Sprinklers
   |status = abandoned
+
   |author = aedenthorn and lucaskfreitas
 +
   |id      = lucaskfreitas.ImmersiveSprinklers
 +
  |nexus  = 20796
 +
   |github = lucaskfreitas/ImmersiveSprinklers
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ornamental
+
   |name    = The Return of More Backpack Upgrades
   |author  = Taskmaster
+
   |author  = platinummyr
   |id      = Taskmaster.Ornamental
+
   |id      = platinummyr.CPMoreBackpacks
   |nexus  = 4981
+
   |nexus  = 21591
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = P2P Animal Noise
+
   |name    = The Return of Smaller Fish Ponds, Smaller Fish Ponds
   |author  = Modotte
+
   |author  = platinummyr and wellbott
   |id      = modotte.P2PAnimalNoise
+
   |id      = platinummyr.SmallerFishPonds
   |nexus  = 17383
+
   |nexus  = 21900
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Personal Scepter, Personal Return Scepter
+
   |name    = The Twlight Traveller - Custom NPC (API), APICut
   |author  = Alex Noddings
+
   |author  = Eris, AkatsukiVana, HuaGei API
   |id      = an.ownscepter
+
   |id      = Eris.APICut
   |nexus  = 2404
+
   |nexus  = 8158
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PHDE Mob Spawner
+
   |name    = They Deserve It Too - Portraits for Vendors, TDIT - Dialogue Box for Mariner
   |author  = zesman
+
   |author  = Dolphin Is Not a Fish
   |id      = MobSpawner.pseudohub.de
+
   |id      = Dolphin.Kedi.OldMarinerDialogue
   |nexus  = 2794
+
   |nexus  = 20414
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = PHDE Unlocked Recipes
+
   |name    = Thinking Time
   |author  = zesman
+
   |author  = PokeBenji
   |id      = UnlockedRecipes.pseudohub.de
+
   |id      = PokeBenji.ThinkingTime, YourName.ThinkingTimeMobile<!--mobile version-->
   |nexus  = 2798
+
  |curse  = 1024585
 +
   |nexus  = 24457
 
   |github  =
 
   |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.3.36
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Plantable Mushroom Trees
+
   |name    = This Mod Is Organic
   |author  = f4iTh, JertsukkaTheMan
+
   |author  = RealSweetPanda, Sweet Panda and Bennoloth
   |id      = f4iTh.PMT
+
   |id      = SweetPanda.Organic
   |nexus  = 2349
+
   |nexus  = 16648
 
   |github  =
 
   |github  =
  
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Polygamy
+
   |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  = bwdy
+
   |author  = spacechase0
   |id      = bwdy.polygamy
+
   |id      = spacechase0.ThreeHeartDancePartner<!--changed in 1.1.2-unofficial.2-FlyingTNT-->, ThreeHeartDancePartner
   |nexus  = 3542
+
  |curse  = 867388
   |github  = bwdymods/SDV-Polygamy
+
  |moddrop = 127278
 +
   |nexus  = 500
 +
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
   |status  = abandoned
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121338
   |summary  = remove this mod (no longer maintained; use [[#Free Love|Free Love]] instead).
+
   |unofficial version = 1.1.2-unofficial.2-FlyingTNT
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
+
   |name    = Throwable Axe
   |author  = ryaon
+
   |author  = spacechase0
   |id      = Ryaon.FectorChallenge
+
   |id      = spacechase0.ThrowableAxe
   |nexus  = 5125
+
  |curse  = 867726
   |github  =
+
  |moddrop = 771683
 +
   |nexus  = 5097
 +
   |github  = spacechase0/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Profession Adjustments
+
   |name    = Thunderstorm Totem
   |author  = Kevin Connors
+
   |author  = justastranger
   |id      = KevinConnors.ProfessionAdjustments
+
   |id      = jas.ThunderstormTotem
   |nexus  = 2424
+
  |moddrop = 944622
   |github  = kevinforrestconnors/ProfessionAdjustments
+
   |nexus  =
 +
   |github  =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Puffer Chick - Chickens
+
   |name    = Tidy Fields
   |author  = Satozaki
+
   |author  = seitanicbean
   |id      = EpicBellyFlop45.PufferChickChickens
+
   |id      = seitanicbean.tidyfields
   |nexus  = 2997
+
   |nexus  = 10929
 
   |github  =
 
   |github  =
 +
  |source  = https://gitlab.com/tophatsquid/sdv-tidy-fields
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Pumpkin Chickens
+
   |name    = Tidy Social
   |author  = Satozaki
+
   |author  = trashcan9
   |id      = EpicBellyFlop45.PumpkinChickens
+
   |id      = trashcan9.TidySocial
   |nexus  = 3004
+
   |nexus  = 16233
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quality of Life - Immersive Tweaks
+
   |name    = Tileman Challenge
   |author  = DaLion
+
   |author  = SpicyKai
   |id      = DaLion.ImmersiveTweaks
+
   |id      = SpicyKai.Tileman
   |nexus  = 11296
+
   |nexus  = 11945
   |github  =
+
   |github  = spicykai/StardewValley-Mods
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.6
   |summary = remove this mod (merged into [[#Modular Gameplay Overhaul|Modular Gameplay Overhaul]]).
+
   |status   = workaround
 +
   |summary = use [[#Tileman Redux|Tileman Redux]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Quest Essentials
+
   |name    = Tileman Redux
   |author  = PurrplingCat
+
   |author  = Freaksaus
   |id      = PurrplingCat.QuestEssentials
+
   |id      = Freaksaus.TilemanRedux
   |nexus  = 8827
+
   |nexus  = 23023
   |github  = purrplingcat/StardewMods
+
   |github  = Freaksaus/Tileman-Redux
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Removable Horse Hats
+
   |name    = Tile Transparency, Transparent Tiles
   |author  = CatCattyCat, Cat
+
   |author  = aedenthorn, Erinthe
   |id      = cat.removablehorsehats
+
   |id      = aedenthorn.TileTransparency
   |nexus  = 2223
+
   |nexus  = 17288
   |github  = danvolchek/StardewMods
+
   |github  = aedenthorn/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4)
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ring of Fire
+
   |name    = Tillable Ground
   |author  = Platonymous
+
   |author  = hawkfalcon
   |id      = Platonymous.RingOfFire
+
   |id      = hawkfalcon.TillableGround
   |nexus  = 1166
+
   |nexus  = 2175
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = hawkfalcon/Stardew-Mods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Rotate Toolbar
+
   |name    = Tilled Soil Decay
   |author  = Pathoschild
+
   |author  = bcmpinc
   |id      = Pathoschild.RotateToolbar
+
   |id      = bcmpinc.TilledSoilDecay
   |nexus  = 1100
+
   |nexus  = 2738
   |github  = Pathoschild/StardewMods
+
   |github  = bcmpinc/StardewHack
 
 
  |status  = abandoned
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Scream
+
   |name    = Tilt-Shift - Native Effect Shader
   |author  = Taskmaster
+
   |author  = misterwu
   |id      = Taskmaster.Scream
+
   |id      = misterwu.tiltshifteffect
   |nexus  = 4588
+
   |nexus  = 21959
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Seasonal Immersion
+
   |name    = Time Before Harvest
   |author  = Entoarox
+
   |author  = Asconoid
   |id      = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
+
   |id      = Asconoid.TimeBeforeHarvest
   |nexus  = 2273
+
   |nexus  = 5764
  |chucklefish = 4262
+
   |github  =
   |github  = Entoarox/StardewMods
 
  
  |broke in = Stardew Valley 1.3
+
   |status  = workaround<!--implemented a SMAPI API interface and broke when new functionality was added to SMAPI-->
   |status  = abandoned
+
   |summary  = use [[#Time Before Harvest Enhanced|Time Before Harvest Enhanced]] instead.
   |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    = Time Before Harvest Enhanced
   |author  = spacechase0
+
   |author  = Jonathan Ginn
   |id      = spacechase0.SeedCatalogue
+
   |id      = JonathanGinn.TimeBeforeHarvestEnhanced
   |nexus  = 1640
+
   |nexus  = 12170
   |moddrop = 281292
+
   |github  =
   |github = spacechase0/SeedCatalogue
+
   |source = https://gitlab.com/enom/time-before-harvest-enhanced
  
   |status  = obsolete
+
   |broke in          = Stardew Valley 1.6
   |summary = remove this mod ([[Pierre's Missing Stocklist|equivalent feature]] added in Stardew Valley 1.5).
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-133343
 +
  |unofficial version = 1.1.0-unofficial
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Separate Money for Multiplayer
+
   |name    = Time Freeze
   |author  = funny-snek
+
   |author  = Omegasis, Alpha_Omegasis
   |id      = funnysnek.SeparateMoney
+
   |id      = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
  |nexus  = 3086
+
   |nexus   = 973
  |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    = Time Freezes at Midnight
   |author  = DaLion
+
   |author  = JBtheShadow
   |id      = DaLion.ImmersiveTaxes
+
   |id      = JBtheShadow.TimeFreezesAtMidnight
   |nexus  = 12547
+
   |nexus  = 7425
 
   |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    = Set Money
+
   |name    = Time Master
   |author  = j4c0b333
+
   |author  = trashcan9
   |id      = j4c0b333.SetMoney
+
   |id      = trashcan9.TimeMaster
   |nexus  = 3889
+
   |nexus  = 16192
 
   |github  =
 
   |github  =
 +
  |source  = {{nexus mod|16192}}?tab=files
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
   |status  = abandoned
+
   |unofficial url    = {{github|pipedream420/TimeMaster}}/releases
   |summary  = remove this mod (no longer maintained; use [[#CJB Cheats Menu|CJB Cheats Menu]] instead).
+
   |unofficial version = 1.2.2-unofficial.1-pipedream420
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Set Unique Game ID
+
   |name    = Time Multiplier
   |author  = dJomp
+
   |author  = DefenTheNation
   |id      = dJomp.SetUniqueGameID
+
   |id      = DefenTheNation.TimeMultiplier
   |nexus  = 2042
+
   |nexus  = 2262
   |github  =
+
   |github  = DefenTheNation/StardewMod-TimeMultiplier
 
 
  |broke in = SMAPI 3.0
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Ship Anywhere
+
   |name    = Time Notifier
   |author  = spacechase0
+
   |author  = CKextreme
   |id      = spacechase0.ShipAnywhere
+
   |id      = CKextreme.TimeNotifier
   |nexus  = 1379
+
   |nexus  = 3706
  |moddrop = 183277
+
   |github  =
   |github  = spacechase0/ShipAnywhere
 
  
  |broke in = Stardew Valley 1.3
+
   |status = abandoned
   |status   = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Chests Anywhere|Chests Anywhere]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shipping Taxes
+
   |name    = Time of the Prairie King
   |author  = NOGAF
+
   |author  = The Fluffy Robot
   |id      = NOGAF.ShippingTaxes
+
   |id      = TheFluffyRobot.TimeOfThePrairieKing
   |nexus  = 5189
+
   |nexus  = 5631
   |github  =
+
   |github  = jamespfluger/Stardew-TimeOfThePrairieKing
 
 
  |broke in = Stardew Valley 1.5
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Shroom Spotter
+
   |name    = Time Reminder
   |author  = TehPers
+
   |author  = Sakorona
   |id      = TehPers.ShroomSpotter
+
   |id      = KoihimeNakamura.TimeReminder
   |nexus  = 908
+
   |nexus  = 1000
  |moddrop = 125766
+
   |github  = Sakorona/SDVMods
   |github  = TehPers/StardewValleyMods
 
  
  |broke in = Stardew Valley 1.4
+
   |status = abandoned
   |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    = Time Reminder
   |author  = Omegasis, AlphaOmegasis
+
   |author  = Sakorona, Kylindra, KoihimeNakamura
   |id      = Omegasis.SimpleSoundManager
+
   |id      = KoihimeNakamura.TimeReminder
   |nexus  = 1410
+
   |nexus  = 1000
   |github  = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 664035
 
+
   |github = JohnsonNicholas/SDVMods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Singin' Stone
+
   |name    = TimeSpeed
   |author  = CyTheGuy01
+
   |author  = cantorsdust and Pathoschild
   |id      = CyTheGuy01.TestMod
+
   |id      = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
   |nexus  = 6463
+
   |nexus  = 169
   |github  =
+
   |github  = cantorsdust/StardewMods
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Sit on Chairs, Sentar Em Cadeiras
+
   |name    = Time Totem
   |author  = BrasileiroTop, Vagabundo2421
+
   |author  = gmff
   |id      = BrasileiroTop.Sentar
+
   |id      = GMFF.TimeTotem
   |nexus  = 4729
+
  |curse  = 494425
 +
   |nexus  =
 
   |github  =
 
   |github  =
  
   |broke in = Stardew Valley 1.5
+
   |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    = Skull Cave Saver
+
   |name    = Time Travel
   |author  = cantorsdust
+
   |author  = Cile_ed
   |id      = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
+
   |id      = Cile_ed.TimeTravel
   |nexus  = 175
+
   |nexus  = 4068
   |github  = cantorsdust/StardewMods
+
   |github  =
  
 
   |status  = abandoned
 
   |status  = abandoned
  |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    = Time Watch
   |author  = Speshkitty
+
   |author  = KyuubiRan
   |id      = speshkitty.slimewaterer
+
   |id      = kyuubiran.TimeWatch
   |nexus  = 7141
+
   |nexus  = 23725
   |github  = Speshkitty/SlimeWaterFiller
+
   |github  = KyuubiRan/TimeWatch
 
 
  |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    = TMXL Map Toolkit, TMX Loader
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = Platonymous
   |id      = KoihimeNakamura.SolarEclipseEvent
+
   |id      = Platonymous.TMXLoader
   |nexus   = 897
+
   |curse   = 877235
   |github  = JohnsonNicholas/SDVMods
+
   |nexus   = 1820
 
+
   |moddrop = 771913
   |broke in = Stardew Valley 1.3
+
   |github = Platonymous/Stardew-Valley-Mods
   |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    = To-Dew
   |author  = Edu Anttunes
+
   |author  = Jamie Taylor
   |id      = EduAnttunes.SpawnSeaMonster
+
   |id      = jltaylor-us.ToDew
   |nexus   = 5736
+
   |curse   = 997100
   |github  =
+
   |nexus  = 7409
 
+
   |github = jltaylor-us/StardewToDew
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Speedster
+
   |name    = To Do List
   |author  = Platonymous
+
   |author  = Eleanor, eleanoot
   |id      = Platonymous.Speedster
+
   |id      = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
   |nexus  = 1102
+
   |nexus  = 1630
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = eleanoot/stardew-to-do-mod
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
   |status  = abandoned
+
   |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    = Split Money
+
   |name    = Toggle Items Framework
   |author  = Platonymous
+
   |author  = selph, zombifier
   |id      = Platonymous.SplitMoney
+
   |id      = selph.ToggleItems
   |nexus  = 2303
+
   |nexus  = 21361
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  = zombifier/My_Stardew_Mods
 
 
  |status  = abandoned
 
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Split Screen
+
   |name    = Toggle Monsters
   |author  = Ilyaki
+
   |author  = Jolyone, Me
   |id      = Ilyaki.SplitScreen
+
   |id      = Me.ToggleMonsters
   |nexus  = 2139
+
   |nexus  = 11801
   |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    = Toggle Music, Toggle Music Hotkey
   |author  = Platonymous
+
   |author  = MaltoseMatt
   |id      = Platonymous.Sprinkles
+
   |id      = MaltoseMatt.ToggleMusic
   |nexus  =
+
   |nexus  = 22913
  |chucklefish = 4592
 
 
   |github  =
 
   |github  =
 
  |broke in = Stardew Valley 1.3
 
  |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    = Tool Assembly
   |author  = TehPers
+
   |author  = OFTS_CQM
   |id      = SCCL
+
   |id      = ofts.toolAss
   |nexus  = 889
+
   |nexus  = 23872
   |github  = TehPers/StardewValleyMods
+
   |github  = ofts-cqm/ToolAssembly
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Editor
+
   |name    = Toolbar Icons
   |author  = spacechase0
+
   |author  = LeFauxMatt
   |id      = spacechase0.StardewEditor.GameIntegration
+
   |id      = furyx639.ToolbarIcons
   |nexus  = 1298
+
  |curse  = 871834
   |github  = spacechase0/StardewEditor
+
  |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.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Stardew Twitch Tracker
+
   |name    = Tool Charging
   |author  = Cody, Cody Hansen
+
   |author  = mralbobo
   |id      = cody.StardewTwitchTrackerMod
+
   |id      = mralbobo.ToolCharging
   |nexus  = 16543
+
   |nexus  =
   |github  =
+
  |url    = https://community.playstarbound.com/threads/111988
 +
   |github  = mralbobo/stardew-tool-charging
  
   |status  = abandoned
+
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Summit Reborn
+
   |name    = Tool Geodes
   |author  = Sakorona, Kylindra, KoihimeNakamura
+
   |author  = spacechase0
   |id      = KoihimeNakamura.summitreborn
+
   |id      = spacechase0.ToolGeodes
   |nexus  = 2073
+
   |nexus  = 3090
   |github  = JohnsonNicholas/SDVMods
+
  |moddrop = 771642
 +
   |github  = spacechase0/ToolGeodes
  
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Swim (Almost) Anywhere, Swim Suit
+
   |name    = Tool Power Select
   |author  = Platonymous
+
   |author  = CrazyWig
   |id      = Platonymous.SwimSuit
+
   |id      = crazywig.toolpowerselect
   |nexus  = 1215
+
   |nexus  = 2553
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
 
 
  |broke in = SMAPI 3.0
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Taxes Mod
+
   |name    = Tool Power Setup
   |author  = bdawson1993
+
   |author  = Gilar Fasulaki
   |id      =
+
   |id      = GilarF.ToolPowerSetup
   |nexus  = 38
+
   |nexus  = 4517
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
  |broke in = Stardew Valley 1.4
   |summary  = remove this mod (no longer maintained; use [[#Ferngill Revenue Service|Ferngill Revenue Service]] or [[#Serfdom - Immersive Taxes|Serfdom - Immersive Taxes]] instead).
+
   |status  = workaround
  |broke in = SMAPI 0.39.1
+
   |summary  = Use [[#Tool Power Select|Tool Power Select]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Chest Dimension
+
   |name    = Tool Smart Switch
   |author  = zazizu
+
   |author  = aedenthorn, Erinthe
   |id      = zazizu.TheChestDimension
+
   |id      = aedenthorn.ToolSmartSwitch
   |nexus  = 4013
+
  |curse  = 868687
   |github  = cilekli-link/SDVMods
+
   |nexus  = 15216
 +
   |github  = aedenthorn/StardewValleyMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 +
  |summary = use [[#Tool Smart Switch (Updated)|Tool Smart Switch (Updated)]] instead.
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = The Long Night
+
   |name    = Tool Smart Switch (Updated)
   |author  = Pathoschild
+
   |author  = Fiorbeth
   |id      = Pathoschild.TheLongNight
+
   |id      = Fiorbeth.ToolSmartSwitch
   |nexus  = 1369
+
   |nexus  = 20829
   |github  = Pathoschild/StardewMods
+
   |github  =
 
+
}}
   |broke in = Stardew Valley 1.3.20
+
{{#invoke:SMAPI compatibility|entry
   |status   = abandoned
+
  |name    = Tool Upgrade Costs
   |summary = remove this mod (no longer maintained; use [[#Night Owl|Night Owl]] instead).
+
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Notifier
+
   |name    = Tool Upgrade Delivery Service
   |author  = CKextreme
+
   |author  = Felix-Dev
   |id      = CKextreme.TimeNotifier
+
   |id      = Felix-Dev.ToolUpgradeDeliveryService
   |nexus  = 3706
+
   |nexus  = 2938
   |github  =
+
   |github  = Felix-Dev/StardewMods
  
   |status  = abandoned
+
  |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Reminder
+
   |name    = Tool Upgrade Duration Changer
   |author  = Sakorona
+
   |author  = GrimatGaming
   |id      = KoihimeNakamura.TimeReminder
+
   |id      = GrimatGaming.ToolUpgradeDurationChanger
   |nexus  = 1000
+
   |nexus  = 21438
   |github  = Sakorona/SDVMods
+
   |github  =
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Time Travel
+
   |name    = Tool Upgrade Reminder
   |author  = Cile_ed
+
   |author  = Wracketeer
   |id      = Cile_ed.TimeTravel
+
   |id      = Wracketeer.ToolUpgradeReminder
   |nexus  = 4068
+
   |nexus  = 13423
 
   |github  =
 
   |github  =
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Tool Geodes
+
   |name    = Too Many Animals
   |author  = spacechase0
+
   |author  = LeFauxMatt
   |id      = spacechase0.ToolGeodes
+
   |id      = furyx639.TooManyAnimals
   |nexus   = 3090
+
   |curse   = 871833
   |moddrop = 771642
+
   |nexus  = 11033
   |github  = spacechase0/ToolGeodes
+
   |github  = LeFauxMatt/StardewMods
  
   |status = abandoned
+
  |broke in = Stardew Valley 1.6
 +
   |status   = abandoned
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
Line 20,534: Line 21,806:
  
 
   |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    = Ultiplayer
+
   |name    = Town School Functions
   |author  = Platonymous
+
   |author  = Edu Anttunes
   |id      = Platonymous.Ultiplayer
+
   |id      = EduAnttunes.TownSchool.Functions
   |nexus  = 2134
+
   |nexus  = 6317
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github  =
  
   |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    = Tractor Mod
   |author  = Chirase
+
   |author  = Pathoschild
   |id      = Tommy.GiftAllWeek
+
   |id      = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
   |nexus  = 6850
+
  |curse  = 992849
   |github  =
+
   |nexus  = 1401
 
+
   |moddrop = 606639
   |status = abandoned
+
   |github = Pathoschild/StardewMods
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlimited Gift (Gift Every Day)
+
   |name    = Tractor Sounds, Tractor Engine Sound
   |author  = Chirase
+
   |author  = MissCoriel
   |id      = Tommy.GiftEveryDay
+
   |id      = misscoriel.tractorsounds
   |nexus  = 6850
+
   |nexus  = 5781
 
   |github  =
 
   |github  =
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Unlockable Areas
+
   |name    = Trading
   |author  = DeLiXx
+
   |author  = MindMeltMax
   |id      = DeLiXx.Unlockable_Areas
+
   |id      = MindMeltMax.Trading
   |nexus   = 15132
+
   |curse   = 1004485
   |github  =
+
   |moddrop = 1214750
   |source  = https://gitlab.com/delixx/stardew-valley-unlockable-areas
+
   |nexus  = 13293
 
+
   |github = MindMeltMax/Stardew-Valley-Mods
   |status = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Walk of Life, Awesome Professions
+
   |name    = Train Info
   |author  = DaLion
+
   |author  = BinaryLip
   |id      = DaLion.ImmersiveProfessions, DaLion.AwesomeProfessions<!--changed in 3.0.0?-->, thelion.AwesomeProfessions<!--changed in 2.0.7-->
+
   |id      = BinaryLip.TrainInfo
   |nexus  = 8111
+
   |nexus  = 21883
   |github  =
+
   |github  = BinaryLip/TrainInfo
 
 
  |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    = Train Station
   |author  = enaium
+
   |author  = Cherry, CherryChain
   |id      = Enaium.Walkshop
+
   |id      = Cherry.TrainStation
  |curse  = 365806
+
   |nexus  = 6183
   |nexus  =
+
   |github  = ChroniclerCherry/stardew-valley-mods
   |github  =
 
 
 
  |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wallpaper Fix
+
   |name    = Train Tracks
   |author  = Travoos
+
   |author  = aedenthorn, Erinthe
   |id      =
+
   |id      = aedenthorn.TrainTracks
   |nexus  =
+
   |nexus  = 10927
  |chucklefish = 4211
+
   |github  = aedenthorn/StardewValleyMods
   |github  =
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |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    = Train Whistle
   |author  = CyTheGuy01, CyberCheese15
+
   |author  = Taskmaster
   |id      = cybercheese.WarpChests
+
   |id      = Taskmaster.TrainWhistle
   |nexus  = 6402
+
   |nexus  = 4473
 
   |github  =
 
   |github  =
  
   |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).
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Wash Away Forage, Tidal Beach
+
   |name    = Trampoline
   |author  = Sakorona (ItsBenter)
+
   |author  = aedenthorn, Erinthe
   |id      = KoihimeNakamura.WashAwayForage
+
   |id      = aedenthorn.Trampoline
   |nexus  = 6715
+
   |nexus  = 11619
   |github  = Sakorona/SDVMods
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.5
+
   |broke in           = Stardew Valley 1.6
   |status   = abandoned
+
   |unofficial version = 0.1.2-unofficial.1-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#Trampoline
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = Weapon Reskinner
+
   |name    = Translation Replacer
   |author  = spacechase0
+
   |author  = ofts, OFTS_CQM
   |id      = spacechase0.WeaponReskinner
+
   |id      = ofts.transRep
   |nexus  = 5095
+
   |nexus  = 22871
  |moddrop = 771681
+
   |github  =
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = XmlSerializerRetool
+
   |name    = Transparency Settings
   |author  = Persival
+
   |author  = Esca, Esca-MMC
   |id      = none <!-- no ID in manifest -->
+
   |id      = Esca.TransparencySettings
   |nexus  = 450
+
   |nexus  = 8891
  |github  =
+
   |moddrop = 971985
 
+
   |github  = Esca-MMC/TransparencySettings
   |broke in = Stardew Valley 1.1
 
   |status  = abandoned
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility|entry
 
{{#invoke:SMAPI compatibility|entry
   |name    = XNB Loader
+
   |name    = Transparent Objects
   |author  = Entoarox
+
   |author  = aedenthorn, Erinthe
   |id      = Entoarox.XnbLoader
+
   |id      = aedenthorn.TransparentObjects
   |nexus  = 2275
+
   |nexus  = 6412
  |chucklefish = 4506
+
   |github  = aedenthorn/StardewValleyMods
   |github  = Entoarox/StardewMods
 
 
 
  |status  = abandoned
 
  |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    = Trash 4 Elliott
   |author  = taintedwheat
+
   |author  = ChrisMzz
   |id      = taintedwheat.2CuteFarmCave
+
   |id      = ChrisMzz.trash4elliott
   |nexus  = 843
+
   |nexus  = 18882
 
   |github  =
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Bathroom After 2nd House Upgrade
+
   |name    = Trash Bear Abides
   |author  = DevilBro/Ursii98
+
   |author  = John Peters
   |id      = ursii98.BathroomAfter2ndHouseupgrade
+
   |id      = JohnPeters.TrashBearAbides
   |nexus  = 2578
+
   |nexus  = 11359
 
   |github  =
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Green Pastures Farm
+
   |name    = Trash Bear Item Helper, Trash Bear Name
   |author  = Bugbuddy
+
   |author  = MattDeDuck, Duckshard
   |id      = bugbuddy.GreenPasturesFarm
+
   |id      = MattDeDuck.TrashBearName
   |nexus  = 2326
+
   |nexus  = 5252
 
   |github  =
 
   |github  =
  
  |content pack for = Content Patcher
+
   |broke in = Stardew Valley 1.5
 
 
   |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
 
{{#invoke:SMAPI compatibility|entry
   |name    = Immersive Farm 2
+
   |name    = Trash Can Reactions
   |author  = Zander
+
   |author  = aedenthorn, Erinthe
   |id      = zander.immersivefarm2
+
   |id      = aedenthorn.TrashCanReactions
   |nexus  = 1531
+
   |nexus  = 7643
   |github  =
+
   |github  = aedenthorn/StardewValleyMods
 
+
}}
   |content pack for = Content Patcher
+
{{#invoke:SMAPI compatibility|entry
 
+
   |name    = Trash Cans On Horse
   |broke in = Stardew Valley 1.3.36
+
  |author  = aedenthorn, Erinthe
   |status   = workaround
+
   |id      = aedenthorn.TrashCansOnHorse
   |summary = use {{nexus mod|3561|Immersive Farm 2 Unofficial Update}} instead.
+
   |nexus   = 16394
}}
+
   |github = aedenthorn/StardewValleyMods
{{#invoke:SMAPI compatibility|entry
+
}}
   |name    = Overgrown Fairy Buildings
+
{{#invoke:SMAPI compatibility|entry
   |author  = Ali Read/naeldeus
+
   |name    = Trash Does Not Consume Bait
   |id      = naeldeus.OvergrownFairyBuildings
+
   |author  = atravita
   |nexus   = 4564
+
   |id      = atravita.TrashDoesNotConsumeBait
   |github  =
+
   |curse   = 870979
 
+
   |moddrop = 1128126
   |content pack for = Content Patcher
+
  |nexus  = 11426
 
+
   |github  = atravita-mods/StardewMods
   |broke in           = Stardew Valley 1.5
+
 
  |unofficial version = OvergrownFairyBuildings.1.5.unofficialUpdate2
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-26846
+
}}
}}
+
{{#invoke:SMAPI compatibility|entry
{{#invoke:SMAPI compatibility|entry
+
   |name    = Trash Remover
   |name    = Remove That Damn Rock
+
   |author  = SorryLate, rharyanto
   |author  = Plutey/Androxilogin
+
   |id      = SorryLate.TrashRemover
   |id      = Androxilogin.RemoveThatDamnRock
+
   |nexus  = 5114
   |nexus  = 384
+
   |github  =
   |github  =
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
   |content pack for = Content Patcher
+
   |name    = Trash Trash
 
+
  |author  = Jaredlll08
   |broke in          = Stardew Valley 1.2
+
   |id      = BlameJared.TrashTrash
   |unofficial version = 1.1.1-unofficial.1-minervamaga
+
   |nexus  =
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-14#post-3353498
+
   |curse  = 297981
}}
+
  |github  = jaredlll08/Trash-Trash
{{#invoke:SMAPI compatibility|footer}}
+
}}
 
+
{{#invoke:SMAPI compatibility|entry
===XNB mods===
+
  |name    = Traveling Cart Visit Everyday
See [[Modding:Using XNB mods]].
+
  |author  = dayLerFar, nnn
 
+
  |id      = nnn.TCVED
==Mod data overrides==
+
  |nexus  = 22240
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.
+
  |github  =
 
+
}}
{{#invoke:SMAPI compatibility overrides|header}}
+
{{#invoke:SMAPI compatibility|entry
{{#invoke:SMAPI compatibility overrides|entry
+
  |name    = Traveling Takes Time
   |name          = Adjust Artisan Prices
+
  |author  = Vrakyas
   |id            = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc
+
  |id      = Vrakyas.TravelingTakesTime
   |update keys    =
+
  |nexus  = 4031
   |local version  =
+
  |github  =
   |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
+
  |broke in = Stardew Valley 1.6
}}
+
}}
{{#invoke:SMAPI compatibility overrides|entry
+
{{#invoke:SMAPI compatibility|entry
   |name          = Almighty Farming Tool
+
  |name    = Travelling Skill
   |id            = 439
+
  |author  = Achtuur8
   |update keys    =
+
  |id      = Achtuur.StardewTravelSkill
   |local version  =
+
  |nexus  = 16820
   |remote version = 1.21 → 1.2.1
+
  |github  = Achtuur/StardewTravelSkill
   |reason        = {{nexus mod|439|mod page}} has wrong version format
+
}}
}}
+
{{#invoke:SMAPI compatibility|entry
{{#invoke:SMAPI compatibility overrides|entry
+
  |name    = Treasure Chests Expanded
   |name          = Auto Water
+
  |author  = aedenthorn, Erinthe
   |id            = pickle.autowater
+
  |id      = aedenthorn.TreasureChestsExpanded
   |update keys    = Nexus:5463 → Nexus:1666
+
  |nexus  = 7685
   |local version  =
+
  |github  = aedenthorn/StardewValleyMods
   |remote version =
+
 
   |reason        = manifest has wrong update key<!--last checked: 1.2.1-->
+
  |broke in          = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
}}
+
  |unofficial version = 0.3.1-unofficial.1-mouahrara
{{#invoke:SMAPI compatibility overrides|entry
+
  |unofficial url    = {{github|mouahrara/aedenthorn}}#TreasureChestsExpanded
   |name          = Better Shipping Box
+
}}
   |id            = Kithio:BetterShippingBox, Kithio.BetterShippingBox
+
{{#invoke:SMAPI compatibility|entry
   |update keys    =
+
  |name    = Tree Changes
   |local version  = 1.0.1 → 1.0.2
+
  |author  = JPAN
   |remote version =
+
  |id      = jpan.TreeChanges
   |reason        = manifest outdated<!--last checked: 1.0.2-->
+
  |nexus  = 3964
}}
+
  |github  = JPANv2/Stardew-Valley-Tree-Changes
{{#invoke:SMAPI compatibility overrides|entry
+
 
   |name          = Big Silo
+
  |broke in = Stardew Valley 1.6
   |id            = lperkins2.BigSilo
+
}}
   |update keys    =
+
{{#invoke:SMAPI compatibility|entry
   |local version  = 0.0.2 → 0.0.3
+
  |name    = Tree Shake Mod
   |remote version =
+
  |author  = NCarigon
   |reason        = manifest outdated<!--last checked: 0.0.3-->
+
  |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 = 0.0.61-unofficial.2-huancz
 +
  |unofficial url    = http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-130687
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Spread
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.TreeSpread
 +
  |nexus  = 3183
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Transplant
 +
  |author  = YukiShiku, LeonBlade
 +
  |id      = TreeTransplant
 +
  |nexus  = 1342
 +
  |moddrop = 526140
 +
  |chucklefish = 5485
 +
  |github  = LeonBlade/TreeTransplant
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tree Transplant (Fix)
 +
  |author  = LeonBlade and Siweipancc
 +
  |id      = Siweipancc.TreeTransplant
 +
  |nexus  = 20852
 +
  |github  = siweipancc/TreeTransplant
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trendy Haley
 +
  |author  = candidus42
 +
  |id      = Candidus42.TrendyHaley
 +
  |nexus  = 4984
 +
  |github  = mus-candidus/TrendyHaley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Trick or Treat
 +
  |author  = Dad of Gwen, Carleton and Gwen
 +
  |id      = DadOfGwenTrickOrTreatMod
 +
  |nexus  = 8115
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Tricks and Treats
 +
  |author  = ch20youk
 +
  |id      = ch20youk.TricksAndTreats
 +
  |nexus  = 18947
 +
  |github  = cl4r3/Halloween-Mod-Jam-2023
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = True Random Geodes
 +
  |author  = lilico/atelier99
 +
  |id      = lilico.TrueRandomGeodes
 +
  |nexus  = 11371
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = 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    = Twin Stick Strafe Action
 +
  |author  = AndyUr
 +
  |id      = AndyUr.TwinStickStrafeAction
 +
  |nexus  = 7589
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Twitch Chat Integration
 +
  |author  = Hexenentendrache
 +
  |id      = Hexenentendrache.TwitchChatIntegration
 +
  |nexus  = 17321
 +
  |github  = Enteligenz/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Twitch in Stardew Valley, Twitch for Stardew
 +
  |author  = Telshin, Tim "Telshin" Aldridge
 +
  |id      = telshin.twitch-for-stardew
 +
  |curse  = 306420
 +
  |nexus  =
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ui Info Suite
 +
  |author  = Cdaragorn
 +
  |id      = Cdaragorn.UiInfoSuite
 +
  |nexus  = 1150
 +
  |github  = cdaragorn/Ui-Info-Suite
 +
 
 +
  |warnings = Broken on Android.
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status  = workaround
 +
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ui Info Suite 2
 +
  |author  = Annosz, Abs0rbed
 +
  |id      = Annosz.UiInfoSuite2
 +
  |nexus  =
 +
  |url    = {{github|Annosz/UIInfoSuite2}}/releases
 +
  |github  = Annosz/UiInfoSuite2
 +
 
 +
  |warnings = Broken on Android.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = UI Mod Suite
 +
  |author  = Demiacle
 +
  |id      = Demiacle.UiModSuite
 +
  |nexus  = 1023
 +
  |github  = demiacle/UiModSuite
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
  |status  = workaround
 +
  |summary  = use [[#Ui Info Suite 2|Ui Info Suite 2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ukrainizacija, Ukrainizacija - Utilities
 +
  |author  = Pereclaw Team
 +
  |id      = Pereclaw.ukrutilities
 +
  |nexus  = 8427
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ultimate Fertilizer
 +
  |author  = fox_white, fox_white25
 +
  |id      = fox_white25.ultimate_fertilizer
 +
  |nexus  = 21318
 +
  |github  = foxwhite25/Stardew-Ultimate-Fertilizer
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ultimate Gold
 +
  |author  = Shadowfoxss
 +
  |id      = Shadowfoxss.UltimateGoldStardew
 +
  |nexus  = 2833
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ultiplayer
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Ultiplayer
 +
  |nexus  = 2134
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unbreakable Tackles
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.UnbreakableTackles
 +
  |nexus  = 7719
 +
  |moddrop = 1135717
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Uncanny Valley
 +
  |author  = UncannyValley
 +
  |id      = UncannyValley.UncannyValleyMod
 +
  |nexus  = 20519
 +
  |github  = jasisco5/UncannyValleyMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Uncle Iroh Approved Tea
 +
  |author  = slimerrain
 +
  |id      = slimerrain.byproducts
 +
  |nexus  = 22376
 +
  |github  = slimerrain/stardew-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Underdark Sewer
 +
  |author  = Mel Noelle and Kirbylink
 +
  |id      = melnoelle.underdarksewer
 +
  |nexus  = 3070
 +
  |github  = KirbyLink/UnderdarkSewer
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.1.1-unofficial.2-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-9#post-3353113
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Underground Secrets
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.UndergroundSecrets
 +
  |nexus  = 6597
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21475|Underground Secrets Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Underground Secrets Redux
 +
  |author  = aedenthorn and Prism 99
 +
  |id      = prism99.aedenthorn.UndergroundSecrets
 +
  |nexus  = 21475
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unhinged Mayo Jar
 +
  |author  = spacechase0
 +
  |id      = spacechase0.UnhingedMayoJar
 +
  |nexus  = 17139
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Extra Map Layers-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unique Children
 +
  |author  = Shaklin
 +
  |id      = shaklin.uniquechildren
 +
  |nexus  = 6278
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unique Children Talk
 +
  |author  = Shaklin
 +
  |id      = shaklin.uniquechildrentalk
 +
  |nexus  = 9540
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unique Valley
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.UniqueValley
 +
  |nexus  = 13828
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Cats and Dogs
 +
  |author  = funny-snek
 +
  |id      = funnysnek.UnlimitedCatsandDogs
 +
  |nexus  = 2942
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Community Center
 +
  |author  = TIplurka
 +
  |id      = tiplurka.UnlimitedCommunityCenter
 +
  |nexus  = 23897
 +
  |github  = perkmi/Always-On-Server-for-Multiplayer
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Gift (Gift All Week)
 +
  |author  = Chirase
 +
  |id      = Tommy.GiftAllWeek
 +
  |nexus  = 6850
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Gift (Gift Every Day)
 +
  |author  = Chirase
 +
  |id      = Tommy.GiftEveryDay
 +
  |nexus  = 6850
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlimited Players
 +
  |author  = Armitxes
 +
  |id      = Armitxes.UnlimitedPlayers
 +
  |nexus  = 2213
 +
  |curse  = 362847
 +
  |github  = Armitxes/StardewValley_UnlimitedPlayers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlockable Areas
 +
  |author  = DeLiXx
 +
  |id      = DeLiXx.Unlockable_Areas
 +
  |nexus  = 15132
 +
  |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley-unlockable-areas
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlockable Bundles
 +
  |author  = DeLiXx
 +
  |id      = DLX.Bundles
 +
  |curse  = 990830
 +
  |nexus  = 17265
 +
  |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/unlockable-bundles
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlock Dye Menu
 +
  |author  = Shaklin
 +
  |id      = shaklin.unlockdyemenu
 +
  |nexus  = 6156
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unlocked Doors
 +
  |author  = damien
 +
  |id      = damien.unlocked_doors
 +
  |nexus  = 4338
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after bwdyworks-->
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Locks|Custom Locks]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Unscheduled Evaluation
 +
  |author  = wrongcoder
 +
  |id      = wrongcoder.UnscheduledEvaluation
 +
  |nexus  = 22752
 +
  |github  = wrongcoder/UnscheduledEvaluation
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Updated Instant Eat Key
 +
  |author  = apomorph
 +
  |id      = apomorph.updatedInstantEatKey
 +
  |nexus  = 15191
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Updated No Rumble Horse
 +
  |author  = Aladanor
 +
  |id      = Aladanor.UpdatedNoRumbleHorse
 +
  |nexus  = 10164
 +
  |github  = shailalias/NoRumbleHorse
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgradable Pan
 +
  |author  = Anthony Hilyard
 +
  |id      = com.anthonyhilyard.upgradablepan
 +
  |curse  = 446597
 +
  |nexus  = 9318
 +
  |github  = AHilyard/UpgradeablePan
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgradeable Machines Mod, Miihau Upgradeable Machines
 +
  |author  = Miihau
 +
  |id      = Miihau.MiihauUpgradeableMachines
 +
  |nexus  = 17234
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Casks
 +
  |author  = CyanFire
 +
  |id      = CF.UpgradedCasks
 +
  |nexus  = 22477
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Horse, Horse Friendship and Speed Levels
 +
  |author  = Richard Cai
 +
  |id      = richard_cai.UpgradedHorse
 +
  |nexus  = 5242
 +
  |github  = RichardJCai/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgraded Kegs
 +
  |author  = CyanFire
 +
  |id      = CF.UpgradedKegs
 +
  |nexus  = 15755
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Upgrade Empty Cabins
 +
  |author  = Cherry, CherryChain
 +
  |id      = Cherry.UpgradeEmptyCabins
 +
  |nexus  = 5253
 +
  |moddrop = 720987
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Useful Bombs
 +
  |author  = punyo, yakminepunyo
 +
  |id      = punyo.UsefulBombs
 +
  |nexus  = 2488
 +
  |github  = pomepome/UsefulBombs
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
  |summary  = Use [[#BetterBombs|BetterBombs]] instead.
 +
<!--
 +
  |unofficial version = 1.0.5-unofficial.1-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Useful Cookings
 +
  |author  = Chocciee
 +
  |id      = Chocciee.UsefulCookings
 +
  |nexus  = 22234
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Usefull Information<!--Nexus-->, Useless Info<!--manifest-->, Useless Information<!--manifest before 1.0-->
 +
  |author  = Right Hand Man
 +
  |id      = raik.uselessinfo
 +
  |nexus  = 8634
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Utility Grid
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.UtilityGrid
 +
  |nexus  = 10197
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = UV Index (Sunscreen Mod)
 +
  |author  = Jonqora
 +
  |id      = Jonqora.UVIndex
 +
  |nexus  = 6676
 +
  |github  = Jonqora/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Variable Grass
 +
  |author  = dantheman999
 +
  |id      = dantheman999.VariableGrass
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/107658
 +
  |github  = dantheman999301/StardewMods
 +
 
 +
  |broke in          = SMAPI 2.0
 +
  |unofficial version = 1.3.1-unofficial.3-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343789
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Variable Seasons, Stardew Variable Seasons
 +
  |author  = calebstein1
 +
  |id      = calebstein1.StardewVariableSeasons
 +
  |nexus  = 19904
 +
  |github  = calebstein1/StardewVariableSeasons
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Vending Machine, NPC Vending Machine
 +
  |author  = ActionJackson
 +
  |id      = ActionJackson.VendingMachine
 +
  |nexus  = 7508
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Vertical Toolbar
 +
  |author  = bmarquismarkail, Space Baby
 +
  |id      = SB_VerticalToolMenu
 +
  |nexus  = 943
 +
  |github  = bmarquismarkail/SV_VerticalToolMenu
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Video Player
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.VideoPlayer
 +
  |nexus  = 6524
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Villager Compass
 +
  |author  = Jboss
 +
  |id      = Jboss.VillagerCompass
 +
  |nexus  = 16912
 +
  |github  = jbossjaslow/Stardew_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visible Artifact Spots
 +
  |author  = Zamiel
 +
  |id      = Zamiel.VisibleArtifactSpots
 +
  |nexus  = 21223
 +
  |github  = Zamiell/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visible Fish
 +
  |author  = shekurika
 +
  |id      = shekurika.WaterFish
 +
  |nexus  = 8897
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visit Mount Vapius
 +
  |author  = Lumisteria
 +
  |id      = lumisteria.visitmountvapius.code
 +
  |nexus  = 9600
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Visualize
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Visualize
 +
  |curse  = 307573
 +
  |moddrop = 793933
 +
  |nexus  = 1704
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = VisualizeTK
 +
  |author  = Platonymous
 +
  |id      = Platonymous.VisualizeTK
 +
  |moddrop = 1521421
 +
  |nexus  = 19009
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Void Effects, Stardew Void Effects
 +
  |author  = Renny
 +
  |id      = renny.stardewvoideffects
 +
  |nexus  = 2703
 +
  |github  = OfficialRenny/StardewVoidEffects
 +
 
 +
  |broke in = Stardew Valley 1.3.36
 +
<!--
 +
  |unofficial version = 1.3.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329160
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wait Around
 +
  |author  = Alhifar
 +
  |id      = Alhifar.WaitAround
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/smapi-waitaround.111630/
 +
  |github  = Alhifar/WaitAroundSMAPI
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wait - Refined Multiplayer Time Pause
 +
  |author  = aurpine
 +
  |id      = aurpine.WAIT
 +
  |nexus  = 20661
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wake Up
 +
  |author  = EvilPdor
 +
  |id      =
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111526
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Walk Of Life - Rebirth<!--changed in republished 1.0.0-->, Walk of Life, Awesome Professions
 +
  |author  = DaLion
 +
  |id      = DaLion.Professions<!--changed in republished 0.2.0-->, DaLion.ImmersiveProfessions, DaLion.AwesomeProfessions<!--changed in 3.0.0?-->, thelion.AwesomeProfessions<!--changed in 2.0.7-->
 +
  |nexus  = 24355
 +
  |github  = daleao/sdv
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Walkshop
 +
  |author  = enaium
 +
  |id      = Enaium.Walkshop
 +
  |curse  = 365806
 +
  |nexus  =
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Walk Through Trellis
 +
  |author  = TheOfficialTab
 +
  |id      = theofficialtab.walkthroughtrellis
 +
  |nexus  = 1958
 +
  |github  = OfficialTab/walk-through-trellis
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wallpaper Fix
 +
  |author  = Travoos
 +
  |id      =
 +
  |nexus  =
 +
  |chucklefish = 4211
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4; for wallpaper swapping use [[#Wallpaper Recycler|Wallpaper Recycler]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wallpaper Recycler
 +
  |author  = Mizzion
 +
  |id      = mizzion.wallpaperrecycler
 +
  |nexus  = 1905
 +
  |moddrop = 661354
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Planter
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WallPlanters<!--changed in 0.1.2-unofficial.1-->, aedenthorn.WallPlanter
 +
  |nexus  = 11339
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#WallPlanters
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Televisions
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WallTelevision
 +
  |nexus  = 11448
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Wall Televisions - Continued|Wall Televisions - Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wall Televisions - Continued
 +
  |author  = aedenthorn and FlyingTNT
 +
  |id      = FlyingTNT.WallTelevision
 +
  |nexus  = 22372
 +
  |github  = FlyingTNT/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Animals
 +
  |author  = Symen
 +
  |id      = Symen.WarpAnimals
 +
  |nexus  = 1400
 +
  |github  = simonbru/WarpAnimals
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Binder
 +
  |author  = SnowFire kVala
 +
  |id      = SnowFire.Warp_Binder
 +
  |nexus  = 6892
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Chests
 +
  |author  = CyTheGuy01, CyberCheese15
 +
  |id      = cybercheese.WarpChests
 +
  |nexus  = 6402
 +
  |github  =
 +
 
 +
  |status  = abandoned<!--also broken reference to old SpaceCore type-->
 +
  |summary  = remove this mod (no longer maintained; use [[Junimo Chest]]s instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Multiplayer
 +
  |author  = Strato35, Shalankwa
 +
  |id      = Strato35.WarpMultiplayer
 +
  |nexus  = 7451
 +
  |github  = Shalankwa/SDV_Mods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Multiplayer (Locations), WarpMultiplayer_Locations
 +
  |author  = Shaklin
 +
  |id      = shaklin.warpmultiplayer_locations
 +
  |nexus  = 8950
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Network
 +
  |author  = tlitookilakin
 +
  |id      = tlitookilakin.warpnetwork
 +
  |nexus  = 8567
 +
  |moddrop = 951720
 +
  |github  = tlitookilakin/WarpNetwork
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@restest after AeroCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Parsnip
 +
  |author  = Pillow
 +
  |id      = Pillow.WarpParsnip
 +
  |nexus  = 18628
 +
  |github  = AnotherPillow/WarpParsnip
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp Snitch
 +
  |author  = ceruleandeep
 +
  |id      = ceruleandeep.WarpSnitch
 +
  |nexus  = 9087
 +
  |github  = ceruleandeep/CeruleanStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp to Friends
 +
  |author  = Shalankwa
 +
  |id      = Shalankwa.WarpToFriends
 +
  |nexus  = 2180
 +
  |github  = Shalankwa/SDV_Mods
 +
 
 +
  |status            = workaround
 +
  |summary            = use [[#Warp Multiplayer|Warp Multiplayer]] instead.
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.2.1-unofficial.1-SorryLate
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Warp to Player
 +
  |author  = lesbiansheep, Shalankwa
 +
  |id      = lesbiansheep.WarpToPlayer
 +
  |nexus  = 21075
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wash Away Forage, Tidal Beach
 +
  |author  = Sakorona (ItsBenter)
 +
  |id      = KoihimeNakamura.WashAwayForage
 +
  |nexus  = 6715
 +
  |github  = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wasteless Watering
 +
  |author  = GrumpyCrouton
 +
  |id      = GrumpyCrouton.WastelessWatering
 +
  |nexus  = 10998
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Balloon
 +
  |author  = HaulinOats
 +
  |id      = HaulinOats.WaterBalloon
 +
  |nexus  = 14481
 +
  |github  = HaulinOats/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Bomb
 +
  |author  = BlaDe
 +
  |id      = BlaDe.WaterBomb
 +
  |nexus  = 10267
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Bot
 +
  |author  = andyruwruw
 +
  |id      = andyruwruw.WaterBot
 +
  |nexus  = 8167
 +
  |github  = andyruwruw/stardew-valley-water-bot
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Can Refiller
 +
  |author  = Mizzion
 +
  |id      = mizzion.watercanrefiller
 +
  |nexus  = 3539
 +
  |moddrop = 661368
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Flow
 +
  |author  = blueberry
 +
  |id      = blueberry.WaterFlow
 +
  |nexus  = 11790
 +
  |github  = b-b-blueberry/WaterFlow
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Watering Can Give Exp
 +
  |author  = Achtuur
 +
  |id      = Achtuur.WateringCanGiveExp
 +
  |nexus  = 16903
 +
  |github  = Achtuur/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Watering Can Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WateringCanTweaks
 +
  |curse  = 868789
 +
  |nexus  = 10947
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Watering Grants Experience and Crops Can Wither
 +
  |author  = Goldenrevolver
 +
  |id      = Goldenrevolver.WateringGrantsXP
 +
  |nexus  = 7768
 +
  |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Pet Bowl, Pet Water Bowl
 +
  |author  = Mizzion
 +
  |id      = mizzion.petwaterbowl
 +
  |nexus  = 2009
 +
  |moddrop = 661365
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Waterproof Items
 +
  |author  = Esca, Esca-MMC
 +
  |id      = Esca.WaterproofItems
 +
  |nexus  = 6460
 +
  |moddrop = 807393
 +
  |github  = Esca-MMC/WaterproofItems
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Water Retaining Field
 +
  |author  = Digus
 +
  |id      = DIGUS.WaterRetainingFieldMod
 +
  |nexus  = 2374
 +
  |github  = Digus/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wealth is Health
 +
  |author  = Qi The Mysterious
 +
  |id      = QiTheMysterious.WealthIsHealth
 +
  |nexus  = 19903
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weapon Reskinner
 +
  |author  = spacechase0
 +
  |id      = spacechase0.WeaponReskinner
 +
  |nexus  = 5095
 +
  |moddrop = 771681
 +
  |github  = spacechase0/WeaponReskinner
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = obsolete
 +
  |summary  = remove this mod ([[Forge|equivalent feature]] added in Stardew Valley 1.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weapons Ignore Grass
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeaponsIgnoreGrass
 +
  |nexus  = 15409
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weapons on Display
 +
  |author  = Anthony Hilyard
 +
  |id      = com.anthonyhilyard.WeaponsOnDisplay
 +
  |curse  = 447259
 +
  |nexus  = 9319
 +
  |github  = AHilyard/WeaponsOnDisplay
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wear More Rings
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.WearMoreRings
 +
  |nexus  = 3214
 +
  |github  = bcmpinc/StardewHack
 +
 
 +
  |warnings = Broken on Android.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Controller
 +
  |author  = EvilPdor
 +
  |id      =
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111526
 +
  |github  = natfoth/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather God
 +
  |author  = nrm33n
 +
  |id      = nrm33n.weatherGod
 +
  |nexus  = 15563
 +
  |github  =
 +
 
 +
  |status  = broken<!-- author uploaded source code instead of the compiled mod -->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Illnesses
 +
  |author  = Sakorona
 +
  |id      = KoihimeNakamura.WeatherIllnesses
 +
  |nexus  = 2210
 +
  |moddrop = 664153
 +
  |github  = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Totem
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeatherTotem<!--changed in 0.1.1-unofficial.1-->, aedenthorn.WeatherTotems
 +
  |nexus  = 16455
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#WeatherTotem
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Totems Expanded
 +
  |author  = TheMightyAmondee
 +
  |id      = TheMightyAmondee.WeatherTotems
 +
  |nexus  = 21539
 +
  |github  = TheMightyAmondee/WeatherTotems
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weather Wonders
 +
  |author  = Kanadeyoru
 +
  |id      = Kana.WeatherWonders.DLL
 +
  |curse  = 1016623
 +
  |nexus  = 23868
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wedding Mod
 +
  |author  = Opalie
 +
  |id      = Opalie.Wedding
 +
  |nexus  =
 +
  |moddrop = 526231
 +
  |github  = Opalie/Wedding
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wedding Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeddingTweaks
 +
  |curse  = 868829
 +
  |nexus  = 10117
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weekly Break Reminder
 +
  |author  = treehat
 +
  |id      = Treehat.WeeklyBreakReminder
 +
  |nexus  = 8194
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Week Starts Sunday
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WeekStartsSunday
 +
  |nexus  = 13707
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Weird Sounds
 +
  |author  = mori_sensei
 +
  |id      = mori_sensei.WeirdSounds
 +
  |nexus  = 23848
 +
  |github  = alcmoe/SVMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Werewolf in the Valley
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Werewolf
 +
  |curse  = 877223
 +
  |moddrop = 1521370
 +
  |nexus  = 15724
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = 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 Farm Cave, WhatAMush
 +
  |author  = Oxyligen
 +
  |id      = WhatAMush
 +
  |nexus  = 1097
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = wHats Up
 +
  |author  = Oxyligen
 +
  |id      = wHatsUp
 +
  |nexus  = 1082
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Where Are They
 +
  |author  = Capaldi12
 +
  |id      = Capaldi12.WhereAreThey
 +
  |nexus  = 13208
 +
  |github  =
 +
  |source  = https://gitlab.com/Capaldi12/wherearethey
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Where's My Horse
 +
  |author  = temisthem
 +
  |id      = tem696969696969.WheresMyHorse
 +
  |nexus  = 23287
 +
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Where's My Items?
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.WheresMyItems
 +
  |nexus  = 2086
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = White Turnip
 +
  |author  = ejun0
 +
  |id      = ejun0.WhiteTurnip
 +
  |nexus  = 8568
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Who Lives Here
 +
  |author  = Prism 99
 +
  |id      = prism99.wholiveshere
 +
  |nexus  = 19840
 +
  |github  = Prism-99/WhoLivesHere
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wiki Links
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.WikiLinks
 +
  |nexus  = 11476
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|24119|Wiki Links by Aedenthorn}}.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Eggs Hatching
 +
  |author  = MikeW
 +
  |id      = Mikew.wildeggshatching
 +
  |nexus  = 23935
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Flowers
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Wildflowers
 +
  |nexus  = 14061
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21498|Wild Flowers Reimagined}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Flowers Reimagined
 +
  |author  = jpp
 +
  |id      = jpp.WildFlowersReimagined
 +
  |nexus  = 21498
 +
  |github  = jpparajeles/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wild Tree Tweaks
 +
  |author  = chiccen
 +
  |id      = chiccen.WildTreeTweaks
 +
  |nexus  = 24349
 +
  |github  = chiccenFL/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wind Effects
 +
  |author  = CatCattyCat
 +
  |id      = cat.windeffects
 +
  |nexus  = 6647
 +
  |moddrop = 833564
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial version = 1.0.3-unofficial.5-brimbane
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119900
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Window Resize
 +
  |author  = thatnzguy
 +
  |id      = thatnzguy.WindowResize
 +
  |nexus  = 2266
 +
  |github  = thatnzguy/WindowResize
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Grass
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.wintergrass
 +
  |nexus  = 1601
 +
  |moddrop = 833542
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |status  = obsolete
 +
  |summary  = remove this mod (grass no longer dies in winter in Stardew Valley 1.6).
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Pigs
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.WinterPigs
 +
  |curse  = 1004491
 +
  |moddrop = 1443556
 +
  |nexus  = 16879
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Rain
 +
  |author  = idermailer
 +
  |id      = idermailer.WinterRain
 +
  |nexus  = 13767
 +
  |github  = idermailer/WinterRain
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Winter Star Spouse
 +
  |author  = drbirbdev
 +
  |id      = drbirbdev.WinterStarSpouse
 +
  |nexus  = 14164
 +
  |github  = drbirbdev/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Witcher Mod
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = Aedenthorn.WitcherMod
 +
  |nexus  = 5797
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wizard's Mystical Stationary
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.WizardsMysticalStationary
 +
  |nexus  = 5246
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Wonderful Farm Life
 +
  |author  = Jinxiewinxie and TaintedWheat
 +
  |id      = WonderfulFarmLife
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
 +
  |github  = Jinxiewinxie/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.1 or 1.11
 +
<!--
 +
  |unofficial version = 1.0.1-unofficial.3-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Workbench Helper
 +
  |author  = Ballom41
 +
  |id      = Ballom41.WorkbenchHelper
 +
  |nexus  = 21294
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Working Fireplace
 +
  |author  = jahangmar
 +
  |id      = jahangmar.WorkingFireplace
 +
  |nexus  = 3654
 +
  |github  = jahangmar/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = World Maps, World Maps Everywhere
 +
  |author  = shekurika
 +
  |id      = shekurika.worldMaps
 +
  |nexus  = 24210
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = X
 +
  |author  = skiilaa
 +
  |id      = skiilaa.X
 +
  |nexus  = 2286
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3.20
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XmlSerializerRetool
 +
  |author  = Persival
 +
  |id      = none <!-- no ID in manifest -->
 +
  |nexus  = 450
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.1
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XNB Loader
 +
  |author  = Entoarox
 +
  |id      = Entoarox.XnbLoader
 +
  |nexus  = 2275
 +
  |chucklefish = 4506
 +
  |github  = Entoarox/StardewMods
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XP Display
 +
  |author  = Shockah
 +
  |id      = Shockah.XPDisplay
 +
  |nexus  = 11089
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XPMultiplier
 +
  |author  = nofilenamed
 +
  |id      = NFN.XPMUL
 +
  |nexus  = 8649
 +
  |github  = nofilenamed/XPMultiplier
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = XPMultiplier.Space
 +
  |author  = nofilenamed
 +
  |id      = NFN.XPMULSPA
 +
  |nexus  = 8760
 +
  |github  = nofilenamed/XPMultiplier.Space
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Xtardew Core
 +
  |author  = hixega
 +
  |id      = hixega.XtardewCore
 +
  |nexus  = 19096
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yanshufitos Mod
 +
  |author  = yanshufitos
 +
  |id      = yanshufitos.yanshufitosmod
 +
  |nexus  = 20355
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
  |broke in = never worked
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Year-Round Crops
 +
  |author  = vincebel
 +
  |id      = vincebel.YearRoundCrops
 +
  |nexus  = 8196
 +
  |github  = vincebel7/YearRoundCrops
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Auto Watering
 +
  |author  = zhuoyun233
 +
  |id      = zhuoyun233.YetAnotherAutoWatering
 +
  |nexus  = 21036
 +
  |github  = ZhuoYun233/YetAnotherAutoWatering-StardrewValleyMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Cooking Skill
 +
  |author  = moonslime
 +
  |id      = moonslime.CookingSkill
 +
  |nexus  = 22681
 +
  |github  = Pet-Slime/StardewValley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Fishing Mod
 +
  |author  = NeverToxic
 +
  |id      = NeverToxic.YetAnotherFishingMod
 +
  |nexus  = 20391
 +
  |github  = Dunc4nNT/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Harvest With Scythe Mod, Harvest With Scythe
 +
  |id      = bcmpinc.HarvestWithScythe
 +
  |nexus  = 2731
 +
  |author  = bcmpinc
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Map Teleport, Stardew Map Teleport
 +
  |author  = moddem
 +
  |id      = moddem.StardewMapTeleport
 +
  |nexus  = 18143
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Yet Another Sprint Mod
 +
  |author  = XxHarvzBackxX
 +
  |id      = XxHarvzBackxX.YASM
 +
  |nexus  = 9228
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = You've Got Mail - Twitch Integration
 +
  |author  = Jaredlll08, YGM Team
 +
  |id      = BlameJared.YGM, YGM.SDVMod<!--changed in 2.0-->
 +
  |curse  = 308005
 +
  |nexus  =
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = zDailyIncrease
 +
  |author  = thakyZ
 +
  |id      = zdailyincrease
 +
  |nexus  =
 +
  |chucklefish = 4247
 +
  |github  = thakyZ/zDailyIncrease
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = ZelWorld - Custom World Music
 +
  |author  = zelink
 +
  |id      = zelink.ZelWorld
 +
  |nexus  = 21466
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zenchman
 +
  |author  = BlaDe
 +
  |id      = BlaDe.Zenchman
 +
  |nexus  = 12024
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zen Mod
 +
  |author  = PositiveVegan
 +
  |id      = PositiveVegan.ZenMod
 +
  |nexus  = 12899
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zombie Outbreak
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.ZombieOutbreak
 +
  |nexus  = 6743
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Level
 +
  |author  = thespbgamer
 +
  |id      = thespbgamer.ZoomLevel
 +
  |curse  = 714275
 +
  |nexus  = 7363
 +
  |github  = thespbgamer/ZoomLevel
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Level Keybinding
 +
  |author  = GuiNoya, Yesst
 +
  |id      = GuiNoya.ZoomLevelKeybind
 +
  |nexus  = 1621
 +
  |github  = GuiNoya/SVMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Zoom Level|Zoom Level]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Mod / Zoom Out Extreme
 +
  |author  = RockinRolla
 +
  |id      = RockinMods.ZoomMod
 +
  |nexus  = 1326
 +
  |github  = rockinrolla/ZoomMod
 +
 
 +
  |broke in = Stardew Valley 1.3.33
 +
  |status  = workaround
 +
  |summary  = use [[#Zoom Level|Zoom Level]] instead.
 +
<!--
 +
  |unofficial version = 1.2.2-unofficial.1-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoom Per Map
 +
  |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.ZoomPerMap
 +
  |nexus  = 22227
 +
  |github  = DecidedlyHuman/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Zoomy Farmer
 +
  |author  = Geko_X
 +
  |id      = gekox.zoomyFarmer
 +
  |moddrop = 1530058
 +
  |nexus  = 6031
 +
  |github  =
 +
  |source  = https://gitlab.com/geko_x/stardew-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|footer}}
 +
<div class="game-stable-version" style="display:none;">{{version|link=0}}</div><div class="game-beta-version" style="display:none;">{{version|link=0}}</div>
 +
 
 +
===Content packs===
 +
This list shows broken content packs for SMAPI mods like Content Patcher. '''Only incompatible content packs are listed'''; working content packs are not listed (even if they have non-compatibility bugs). For legacy XNB mods, see [[#XNB mods]].
 +
 
 +
{{#invoke:SMAPI compatibility|header}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = 2CUTE FarmCave
 +
  |author  = taintedwheat
 +
  |id      = taintedwheat.2CuteFarmCave
 +
  |nexus  = 843
 +
  |github  =
 +
 
 +
  |content pack for  = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.3.36
 +
  |unofficial version = 2.0.1-unofficial.1-opalie
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adventurer's Guild Expanded
 +
  |author  = SUPERT
 +
  |id      = supert.adventureguildexpanded
 +
  |nexus  = 12102
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.1.0-unofficial.2-femtohound
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-200#post-126783
 +
  |summary            = use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-199#post-126783 unofficial update] or {{nexus mod|22591|Adventurer's Guild Expanded - Unofficial Update for 1.6}}.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bathroom After 2nd House Upgrade
 +
  |author  = DevilBro/Ursii98
 +
  |id      = ursii98.BathroomAfter2ndHouseupgrade
 +
  |nexus  = 2578
 +
  |github  =
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 4.0.1-unofficial.2-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354247
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Boogies Tidy Crafting<!--manifest-->, Tidy Crafting Menu<!--Nexus-->
 +
  |author  = Boogie
 +
  |id      = Boogie.Crafting
 +
  |nexus  = 7177
 +
 
 +
  |summary  = broken (doesn't show new 1.6 crafting recipes).
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cuter Slimes
 +
  |author  = Amaryn
 +
  |id      = Amaryn.CuterSlimes
 +
  |nexus  = 6073
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21889|Cuter Slimes Refreshed}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Don't Enable Pam
 +
  |author  = Jonqora
 +
  |id      = Jonqora.DontEnablePam
 +
  |nexus  = 6721
 +
  |github  = Jonqora/StardewMods/tree/master/DontEnablePam
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|23080|No Pam Enabling}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Green Pastures Farm
 +
  |author  = Bugbuddy
 +
  |id      = bugbuddy.GreenPasturesFarm
 +
  |nexus  = 2326
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.3.36
 +
  |unofficial version = 1.2.1-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330827
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Farm 2
 +
  |author  = Zander
 +
  |id      = zander.immersivefarm2
 +
  |nexus  = 1531
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.3.36
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|3561|Immersive Farm 2 Unofficial Update}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Spouses
 +
  |author  = someguy363
 +
  |id      = iss.immersivespouses
 +
  |nexus  = 5117
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|22538|Immersive Spouses 1.6}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Looking for Love
 +
  |author  = sivolobwho and foggywizard
 +
  |id      = foggy.LfL
 +
  |nexus  = 10206
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21370|Looking For Love Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Lumisteria Clumps and Nodes
 +
  |author  = Lumisteria
 +
  |id      = lumisteria.CON.NodesForClassicOres
 +
  |nexus  = 9256
 +
  |github  =
 +
 
 +
  |content pack for = Custom Ore Nodes
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{Nexus mod|21986|Lumisteria Glimmering Clumps and Nodes}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = More Backpack Upgrades
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CPMoreBackpacks
 +
  |nexus  = 13827
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21591|The Return Of More Backpack Upgrades}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Overgrown Fairy Buildings
 +
  |author  = Ali Read/naeldeus
 +
  |id      = naeldeus.OvergrownFairyBuildings
 +
  |nexus  = 4564
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial version = OvergrownFairyBuildings.1.5.unofficialUpdate2
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-26846
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Quality Artisan Products
 +
  |author  = Wingyl
 +
  |id      = Wingyl.QualityArtisanProducts
 +
  |moddrop = 707502
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Artisan Goods Keep Quality|Artisan Goods Keep Quality]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Remove That Damn Rock
 +
  |author  = Plutey/Androxilogin
 +
  |id      = Androxilogin.RemoveThatDamnRock
 +
  |nexus  = 384
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.2
 +
  |unofficial version = 1.1.1-unofficial.1-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-14#post-3353498
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Spacious Greenhouse
 +
  |author  = mintgal
 +
  |id      = mintgal.SpaciousGreenhouse
 +
  |nexus  = 4137
 +
  |github  =
 +
 
 +
  |content pack for = Content Patcher
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-124427
 +
  |unofficial version = 1.2.1-unofficial
 +
}}
 +
{{#invoke:SMAPI compatibility|footer}}
 +
 
 +
===XNB mods===
 +
See [[Modding:Using XNB mods]].
 +
<!--
 +
 
 +
Do not list XNB mods here.
 +
 
 +
-->
 +
 
 +
==Mod data overrides==
 +
This section overrides the data specified in mods' [[Modding:Modder Guide/APIs/Manifest|<samp>manifest.json</samp> files]] or mod pages for SMAPI's update checks. '''This is a specialized section; in most cases it's better to correct the mod instead.''' See the [[Module:SMAPI compatibility overrides#Usage|format description]] when editing this section.
 +
 
 +
{{#invoke:SMAPI compatibility overrides|header}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Adjust Artisan Prices
 +
   |id            = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc
 +
   |update keys    =
 +
   |local version  =
 +
   |remote version = 0.01 → 0.0.1
 +
   |reason        = [https://community.playstarbound.com/resources/smapi-adjust-artisan-prices.3532/history mod page] has wrong version format
 +
}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Almighty Farming Tool
 +
   |id            = 439
 +
   |update keys    =
 +
   |local version  =
 +
   |remote version = 1.21 → 1.2.1
 +
   |reason        = {{nexus mod|439|mod page}} has wrong version format
 +
}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Auto Water
 +
   |id            = pickle.autowater
 +
   |update keys    = Nexus:5463 → Nexus:1666
 +
   |local version  =
 +
   |remote version =
 +
   |reason        = manifest has wrong update key<!--last checked: 1.2.1-->
 +
}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Better Shipping Box
 +
   |id            = Kithio:BetterShippingBox, Kithio.BetterShippingBox
 +
   |update keys    =
 +
   |local version  = 1.0.1 → 1.0.2
 +
   |remote version =
 +
   |reason        = manifest outdated<!--last checked: 1.0.2-->
 +
}}
 +
{{#invoke:SMAPI compatibility overrides|entry
 +
   |name          = Big Silo
 +
   |id            = lperkins2.BigSilo
 +
   |update keys    =
 +
   |local version  = 0.0.2 → 0.0.3
 +
   |remote version =
 +
   |reason        = manifest outdated<!--last checked: 0.0.3-->
 +
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
{{#invoke:SMAPI compatibility overrides|entry
 
   |name          = Chefs Closet
 
   |name          = Chefs Closet
Line 20,829: Line 23,778:
 
   |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 20,862: Line 23,810:
 
   |remote version = 1.12 → 1.1.2
 
   |remote version = 1.12 → 1.1.2
 
   |reason        = {{nexus mod|1094|mod page}} + manifest has wrong version format<!--last checked: 1.1.2-->
 
   |reason        = {{nexus mod|1094|mod page}} + manifest has wrong version format<!--last checked: 1.1.2-->
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
  |name          = Object Progress Bar
 
  |id            = Adeel.ObjectProgressbars
 
  |update keys    =
 
  |local version  = 1.4.0 → 1.3.0
 
  |remote version =
 
  |reason        = broken update
 
 
}}
 
}}
 
{{#invoke:SMAPI compatibility overrides|entry
 
{{#invoke:SMAPI compatibility overrides|entry
Line 20,918: Line 23,858:
 
   |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 20,942: Line 23,890:
 
   |next =
 
   |next =
 
}}
 
}}
 +
 +
[[Category:Modding]]
  
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[es:Modding:Compatibilidad de mods]]
 
[[es:Modding:Compatibilidad de mods]]
 
[[zh:模组:模组兼容性]]
 
[[zh:模组:模组兼容性]]

Latest revision as of 20:39, 21 June 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).