Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(add older name for TMXL Map Toolkit, update links)
(→‎C# mods: updated: Active Menu Anywhere)
 
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#Main events|notable events which affect this chart]].]]
+
[[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: #e69138;">&emsp;</span> broken (open-source)<br />
 +
<span style="background: #1155cc;">&emsp;</span> 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.
 
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://mods.smapi.io/ mods.smapi.io] 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.
  
 +
==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 {{github|Pathoschild/StardewScripts/tree/main/mod-dump|semi-automated scripts}}, but feel free to make corrections as needed!
  
 +
<!--
  
 +
Tokens used in the markup:
 +
- "@retest-after Mod Name" means the mod is broken due to the named mod being broken, so it should be retested when that mod is updated.
 +
- "@retest-linked" means one or more mods should be retested when this mod is updated.
  
==For players==
+
-->
===What to do===
+
{{#invoke:SMAPI compatibility|header}}
# For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
+
{{#invoke:SMAPI compatibility|entry
# If a mod is still failing, post a message in the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/ coordination thread] (with [[Modding:Player Guide/Troubleshooting#Find your SMAPI log|your SMAPI log]] attached) and we'll help.
+
   |name   = 24h Clock
 
+
   |author = Lajna
===SMAPI mods===
+
   |id     = Lajna.24hClock
* '''Players:''' See [https://mods.smapi.io/ mods.smapi.io] for a more user-friendly list.
+
   |nexus   = 1695
* '''Modders:''' feel free to update this list! (See [[Modding:Mod compatibility/entry#Usage|instructions]].)
+
   |github = LajnaLegenden/Stardew_Valley_Mods
 
 
{| class="wikitable sortable plainlinks" id="mod-list"
 
|-  style="position: sticky; top: 0;"
 
! mod name
 
! author
 
! compatibility<ref name="compatibility" />
 
! broke in
 
! source
 
! metadata
 
{{/entry
 
   |name     = 24h Clock
 
   |author   = Lajna
 
   |id       = Lajna.24hClock
 
   |nexus id = 1695
 
   |github   = LajnaLegenden/Stardew_Valley_Mods
 
  
 
   |broke in          = SMAPI 3.0
 
   |broke in          = SMAPI 3.0
 
   |unofficial version = 1.0.1-unofficial.1-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-76#post-3342641
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-76#post-3342641
  |pull request      = https://github.com/LajnaLegenden/Stardew_Valley_Mods/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = 24 Hour Format, 24 Hour Clock
+
   |name   = 24-Hour Clock Patcher, 24-Hour Clock Harmony
   |author   = Prince-Leto
+
   |author = pepoluan
   |id       = princeleto.twentyfourhours
+
   |id     = pepoluan.24h
   |nexus id = 2908
+
   |nexus   = 8759
   |github  = Prince-Leto/StardewValleyMods
+
   |github =
 +
   |source  = https://sourceforge.net/p/sdvmod-24h-harmony/
  
   |broke in     = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |status       = workaround
+
   |status   = workaround
   |summary     = use [[#24h Clock|24h Clock]] by Lajna instead.
+
   |summary = use [[#24h Clock|24h Clock]] or {{nexus mod|20794|24H Clock Language}} instead.
  |pull request = https://github.com/Prince-Leto/StardewValleyMods/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Access Chest Anywhere
+
   |name   = 24 Hour Format, 24 Hour Clock
   |author   = dumb0t, VIspReaderUS
+
   |author = Prince-Leto
   |id       = AccessChestAnywhere
+
   |id     = princeleto.twentyfourhours
   |nexus id = 257
+
   |nexus   = 2908
   |github   =  
+
   |github = Prince-Leto/StardewValleyMods
  
   |broke in = Stardew Valley 1.1
+
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Chests Anywhere|Chests Anywhere]] instead.
+
   |summary  = use [[#24h Clock|24h Clock]] or {{nexus mod|20794|24H Clock Language}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Activate Sprinklers
+
   |name   = 3-Story Cellar
   |author   = f4iTh, JertsukkaTheMan
+
   |author = fan
   |id       = f4iTh.ActivateSprinklers
+
   |id     = fan.3-story-cellar
   |nexus id = 2088
+
   |nexus   = 22882
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjustable Price Hikes
+
   |name   = 4Leaf
   |author   = Pokeytax
+
   |author = Alex Noddings
   |id       = Pokeytax.AdjustablePriceHikes
+
   |id     = an.4leaf
   |nexus id = 2631
+
   |nexus   = 2365
   |github  =  
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjustable Stamina Healing
+
   |name   = A Better Crab Trap
   |author  = punyo, yakminepunyo
+
   |author = ARgoChxw
   |id       = punyo.AdjustableStaminaHealing
+
  |id      = ARgoChxw.ABetterCrabTrap
   |nexus id = 2149
+
  |nexus   = 22015
   |github   = pomepome/AdjustableStaminaHealing
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Abilities - Experience Bars
 +
  |author  = Ophaneom
 +
   |id     = Ophaneom.AbilitiesExperienceBars
 +
   |nexus   = 8048
 +
   |github = Ophaneom/Abilities-Experience-Bars
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.0.5-unofficial.1-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343697
+
  |summary  = use [[#Abilities - Experience Bars 1.6|Abilities - Experience Bars 1.6]] instead.
   |pull request      = https://github.com/pomepome/AdjustableStaminaHealing/pull/1
+
}}
 +
{{#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
 +
  |name    = A Bonafide Special Blue Chicken
 +
  |author  = r1kai, rikai, rikai and jackkimball
 +
  |id      = rikai.abonafidespecialbluechicken
 +
   |nexus  = 8979
 +
  |github = rikai/ABonafideSpecialBlueChicken
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjust Artisan Prices
+
   |name   = Access Chest Anywhere
   |author   = ThatNorthernMonkey
+
   |author = dumb0t, VIspReaderUS
   |id       = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc<!--changed in 0.0.2-pathoschild-update-->
+
   |id     = AccessChestAnywhere
   |nexus id =
+
   |nexus  = 257
   |chucklefish id = 3532
+
   |github =
   |github   = ThatNorthernMonkey/AdjustArtisanPrices
 
  
   |broke in           = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.1
   |unofficial version = 0.0.2-unofficial.3-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329038
+
  |summary  = use [[#Chests Anywhere|Chests Anywhere]] instead.
   |pull request      = https://github.com/ThatNorthernMonkey/AdjustArtisanPrices/pull/2
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Accessible Tiles
 +
  |author  = GrumpyCrouton
 +
   |id      = GrumpyCrouton.AccessibleTiles
 +
   |nexus  = 10755
 +
  |github =
  
   |map remote versions = 0.01 → 0.0.1
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjust Baby Chance
+
   |name   = AchtuurCore
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Achtuur
   |id       = f4iTh.AdjustBabyChance
+
   |id     = Achtuur.AchtuurCore
   |nexus id = 3311
+
   |nexus   = 16827
   |github   =  
+
   |github = Achtuur/StardewTravelSkill
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjust Monster
+
   |name   = Action Sitting
   |author   = mmanlapat
+
   |author = greentodd
   |id       = mmanlapat.AdjustMonster
+
   |id     = greentodd.ActionSitting
   |nexus id = 1161
+
   |nexus   = 10943
   |github   =  
+
   |github =
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |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
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Activated Sprinklers, Activating Sprinkers<!--changed in 1.0.1-->
 +
   |author  = StultusV
 +
  |id      = StultusV.ActivatedSprinklers, StultusV.ActivatingSprinklers<!--changed in 1.0.1-->
 +
  |nexus  = 8688
 +
  |github  = JudeRV/Stardew-ActivatingSprinklers
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Key Bindings
+
   |name   = Activate Sprinklers
   |author   = Drachenkatze
+
   |author = f4iTh, JertsukkaTheMan
   |id       = Drachenkatze.AdvancedKeyBindings
+
   |id     = f4iTh.ActivateSprinklers
   |nexus id = 5127
+
   |nexus   = 2088
   |github   = Drachenkaetzchen/AdvancedKeyBindings
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Location Loader
+
   |name   = Active Menu Anywhere
   |author   = Entoarox
+
   |author = weizinai
   |id       = Entoarox.AdvancedLocationLoader
+
   |id     = weizinai.ActiveMenuAnywhere
   |nexus id = 2270
+
   |nexus  = 21093
   |chucklefish id = 3619
+
   |github =
   |github   = Entoarox/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Machines, AdvMachines
+
   |name   = Actually Lucky Rabbit<!--Nexus-->, Lucky Rabbits Foot<!--manifest-->
   |author   = ANDR55
+
   |author = Chelsea Bingiel
   |id       = ANDR55.AdvMachines
+
   |id     = ChelseaBingiel.LuckyRabbitsFoot
   |nexus id =
+
   |nexus  = 11447
   |url      = https://community.playstarbound.com/threads/advanced-machines.137132/
+
   |github =
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|23271|Actually Lucky Rabbit's Foot (Rebooted)}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Save Backup, Stardew Auto Backup, Stardew_Save_Backup
+
   |name   = Additional Mine Maps
   |author   = Omegasis, Alpha_Omegasis
+
   |author = aedenthorn, Erinthe
   |id       = Omegasis.AdvancedSaveBackup, Omegasis.SaveBackup<!--changed in 1.5-->
+
   |id     = aedenthorn.AdditionalMineMaps
   |nexus id = 435
+
   |nexus   = 14595
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advancing Sprinklers
+
   |name   = Add Money
   |author   = Warix3
+
   |author = Pempi
   |id       = warix3.advancingsprinklers
+
   |id     = pempi.addMoney
   |nexus id = 2983
+
   |nexus   = 20111
   |github   =  
+
   |github =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use {{nexus mod|4356|Dragon's Advancing Sprinklers for Content Patcher}} instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Add Money
 +
  |author  = Steph Hoel
 +
  |id      = StephHoel.AddMoney
 +
   |nexus   = 21016
 +
   |github = StephHoel/ModsStardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adventure Shop Inventory
+
   |name   = Add to Workbench Chests
   |author   = Hammurabi
+
   |author = Rui3
   |id       = HammurabiAdventureShopInventory
+
   |id     = Rui3.AddToWorkbenchChests
   |nexus id =
+
   |nexus  = 5713
   |chucklefish id = 4608
+
   |github  =
   |source  = https://community.playstarbound.com/resources/adventure-shop-inventory.4608
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = AFK Timer, AFK Idle Timer
+
   |name   = Adjustable Building Costs
   |author   = CKextreme
+
   |author = Skalaki
   |id       = CKextreme.AfkTimer
+
   |id     = Skalaki.AdjustableBuildingCosts
   |nexus id = 3721
+
   |nexus   = 12446
   |github  = CKextreme/StardewValley-Mods
+
   |github = MiguelLucas/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Aggressive Acorns
+
   |name   = Adjustable Price Hikes
   |author   = Phrasefable
+
   |author = Pokeytax
   |id       = Phrasefable.AggressiveAcorns
+
   |id     = Pokeytax.AdjustablePriceHikes
   |nexus id = 3661
+
   |nexus   = 2631
   |github  = phrasefable/StardewMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = All Professions
+
   |name   = Adjustable Sprinklers
   |author   = cantorsdust
+
   |author = NCarigon
   |id       = cantorsdust.AllProfessions, community.AllProfessions, 8c37b1a7-4bfb-4916-9d8a-9533e6363ea3<!--changed in 1.3.1 and 1.2-->
+
   |id     = NCarigon.AdjustableSprinklers
   |nexus id = 174
+
   |nexus   = 21843
   |github   = cantorsdust/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Almighty Farming Tool, Almighty Tool
+
  |name    = Adjustable Stamina Healing
   |author   = momoaau
+
  |author  = punyo, yakminepunyo
   |id       = 439<!--actual manifest ID-->
+
  |id      = punyo.AdjustableStaminaHealing
   |nexus id = 439
+
  |nexus  = 2149
   |github  =  
+
  |github  = pomepome/AdjustableStaminaHealing
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.0.5-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343697
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Adjust Artisan Prices
 +
   |author = ThatNorthernMonkey
 +
   |id     = ThatNorthernMonkey.AdjustArtisanPrices, 1e36d4ca-c7ef-4dfb-9927-d27a6c3c8bdc<!--changed in 0.0.2-pathoschild-update-->
 +
   |nexus   =
 +
  |chucklefish = 3532
 +
  |github  = ThatNorthernMonkey/AdjustArtisanPrices
 +
 
 +
  |broke in = Stardew Valley 1.1
 +
<!--
 +
  |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
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adjust Baby Chance
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id     = f4iTh.AdjustBabyChance
 +
  |nexus  = 3311
 +
   |github =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Adjust Monster
 +
  |author  = mmanlapat
 +
  |id      = mmanlapat.AdjustMonster
 +
  |nexus  = 1161
 +
  |github  =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
<!--
 
<!--
   |unofficial version = 1.2.2-unofficial.3.mizzion
+
   |unofficial version = 1.1.1-unofficial.1-ddgroves
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-18#post-3291454
+
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3335226
 
-->
 
-->
 
  |map remote versions = 1.21 → 1.2.1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Always On Server for Multiplayer
+
   |name   = Adopt 'n Skin, Animal Skinner
   |author   = funny-snek and Zuberii
+
   |author = Gathouria
   |id       = funny-snek.Always_On_Server
+
   |id     = Gathouria.AdoptSkin, Gathouria.AnimalSkinner<!--changed in 2.5-->
   |nexus id = 2677
+
   |nexus   = 4011
   |github   = funny-snek/Always-On-Server-for-Multiplayer
+
  |moddrop = 600967
 +
   |github = Gathouria/Adopt-Skin
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.20.2-unofficial.1-slamerz
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-20#post-3353880
 
  |pull request      = https://github.com/funny-snek/Always-On-Server-for-Multiplayer/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Always Scroll Map
+
   |name   = Adopt With Krobus
   |author   = bcmpinc
+
   |author = Hana
   |id       = bcmpinc.AlwaysScrollMap
+
   |id     = Hana.AdoptWithKrobus
   |nexus id = 2733
+
   |nexus   = 22218
   |github   = bcmpinc/StardewHack
+
   |github = aeremyns/AdoptWithKrobus
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ambient Light
+
   |name   = Advanced Cooking
   |author   = SixthTitan
+
   |author = aedenthorn, Erinthe
   |id       = SixthTitan.AmbientLight
+
   |id     = aedenthorn.AdvancedCooking
   |nexus id = 4639
+
   |nexus   = 11264
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.5-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AdvancedCooking
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Birth Every Night
+
   |name   = Advanced Fishing Treasure
   |author   = Paritee
+
   |author = aceynk
   |id       = Paritee.AnimalBirthEveryNight
+
   |id     = aceynk.AdvancedFishingTreasure
   |nexus id = 3440
+
   |nexus   = 24403
   |github   = paritee/Paritee.StardewValley.Frameworks
+
   |github = aceynk/AdvancedFishingTreasure
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Chooser
+
   |name   = Advanced Flute Blocks
   |author   = stokastic
+
   |author = aedenthorn, Erinthe
   |id       = stokastic.AnimalChooser
+
   |id     = aedenthorn.AdvancedFluteBlocks
   |nexus id = 2573
+
   |nexus   = 10934
   |github   = stokastic/AnimalChooser
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = Stardew Valley 1.3.29
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.3.1-unofficial.3-mouseypounds
+
   |unofficial version = 0.2.1-unofficial.2-mouahrara
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357181
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#AdvancedFluteBlocks
  |pull request      = https://github.com/stokastic/AnimalChooser/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Husbandry Mod, Butcher Mod
+
   |name   = Advanced Key Bindings
   |author   = Digus
+
   |author = Drachenkatze
   |id       = DIGUS.ANIMALHUSBANDRYMOD, DIGUS.BUTCHER<!--changed in 2.0.1-->
+
   |id     = Drachenkatze.AdvancedKeyBindings
   |nexus id = 1538
+
   |nexus   = 5127
   |github  = Digus/StardewValleyMods
+
   |github = Drachenkaetzchen/AdvancedKeyBindings
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Patting
+
   |name   = Advanced Location Loader
   |author   = DiddyP
+
   |author = Entoarox
   |id       = DiddyP.AnimalPatting
+
   |id     = Entoarox.AdvancedLocationLoader
   |nexus id = 3837
+
   |nexus   = 2270
   |github  =  
+
  |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Sitter
+
   |name   = Advanced Loot Framework
   |author   = jwdred
+
   |author = aedenthorn, Erinthe
   |id       = jwdred.AnimalSitter
+
   |id     = aedenthorn.AdvancedLootFramework
   |nexus id = 581
+
   |nexus   = 7739
   |github   = jdusbabek/stardewvalley
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = Stardew Valley 1.3.11
+
   |broke in          = Stardew Valley 1.6<!--@retest-linked-->
   |unofficial version = 1.1.1-unofficial.4-pathoschild
+
   |unofficial version = 0.4.2-unofficial.1-mouahrara
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#AdvancedLootFramework
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adopt 'n Skin, Animal Skinner
+
   |name   = Advanced Machines, AdvMachines
   |author  = Gathouria
+
   |author = ANDR55
   |id      = Gathouria.AdoptSkin, Gathouria.AnimalSkinner<!--changed in 2.5-->
+
   |id      = ANDR55.AdvMachines
   |nexus id = 4011
+
   |nexus  =
   |moddrop id = 600967
+
  |url    = https://community.playstarbound.com/threads/advanced-machines.137132/
   |github   = Gathouria/Adopt-Skin
+
   |github  =
 +
 
 +
   |broke in = Stardew Valley 1.3
 +
   |status  = workaround
 +
   |summary  = use [[#Automate|Automate]] instead to automate machines; other features now part of the vanilla game.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Social Menu
+
   |name   = Advanced Melee Framework
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.AnimalSocialMenu
+
   |id     = aedenthorn.AdvancedMeleeFramework
   |nexus id = 3283
+
   |curse  = 868856
   |chucklefish id = 5649
+
   |nexus  = 7886
   |github   = spacechase0/AnimalSocialMenu
+
   |github = aedenthorn/StardewValleyMods
  
   |summary  = use [https://spacechase0.com/mods/stardew-valley/animal-social-menu/ latest version from author's website].
+
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
   |summary  = use {{nexus mod|24374|Advanced Melee Framework (Unofficial)}} instead
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Another Hunger Mod
+
   |name   = Advanced Menu Positioning
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.AnotherHungerMod
+
   |id     = aedenthorn.AdvancedMenuPositioning
   |nexus id = 3379
+
   |nexus  = 11315
  |chucklefish id = 5658
+
   |github  = aedenthorn/StardewValleyMods
   |moddrop id = 568430
 
   |github   = spacechase0/AnotherHungerMod
 
 
 
  |summary = use [https://spacechase0.com/mods/stardew-valley/another-hunger-mod/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Anti-Cheat Server
+
   |name   = Advanced Save Backup, Stardew Auto Backup, Stardew_Save_Backup
   |author   = funny-snek
+
   |author = Omegasis, Alpha_Omegasis
   |id       = FunnySnek.AntiCheatServer, funnysnek.servercode<!--changed in 7.3-->
+
   |id     = Omegasis.AdvancedSaveBackup, Omegasis.SaveBackup<!--changed in 1.5-->
   |nexus id = 2887
+
   |nexus   = 435
   |github   = funny-snek/anticheat-and-servercode
+
   |github = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Anything Ponds
+
   |name   = Advanced Social Interactions
   |author   = MouseyPounds
+
   |author = spacechase0
   |id       = MouseyPounds.AnythingPonds
+
   |id     = spacechase0.AdvancedSocialInteractions
   |nexus id = 4702
+
   |nexus   = 14451
   |github   = MouseyPounds/stardew-mods
+
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Arcade 2048
+
   |name   = Advancing Sprinklers
   |author   = Platonymous
+
   |author = Warix3
   |id       = Platonymous.2048
+
   |id     = warix3.advancingsprinklers
   |nexus id = 2048
+
   |nexus   = 2983
   |curseforge id = 308054
+
   |github =
   |curseforge key = arcade-2048
+
 
   |github   = Platonymous/Stardew-Valley-Mods
+
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Arcade Pong
+
   |name   = Advent Calendar
   |author   = Platonymous
+
   |author = Darzington
   |id       = Platonymous.ArcadePong
+
   |id     = darzington.AdventCalendarMod
   |nexus id = 2044
+
   |nexus   = 7444
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Arcade Snake, Snake
+
   |name    = Adventurers Guild Multiplayer Shared Kills
   |author  = Platonymous
+
   |author  = Veniamin-Arefev
   |id      = Platonymous.Snake
+
   |id      = Veniamin-Arefev.AdventurersGuildMultiplayerSharedKills
   |nexus id = 2056
+
   |nexus   = 19442
   |curseforge id  = 308055
+
   |github   = Veniamin-Arefev/StardewMods
   |curseforge key = arcade-snake
 
  |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Adventure Shop Inventory
 +
  |author  = Hammurabi
 +
  |id      = HammurabiAdventureShopInventory
 +
  |nexus  =
 +
  |chucklefish = 4608
 +
  |source  = https://community.playstarbound.com/resources/adventure-shop-inventory.4608
  
{{/entry
+
   |broke in = Stardew Valley 1.3
   |name    = Artifact Digger
 
  |author  = Mizzion
 
  |id      = mizzion.artifactdigger
 
  |nexus id = 4212
 
  |moddrop id = 661378
 
  |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Artifact System Fixed
+
   |name   = AeroCore
   |author   = Ilyaki
+
   |author = Tlitookilakin
   |id       = Ilyaki.ArtifactSystemFixed
+
   |id     = tlitookilakin.AeroCore
   |nexus id = 2761
+
  |moddrop = 1275014
   |github   = Ilyaki/ArtifactSystemFixed
+
   |nexus   = 14700
 +
   |github = Tlitookilakin/AeroCore
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.0.3-unofficial.1-Xebeth
+
   |status  = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357484
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = AFK Pause, AFK Time Pause
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.AFKTimePause
 +
  |nexus  = 14228
 +
   |github  = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ashley NPC
+
   |name   = AFK Timer, AFK Idle Timer
   |author   = Travoos
+
   |author = CKextreme
   |id       = none<!--no ID in manifest-->
+
   |id     = CKextreme.AfkTimer
   |nexus id =
+
   |nexus  = 3721
   |url      = https://community.playstarbound.com/threads/smapi-ashley-npc-new-npc.112077
+
   |github =
   |github   = Club559/AshleyMod
 
  
   |broke in = SMAPI 2.0
+
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = A Tapper's Dream, A Tree Overhaul
+
   |name   = Agenda
   |author   = Goldenrevolver
+
   |author = OFTS_CQM
   |id       = ddde5195-8f85-4061-90cc-0d4fd5459358, Goldenrevolver.ATappersDream<!--changed in 1.4.2-unofficial.1-->
+
   |id     = ofts.agenda
   |nexus id = 260
+
   |nexus   = 20432
   |github   = Goldenrevolver/Stardew-Valley-Mods
+
   |github = ofts-cqm/StardewValley-Agenda
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = ATM
+
   |name   = Aggressive Acorns
   |author   = Platonymous
+
   |author = Phrasefable
   |id       = Platonymous.ATM
+
   |id     = Phrasefable.AggressiveAcorns
   |nexus id = 3135
+
   |nexus  = 3661
  |curseforge id  = 308504
+
   |github = phrasefable/StardewMods
   |curseforge key = atm
 
   |github   = Platonymous/Stardew-Valley-Mods
 
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |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
+
{{#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
 +
  |name    = AI Raphtalia Inworld, Raphtalia NPC AI Dialogue (Inworld)
 +
  |author  = Fippsie
 +
  |id      = Fippsie.AIRaphtalia
 +
  |nexus  = 17273
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Audio Devices
+
   |name   = Airstrike
   |author   = Max Vollmer, SVProtector
+
   |author = XxHarvzBackxX
   |id       = maxvollmer.audiodevices
+
   |id     = harvz.Airstrike.DLL
   |nexus id = 2838
+
   |nexus   = 10464
   |github  = maxvollmer/AudioDevices
+
   |github = XxHarvzBackxX/airstrike
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Animal Doors
+
   |name   = Alarms
   |author   = taggartaa, Aaron Taggart
+
   |author = aedenthorn, Erinthe
   |id       = AaronTaggart.AutoAnimalDoors
+
   |id     = aedenthorn.Alarms
   |nexus id = 1019
+
   |nexus   = 17607
   |github   = taggartaa/AutoAnimalDoors
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Coffee
+
   |name   = A Less Flashy Stardew
   |author   = Ben880, ben1830
+
   |author = mistyspring
   |id       = BenjaminWilcox.AutoCoffee
+
   |id     = mistyspring.lessflashy
   |nexus id = 2387
+
   |nexus   = 10531
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Crop
+
   |name   = All Chests Menu
   |author   = aurnj, Roy Li
+
   |author = aedenthorn, Erinthe
   |id       = RuyiLi.AutoCrop
+
   |id     = aedenthorn.AllChestsMenu
   |nexus id =  
+
   |curse  = 868705
   |url      = https://community.playstarbound.com/threads/autocrop.129152/
+
   |nexus  = 14494
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 0.3.2-unofficial.2-mouahrara
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#AllChestsMenu
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto-Eat
+
   |name   = All Crops All Seasons
   |author   = Permamiss
+
   |author = cantorsdust
   |id       = Permamiss.AutoEat, BALANCEMOD_AutoEat<!--changed in 1.1.1-->
+
   |id     = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
   |nexus id = 643
+
   |nexus  = 170
   |curseforge id  = 307990
+
   |github = cantorsdust/StardewMods
  |curseforge key = auto-eat
 
   |github   = Permamiss/Auto-Eat
 
  
   |broke in          = SMAPI 3.0
+
   |status  = abandoned
  |unofficial version = 2.1.1-unofficial.1-pathoschild
+
   |summary = remove this mod (no longer maintained; use [[#Crops Anytime Anywhere|Crops Anytime Anywhere]] instead).
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343783
 
  |pull request      = https://github.com/Permamiss/Auto-Eat/pull/2
 
 
 
  |map remote versions = 2.1.1 → 2.1.1-unofficial.1-pathoschild<!--manifest not updated-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Farm Screenshot
+
   |name   = Allow Beach Sprinklers
   |author   = Dwayneten
+
   |author = Jag3dagster
   |id       = DwayneTen.AutoFarmScreenshot
+
   |id     = HedgehogTechnologies.AllowBeachSprinklers<!--changed in 1.1.0-->, Jag3dagster.AllowBeachSprinklers
   |nexus id = 4783
+
   |nexus   = 7629
   |github   = Dwayneten/AutoFarmScreenshot
+
   |github = Hedgehog-Technologies/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Fish
+
   |name   = All Professions
   |author   = WhiteMind
+
   |author = cantorsdust and Pathoschild
   |id       = WhiteMind.AF
+
   |id     = cantorsdust.AllProfessions, community.AllProfessions, 8c37b1a7-4bfb-4916-9d8a-9533e6363ea3<!--changed in 1.3.1 and 1.2-->
   |nexus id = 1895
+
   |nexus   = 174
   |github   = WhiteMinds/mod-sv-autofish
+
   |github = cantorsdust/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Fishing
+
   |name   = Almanac
   |author   = SorryLate, rharyanto
+
   |author = Khloe Leclair
   |id       = SorryLate.AutoFishing
+
   |id     = leclair.almanac
   |nexus id = 5235
+
   |nexus   = 11022
   |github  =
+
   |github = KhloeLeclair/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Gate
+
   |name   = Almanac → DGA Support
   |author   = Teban100
+
   |author = Khloe Leclair
   |id       = AutoGate
+
   |id     = leclair.almanacdga
   |nexus id = 820
+
   |nexus   = 11022
   |github   = StephenKairos/Teban100-StardewMods
+
   |github = KhloeLeclair/StardewMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6<!--@retest-after Alamanac, Dynamic Game Assets-->
  |unofficial version = 1.1.1-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324704
 
  |pull request      = https://github.com/StephenKairos/Teban100-StardewMods/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Load Game
+
   |name   = Almighty Farming Tool, Almighty Tool
   |author   = Caraxian
+
   |author = momoaau
   |id       = caraxian.AutoLoadGame
+
   |id     = 439<!--actual manifest ID-->
   |nexus id = 2509
+
   |nexus   = 439
   |github  = Caraxi/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = Consider using [[#Multitool|Multitool]] or [[#Auto Tool|Auto Tool]] instead.
 +
<!--
 +
  |unofficial version = 1.2.2-unofficial.3.mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-18#post-3291454
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Tool Select
+
   |name   = Alternative Textures
   |author   = lolmaj
+
   |author = PeacefulEnd
   |id       = lolmaj.AutoToolSelect
+
   |id     = PeacefulEnd.AlternativeTextures
   |nexus id = 3883
+
  |curse  = 870938
   |github   = MaciejMarkuszewski/StardewValleyAutoToolSelect
+
   |nexus   = 9246
 +
   |github = Floogen/AlternativeTextures
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Automate
+
   |name   = Alvadea's Farm Maps - Goldrush, Alvadea's Mining Shack
   |author   = Pathoschild
+
   |author = Alvadea & Jaksha6472
   |id       = Pathoschild.Automate
+
   |id     = Alja.Shack
   |nexus id = 1063
+
   |nexus  = 13187
   |moddrop id = 509760
+
   |github = Jaksha6472/MiningShack
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Automated Doors
+
   |name   = Alvadea's Farm Maps - Walpurgisnacht, Alvadea's WitchTower
   |author   = mrslowly, azah
+
   |author = Alvadea & Jaksha6472
   |id       = azah.automated-doors
+
   |id     = Alja.witchtower
   |nexus id =
+
   |nexus  = 15926
   |url      = https://community.playstarbound.com/threads/smapi-2-0-automated-doors.131380
+
   |github = Jaksha6472/WitchTower
   |github   = azah/AutomatedDoors
 
 
 
  |broke in          = Stardew Valley 1.3
 
  |unofficial version = 1.4.3-unofficial.3-TNT
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324312
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Automatic Gates
+
   |name   = Always Active Window, Always Active Mod
   |author   = ScheKaa
+
   |author = AlexGoD
   |id       = Rakiin.AutomaticGates
+
   |id     = AlexGoD.AlwaysActiveMod
   |nexus id = 3109
+
   |nexus  = 25177
   |moddrop id = 467021
+
   |github =
   |github   =  
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Save
+
   |name   = Always Hay
   |author   = Enaium
+
   |author = Omek97
   |id       = Enaium.AutoSave
+
   |id     = omek97.always_hay
   |nexus id =
+
   |nexus  = 20808
   |url      = http://svmod.enaium.cn/
+
   |github =
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Speed
+
   |name   = Always On Server for Multiplayer
   |author   = Omegasis, Alpha_Omegasis
+
   |author = funny-snek and Zuberii
   |id       = Omegasis.AutoSpeed
+
   |id     = mikko.Always_On_Server<!--changed in 1.20.3-unofficial.2-->, funny-snek.Always_On_Server
   |nexus id = 443
+
   |nexus   = 2677
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = funny-snek/Always-On-Server-for-Multiplayer
}}
+
 
{{/entry
+
   |broke in          = Stardew Valley 1.4
   |name    = Auto Stacker, Item Auto Stacker
+
   |unofficial version = 1.20.3-unofficial.2-mikko_perkele
   |author  = CatCattyCat, Cat
+
   |unofficial url    = {{github|perkmi/Always-On-Server-for-Multiplayer}}
  |id      = cat.autostacker
 
   |nexus id = 1184
 
  |github  = danvolchek/StardewMods
 
}}
 
{{/entry
 
  |name    = Auto Trash
 
  |author  = DrOreo002
 
  |id      = droreo002.autotrash
 
  |nexus id = 4924
 
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Tool
+
   |name   = Always Organize Chests
   |author   = Enaium
+
   |author = Zamiel
   |id       = Enaium.AutoTool
+
   |id     = Zamiel.AlwaysOrganizeChests
   |nexus id =
+
   |nexus  = 21207
   |url      = http://svmod.enaium.cn/
+
   |github = Zamiell/stardew-valley-mods
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Watering
+
   |name   = Always Scroll Map
   |author   = aurnj, Roy Li
+
   |author = bcmpinc
   |id       = AutoWater
+
   |id     = bcmpinc.AlwaysScrollMap
   |nexus id =
+
   |nexus  = 2733
   |url      = https://community.playstarbound.com/threads/auto-watering.129355
+
   |github  = bcmpinc/StardewHack
   |github   =
 
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = A Very Special Blue Chicken
+
   |name   = Always Show Bar Values, Always Show (Health and Stamina) Bar Values
   |author   = jackkimball
+
   |author = Saah
   |id       = jackkimball.averyspecialbluechicken
+
   |id     = Saah.AlwaysShowBarValues
   |nexus id = 2465
+
   |nexus   = 23452
   |github   = jacksonkimball/AVerySpecialBlueChicken
+
   |github = sarahvloos/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Baby Gender Interface
+
   |name   = Always Special Title
   |author   = f4iTh, JertsukkaTheMan
+
   |author = DespairScent
   |id       = f4iTh.BabyGenderInterface
+
   |id     = DespairScent.AlwaysSpecialTitle
   |nexus id = 1947
+
   |nexus   = 22150
   |github   =  
+
   |github = DespairScent/AlwaysSpecialTitle
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Backpack Resizer
+
   |name   = Always Swim
   |author   = DefenTheNation
+
   |author = Hoggagf2
   |id       = DefenTheNation.BackpackResizer
+
   |id     = Hoggagf2.AlwaysSwim
   |nexus id = 2263
+
   |nexus   = 13264
   |github   = DefenTheNation/StardewMod-BackpackResizer
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Basic Sprinkler Improved
+
   |name   = Ambient Light
   |author   = LittleRaskols
+
   |author = SixthTitan
   |id       = lrsk_sdvm_bsi.0117171308
+
   |id     = SixthTitan.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
   |nexus id = 833
+
   |nexus  = 4639
  |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
}}
   |summary = use [[#Better Sprinklers|Better Sprinklers]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Ancient Fruit Won't Die in Winter
 +
   |author = cindyexe
 +
  |id      = cindyexe.afddiw
 +
  |nexus  = 8823
 +
  |github  =
  
   |map local versions = 1.0.1-release → 1.0.2<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Battery Warning Mod
+
   |name   = Angel's Existing Weapon Updater
   |author   = Husky110
+
   |author = Angela Ranna
   |id       = Husky110.BatteryWarningMod
+
   |id     = AngelaRanna.ExistingWeaponsUpdater
   |nexus id = 1886
+
   |nexus   = 6894
   |github   = Husky110/BatteryWarningMod
+
   |github = AngelaRanna/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Battle Royalley
+
   |name   = Angel's Lead Rod Drop Rate Fixer
   |author   = Ilyaki
+
   |author = Angela Ranna
   |id       = Ilyaki.BattleRoyale
+
   |id     = AngelaRanna.LeadRodFixer
   |nexus id = 3199
+
   |nexus   = 6894
   |github   = Ilyaki/BattleRoyalley
+
   |github = AngelaRanna/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |status  = obsolete
 +
  |summary = remove this mod (lead rod drop rate fixed in Stardew Valley 1.5).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bwdyworks
+
   |name   = Angel's Weapon Rebalance
   |author   = bwdy
+
   |author = Angela Ranna
   |id       = bwdyworks
+
   |id     = AngelaRanna.WeaponBalanceCode
   |nexus id = 3530
+
   |nexus   = 6894
   |github   = bwdymods/SDV-bwdyworks
+
   |github = AngelaRanna/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Become Ethereal
+
   |name   = Angry Grandpa
   |author   = Coll1234567
+
   |author = Jonqora
   |id       = Coll1234567.BecomeEthereal
+
   |id     = Jonqora.AngryGrandpa
   |nexus id = 3746
+
   |nexus  = 6324
  |github   =  
+
   |github = Jonqora/StardewMods
}}
 
{{/entry
 
  |name    = Befriend Marlon and Gunther
 
  |author  = Yoshimax
 
  |id      = Yoshimax.BefriendMarlon
 
  |nexus id = 2569
 
   |github   = yoshimax2/Befriend-Marlon-and-Gunther
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.5
   |unofficial version = 1.0.5-unofficial.1-pathoschild
+
<!--
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3343907
+
   |unofficial version = 1.2.1-unofficial.1-Mizzion
  |pull request      = https://github.com/yoshimax2/Befriend-Marlon-and-Gunther/pull/1
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-78699
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Be My Valentine
+
   |name   = Animal Birth Every Night
   |author   = Taskmaster
+
   |author = Paritee
   |id       = Taskmaster.BeMyValentine
+
   |id     = Paritee.AnimalBirthEveryNight
   |nexus id = 5219
+
   |nexus   = 3440
   |github  =  
+
   |github = paritee/Paritee.StardewValley.Frameworks
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better 10 Hearts
+
   |name   = Animal Chooser
   |author   = EpicBellyFlop45
+
   |author = stokastic
   |id       = EpicBellyFlop45.Better10Hearts
+
   |id     = stokastic.AnimalChooser
   |nexus id = 3605
+
   |nexus   = 2573
   |github  = EpicBellyFlop45/StardewMods
+
   |github = stokastic/AnimalChooser
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
   |summary  = use [[#Animal Selector|Animal Selector]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Activate Sprinklers
+
   |name   = Animal Dialogue Framework
   |author   = ChaosEnergy
+
   |author = aedenthorn, Erinthe
   |id       = ChaosEnergy.BetterActivateSprinklers
+
   |id     = aedenthorn.AnimalDialogueFramework
   |nexus id = 3097
+
   |nexus   = 16881
   |github  = yuri-moens/BetterActivateSprinklers
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Artisan Good Icons
+
   |name   = Animal Husbandry Mod, Butcher Mod
   |author   = CatCattyCat, Cat
+
   |author = Digus
   |id       = cat.betterartisangoodicons
+
   |id     = DIGUS.ANIMALHUSBANDRYMOD, DIGUS.BUTCHER<!--changed in 2.0.1-->
   |nexus id = 2080
+
   |nexus   = 1538
   |github   = danvolchek/StardewMods
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Crab Pots
+
   |name   = Animal Mood Fix
   |author   = EpicBellyFlop45
+
   |author = Grant Peters
   |id       = EpicBellyFlop45.BetterCrabPots
+
   |id     = GPeters-AnimalMoodFix
   |nexus id = 3159
+
   |nexus   = 761
   |github  = EpicBellyFlop45/StardewMods
+
   |github =
 +
  |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
   |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Crafting
+
   |name   = Animal Observer
   |author   = RedstoneBoy
+
   |author = nofilenamed
   |id       = RedstoneBoy.BetterCrafting
+
   |id     = NFN.ANIMOBS
   |nexus id = 2504
+
   |nexus   = 8653
   |github   = RedstoneBoy/BetterCrafting
+
   |github = nofilenamed/AnimalObserver
 
 
  |broke in    = Stardew Valley 1.4
 
<!--
 
  |unofficial version = 1.2.1-unofficial.3-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329150
 
-->
 
  |pull request = https://github.com/RedstoneBoy/BetterCrafting/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Discord Presence, SVBDP
+
   |name   = Animal Patting
   |author   = GitStonic, IMSTONIC
+
   |author = DiddyP
   |id       = gitstonic.svbdp
+
   |id     = DiddyP.AnimalPatting
   |nexus id = 3092
+
   |nexus   = 3837
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Doors
+
   |name   = Animal Pet Status
   |author   = CatCattyCat, Cat
+
   |author = Hakej
   |id       = cat.betterdoors
+
   |id     = hakej.animalpetstatus
   |nexus id = 3797
+
   |nexus   = 8725
   |github   = danvolchek/StardewMods
+
   |github = Hakej/Animal-Pet-Status
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-slamerz
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354209
 
  |pull request      = https://github.com/danvolchek/StardewMods/pull/13
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Fruit Trees
+
   |name   = Animal Produce Expansion
   |author   = CatCattyCat, Cat
+
   |author = elbe
   |id       = cat.betterfruittrees
+
   |id     = elbe.AnimalProduceExpansion
   |nexus id = 1976
+
   |nexus   = 9119
   |github   = danvolchek/StardewMods
+
  |moddrop = 988407
 +
   |github = lshtech/AnimalProduceExpansion
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 2.6.1-unofficial.2-Strobe
+
}}
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-10#post-3353129
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animals Die
 +
  |author  = Goldenrevolver
 +
   |id      = Goldenrevolver.AnimalsDie
 +
  |nexus  = 7769
 +
   |github  = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Garbage Cans
+
   |name   = Animals Don't Eat Grass
   |author   = AairTheGreat
+
   |author = KarratKake
   |id       = AairTheGreat.BetterGarbageCans
+
   |id     = KarratKake.AnimalsDontEatGrass
   |nexus id = 4171
+
   |nexus   = 7474
   |github  = AairTheGreat/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Garden Pots
+
   |name   = Animals Don't Remove Grass
   |author   = CatCattyCat, Cat
+
   |author = MrShreddie
   |id       = cat.bettergardenpots
+
   |id     = MrShreddie.AnimalsDontRemoveGrass
   |nexus id = 2209
+
   |nexus   = 21028
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Hay
+
   |name   = Animal Selector
   |author   = CatCattyCat, Cat
+
   |author = rikai
   |id       = cat.betterhay
+
   |id     = rikai.AnimalSelector
   |nexus id = 1430
+
   |nexus   = 8758
   |github  = danvolchek/StardewMods
+
   |github = rikai/AnimalSelector
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Hitbox
+
   |name   = Animal Shop Conditions
   |author   = fodkod, Kodfod
+
   |author = elbe
   |id       = kodfod.hitbox
+
   |id     = elbe.AnimalShopConditions
   |nexus id = 4973
+
   |nexus   = 9107
   |github   = Kodfod/BetterHitboxStardew
+
  |moddrop = 986958
 +
   |github = lshtech/AnimalShopConditions
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Iridium Tool Area
+
   |name   = Animal Sitter
   |author   = dphile
+
   |author = jwdred
   |id       = dphile.BetterIridiumFarmTools
+
   |id     = jwdred.AnimalSitter
   |nexus id = 2085
+
   |nexus   = 581
   |github   = dphile/SDVBetterIridiumTools
+
   |github = jdusbabek/stardewvalley
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.11
   |status  = workaround
+
<!--
   |summary  = use [[#Iridium Tools Patch|Iridium Tools Patch]] instead.
+
   |unofficial version = 1.1.1-unofficial.6-strobe
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Junimos
+
   |name   = Animal Sitter LTS
   |author   = hawkfalcon
+
   |author = oliver
   |id       = hawkfalcon.BetterJunimos
+
   |id     = oliver.AnimalSitterLTS
   |nexus id = 2221
+
   |nexus   = 20831
   |github   = hawkfalcon/Stardew-Mods
+
   |github = jdusbabek/stardewvalley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Meteorites
+
   |name   = Animals Need Water
   |author   = spacechase0
+
   |author = GZhynko
   |id       = spacechase0.BetterMeteorites
+
   |id     = GZhynko.AnimalsNeedWater
   |nexus id = 5096
+
   |nexus   = 6196
   |github   = spacechase0/BetterMeteorites
+
   |github = gzhynko/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Mixed Seeds
+
   |name   = Animal Social Menu
   |author   = EpicBellyFlop45
+
   |author = spacechase0
   |id       = EpicBellyFlop45.BetterMixedSeeds
+
   |id     = spacechase0.AnimalSocialMenu
   |nexus id = 3012
+
   |nexus   = 3283
   |curseforge id = 306698
+
  |moddrop = 771644
   |curseforge key = better-mixed-seeds
+
   |github = spacechase0/StardewValleyMods
   |github  = EpicBellyFlop45/StardewMods
+
 
 +
   |status  = obsolete
 +
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Panning
+
   |name   = Animal Whisperer
   |author   = AairTheGreat
+
   |author = Shalkin
   |id       = AairTheGreat.BetterPanning
+
   |id     = shaklin.animalwhisperer
   |nexus id = 4161
+
   |nexus   = 8885
   |github   = AairTheGreat/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Quality More Seeds
+
   |name   = Animated Parrot and Perch
   |author   = bmarquismarkail, Space Baby
+
   |author = aedenthorn, Erinthe
   |id       = SB_BQMS
+
   |id     = aedenthorn.AnimatedParrotAndPerch<!--changed in 0.1.1-unofficial.1-->, aedenthorn.ParrotPerch
   |nexus id = 935
+
   |nexus   = 7957
   |github  = bmarquismarkail/SV_BetterQualityMoreSeeds
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AnimatedParrotAndPerch
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Quarry
+
   |name   = Animated Portrait Framework
   |author   = Nishtra
+
   |author = akai
   |id       = BetterQuarry
+
   |id     = akai.AnimatedPortrait
   |nexus id = 771
+
   |nexus   = 8249
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5.5<!--@retest-after HD Portraits-->
 +
<!--
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use {{nexus mod|5170|Better Quarry Redux}} instead.
+
   |summary  = use [[#HD Portraits|HD Portraits]] instead.
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Ranching, Better Milking
+
   |name   = Animation-Cancel Keybinding
   |author   = Urbanyeti
+
   |author = Swaglix
   |id       = BetterRanching
+
   |id     = swaglix.AnimationCancelKeybinding
   |nexus id = 859
+
   |nexus   = 20159
   |github   = urbanyeti/stardew-better-ranching
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Rarecrows
+
   |name   = Anki Study Break
   |author   = EpicBellyFlop45
+
   |author = nymvaline
   |id       = EpicBellyFlop45.BetterRarecrows
+
   |id     = nymvaline.AnkiStudyBreak
   |nexus id = 3232
+
   |nexus   = 11279
   |github   = EpicBellyFlop45/StardewMods
+
   |github = nymvaline/StardewValley-AnkiStudyBreak
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better RNG
+
   |name   = Anniversary on Calendar
   |author   = Zoryn
+
   |author = greentodd
   |id       = Zoryn.BetterRNG
+
   |id     = greentodd.CalendarAnniversary
   |nexus id =
+
   |nexus  = 8351
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github =
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Shipping Box
+
   |name   = Another Hunger Mod
   |author   = Kithio
+
   |author = spacechase0
   |id       = Kithio:BetterShippingBox, Kithio.BetterShippingBox<!--changed in 1.0.3-unofficial-->
+
   |id     = spacechase0.AnotherHungerMod
   |nexus id =
+
   |curse   = 867735
   |chucklefish id = 4302
+
   |nexus   = 3379
   |github   =  
+
   |moddrop = 568430
 
+
   |github  = spacechase0/StardewValleyMods
   |broke in    = Stardew Valley 1.3
 
   |pull request = https://github.com/JohnsonNicholas/SDVMods/pull/66
 
  
   |map local versions = 1.0.1 → 1.0.2<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Shop Menu
+
   |name   = Another Jump Mod, Yet Another Jump Mod
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.BetterShopMenu
+
   |id     = aedenthorn.YAJM
   |nexus id = 2012
+
   |nexus  = 6546
   |chucklefish id = 5245
+
   |github = aedenthorn/StardewValleyMods
   |github   = spacechase0/BetterShopMenu
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/better-shop-menu/ latest version from author's website].
+
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Skull Cavern Falling
+
   |name   = Anti-Cheat Server
   |author   = Max Vollmer, SVProtector
+
   |author = funny-snek
   |id       = maxvollmer.betterskullcavernfalling
+
   |id     = FunnySnek.AntiCheatServer, funnysnek.servercode<!--changed in 7.3-->
   |nexus id = 2558
+
   |nexus   = 2887
   |github   = maxvollmer/BetterSkullCavernFalling
+
   |github = funny-snek/anticheat-and-servercode
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Slingshots
+
   |name   = Anti-Reset Mr. Reduggy
   |author   = CatCattyCat, Cat
+
   |author = FricativeMelon
   |id       = cat.betterslingshots
+
   |id     = FricativeMelon.AntiResetMrReduggy
   |nexus id = 2067
+
   |nexus   = 15480
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Sort
+
   |name   = Anti-Social NPCs
   |author   = Jower
+
   |author = Super Aardvark, ubererdferkel
   |id       = Jower.BetterSort
+
   |id     = SuperAardvark.AntiSocial
   |nexus id = 1992
+
   |nexus   = 5371
   |github   =  
+
   |github = super-aardvark/AardvarkMods-SDV
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Sprinklers
+
   |name   = Anything Ponds
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = MouseyPounds
   |id       = Speeder.BetterSprinklers, SPDSprinklersMod<!--changed in 2.3-->
+
   |id     = MouseyPounds.AnythingPonds
   |nexus id = 41
+
   |nexus   = 4702
   |chucklefish id = 3551
+
   |github  = MouseyPounds/stardew-mods
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Train Loot
+
   |name   = April Bug Fix Suite<!--Nexus-->, April Fools<!--manifest-->
   |author   = AairTheGreat, Aair, AairTheGreat
+
   |author = aedenthorn, Erinthe
   |id       = AairTheGreat.BetterTrainLoot
+
   |id     = aedenthorn.AprilFools
   |nexus id = 4234
+
   |nexus   = 11496
   |github  = AairTheGreat/StardewValleyMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123821
 +
  |unofficial version = 0.1.7-unofficial.1-FlyingTNT
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Windows Mod
+
   |name   = A Quality Mod
   |author   = LPMG
+
   |author = spacechase0
   |id       = LPMG.Better_Windows_Mod
+
   |id     = spacechase0.AQualityMod
   |nexus id = 3672
+
   |nexus   = 14448
   |github  =  
+
   |github = spacechase0/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Workbenches
+
   |name   = Aquarism
   |author   = CatCattyCat, Cat
+
   |author = DaLion
   |id       = cat.betterworkbenches
+
   |id     = DaLion.Ponds<!--changed in republished 1.0.0-->, DaLion.ImmersivePonds<!--changed in 2.0.7-->, DaLion.ImmersiveFishPonds
   |nexus id = 4830
+
   |nexus   = 24356
   |github   = danvolchek/StardewMods
+
   |github = daleao/sdv
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bigger Backpack
+
   |name   = Arcade 2048
   |author   = spacechase0 & bcmpinc
+
   |author = Platonymous
   |id       = spacechase0.BiggerBackpack
+
   |id     = Platonymous.2048
   |nexus id = 1845
+
  |curse  = 308054
   |chucklefish id = 5191
+
   |nexus   = 2048
   |github  = spacechase0/BiggerBackpack
+
   |moddrop = 793820
 +
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bigger Riverlands Farm
+
   |name   = Arcade Pong
   |author   = Jessebot, JessebotX
+
   |author = Platonymous
   |id       = jessebot.biggerriverlands
+
   |id     = Platonymous.ArcadePong
   |nexus id = 3025
+
   |nexus   = 2044
   |moddrop id = 467184
+
   |moddrop = 793819
   |github  = JessebotX/StardewMods
+
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Big Silo
+
  |name    = Arcade Snake, Snake
   |author   = lperkins2, Logan Perkins
+
  |author  = Platonymous
   |id       = lperkins2.BigSilo
+
  |id      = Platonymous.Snake
   |nexus id = 2429
+
  |curse  = 308055
   |source   = {{nexus mod|2429}}
+
  |nexus  = 2056
   |dev note = source in download
+
  |moddrop = 793822
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Archaeology House Content Management Helper
 +
   |author = Felix-Dev
 +
   |id     = Felix-Dev.ArchaeologyHouseContentManagementHelper
 +
   |nexus   = 2804
 +
  |github  = Felix-Dev/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
   |status   = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Archaeology Skill for 1.6
 +
  |author  = moonslime
 +
  |id      = moonslime.ArchaeologySkill
 +
  |curse  = 1003404
 +
  |nexus   = 22199
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Archery
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.Archery
 +
  |curse  = 870921
 +
  |nexus  = 16767
 +
  |github  = Floogen/Archery
  
   |map local versions = 0.0.2 → 0.0.3<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Billboard Anywhere
+
   |name   = Archery - Starter Pack
   |author   = Omegasis, Alpha_Omegasis
+
   |author = PeacefulEnd
   |id       = Omegasis.BillboardAnywhere
+
   |id     = PeacefulEnd.Archery.StarterPack.Code
   |nexus id = 492
+
   |nexus   = 16768
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github = Floogen/Archery
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Birthday Mail
+
   |name   = Arena Challenges Mod
   |author   = KathrynHazuka
+
   |author = XxHarvzBackxX
   |id       = KathrynHazuka.BirthdayMail
+
   |id     = harvz.ACM.SMAPI
   |nexus id = 276
+
   |nexus   = 9544
   |github   = KathrynHazuka/StardewValley_BirthdayMail
+
   |github =
   |dev note = author ignored previous PRs
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Birthday Reminder Mail
+
   |name   = Armor Ore
   |author   = Katlamos
+
   |author = gmff
   |id       = Katlamos.BirthdayReminderMail
+
   |id     = GMFF.ArmorOre
   |nexus id = 4501
+
   |nexus   =
   |github  =  
+
  |curse  = 485718
 +
   |github =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS No Clip
+
   |name   = Ars Venefici
   |author   = BunnyJumps
+
   |author = HeyImAmethyst
   |id       = BunnyJumps.BJSNoClip
+
   |id     = HeyImAmethyst.ArsVenefici
   |nexus id = 2820
+
   |nexus   = 24409
   |github   =  
+
   |github = HeyImAmethyst/Ars-Venefici
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Time Skipper
+
   |name   = Artifact Digger
   |author   = BunnyJumps
+
   |author = Mizzion
   |id       = BunnyJumps.BJSTimeSkipper
+
   |id     = mizzion.artifactdigger
   |nexus id = 2178
+
   |nexus   = 4212
   |github   =  
+
  |moddrop = 661378
 +
   |github = Mizzion/MyStardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS True Master
+
   |name   = Artifact System Drop Framework & Geodes Handler, ASDFGH, Artifact System Fixed - Redux
   |author   = Qther - BunnyJumps
+
   |author = pepoluan
   |id       = BunnyJumps.BJSTrueMaster
+
   |id     = pepoluan.ASDFGH, pepoluan.ArtifactSystemFixedRedux<!--changed in 0.6.1?-->
   |nexus id = 5324
+
   |nexus   = 9023
   |github  =  
+
  |moddrop = 979525
 +
   |github =
 +
  |source  = https://sourceforge.net/p/sdvmods-artifact-fix-redux/
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blessings and Curses
+
   |name   = Artifact System Fixed
   |author   = GenDeathrow
+
   |author = Ilyaki
   |id       = gendeathrow.BNC
+
   |id     = Ilyaki.ArtifactSystemFixed
   |nexus id =
+
   |nexus  = 2761
  |curseforge id  = 307717
+
   |github = Ilyaki/ArtifactSystemFixed
   |curseforge key = blessings-and-curses
 
   |github   = GenDeathrow/SDV_BlessingsAndCurses
 
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
   |dev note = incompatibility possibly due to Bookcase
+
   |status  = workaround
 +
  |summary  = use [[#Artifact System Drop Framework & Geodes Handler|Artifact System Drop Framework & Geodes Handler]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Artisan Goods Redone
 +
  |author  = Rhukii
 +
  |id      = Rhukii.ArtisanGoodsRedone
 +
  |nexus  = 9414
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Artisan Products Copy Quality
 +
  |author  = justastranger
 +
  |id      = JAS.ArtisanProductsCopyQuality
 +
  |moddrop = 1554273
 +
  |nexus  =
 +
  |github  = justastranger/ArtisanProductsCopyQuality
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blue Chickens Are Green
+
   |name   = Artista, Artista - Stardew Painter
   |author   = explosivetortellini
+
   |author = Platonymous
   |id       = explosivetortellini.BlueChickensAreGreen
+
   |id     = Platonymous.Artista
   |nexus id = 4815
+
  |moddrop = 1521420
   |github   = explosivetortellini/bluechickensaregreen
+
   |nexus   = 18697
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blood Trail
+
   |name   = Ashley NPC
   |author   = aurnj, Roy Li
+
   |author = Travoos
   |id       = RuyiLi.BloodTrail
+
   |id     = none<!--no ID in manifest-->
   |nexus id =  
+
   |nexus   =
   |url     = https://community.playstarbound.com/threads/blood-trail.129308
+
   |url     = https://community.playstarbound.com/threads/smapi-ashley-npc-new-npc.112077
   |github   =  
+
   |github = Club559/AshleyMod
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bookcase
+
  |name    = A Tapper's Dream, A Tree Overhaul
   |author   = Darkhax
+
  |author  = Goldenrevolver
   |id       = darkhax.bookcase
+
  |id      = ddde5195-8f85-4061-90cc-0d4fd5459358, Goldenrevolver.ATappersDream<!--changed in 1.4.2-unofficial.1-->
   |nexus id =  
+
  |nexus  = 260
   |curseforge id  = 297252
+
  |github  = Goldenrevolver/Stardew-Valley-Mods
   |curseforge key = bookcase
+
}}
   |github   = Stardew-Valley-Modding/Bookcase
+
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Atelier Cauldron, Cauldron
 +
   |author = Kedi & sophiesalacia & wildflourmods
 +
   |id     = Atelier.Cauldron
 +
   |nexus   = 22926
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = ATM
 +
  |author  = Platonymous
 +
  |id     = Platonymous.ATM
 +
   |curse  = 308504
 +
  |moddrop = 793914
 +
   |nexus  = 3135
 +
   |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 url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-37#post-3355322
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Borderless Wood Floor
+
   |name   = AtraCore
   |author   = Digus
+
   |author = atravita
   |id       = Digus.BorderlessWoodFloorMod
+
   |id     = atravita.AtraCore
   |nexus id = 4711
+
  |curse  = 870972
   |github  = Digus/StardewValleyMods
+
  |moddrop = 1205156
 +
   |nexus   = 12932
 +
   |github = atravita-mods/StardewMods
 +
 
 +
   |warnings = Broken on Android.
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bow
+
   |name   = Atra's Interaction Tweaks, Stop Rug Removal
   |author   = spacechase0
+
   |author = atravita
   |id       = spacechase0.Bow
+
   |id     = atravita.StopRugRemoval
   |nexus id = 2756
+
  |curse  = 870985
   |chucklefish id = 5523
+
   |moddrop = 1068101
   |github   = spacechase0/Bow
+
   |nexus  = 10192
 +
   |github = atravita-mods/StardewMods
  
   |summary  = use [https://spacechase0.com/mods/stardew-valley/bow/ latest version from author's website].
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Breath of Fire 3 Fishing Sounds
+
   |name   = Audio Descriptions
   |author   = Guedez, guedez2
+
   |author = mistyspring
   |id       = bof.three.fishing.sounds
+
   |id     = mistyspring.AudioDescription
   |nexus id = 5105
+
  |curse  = 880513
   |github  =  
+
   |nexus   = 16294
 +
   |github = misty-spring/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Breed Like Rabbits, Breed Rabbits
+
   |name   = Audio Devices
   |author   = Dycedarger
+
   |author = Max Vollmer, SVProtector
   |id       = dycedarger.breedlikerabbits
+
   |id     = maxvollmer.audiodevices
   |nexus id = 948
+
   |nexus   = 2838
   |github   =  
+
   |github = maxvollmer/AudioDevices
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5.5
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Breed Like Rabbits 2: Procreation Boogaloo|Breed Like Rabbits 2: Procreation Boogaloo]] instead.
+
   |summary  = remove this mod (audio switching fixed in Stardew Valley 1.5.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Aurora GSI for Stardew Valley
 +
  |author  = macer-Tim Oberle
 +
  |id      = macer.AuroraGSI
 +
  |nexus  = 6088
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Breed Like Rabbits 2: Procreation Boogaloo
+
   |name   = Auto Animal Doors
   |author   = f4iTh, JertsukkaTheMan
+
   |author = taggartaa, Aaron Taggart
   |id       = f4iTh.BreedLikeRabbits2
+
   |id     = AaronTaggart.AutoAnimalDoors
   |nexus id = 3429
+
  |curse  = 1002753
   |github   =  
+
   |nexus   = 1019
 +
   |github = taggartaa/AutoAnimalDoors
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bug Net
+
   |name   = Auto-Attack
   |author   = spacechase0 + Keychain + ParadigmNomad
+
   |author = X3n0n182
   |id       = spacechase0.BugNet
+
   |id     = X3n0n182.AutoAttack
   |nexus id = 5099
+
   |nexus   = 7258
   |github   = spacechase0/BugNet
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Build Endurance
+
   |name   = Auto-Attack
   |author   = Omegasis, Alpha_Omegasis
+
   |author = cgifox
   |id       = Omegasis.BuildEndurance
+
   |id     = cgifox.AutoAttack
   |nexus id = 445
+
   |nexus   = 9620
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Build Health
+
   |name   = Auto Bait and Tackles
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Alison Li
   |id       = Omegasis.BuildHealth
+
   |id     = Alison-Li.AutoBaitAndTackles
   |nexus id = 446
+
   |nexus   = 6773
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = Alison-Li/AutoBaitAndTacklesMod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Builder's List
+
   |name   = Auto Break Geode
   |author   = bmarquismarkail, Space Baby
+
   |author = weizinai
   |id       = SB_BuildersList
+
   |id     = weizinai.AutoBreakGeode
   |nexus id = 5347
+
   |nexus   = 20685
   |github   = bmarquismarkail/SV_BuildersList
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bus Locations
+
   |name   = Auto Catch
   |author   = Hootless
+
   |author = MercuryVN
   |id       = hootless.BusLocations
+
   |id     = MercuryVN.AutoCatch
   |nexus id = 2905
+
   |nexus   = 22616
   |github   = hootless/StardewMods
+
   |github = MercuryVN/AutoCatch
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Buyable Dwarf Scrolls
+
   |name   = Auto Coffee
   |author   = MattDeDuck, Duckshard
+
   |author = Ben880, ben1830
   |id       = MattDeDuck.BuyableDwarfScrolls
+
   |id     = BenjaminWilcox.AutoCoffee
   |nexus id = 5307
+
   |nexus   = 2387
   |github   = MattDeDuck/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Buy Back Collectables
+
   |name   = Auto Consume, Auto Consume for Heal and Buff
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Jihyun and Somin
   |id       = Omegasis.BuyBackCollectables, BuyBackCollectables<!--changed in 1.4-->
+
   |id     = JihyunSomin.AutoConsume
   |nexus id = 507
+
   |nexus   = 24178
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Buy Cooking Recipes, Buy Recipes
+
   |name   = Auto Crop
   |author   = Denifia
+
   |author = aurnj, Roy Li
   |id       = Denifia.BuyRecipes
+
   |id     = RuyiLi.AutoCrop
   |nexus id = 1126
+
   |nexus   =
   |github  = Denifia/StardewMods
+
  |url    = https://community.playstarbound.com/threads/autocrop.129152/
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cabin Owner Displayed
+
   |name   = Auto Crop Watering, Auto Water Crops
   |author   = funny-snek
+
   |author = The Fluffy Robot
   |id       = funnysnek.displaycabinowner
+
   |id     = TheFluffyRobot.AutoCropWatering
   |nexus id = 3036
+
   |nexus   = 20892
   |github   =  
+
   |github = jamespfluger/Stardew-EqualMoneySplit
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cacti Hurt You
+
   |name   = Auto-Eat
   |author   = CatCattyCat, Cat
+
   |author = Permamiss
   |id       = cat.cactihurtyou
+
   |id     = Permamiss.AutoEat, BALANCEMOD_AutoEat<!--changed in 1.1.1-->
   |nexus id = 4019
+
   |nexus   = 643
   |github   = danvolchek/StardewMods
+
  |curse  = 307990
 +
   |github = Permamiss/Auto-Eat
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Calendar Anywhere
+
   |name   = Auto Farm Screenshot
  |author  = Zoryn
+
   |author = Dwayneten
  |id      = Zoryn.CalendarAnywhere
+
   |id     = DwayneTen.AutoFarmScreenshot
  |nexus id =
+
   |nexus   = 4783
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github = Dwayneten/AutoFarmScreenshot
  |github  = Zoryn4163/SMAPI-Mods
 
}}
 
{{/entry
 
   |name     = Campfire Cooking
 
   |author   = Kabigon
 
   |id       = Kabigon.CampfireCooking
 
   |nexus id = 2297
 
   |github   = KabigonFirst/StardewValleyMods
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
+
   |summary = use [[#Daily Screenshot|Daily Screenshot]] instead.
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-23793
 +
  |unofficial version = 1.0.1-unofficial.1-AevumDecessus
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Carry Chest
+
   |name   = Auto Fill Pet Bowl
   |author   = spacechase0
+
   |author = Siweipancc
   |id       = spacechase0.CarryChest
+
   |id     = Siweipancc.AutoFillPetBowl
   |nexus id = 1333
+
   |nexus  = 20667
  |chucklefish id = 4851
+
   |github  =
   |moddrop id = 134674
 
   |github   = spacechase0/CarryChest
 
 
 
  |summary = get [https://spacechase0.com/mods/stardew-valley/carry-chest/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Casks Anywhere
+
   |name   = Autofill Pet Bowl
   |author   = YukiShiku, LeonBlade
+
   |author = maephie
   |id       = CasksAnywhere
+
   |id     = maephie.AutofillPetBowl
   |nexus id = 878
+
   |nexus  = 13296
  |chucklefish id = 5486
+
   |github = maephie/StardewMods
   |moddrop id = 124612
 
   |github   = LeonBlade/CasksAnywhere
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Casks Everywhere|Casks Everywhere]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Casks Everywhere
+
   |name   = Auto Fish
   |author   = CatCattyCat, Cat
+
   |author = WhiteMind
   |id       = cat.caskseverywhere
+
   |id     = WhiteMind.AF
   |nexus id = 2994
+
   |nexus   = 1895
   |github   = danvolchek/StardewMods
+
   |github = WhiteMinds/mod-sv-autofish
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Casks on Ground
+
   |name   = Auto Fishing
   |author   = punyo, yakminepunyo
+
   |author = SorryLate, rharyanto
   |id       = punyo.CasksOnGround
+
   |id     = SorryLate.AutoFishing
   |nexus id = 2406
+
   |nexus   = 5235
   |github   = pomepome/CasksOnGround
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
}}
   |summary = use [[#Casks Everywhere|Casks Everywhere]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Auto Fishing
 +
   |author = Tibbles
 +
  |id      = Tibbles.AutoFishing2<!--changed in 2.0.0-->, Tibbles.AutoFishing
 +
  |nexus  = 21339
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Catalogues Anywhere
+
   |name   = Auto Gate
   |author   = Cherry
+
   |author = Teban100
   |id       = Cherry.CataloguesAnywhere
+
   |id     = AutoGate
   |nexus id = 4949
+
   |nexus  = 820
   |moddrop id = 716382
+
   |github = StephenKairos/Teban100-StardewMods
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Categorize Chests
+
   |name   = Auto-Grabber Mod
   |author   = SteelixLeiter
+
   |author = Jotser
   |id       = CategorizeChests
+
   |id     = Jotser.AutoGrabberMod
   |nexus id = 1300
+
   |nexus   = 2783
   |github   = doncollins/StardewValleyMods
+
   |github =
  
  |broke in = Stardew Valley 1.3
+
   |status = abandoned
   |status   = workaround
+
   |summary = remove this mod (no longer maintained; use [[#Deluxe Auto-Grabber|Deluxe Auto-Grabber]] instead).
   |summary = use [[#Convenient Chests|Convenient Chests]] instead.
 
<!--
 
  |unofficial version = 1.4.3-unofficial.3.mizzion
 
  |unofficial url    = https://community.playstarbound.com/attachments/categorizechests-1-4-3-unofficial-3-mizzion-zip.204116/
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cat Gifts
+
   |name   = Auto Grab Truffles
   |author   = skuldomg, Skuld
+
   |author = Frostiverse
   |id       = skuldomg.catGifts
+
   |id     = Frostiverse.AutoGrabTruffles
   |nexus id = 2132
+
   |nexus   = 21705
   |github   = skuldomg/catGifts
+
   |github = Hunter-Chambers/StardewValleyMods
 
 
  |broke in          = Stardew Valley 1.4
 
  |unofficial version = 1.1.6-unofficial.1-Strobe
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-13#post-3353372
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cellar Available
+
   |name   = Auto-Grab Truffles
   |author   = candidus42
+
   |author = Tsin
   |id       = Candidus42.CellarAvailable
+
   |id     = Tsin.AutoGrabTruffles
   |nexus id = 5104
+
   |nexus   = 14162
   |github   = mus-candidus/CellarAvailable
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chance Cubes
+
   |name   = Auto-Grab Truffles, QiXing Auto-Grab Truffles
   |author   = Turkey2349
+
   |author = QiXing
   |id       = turkey2349.chancecubes
+
   |id     = qixing.AutoGrabTruffles
   |nexus id =  
+
   |nexus   = 20874
   |curseforge id = 297899
+
   |github = qixing-jk/QiXingAutoGrabTruffles
  |curseforge key = chance-cubes
 
  |github  =
 
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Cabin Type
+
   |name   = Auto Load Game
   |author   = funny-snek
+
   |author = Caraxian
   |id       = funnysnek.ChangeCabinType
+
   |id     = caraxian.AutoLoadGame
   |nexus id = 3046
+
   |nexus   = 2509
   |github   =  
+
   |github = Caraxi/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Professions
+
   |name   = Automate
   |author   = Alek, amazingalek
+
   |author = Pathoschild
   |id       = Alek.ChangeProfessions
+
   |id     = Pathoschild.Automate
   |nexus id = 3989
+
  |curse  = 992857
   |github   = aleksanderwaagr/Stardew-ChangeProfessions
+
   |nexus   = 1063
 +
  |moddrop = 509760
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chat Commands
+
   |name   = Automate Chests
   |author   = CatCattyCat, Cat
+
   |author = SinZ
   |id       = cat.chatcommands
+
   |id     = SinZ.AutomateChests
   |nexus id = 2092
+
   |nexus   = 11727
   |github   = danvolchek/StardewMods
+
   |github = SinZ163/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chefs Closet
+
   |name   = Automated Doors
   |author   = elDudeerino
+
   |author = mrslowly, azah
   |id       = Duder.ChefsCloset
+
   |id     = azah.automated-doors
   |nexus id = 1030
+
   |nexus   =
   |github   = deLaDude/ChefsCloset
+
  |url    = https://community.playstarbound.com/threads/smapi-2-0-automated-doors.131380
 +
   |github = azah/AutomatedDoors
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.3
   |status   = workaround
+
   |unofficial version = 1.4.3-unofficial.4-pickle
   |summary = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
+
  |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
 +
  |name    = Automatic Gates
 +
  |author  = ScheKaa
 +
  |id      = Rakiin.AutomaticGates
 +
  |nexus  = 3109
 +
  |moddrop = 467021
 +
  |github  =
  
   |map local versions = 1.3-1 → 1.3<!--manifest incorrect-->
+
   |warnings = use Nexus, ModDrop is NOT updated
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chess
+
   |name   = Automatic Petting of Animals
   |author   = Platonymous
+
   |author = yangZ
   |id       = Platonymous.Chess
+
   |id     = yangZ.AutomaticPettingOfAnimals
   |nexus id = 3976
+
   |nexus   = 23539
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = ChestEx
+
   |name   = Automatic Screenshot Taker
   |author   = Berkay Yigit, berkayylmao
+
   |author = Zamiel
   |id       = berkayylmao.ChestEx
+
   |id     = Zamiel.AutomaticScreenshotTaker
   |nexus id = 4180
+
   |nexus   = 10460
   |github   = berkayylmao/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chest Label System
+
   |name   = Automatic Stroking, Stroking Automatic
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = yangZ
   |id       = SPDChestLabel, Speeder.ChestLabel<!--changed in 1.5.1-pathoschild-update-->
+
   |id     = yangZ.AutomaticStroking
   |nexus id = 242
+
   |nexus  = 23508
   |chucklefish id = 3550
+
   |github  =
   |source  = https://gitlab.com/speeder1/ChestNameWithHoverLabel
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chest Naming
+
   |name   = Automators
   |author   = M3ales
+
   |author = Kristian Skistad
   |id       = ChestNaming
+
   |id     = KristianSkistad.Automators.Code
   |nexus id =  
+
   |nexus   = 15776
   |curseforge id = 299791
+
   |github = kristian-skistad/automators
   |curseforge key = chest-naming
+
}}
   |github  = M3ales/ChestNaming
+
{{#invoke:SMAPI compatibility|entry
 
+
   |name    = Auto Melee Attack
   |broke in = SMAPI 3.0
+
   |author  = Siweipancc
   |status   = workaround
+
   |id      = Siweipancc.AutoMeleeAttack
   |summary = use [[#Chests Anywhere|Chests Anywhere]] instead.
+
   |nexus   = 20704
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chest Pooling
+
   |name   = Autonomals
   |author   = mralbobo
+
   |author = DespairScent
   |id       = mralbobo.ChestPooling
+
   |id     = DespairScent.Autonomals
   |nexus id =
+
   |nexus  = 22879
   |url      = https://community.playstarbound.com/threads/111988
+
   |github =
   |github   = mralbobo/stardew-chest-pooling
 
 
 
  |broke in    = Stardew Valley 1.4
 
  |status      = workaround
 
  |summary      = use [[#Convenient Chests|Convenient Chests]] instead.
 
  |pull request = https://github.com/mralbobo/stardew-chest-pooling/pull/4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chests Anywhere
+
   |name   = AutoShaker, Auto Forager<!--renamed to Auto Forager in 2.0.0, but Nexus page still has old name-->
   |author   = Pathoschild
+
   |author = Jag3Dagster
   |id       = Pathoschild.ChestsAnywhere, ChestsAnywhere<!--changed in 1.9-->
+
   |id     = HedgehogTechnologies.AutoForager, HedgehogTechnologies.AutoShaker, Jag3Dagster.AutoShaker<!--changed in 2.0.0 and 1.6.1-->
   |nexus id = 518
+
   |curse  = 989657
   |moddrop id = 606600
+
   |nexus  = 7736
   |github   = Pathoschild/StardewMods
+
   |github = Hedgehog-Technologies/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Child Bed Config
+
   |name   = Auto Speed
   |author   = aclockworkhound
+
   |author = Omegasis, Alpha_Omegasis
   |id       = aclockworkhound.ChildBedConfig
+
   |id     = Omegasis.AutoSpeed
   |nexus id = 3540
+
   |nexus   = 443
   |github   = clockworkhound/SDV-ChildBedConfig
+
   |github = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Children Like Parents, Dynamic Children Replacer
+
  |name    = Auto-Stack Bait
   |author  = CroiDorcha
+
  |author  = Jonathan Feenstra
   |id       = CroiDorcha.ChildrenLikeParent
+
  |id      = JonathanFeenstra.AutoStackBait
   |nexus id = 1756
+
  |nexus  = 23423
   |github   =  
+
  |github  = JonathanFeenstra/Auto-StackBait
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Auto Stacker, Item Auto Stacker
 +
   |author = CatCattyCat, Cat
 +
   |id      = cat.autostacker
 +
  |nexus  = 1184
 +
  |moddrop = 833539
 +
  |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Auto Stack Items to Chest
 +
  |author  = Chosimba
 +
   |id     = Chosimba.AutoStackItemsToChest
 +
   |nexus   = 2307
 +
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 3.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Children's Beds Removal
+
   |name   = Auto Tool Select
   |author   = Prismuth
+
   |author = lolmaj
   |id       = Prismuth.ChildBedsRemoval
+
   |id     = lolmaj.AutoToolSelect
   |nexus id = 1655
+
   |nexus   = 3883
   |github   =  
+
   |github = MaciejMarkuszewski/StardewValleyAutoToolSelect
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use {{nexus mod|2714|LB's Improved Farmhouse - No Beds and Spouse Room Fixes}} instead.
 
}}
 
{{/entry
 
  |name    = Child to NPC
 
  |author  = loe2run
 
  |id      = Loe2run.ChildToNPC
 
  |nexus id = 4568
 
  |github  = loe2run/ChildToNPC
 
}}
 
{{/entry
 
  |name    = Chill in Your Farmhouse
 
  |author  = Husky110
 
  |id      = Husky110.ChillInYourFarmHouse
 
  |nexus id = 1768
 
  |github  = Husky110/ChillInYourFarmHouse
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Choose Baby Gender
+
   |name   = Auto Trash
   |author   = Travoos
+
   |author = DrOreo002
   |id       =  
+
   |id     = droreo002.autotrash
   |nexus id = 590
+
   |nexus   = 4924
   |github   =  
+
   |github =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Baby Gender Interface|Baby Gender Interface]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Cheats Menu
+
   |name   = Auto Trasher
   |author   = CJBok and Pathoschild
+
   |author = Jag3Dagster
   |id       = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
+
   |id     = HedgehogTechnologies.AutoTrasher
   |nexus id = 4
+
  |curse  = 1014272
   |github   = CJBok/SDV-Mods
+
   |nexus   = 23663
 +
   |github = jag3dagster/AutoShaker
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Item Spawner
+
   |name   = Auto Travel
   |author   = CJBok and Pathoschild
+
   |author = GrumpyCrouton
   |id       = CJBok.ItemSpawner, CJBItemSpawner<!--changed in 1.7-->
+
   |id     = GrumpyCrouton.AutoTravel2<!--changed in 2.0.0-->, GrumpyCrouton.AutoTravel
   |nexus id = 93
+
   |nexus   = 10693
   |github   = CJBok/SDV-Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Show Item Sell Price
+
   |name   = Auto Water
   |author   = CJBok and Pathoschild
+
   |author = Pickle, ddgroves
   |id       = CJBok.ShowItemSellPrice, CJBShowItemSellPrice<!--changed in 1.7-->
+
   |id     = pickle.autowater
   |nexus id = 5
+
   |nexus   = 1666
   |github   = CJBok/SDV-Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Clean Cellar
+
   |name   = Auto Water
   |author   = EpicBellyFlop45
+
   |author = Steph Hoel
   |id       = EpicBellyFlop45.CleanCellar
+
   |id     = StephHoel.AutoWater
   |nexus id = 2975
+
   |nexus   = 21022
   |github   = EpicBellyFlop45/StardewMods
+
   |github = StephHoel/ModsStardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Clean Farm
+
   |name   = Auto Watering (aurnj)
   |author   = tstaples
+
   |author = aurnj, Roy Li
   |id       = tstaples.CleanFarm
+
   |id     = AutoWater
   |nexus id = 794
+
   |nexus   =
   |github  = tstaples/CleanFarm
+
   |url    = https://community.playstarbound.com/threads/auto-watering.129355
}}
+
   |github =
{{/entry
 
  |name    = Click 2 Move
 
  |author  = MarthaSolomon, SolomonsWorkshop
 
  |id      = SolomonsWorkshop.Click2Move
 
  |nexus id = 2219
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Right Click Move Mode|Right Click Move Mode]] instead.
+
   |summary  = use [[#Auto Water|Auto Water]] or [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Climates of Ferngill
+
   |name   = Auto Watering (stellarashes)
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = stellarashes
   |id       = KoihimeNakamura.ClimatesOfFerngill
+
   |id     = stellarashes.Autowatering
   |nexus id = 604
+
   |nexus  = 5463
   |moddrop id = 664033
+
   |github = stellarashes/SDVMods
   |github   = Sakorona/SDVMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Coal Regen
+
   |name   = A Very Special Blue Chicken
   |author   = Blucifer, BluciferProgrammer
+
   |author = jackkimball
   |id       = Blucifer.CoalRegen
+
   |id     = jackkimball.averyspecialbluechicken
   |nexus id = 1664
+
   |nexus   = 2465
   |github   = AbbyNode/StardewValley-CoalRegen
+
   |github = jacksonkimball/AVerySpecialBlueChicken
  
   |broke in          = Stardew Valley 1.3
+
   |broke in          = Stardew Valley 1.5
   |unofficial version = 1.1.1-unofficial.2-Mizzion
+
   |unofficial version = 2.0.1-unofficial.1-strobe
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-65#post-3331467
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-44643
  |pull request      = https://github.com/AbbyNode/StardewValley-CoalRegen/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cold Weather Haley SMAPI
+
   |name   = Avoid Losing Scepter
   |author   = DanielSerrano, Lord Xamon
+
   |author = atravita
   |id       = LordXamon.ColdWeatherHaleyPRO
+
   |id     = atravita.AvoidLosingScepter
   |nexus id = 1169
+
  |curse  = 870974
   |github   =  
+
  |moddrop = 1146671
 +
   |nexus   = 11856
 +
   |github = atravita-mods/StardewMods
  
  |broke in = SMAPI 2.0
+
   |status = abandoned
   |status   = workaround
+
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
   |summary = use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Colorful Chests
+
   |name   = Baby Chance Adjustment
   |author   = spacechase0
+
   |author = LateFilmsGamer
   |id       = spacechase0.ColorfulChests
+
   |id     = Late's.AdjustBabyChance
   |nexus id = 1623
+
   |nexus  = 15018
   |chucklefish id = 5085
+
   |github =
  |moddrop id = 279189
 
   |github   = spacechase0/ColorfulChests
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/colorful-chests/ latest version from author's website].
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Combat Controls
+
   |name   = Baby Gender Interface
   |author   = DJ-STLN
+
   |author = f4iTh, JertsukkaTheMan
   |id       = DJ-STLN.CombatControls
+
   |id     = f4iTh.BabyGenderInterface
   |nexus id = 2590
+
   |nexus   = 1947
   |github  = DJ-STLN/CombatControls
+
   |github =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
   |summary  = remove this mod (no longer maintained; use [[#Family Planning|Family Planning]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Combat Level Damage Scaler
+
   |name   = Baby Pets
   |author   = spacechase0
+
   |author = DellyBelly
   |id       = spacechase0.CombatLevelDamageScaler
+
   |id     = DellyBelly.BabyPets
   |nexus id = 3905
+
   |nexus  = 20967
   |chucklefish id = 5754
+
   |github  = DelphinWave/BabyPets
   |github   = spacechase0/CombatLevelDamageScaler
 
 
 
  |summary = get [https://spacechase0.com/mods/stardew-valley/combat-level-damage-scaler/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Combat with Farming Implements
+
   |name   = Backpack Resizer
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = DefenTheNation
   |id       = SPDFarmingImplementsInCombat
+
   |id     = DefenTheNation.BackpackResizer
   |nexus id = 313
+
   |nexus   = 2263
   |source  = https://gitlab.com/speeder1/farming-implements-combat
+
   |github  = DefenTheNation/StardewMod-BackpackResizer
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Community Bundle Item Tooltip
+
   |name   = Backside Attack
   |author   = Musbah Sinno
+
   |author = andysun, ReddoHoku
   |id       = musbah.bundleTooltip
+
   |id     = andysun.BacksideAttack
   |nexus id = 1329
+
   |nexus   = 7815
   |github   = musbah/StardewValleyMod
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Community Center Bundle Overhaul (SMAPI Version)
+
   |name   = Backstory Questions Framework
   |author   = Chaos234
+
   |author = spacechase0
   |id       = Chaos234.CommunityCenterBundleOverhaul
+
   |id     = spacechase0.BackstoryQuestionsFramework
   |nexus id = 1681
+
   |nexus   = 14570
   |github   = chaos234/StardewValleyMods
+
   |github = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275848 unofficial Content Patcher equivalent] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Companion NPCs
+
   |name   = Bait Maker - Quality Matters
   |author   = Redwood
+
   |author = Speshkitty
   |id       = Redwood.CompanionNPCs
+
   |id     = speshkitty.BaitMakerQuality
   |nexus id = 3175
+
   |nexus   = 22768
   |github   = EKomperud/StardewMods
+
   |github =
 
 
  |broke in    = Stardew Valley 1.4
 
  |status      = workaround
 
  |summary      = use [[#NPC Adventures|NPC Adventures]] instead.
 
  |pull request = https://github.com/EKomperud/StardewMods/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Compost&#44; Pests&#44; and Cultivation
+
   |name   = Baits Do Their Jobs
   |author   = jahangmar
+
   |author = MercuryVN
   |id       = jahangmar.CompostPestsCultivation
+
   |id     = MercuryVN.BaitsDoTheirJobs
   |nexus id = 4446
+
   |nexus   = 23217
   |github   = jahangmar/StardewValleyMods
+
   |github = MercuryVN/BaitsDoTheirJobs
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configurable Machines
+
   |name   = Balanced Combine Many Rings
   |author   = KnockedMallard42
+
   |author = Arruda
   |id       = 21da6619-dc03-4660-9794-8e5b498f5b97
+
   |id     = Arruda.BalancedCombineManyRings
   |nexus id = 280
+
   |nexus   = 8981
   |github   =
+
   |github  = arruda/BalancedCombineManyRings
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
 
 
  |map local versions = 1.2-beta → 1.2.0<!--manifest incorrect-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configure Machine Outputs
+
   |name   = Bank of Ferngill
   |author   = Mizzion
+
   |author = Mizzion
   |id       = mizzion.configuremachineoutputs
+
   |id     = mizzion.bankofferngill
   |nexus id = 3490
+
   |nexus  = 13043
   |moddrop id = 661367
+
   |github = Mizzion/MyStardewMods
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configure Machine Speed
+
   |name   = BarleyZP's Allergies, BarleyZP Allergies
   |author   = BayesianBandit
+
   |author = BarleyZP
   |id       = BayesianBandit.ConfigureMachineSpeed
+
   |id     = BarleyZP.BzpAllergies
   |nexus id = 3519
+
   |nexus   = 21238
   |github   = BayesianBandit/ConfigureMachineSpeed
+
   |github = lisyce/SDV_Allergies_Mod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Consistent Tree Growth Speed
+
   |name   = Barn Incubator Support
   |author   = IceGladiador
+
   |author = elbe
   |id       = IceGladiador.ConsistentTreeGrowthSpeed
+
   |id     = elbe.BarnIncubatorSupport
   |nexus id = 1799
+
   |nexus   = 9049
   |github  =  
+
  |moddrop = 986076
 
+
   |github = lshtech/StardewValleyMods
   |broke in = Stardew Valley 1.3.29
+
   |summary = feature now in vanilla game (1.6)
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Console Chat
+
   |name   = Basic Sprinkler Improved
   |author   = EpicBellyFlop45
+
   |author = littleraskol
   |id       = EpicBellyFlop45.ConsoleChat
+
   |id     = lrsk_sdvm_bsi.0117171308
   |nexus id = 3768
+
   |nexus   = 833
   |github   = EpicBellyFlop45/StardewMods
+
   |github = littleraskol/Basic-Sprinkler-Improved
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Console Code
+
   |name   = Bat Form
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.ConsoleCode
+
   |id     = aedenthorn.BatForm
   |nexus id = 3101
+
   |curse  = 868667
   |chucklefish id = 5610
+
   |nexus  = 16825
   |github   = spacechase0/ConsoleCode
+
   |github = aedenthorn/StardewValleyMods
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/console-code/ latest version from author's website].
+
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.3.4-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BatForm
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Console Commands, TrainerMod
+
   |name   = Battery Warning Mod
   |author   = SMAPI
+
   |author = Husky110
   |id       = SMAPI.ConsoleCommands
+
   |id     = Husky110.BatteryWarningMod
   |nexus id =  
+
   |nexus   = 1886
   |url      = https://smapi.io
+
   |github  = Husky110/BatteryWarningMod
   |github  = Pathoschild/SMAPI
+
 
 +
   |broke in = Stardew Valley 1.5.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Content Patcher
+
   |name   = Battle Ring
   |author   = Pathoschild
+
   |author = lyl
   |id       = Pathoschild.ContentPatcher
+
   |id     = lyl.br
   |nexus id = 1915
+
   |nexus   = 22027
   |moddrop id = 470174
+
  |github  =
   |curseforge id = 309243
+
}}
   |curseforge key = content-patcher
+
{{#invoke:SMAPI compatibility|entry
   |github   = Pathoschild/StardewMods
+
  |name    = Battle Royalley
 +
  |author  = Ilyaki
 +
  |id     = Ilyaki.BattleRoyale
 +
   |nexus  = 3199
 +
   |github = Ilyaki/BattleRoyalley
 +
 
 +
   |broke in = Stardew Valley 1.4<!--@retest-after Battle Royalley - Year 2-->
 +
<!--
 +
   |status  = workaround
 +
   |summary  = use [[#Battle Royalley - Year 2|Battle Royalley - Year 2]] instead.
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Content Patcher Animations
+
   |name   = Battle Royalley - Year 2
   |author   = spacechase0
+
   |author = Tyler Gibbs
   |id       = spacechase0.ContentPatcherAnimations
+
   |id     = tylergibbs2.BattleRoyalleyYear2
   |nexus id = 3853
+
   |nexus  = 9891
   |chucklefish id = 5740
+
   |github = tylergibbs2/BattleRoyalley-Year2
   |github   = spacechase0/ContentPatcherAnimations
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/content-patcher-animations/ latest version from author's website].
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Convenient Chests
+
   |name   = Beatable Lucky Purple Shorts
   |author   = Solariz
+
   |author = Dragoon23
   |id       = aEnigma.ConvenientChests
+
   |id     = Dragoon23.BeatableLuckyShortsMonster
   |nexus id = 2196
+
   |nexus   = 25095
   |github   = aEnigmatic/StardewValley
+
   |github  =
  |curseforge id = 300150
 
  |curseforge key = convenient-chests
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cooking Skill
+
   |name   = Become Ethereal
   |author   = spacechase0
+
   |author = Coll1234567
   |id       = spacechase0.CookingSkill, CookingSkill<!--changed in 1.0.4–6-->
+
   |id     = Coll1234567.BecomeEthereal
   |nexus id = 522
+
   |nexus  = 3746
  |chucklefish id = 4054
+
   |github  =
   |moddrop id = 127277
 
   |github   = spacechase0/CookingSkill
 
 
 
  |summary = use [https://spacechase0.com/mods/stardew-valley/cooking-skill/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cozy Clothing
+
   |name   = Becoming Familiar
   |author   = CompSciLauren
+
   |author = Krutonium
   |id       = CompSciLauren.CozyClothing
+
   |id     = ca.krutonium.becomingfamiliar
   |nexus id = 5093
+
   |nexus   = 21949
   |github   = CompSciLauren/stardew-valley-cozy-clothing-mod
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crab Net
+
   |name   = Bed Tweaks
   |author   = jwdred
+
   |author = aedenthorn, Erinthe
   |id       = jwdred.CrabNet
+
   |id     = aedenthorn.BedTweaks
   |nexus id = 584
+
   |nexus   = 10023
   |github   = jdusbabek/stardewvalley
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = Stardew Valley 1.3
+
   |broke in          = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.4-pathoschild
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
+
   |unofficial version = 0.3.1-unofficial.2-FlyingTNT
   |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craftable Legendary Fish Mounts
+
   |name   = Bee House Flower Range Fix
   |author   = FallToot
+
   |author = KirbyLink
   |id       = FallToot.CraftableFishMounts
+
   |id     = kirbylink.beehousefix
   |nexus id = 4286
+
   |nexus  = 3013
  |github  =
+
   |github = KirbyLink/BeeHouseFix
}}
 
{{/entry
 
   |name    = Craft Anything
 
  |author  = Sabera, kelbesque
 
  |id      = Sabera.CraftAnything
 
  |nexus id = 2524
 
   |github   = ebehar/CraftAnything
 
  |dev note = GitHub repo outdated (see issue #1)
 
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crane Man Begone
+
   |name   = Bee Paths
   |author   = MouseyPounds
+
   |author = aedenthorn, Erinthe
   |id       = MouseyPounds.CraneManBegone
+
   |id     = aedenthorn.BeePaths
   |nexus id = 4704
+
   |nexus   = 14812
   |github  = MouseyPounds/stardew-mods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BeePaths
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Color Combiner
+
   |name   = Befriend Marlon and Gunther
   |author   = MouseyPounds
+
   |author = Yoshimax
   |id       = MouseyPounds.CropColorCombiner
+
   |id     = Yoshimax.UnfriendMarlonGunther<!--changed in 1.0.9-->, Yoshimax.BefriendMarlon
   |nexus id = 3986
+
   |nexus   = 2569
   |github   = MouseyPounds/stardew-mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Extension
+
   |name   = Be My Valentine
   |author   = Platonymous
+
   |author = Taskmaster
   |id       = Platonymous.CropExtension
+
   |id     = Taskmaster.BeMyValentine
   |nexus id = 3208
+
   |nexus   = 5219
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Fairy
+
   |name   = Berry Season Reminder
   |author   = Abs, abslam
+
   |author = Anthony Hilyard
   |id       = abs.CropFairy
+
   |id     = com.anthonyhilyard.berryseasonreminder
   |nexus id = 4885
+
  |curse  = 446669
   |github   =  
+
   |nexus   = 9315
 +
   |github = AHilyard/BerrySeasonReminder
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crops Anytime Anywhere
+
   |name   = Better 10 Hearts
   |author   = Pathoschild
+
   |author = Sonozuki
   |id       = Pathoschild.CropsAnytimeAnywhere
+
   |id     = EpicBellyFlop45.Better10Hearts
   |nexus id = 3000
+
   |nexus  = 3605
   |moddrop id = 606647
+
   |github = Sonozuki/StardewMods
   |github   = Pathoschild/StardewMods
+
 
}}
+
   |status  = abandoned
{{/entry
+
   |broke in = Stardew Valley 1.6
   |name    = Crops Watered Indicator
 
   |author  = Tyler Thrailkill, snowe2010
 
  |id      = tylerthrailkill.cropswateredindicator
 
  |nexus id = 3200
 
  |github  = snowe2010/starbound-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Tooltips
+
   |name   = Better Activate Sprinklers
   |author   = GenDeathrow
+
   |author = ChaosEnergy
   |id       = gengeathrow.croptooltip
+
   |id     = ChaosEnergy.BetterActivateSprinklers
   |nexus id =  
+
   |nexus   = 3097
   |curseforge id = 307933
+
   |github = yuri-moens/BetterActivateSprinklers
  |curseforge key = crop-tooltips
 
  |github  =
 
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Lookup Anything|Lookup Anything]] instead.
+
   |summary  = use [[#Activate Sprinklers|Activate Sprinklers]] or [[#Activated Sprinklers|Activated Sprinklers]] instead.
  |dev note = incompatibility possibly due to Bookcase
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Transplant
+
   |name   = Better Artisan Good Icons
   |author   = Digus
+
   |author = CatCattyCat, Cat
   |id       = DIGUS.CropTransplantMod
+
   |id     = cat.betterartisangoodicons
   |nexus id = 2594
+
   |nexus  = 2080
  |github   = Digus/StardewValleyMods
+
   |moddrop = 833553
}}
+
   |github = danvolchek/StardewMods
{{/entry
 
   |name    = Current Location
 
  |author  = Vrakyas
 
  |id      = Vrakyas.CurrentLocation
 
  |nexus id = 4028
 
   |github   =  
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
+
   |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]).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Adventure Guild Challenges
+
   |name   = Better Artisan Good Icons For Meads, Better Artisan Good Icons - Mead Addon
   |author   = DefenTheNation
+
   |author = DaLion and Tithrandel
   |id       = DefenTheNation.CustomGuildChallenges
+
   |id     = DaLion.Meads
   |nexus id = 2301
+
   |nexus   =
   |github   = defenthenation/StardewMod-CustomSlayerChallenges
+
   |github = daleao/bagi-meads
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Artisan Good Icons-->
   |unofficial version = 1.9.1-beta.1-minervamaga
+
}}
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-2#post-3352566
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Balance
 +
   |author  = Xen0nex
 +
  |id      = Xen0nex.BetterBalance, Xen0nex.BetterBalanceAndroid
 +
  |nexus  = 8141
 +
   |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Asset Modifier, Custom Asset Editor
+
   |name   = Better Beehouses
   |author   = Omegasis, AlphaOmegasis
+
   |author = Tlitookilakin
   |id       = Omegasis.CustomAssetModifier
+
   |id     = tlitookilakin.BetterBeehouses
   |nexus id = 1836
+
   |nexus  = 10996
  |github   = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 1105633
 
+
   |github  = tlitookilakin/BetterBeehouses
   |broke in    = SMAPI 3.0
 
   |status      = workaround
 
  |summary      = use [[#Content Patcher|Content Patcher]] instead.
 
  |pull request = https://github.com/janavarro95/Stardew_Valley_Mods/pull/50
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Cask Mod
+
   |name   = Better Bombs
   |author   = Digus
+
   |author = Duno666
   |id       = DIGUS.CustomCaskMod
+
   |id     = Duno666.BetterBombs
   |nexus id = 2642
+
   |nexus   = 7787
   |github   = Digus/StardewValleyMods
+
   |github = PhillZitt/BetterBombs
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Chores
+
   |name   = Better Butterfly Hutch
   |author   = furyx639, LeFauxMatt
+
   |author = NormanPCN
   |id       = furyx639.CustomChores
+
   |id     = NormanPCN.BetterButterflyHutch
   |nexus id = 5315
+
   |nexus  = 11166
   |moddrop id = 717888
+
   |github = NormanPCN/StardewValleyMods
   |github   = ImJustMatt/SDVCustomChores
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Critters
+
   |name   = Better Cabin
   |author   = spacechase0
+
   |author = weizinai
   |id       = spacechase0.CustomCritters
+
   |id     = weizinai.BetterCabin
   |nexus id = 1255
+
   |nexus  = 25368
  |chucklefish id = 4791
+
   |github = weizinai/StardewValleyMods
   |moddrop id = 130428
 
   |github   = spacechase0/CustomCritters
 
 
 
  |broke in          = Stardew Valley 1.4.0.1
 
  |unofficial version = 1.2.7-unofficial.1-slamerz
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-27#post-3354372
 
  |pull request      = https://github.com/spacechase0/CustomCritters/pull/8
 
 
 
  |map remote versions = 1.2.7-unofficial.1-slamerz → 1.2.8-unofficial.1-slamerz<!--needed due to the official version being later but broken, and not in the repo-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Crystalarium Mod
+
   |name   = Better Chests
   |author   = Digus
+
   |author = LeFauxMatt
   |id       = DIGUS.CustomCrystalariumMod
+
   |id     = furyx639.BetterChests
   |nexus id = 2516
+
  |curse  = 871836
   |github   = Digus/StardewValleyMods
+
  |moddrop = 1547210
 +
   |nexus   = 9791
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Farming Redux
+
   |name   = Better Crab Pots
   |author   = Platonymous
+
   |author = Sonozuki
   |id       = Platonymous.CustomFarming
+
   |id     = EpicBellyFlop45.BetterCrabPots
   |nexus id = 991
+
   |nexus  = 3159
  |curseforge id  = 307366
+
   |github = Sonozuki/StardewMods
   |curseforge key = custom-farming-redux
 
   |github   = Platonymous/Stardew-Valley-Mods
 
  
   |broke in           = Stardew Valley 1.4.4
+
  |status  = abandoned
  |unofficial version = 2.12.10-unofficial.1-minervamaga<!--updated to prevent false update alerts-->
+
   |broke in = Stardew Valley 1.6
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
 
  |pull request      = https://github.com/Platonymous/Stardew-Valley-Mods/pull/81
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Farming Redux → CFAutomate
+
   |name   = Better Crafting
   |author   = Platonymous
+
   |author = RedstoneBoy
   |id       = Platonymous.CFAutomate
+
   |id     = RedstoneBoy.BetterCrafting
   |nexus id = 991
+
   |nexus   = 2504
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = RedstoneBoy/BetterCrafting
  
   |broke in          = Automate 1.15
+
   |status  = abandoned
   |unofficial version = 2.12.10-unofficial.1-minervamaga
+
   |broke in = Stardew Valley 1.4
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
 
  |pull request      = https://github.com/Platonymous/Stardew-Valley-Mods/pull/81
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Furniture
+
   |name   = Better Crafting
   |author   = Platonymous
+
   |author = Khloe Leclair
   |id       = Platonymous.CustomFurniture
+
   |id     = leclair.bettercrafting
   |nexus id = 1254
+
   |nexus  = 11115
   |curseforge id  = 308067
+
   |moddrop = 1115749
   |curseforge key = custom-furniture
+
   |github = KhloeLeclair/StardewMods
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Furniture → Custom Furniture Anywhere
+
   |name   = Better Crafting: Buildings, Craftable Buildings
   |author   = Platonymous
+
   |author = Khloe Leclair
   |id       = Platonymous.CustomFurnitureAnywhere
+
   |id     = leclair.bcbuildings
   |nexus id = 1254
+
   |nexus   = 11115
   |github   = Platonymous/Stardew-Valley-Mods
+
  |moddrop = 1115749
 +
   |github = KhloeLeclair/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Harvest Fix
+
   |name   = Better Crafting → SpaceCore Support, Better Crafting → SpaceCore and DynamicGameAssets Support
   |author   = mytigio
+
   |author = Khloe Leclair
   |id       = mytigio.customharvestfix
+
   |id     = leclair.bcspacecore
   |nexus id = 4192
+
   |nexus   = 11115
   |github  = mytigio/CustomHarvestFix
+
  |moddrop = 1115749
 +
   |github = KhloeLeclair/StardewMods
 +
 
 +
  |status  = obsolete
 +
   |summary = remove this mod (SpaceCore support was added to Better Crafting in version 1.2).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Kissing
+
   |name   = Better Crystalariums
   |author   = Digus
+
   |author = DecidedlyHuman
   |id       = DIGUS.CustomKissingMod
+
   |id     = DecidedlyHuman.BetterCrystalariums
   |nexus id = 4664
+
   |nexus   = 10907
   |github   = Digus/StardewValleyMods
+
   |github = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Greenhouse
+
   |name   = Better Discord Presence, SVBDP
   |author   = Forkmaster
+
   |author = GitStonic, IMSTONIC
   |id       = Forkmaster.CustomGreenhouse
+
   |id     = gitstonic.svbdp
   |nexus id = 3464
+
   |nexus   = 3092
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customizable Cart Redux
+
   |name   = Better Doors
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = CatCattyCat, Cat
   |id       = KoihimeNakamura.CCR
+
   |id     = cat.betterdoors
   |nexus id = 1402
+
   |nexus   = 3797
   |moddrop id = 664037
+
   |github  = danvolchek/StardewMods
   |github   = Sakorona/SDVMods
+
 
 +
   |broke in = Stardew Valley 1.4
 +
<!--
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 +
  |unofficial version = 1.0.3-unofficial.1-strobe
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customizable Death Penalty
+
   |name   = Better Elevator
   |author   = CatCattyCat, Cat
+
   |author = aedenthorn, Erinthe
   |id       = cat.customizabledeathpenalty
+
   |id     = aedenthorn.BetterElevator
   |nexus id = 1991
+
   |nexus   = 12802
   |github  = danvolchek/StardewMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Better Elevator - Continued|Better Elevator - Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customizable Traveling Cart Days
+
   |name   = Better Elevator - Continued
   |author   = Yyeahdude
+
   |author = aedenthorn and FlyingTNT
   |id       = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
+
   |id     = FlyingTNT.BetterElevator
   |nexus id = 567
+
   |nexus   = 22340
   |github   =  
+
   |github = FlyingTNT/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customize Anywhere
+
   |name   = Better Enchantments, Enchantment
   |author   = Cherry
+
   |author = kalik
   |id       = Cherry.CustomizeAnywhere
+
   |id     = kalik.Enchantment
   |nexus id = 4734
+
   |nexus  = 23368
   |moddrop id = 716356
+
   |github = rusunu/Enchantment
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customize Exterior
+
   |name   = Better Festival Notifications
   |author   = spacechase0
+
   |author = drbirbdev
   |id       = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
+
   |id     = drbirbdev.BetterFestivalNotifications
   |nexus id = 1099
+
   |nexus   = 14170
   |chucklefish id = 4675
+
  |github  = drbirbdev/StardewValley
   |moddrop id = 127272
+
}}
   |github   = spacechase0/CustomizeExterior
+
{{#invoke:SMAPI compatibility|entry
 
+
  |name    = Better Fishing
   |summary = get [https://spacechase0.com/mods/stardew-valley/customize-exterior/ latest version from author's website].
+
   |author  = balllight
 +
   |id     = balllight.BetterFishing
 +
   |nexus   = 13585
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customize Starting Health and Stamina, Custom Health and Stamina Start
+
   |name   = Better Friendship
   |author   = MissCoriel
+
   |author = Urbanyeti
   |id       = misscoriel.hpstam
+
   |id     = BetterFriendship
   |nexus id = 5275
+
   |nexus   = 10287
   |github   = MissCoriel/Customize-Health-and-Stamina
+
   |github = urbanyeti/stardew-better-friendship
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Linens
+
   |name   = Better Fruit Trees
   |author   = Mevima
+
   |author = CatCattyCat, Cat
   |id       = Mevima.CustomLinens
+
   |id     = cat.betterfruittrees
   |nexus id = 1027
+
   |nexus   = 1976
   |github   =  
+
  |moddrop = 833546
 +
   |github = danvolchek/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
 
+
<!--
   |map local versions = 1.0 → 1.1<!--manifest not updated-->
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 +
  |unofficial version = 2.6.1-unofficial.4-strobe
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Localization
+
   |name   = Better Garbage Cans
   |author   = Zane York
+
   |author = AairTheGreat
   |id       = ZaneYork.CustomLocalization
+
   |id     = AairTheGreat.BetterGarbageCans
   |nexus id = 5377
+
   |nexus   = 4171
   |github   = ZaneYork/SDV_CustomLocalization
+
   |github = AairTheGreat/StardewValleyMods
  
   |summary  = use latest version (Android only).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Custom Movies
+
   |name   = Better Garden Pots
  |author  = Platonymous
+
   |author = CatCattyCat, Cat
  |id      = Platonymous.CustomMovies
+
   |id     = cat.bettergardenpots
  |nexus id = 4737
+
   |nexus  = 2209
  |github  = Platonymous/Stardew-Valley-Mods
+
   |moddrop = 833555
}}
+
   |github = danvolchek/StardewMods
{{/entry
 
   |name     = Custom Music
 
   |author   = Platonymous
 
   |id       = Platonymous.CustomMusic
 
   |nexus id = 3043
 
   |curseforge id  = 307367
 
   |curseforge key = custom-music
 
   |github   = Platonymous/Stardew-Valley-Mods
 
}}
 
{{/entry
 
  |name    = Custom NPC
 
  |author  = Platonymous
 
  |id      = Platonymous.CustomNPC
 
  |nexus id = 1607
 
  |github  = Platonymous/Stardew-Valley-Mods
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Content Patcher|Content Patcher]] instead.
+
   |summary  = use [[#Garden Pot Options|Garden Pot Options]] instead.
 +
<!--
 +
  |unofficial version = 1.6.1-unofficial.1-benjiismydog
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-79934
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom NPC Fixes
+
   |name   = Better Hay
   |author   = spacechase0
+
   |author = CatCattyCat, Cat
   |id       = spacechase0.CustomNPCFixes
+
   |id     = cat.betterhay
   |nexus id = 3849
+
   |nexus   = 1430
   |chucklefish id = 5739
+
   |moddrop = 833540
   |github   = spacechase0/CustomNPCFixes
+
   |github = danvolchek/StardewMods
  
   |summary  = use [https://spacechase0.com/mods/stardew-valley/custom-npc-fixes/ latest version from author's website].  
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Paths
+
   |name   = Better Hitbox
   |author   = Entoarox
+
   |author = fodkod, Kodfod
   |id       = Entoarox.CustomPaths
+
   |id     = kodfod.hitbox
   |nexus id = 2272
+
   |nexus   = 4973
   |chucklefish id = 5234
+
  |github  = Kodfod/BetterHitboxStardew
   |github   = Entoarox/StardewMods
+
 
 +
   |broke in          = Stardew Valley 1.5
 +
   |unofficial version = 1.1.1-unofficial.1-FloppyDingo
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29692
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Quest Expiration
+
   |name   = Better Honey Mead
   |author   = hawkfalcon
+
   |author = NCarigon
   |id       = hawkfalcon.CustomQuestExpiration
+
   |id     = NCarigon.BetterHoneyMead
   |nexus id = 2148
+
   |nexus   = 22848
   |github   = hawkfalcon/Stardew-Mods
+
   |github = ncarigon/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Shirts
+
   |name   = Better Iridium Tool Area
   |author   = Platonymous
+
   |author = dphile
   |id       = Platonymous.CustomShirts
+
   |id     = dphile.BetterIridiumFarmTools
   |nexus id = 2416
+
   |nexus   = 2085
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = dphile/SDVBetterIridiumTools
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Json Assets|Json Assets]] instead.
+
   |summary  = use [[#Iridium Tools Patch|Iridium Tools Patch]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name       = Custom Tracker
+
   |name   = Better Jukebox
   |author     = Esca
+
   |author = Gaphodil
   |id         = Esca.CustomTracker
+
   |id     = Gaphodil.BetterJukebox
   |nexus id   = 5108
+
   |nexus  = 6017
   |github    = Esca-MMC/CustomTracker
+
   |moddrop = 984775
   |moddrop id = 706059
+
   |github  = Gaphodil/BetterJukebox
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Transparency
+
   |name   = Better Junimos
   |author   = CatCattyCat, Cat
+
   |author = hawkfalcon
   |id       = cat.customtransparency
+
   |id     = hawkfalcon.BetterJunimos
   |nexus id = 2359
+
   |nexus   = 2221
   |github   = danvolchek/StardewMods
+
  |github  = hawkfalcon/Stardew-Mods
 +
 
 +
|broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
|unofficial version = 3.0.0-unofficial.1-p1xel8ted
 +
|unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123262
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Junimos Crop Fields
 +
  |author  = micfort
 +
  |id     = micfort.BetterJunimosCropFields
 +
   |nexus  = 10936
 +
   |source  = https://gitlab.com/micfort/betterjunimoscropfields
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Walls and Floors
+
   |name   = Better Junimos Forestry
   |author   = Platonymous
+
   |author = ceruleandeep
   |id       = Platonymous.CustomWallsAndFloors
+
   |id     = ceruleandeep.BetterJunimosForestry
   |nexus id = 3010
+
   |nexus   = 8992
   |curseforge id = 307569
+
   |github = ceruleandeep/CeruleanStardewMods
   |curseforge key = custom-walls-and-floors
+
 
  |github  = Platonymous/Stardew-Valley-Mods
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Junimos-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Warp Locations
+
   |name   = Better Lightning Rods
   |author   = CatCattyCat, Cat
+
   |author = aedenthorn, Erinthe
   |id       = cat.customwarplocations
+
   |id     = aedenthorn.BetterLightningRods
   |nexus id = 1688
+
  |curse  = 868807
   |github   = danvolchek/StardewMods
+
   |nexus   = 10631
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Warps
+
   |name   = Better Meowmere
   |author   = f4iTh, JertsukkaTheMan
+
   |author = TheMightyAmondee
   |id       = f4iTh.CustomWarps
+
   |id     = TheMightyAmondee.BetterMeowmere
   |nexus id = 3445
+
   |nexus   = 20374
   |github   =  
+
   |github = TheMightyAmondee/BetterMeowmere
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Farm Photo
+
   |name   = Better Meteorites
   |author   = Seawolf, seawolf87
+
   |author = spacechase0
   |id       = Seawolf.DailyFarmPhoto
+
   |id     = spacechase0.BetterMeteorites
   |nexus id = 4791
+
  |curse  = 867727
   |github   = Seawolf87/DailyFarmPhoto
+
   |nexus   = 5096
 +
  |moddrop = 771682
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Luck Message
+
   |name   = Better Mixed Seeds
   |author   = Schematix, Schmtx
+
   |author = Sonozuki
   |id       = Schematix.DailyLuckMessage
+
   |id     = Satozaki.BetterMixedSeeds, EpicBellyFlop45.BetterMixedSeeds<!--changed in 3.0-->
   |nexus id = 1327
+
   |nexus   = 3012
   |github   =  
+
   |github = Sonozuki/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Stardew Notification|Stardew Notification]] instead.
+
   |summary  = use [[#Re-Mixed Seeds|Re-Mixed Seeds]] or {{nexus mod|22495|Seed Overhaul}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily News
+
   |name   = Better Panning
   |author   = bashNinja
+
   |author = AairTheGreat
   |id       = bashNinja.DailyNews
+
   |id     = AairTheGreat.BetterPanning
   |nexus id = 1141
+
   |nexus   = 4161
   |github   = miketweaver/DailyNews
+
   |github = AairTheGreat/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Panning Extra Config
 +
  |author  = trashcan9
 +
  |id      = trashcan9.BetterPanning.ExtraConfig
 +
  |nexus  = 16235
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Better Pannint-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Panning Spot
 +
  |author  = ForgedBrass
 +
  |id      = ForgedBrass.BetterPanningSpot
 +
  |nexus  = 10608
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Screenshot
+
   |name   = Better Planting
   |author   = CompSciLauren
+
   |author = Achtuur
   |id       = CompSciLauren.DailyScreenshot
+
   |id     = Achtuur.BetterPlanting
   |nexus id = 4779
+
   |nexus  = 17252
   |chucklefish id = 5907
+
   |github = Achtuur/StardewMods
   |moddrop id    = 677025
 
  |curseforge id = 353698
 
  |curseforge key = daily-screenshot
 
  |github  = CompSciLauren/stardew-valley-daily-screenshot-mod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Tasks Report
+
   |name   = Better Quality More Seeds
   |author   = GuiNoya, Yesst
+
   |author = bmarquismarkail, Space Baby
   |id       = GuiNoya.DailyTasksReport
+
   |id     = SpaceBaby.BetterQualityMoreSeeds, SB_BQMS<!--changed in 2.0.0-4-->
   |nexus id = 1624
+
   |nexus   = 935
   |github   = GuiNoya/SVMods
+
   |github = bmarquismarkail/SV_BetterQualityMoreSeeds
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.4.2-unofficial.5-mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-41#post-3355601
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dan Utils
+
   |name   = Better Quarry
   |author   = Danmw3
+
   |author = Nishtra
   |id       = danmw3.DanUtils
+
   |id     = BetterQuarry
   |nexus id = 2287
+
   |nexus   = 771
   |github   =  
+
   |github =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|5170|Better Quarry Redux}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Ranching, Better Milking
 +
  |author  = Urbanyeti
 +
  |id      = BetterRanching
 +
  |nexus  = 859
 +
  |github  = urbanyeti/stardew-better-ranching
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dark User Interface
+
   |name   = Better Rarecrows
   |author   = zazizu
+
   |author = Sonozuki
   |id       = zazizu.darkUI
+
   |id     = Satozaki.BetterRarecrows, EpicBellyFlop45.BetterRarecrows<!--changed in 1.0.5-->
   |nexus id = 4056
+
   |nexus   = 3232
   |github   = cilekli-link/SDVMods
+
   |github = Sonozuki/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Data Layers, Data Maps
+
   |name   = Better Return Scepter
   |author   = Pathoschild
+
   |author = DecidedlyHuman
   |id       = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
+
   |id     = DecidedlyHuman.BetterReturnScepter
   |nexus id = 1691
+
   |nexus  = 11610
   |moddrop id = 606646
+
   |github = DecidedlyHuman/StardewValleyMods
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dear Diary, Journal Keeping Mod
+
   |name   = Better RNG
   |author   = MissCoriel
+
   |author = Zoryn
   |id       = misscoriel.diary
+
   |id     = Zoryn.BetterRNG
   |nexus id = 4451
+
   |nexus   =
   |moddrop id = 624395
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
   |github   = MissCoriel/Dear-Diary
+
   |github = Zoryn4163/SMAPI-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Debug Mode
+
   |name   = Better Rods
   |author   = Pathoschild
+
   |author = Achtuur
   |id       = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
+
   |id     = Achtuur.BetterRods
   |nexus id = 679
+
   |nexus  = 17026
   |moddrop id = 606608
+
   |github = Achtuur/StardewMods
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Decrafting Mod
+
   |name   = Better Shipping Bin
   |author   = iSkLz_, MSCFC
+
   |author = MindMeltMax
   |id       = MSCFC.DecraftingMod
+
   |id     = MindMeltMax.BetterShipping
   |nexus id = 4158
+
  |curse  = 1004479
   |github   =  
+
  |moddrop = 1135742
 +
   |nexus   = 10487
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deep Woods
+
   |name   = Better Shipping Box
   |author   = Max Vollmer, SVProtector
+
   |author = Kithio
   |id       = maxvollmer.deepwoodsmod
+
   |id     = Kithio:BetterShippingBox, Kithio.BetterShippingBox<!--changed in 1.0.3-unofficial-->
   |nexus id = 2571
+
   |nexus   =
   |github  = maxvollmer/DeepWoodsMod
+
  |chucklefish = 4302
 +
   |github =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status   = workaround
 +
  |summary  = Use [[#Better Shipping Bin|Better Shipping Bin]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deep Woods Seasonal Obelisk
+
   |name   = Better Shop Menu
   |author   = Sandman53
+
   |author = spacechase0
   |id       = maxvollmer.deepwoodsmod.seasonalobelisk
+
   |id     = spacechase0.BetterShopMenu
   |nexus id = 5016
+
  |curse  = 867744
   |github  =  
+
  |moddrop = 771614
 +
   |nexus   = 2012
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Delivery Service
+
   |name   = Better Signs
   |author   = AxesOfEvil
+
   |author = stebaker92, Steve Baker
   |id       = AxesOfEvil.DeliveryService
+
   |id     = stebaker92.bettersigns
   |nexus id = 5187
+
   |nexus   = 7482
   |github   = AxesOfEvil/SV_DeliveryService
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deluxe Auto-Grabber, Coop Grabber
+
   |name   = Better Skull Cavern Falling
   |author   = stokastic
+
   |author = Max Vollmer, SVProtector
   |id       = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
+
   |id     = maxvollmer.betterskullcavernfalling
   |nexus id = 2462
+
   |nexus   = 2558
   |github   = stokastic/CoopGrabber
+
   |github = maxvollmer/BetterSkullCavernFalling
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 2.5.2-unofficial.4-mizzion
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-30#post-3354650
 
  |pull request      = https://github.com/stokastic/CoopGrabber/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Did You Water Your Crops
+
   |name   = Better Slingshots
   |author   = Nishtra
+
   |author = CatCattyCat, Cat
   |id       = Nishtra.DidYouWaterYourCrops
+
   |id     = cat.betterslingshots
   |nexus id = 1583
+
   |nexus  = 2067
  |github   =  
+
   |moddrop = 833552
   |status  = workaround
+
   |github = danvolchek/StardewMods
   |summary = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Disable Gamepad, Disable Controller
+
   |name   = Better Sonar Bobber
   |author   = lperkins2, Logan Perkins
+
   |author = Spiderbuttons
   |id       = lperkins2.DisableController
+
   |id     = Spiderbuttons.BetterSonarBobber
   |nexus id = 2229
+
   |nexus   = 24837
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Discord Rich Presence
+
   |name   = Better Sort
   |author   = FayneAldan
+
   |author = Jower
   |id       = FayneAldan.RichPresence
+
   |id     = Jower.BetterSort
   |nexus id = 2156
+
   |nexus   = 1992
   |github   = FayneAldan/SVRichPresence
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dish of the Day Display
+
   |name   = Better Special Orders
   |author   = MouseyPounds
+
   |author = Xeru
   |id       = MouseyPounds.DishOfTheDayDisplay
+
   |id     = xeru.BetterSpecialOrders
   |nexus id = 3960
+
   |nexus   = 24125
   |github   = MouseyPounds/stardew-mods
+
   |github = xeru98/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dismantle Craftables
+
   |name   = Better Sprinklers
   |author   = jahangmar
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = jahangmar.DismantleCraftables
+
   |id     = Speeder.BetterSprinklers, SPDSprinklersMod<!--changed in 2.3-->
   |nexus id = 3687
+
   |nexus   = 41
   |github   = jahangmar/StardewValleyMods
+
   |chucklefish = 3551
 +
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Don't Eat That
+
   |name   = Better Sprinklers Plus
   |author   = Pyrohead37
+
   |author = JamesCodesThings
   |id       = Pyrohead37.DontEatThat
+
   |id     = com.CodesThings.BetterSprinklersPlus
   |nexus id = 1951
+
   |nexus   = 17767
   |github   = jahangmar/StardewValleyMods
+
   |github = jamescodesthings/smapi-better-sprinklers
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Double Standard Farm
+
   |name   = Better Sprinklers Plus (1.6)
   |author   = Leaf
+
   |author = gingajamie
   |id       = Leaf.DoubleStandardFarm
+
   |id     = com.gingajamie.BetterSprinklersPlus
   |nexus id = 3928
+
   |nexus   = 21624
   |github  =  
+
   |github = gingajamie/smapi-better-sprinklers-plus-encore
 +
 
 +
   |status  = abandoned
 +
  |summary = use [[#Better Sprinklers Plus|Better Sprinklers Plus]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Durable Fences
+
   |name   = Better Stardrops
   |author   = Zoryn
+
   |author = Rokugin
   |id       = Zoryn.DurableFences
+
   |id     = Rokugin.BetterStardrops
   |nexus id =
+
   |nexus  = 21360
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github = rokugin/StardewMods
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = DVR
+
   |name   = Better Statue Of Blessings
   |author  = captncraig
+
   |author = Tomokisan
   |id       = captncraig.dvr
+
  |id      = tomokisan.betterStatueOfBlessings
   |nexus id = 3860
+
  |nexus  = 25022
   |github   = captncraig/StardewMods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Better Tappers
 +
  |author  = CaptainSully
 +
   |id     = CaptainSully.BetterTappers
 +
   |nexus   = 9875
 +
  |moddrop = 1035408
 +
   |github = CaptainSully/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Theater
 +
  |author  = TianXiaobai
 +
  |id      = TianXiaobai.BetterTheater
 +
  |nexus  = 25002
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Checklist
+
   |name   = Better Train Loot
   |author   = gunnargolf
+
   |author = AairTheGreat, Aair, AairTheGreat
   |id       = gunnargolf.DynamicChecklist
+
   |id     = AairTheGreat.BetterTrainLoot
   |nexus id = 1145
+
   |nexus   = 4234
   |github   = gunnargolf/DynamicChecklist
+
   |github = AairTheGreat/StardewValleyMods
  
   |broke in     = SMAPI 2.0
+
   |broke in           = Stardew Valley 1.6
<!--
+
   |unofficial version = 1.0.8-unofficial.1-Sandman53
   |unofficial version = 1.0.2-unofficial.1-Mizzion
+
   |unofficial url    = {{github|Sandman534/StardewValleyMods/releases/tag/release}}
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329010
 
-->
 
  |pull request = https://github.com/gunnargolf/DynamicChecklist/pull/7
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Horses
+
   |name   = Better Transmutation
   |author   = Bpendragon
+
   |author = f4iTh, JertsukkaTheMan
   |id       = Bpendragon-DynamicHorses
+
   |id     = f4iTh.BetterTransmutation
   |nexus id = 874
+
   |nexus   = 2120
   |github   = Bpendragon/DynamicHorses
+
   |github =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
   |status  = workaround
+
   |status  = abandoned
   |summary  = use [[#Adopt 'n Skin|Adopt 'n Skin]] instead.
+
   |summary  = remove this mod (no longer maintained; use {{nexus mod|5996|More Bar Transmutation}}  instead).
   |map local versions = 1.1-release → 1.2<!--manifest incorrect + not updated-->
+
}}
 +
{{#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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Machines
+
   |name   = Better Workbenches
   |author   = tyran285, Ryuuze
+
   |author = CatCattyCat, Cat
   |id       = DynamicMachines
+
   |id     = cat.betterworkbenches
   |nexus id = 374
+
   |nexus   = 4830
   |github   =  
+
  |moddrop = 833559
 +
   |github = danvolchek/StardewMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
+
   |summary  = use [[#Workbench Helper|Workbench Helper]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Betwitched
 +
  |author  = b_wandert
 +
  |id      = b_wandert.Betwitched
 +
  |nexus  = 10172
 +
  |github  =
  
   |map local versions = 1.1 → 1.1.1<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Night Time
+
   |name   = Big Crop Bonus
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = Tocseoj
   |id       = knakamura.dynamicnighttime
+
   |id     = Tocseoj.BigCropBonus
   |nexus id = 2072
+
   |curse  = 1008360
   |moddrop id = 664041
+
   |moddrop = 1553635
   |github   = Sakorona/SDVMods
+
  |nexus  = 22337
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic NPC Sprites
+
   |name   = Big Fridges
   |author  = BashNinja
+
   |author = AlanBF
   |id       = BashNinja.DynamicNPCSprites
+
  |id      = AlanBF.BigFridge
   |nexus id = 1183
+
  |nexus  = 22457
   |github   = miketweaver/BashNinja_SDV_Mods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bigger Backpack
 +
   |author  = spacechase0
 +
   |id     = spacechase0.BiggerBackpack
 +
  |chucklefish = 5191
 +
  |curse  = 867747
 +
  |moddrop = 384783
 +
   |nexus   = 1845
 +
   |github = spacechase0/BiggerBackpack
  
   |broke in = Stardew Valley 1.3
+
   |warnings = Broken on Android.
  |status  = workaround
 
  |summary  = use [[#Content Patcher|Content Patcher]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   | name     = Dynamic Running Speed
+
   |name   = Bigger Craftables
   | author   = Vrakyas
+
   |author = spacechase0
   | id       = Vrakyas.DynamicRunningSpeed
+
   |id     = spacechase0.BiggerCraftables
   | nexus id = 4029
+
  |curse  = 867714
   | github   =  
+
   |nexus   = 7530
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bigger Craftables for 1.6
 +
  |author  = manifoldSamurai, mfdsam
 +
  |id      = YourName.BiggerCraftables
 +
  |nexus  = 24886
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easier Farming
+
   |name   = Bigger Fridges
   |author   = Cautious Waffle, skulmuk
+
   |author = Entoarox
   |id       = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
+
   |id     = Entoarox.BiggerFridges
   |nexus id = 1426
+
   |nexus   = 21678
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easier Fishing
+
   |name   = Bigger Riverlands Farm
   |author   = majordot
+
   |author = Jessebot, JessebotX
   |id       = MajorDOT.EasierFishing
+
   |id     = jessebot.biggerriverlands
   |nexus id =
+
   |nexus  = 3025
   |curseforge id  = 305367
+
   |moddrop = 467184
   |curseforge key = easier-fishing
+
   |github = JessebotX/StardewValleyMods
   |github   =  
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easy Farming
+
   |name   = Big Silo
   |author   = MountainDewBoi
+
   |author = lperkins2, Logan Perkins
   |id       = MountainDewBoi.EasyFarming
+
   |id     = lperkins2.BigSilo
   |nexus id = 4162
+
   |nexus   = 2429
   |github  =  
+
   |source  = {{nexus mod|2429}}
  
   |broke in = Stardew Valley 1.4
+
  |dev note = source in download
 +
 
 +
   |broke in = SMAPI 3.12.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Point and Plant|Point and Plant]] instead.
+
   |summary  = use [[#Silo Size|Silo Size]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easy Gifting
+
   |name   = Billboard Anywhere
   |author   = CeruleanSpirit
+
   |author = Omegasis, Alpha_Omegasis
   |id       = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
+
   |id     = Omegasis.BillboardAnywhere
   |nexus id = 2957
+
   |nexus   = 492
   |github   =  
+
   |github = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easy Petting
+
   |name   = Billboard Profit Margin
   |author   = CeruleanSpirit
+
   |author = desto
   |id       = EasyPetting.3032
+
   |id     = desto.BillboardProfitMargin
   |nexus id = 3032
+
   |nexus   = 6948
   |github   =  
+
   |github = desto-git/sdv-mods
  |status = optional
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Eat More
+
   |name   = Binning Skill
   |author   = crc-fehler
+
   |author = drbirbdev
   |id       = crc.eatmore
+
   |id     = drbirbdev.BinningSkill
   |nexus id = 2724
+
   |nexus   = 14073
   |github   =  
+
   |github = drbirbdev/StardewValley
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Eidee Easy Fishing
+
   |name   = Birb Core
   |author   = EideeHi
+
   |author = drbirbdev
   |id       = net.eidee.stardew_valley.easy_fishing
+
   |id     = drbirbdev.BirbCore
   |nexus id = 4806
+
   |nexus   = 19140
   |github   = eideehi/EideeEasyFishing
+
   |github = drbirbdev/StardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Elevator
+
   |name   = Birthday Buff
   |author   = Ilyaki
+
   |author = aedenthorn, Erinthe
   |id       = Ilyaki.Elevator
+
   |id     = aedenthorn.BirthdayBuff
   |nexus id = 2952
+
   |nexus   = 17747
   |github  = Ilyaki/Elevator
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayBuff
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Elven Krobus, Underdark Krobus
+
   |name   = Birthday Friendship, Birthday Knowledge Friendship
   |author   = Mel Noelle and Kirbylink
+
   |author = aedenthorn, Erinthe
   |id       = melnoelle.underdarkkrobus
+
   |id     = aedenthorn.BirthdayKnowledgeFriendship<!--changed in 0.1.1-unofficial.1-->, aedenthorn.BirthdayFriendship
   |nexus id = 3071
+
   |nexus   = 17974
   |github   = KirbyLink/UnderdarkKrobus
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 0.1.1-unofficial.1-mouahrara
   |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayKnowledgeFriendship
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Empty Hands
+
   |name   = Birthday Mail
   |author   = Oblitus
+
   |author = KathrynHazuka
   |id       = QuicksilverFox.EmptyHands
+
   |id     = KathrynHazuka.BirthdayMail
   |nexus id = 1176
+
   |nexus   = 276
   |github   = quicksilverfox/StardewMods
+
   |github = KathrynHazuka/StardewValley_BirthdayMail
  
   |broke in          = SMAPI 3.0
+
   |dev note = author ignored previous PRs
  |unofficial version = 1.1.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344473
 
  |pull request      = https://github.com/quicksilverfox/StardewMods/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enemy Health Bars, Health Bars
+
   |name   = Birthday Notifications
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = Honduriel
   |id       = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
+
   |id     = Honduriel.SVM_BirthdayNotifications
   |nexus id = 193
+
   |nexus  = 20948
   |chucklefish id = 3529
+
   |github  =
   |source  = https://gitlab.com/speeder1/SMAPIHealthbarMod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enemy Health Bars, Enemies Health Bars
+
   |name   = Birthday Today
   |author   = TheThor59
+
   |author = ChiroxT
   |id       = Thor.EnemyHealthBars
+
   |id     = treinke.birthdaytoday
   |nexus id = 3627
+
   |nexus   = 11578
   |github   = TheThor59/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Energy Count
+
   |name   = BJS Capsule Mod
   |author   = Crystallyne
+
   |author = BunnyJumps
   |id       = Crystallyne.EnergyCount
+
   |id     = BunnyJumps.BJSCapsuleMod
   |nexus id = 4272
+
   |nexus   = 2502
   |github  = Crystallyne/EnergyCount
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enhanced Loot Magnet, Magnet Mod
+
   |name   = BJS MP Kick Mod
   |author   = aedenthorn
+
   |author = BunnyJumps
   |id       = Aedenthorn.MagnetMod
+
   |id     = BunnyJumps.BJSMPKickMenu
   |nexus id = 4856
+
   |nexus   = 2503
   |github  = aedenthorn/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.3.29
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enhanced Relationships
+
   |name   = BJS Night Sounds
   |author   = Mizzion
+
   |author = BunnyJumps
   |id       = mizzion.enhancedrelationships
+
   |id     = BunnyJumps.BJSNightSounds
   |nexus id = 1927
+
   |nexus   = 2501
   |moddrop id = 661356
+
  |github  =
   |github   = Mizzion/MyStardewMods
+
 
 +
   |broke in = SMAPI 2.8
 +
   |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Entoarox Framework
+
   |name   = BJS No Clip
   |author   = Entoarox
+
   |author = BunnyJumps
   |id       = Entoarox.EntoaroxFramework
+
   |id     = BunnyJumps.BJSNoClip
   |nexus id = 2269
+
   |nexus  = 2820
   |chucklefish id = 4228
+
   |github =
   |github   = Entoarox/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Equivalent Exchange
+
   |name   = BJS Only Treasure Room
   |author   = MercuriusXeno, x3n0ph0b3
+
   |author = BunnyJumps
   |id       = MercuriusXeno.EquivalentExchange
+
   |id     = BunnyJumps.BJSOnlyTreasureRoom
   |nexus id = 1656
+
   |nexus   = 3145
   |github   = MercuriusXeno/EquivalentExchange
+
   |github =
  
   |broke in = Stardew Valley 1.3
+
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Event Repeater
+
   |name   = BJS Plant Everywhere
   |author   = MissCoriel
+
   |author  = BunnyJumps
  |id      = misscoriel.eventrepeater
+
   |id     = BunnyJumps.BJSPlantEverywhere
  |nexus id = 3642
+
   |nexus  = 3143
  |curseforge id = 317347
+
   |github =
  |curseforge key = event-repeater
 
  |moddrop id = 606979
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Everlasting Baits and Unbreakable Tackles
 
  |author  = Digus
 
   |id       = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
 
   |nexus id = 2360
 
   |github  = Digus/StardewValleyMods
 
}}
 
{{/entry
 
  |name    = Expanded Fridge, Dynamic Expanded Fridge
 
  |author  = Lodukas
 
  |id      = Uwazouri.ExpandedFridge
 
  |nexus id = 1191
 
   |github   = Uwazouri/ExpandedFridge
 
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 
  |unofficial version = 2.0.4-unofficial.1-SorryLate
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Experience Bars
+
   |name   = BJS Stop Grass
   |author   = spacechase0
+
   |author = BunnyJumps
   |id       = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
+
   |id     = BunnyJumps.BJSStopGrass
   |nexus id = 509
+
   |nexus  = 2500
   |chucklefish id = 3905
+
   |github =
  |moddrop id = 127275
 
   |github   = spacechase0/ExperienceBars
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/experience-bars/ latest version from author's website].
+
   |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extended Bus System
+
   |name   = BJS Thunderstorm
   |author   = Tondorian
+
   |author = BunnyJumps
   |id       = ExtendedBusSystem
+
   |id     = BunnyJumps.BJSThunderStorm
   |nexus id =
+
   |nexus  = 3144
   |chucklefish id = 4373
+
   |github =
   |github   =  
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 3.0
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extended Fridge
+
   |name   = BJS Time Skipper
   |author   = Crystalmir
+
   |author = BunnyJumps
   |id       = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
+
   |id     = BunnyJumps.BJSTimeSkipper
   |nexus id = 485
+
   |nexus   = 2178
   |github   = Mystra007/ExtendedFridgeSMAPI
+
   |github =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.5
  |status  = workaround
 
  |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 
 
<!--
 
<!--
  |unofficial version = 1.1.1-unofficial.4.mizzion
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-74821
   |unofficial url    = https://community.playstarbound.com/attachments/extendedfridge-1-1-1-unofficial-4-mizzion-zip.202825/
+
  |unofficial version = 1.4.3-unofficial.1-Vivan
 
-->
 
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extended Minecart
+
   |name   = BJS True Master
   |author   = Entoarox
+
   |author = Qther - BunnyJumps
   |id       = Entoarox.ExtendedMinecart
+
   |id     = BunnyJumps.BJSTrueMaster
   |nexus id = 2271
+
   |nexus   = 5324
   |chucklefish id = 4359
+
   |github  =
   |github  = Entoarox/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extended Reach
+
   |name   = Blackhearts
   |author   = spacechase0
+
   |author = Mightywa33ior
   |id       = spacechase0.ExtendedReach
+
   |id     = Mightywa33ior.Blackhearts
   |nexus id = 1493
+
   |nexus  = 7502
   |chucklefish id = 4997
+
   |github =
  |moddrop id = 242303
 
   |github   = spacechase0/ExtendedReach
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/extended-reach/ latest version from author's website].
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extra Fish Information
+
   |name   = Blahaj Blast
   |author   = Ceasg
+
   |author = spacechase0
   |id       = Ceasg.ExtraFishInformation
+
   |id     = spacechase0.BlahajBlast
   |nexus id = 4170
+
   |nexus   = 17550
   |github   = ceasg/StardewValleyMods
+
   |github = spacechase0/StardewValleyMods
}}
 
{{/entry
 
  |name    = FaeQuest
 
  |author  = Navi-chan, ooo0000
 
  |id      = NaviChan.FaeQuest
 
  |nexus id = 2484
 
  |github  =
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
}}
 
{{/entry
 
  |name    = Fall 28 Snow Day
 
  |author  = Omegasis, Alpha_Omegasis
 
  |id      = Omegasis.Fall28SnowDay
 
  |nexus id = 486
 
  |github  = janavarro95/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Family Planning
+
   |name   = Blessings and Curses
   |author   = loe2run
+
   |author = GenDeathrow
   |id       = Loe2run.FamilyPlanning
+
   |id     = gendeathrow.BNC
   |nexus id = 4515
+
   |nexus  =
  |github   = loe2run/FamilyPlanningMod
+
   |curse   = 307717
}}
+
   |github = GenDeathrow/SDV_BlessingsAndCurses
{{/entry
 
   |name    = Fantastic Frames
 
   |author  = Taskmaster
 
  |id      = Taskmaster.FantasticFrames
 
  |nexus id = 4540
 
   |github   =  
 
}}
 
{{/entry
 
  |name    = Farmageddon
 
  |author  = Max Vollmer, SVProtector
 
  |id      = maxvollmer.farmageddon
 
  |nexus id = 2618
 
  |github  =
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Automation: Barn Door Automation
+
   |name   = Blood Trail
   |author   = Oranisagu
+
   |author = aurnj, Roy Li
   |id       = none<!--no manifest ID-->
+
   |id     = RuyiLi.BloodTrail
   |nexus id =  
+
   |nexus   =
   |url     = https://community.playstarbound.com/threads/111931
+
   |url     = https://community.playstarbound.com/threads/blood-trail.129308
   |github   = oranisagu/SDV-FarmAutomation
+
   |github =
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
  |status  = workaround
 
  |summary  = use [[#Auto Animal Doors|Auto Animal Doors]] or [[#Automated Doors|Automated Doors]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Automation: Item Collector
+
   |name   = Bloody Damage Overlay, Damage Overlay
   |author   = Oranisagu
+
   |author = pepoluan
   |id       = none<!--no manifest ID-->
+
   |id     = pepoluan.DamageOverlay
   |nexus id =  
+
   |nexus   = 8796
   |url      = https://community.playstarbound.com/threads/111931
+
  |github  =
  |github  = oranisagu/SDV-FarmAutomation
+
   |source  = https://sourceforge.net/p/sdvmod-damage-overlay/
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Automate|Automate]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Expansion
+
   |name   = Blue Chickens Are Green
   |author   = Advize
+
   |author = explosivetortellini
   |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     = explosivetortellini.BlueChickensAreGreen
   |nexus id = 130
+
   |nexus   = 4815
   |github   = AdvizeGH/FarmExpansion
+
   |github = explosivetortellini/bluechickensaregreen
  
   |broke in           = Stardew Valley 1.3.16
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 3.3.1-unofficial.7-huancz
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-29#post-3354499
 
  |pull request      = https://github.com/AdvizeGH/FarmExpansion/pull/10
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farmhouse Redone
+
   |name   = Blue Chickens in Multiplayer
   |author   = MabelSyrup
+
   |author = WindHero
   |id       = mabelsyrup.farmhouse
+
   |id     = WindHero.BlueChickensInMultiplayer
   |nexus id = 3731
+
   |nexus   = 2336
   |github  = mjSurber/FarmHouseRedone
+
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Rearranger
+
   |name   = Bookcase
   |author   = Cherry & cel10e
+
   |author = Darkhax
   |id       = cel10e.Cherry.FarmRearranger
+
   |id     = darkhax.bookcase
   |nexus id = 5142
+
   |nexus   =
   |moddrop id = 716395
+
   |curse  = 297252
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github = Stardew-Valley-Modding/Bookcase
 +
 
 +
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Resource Generator
+
  |name    = Boomerangs, Boomerang Mod
   |author   = jwdred
+
  |author  = Arannya
   |id       =  
+
  |id      = Arannya.Weapons.Boomerangs
   |nexus id = 647
+
  |nexus  = 22724
   |github   =  
+
  |github  = arannya/BoomerangMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Borderless Wood Floor
 +
   |author = Digus
 +
   |id     = Digus.BorderlessWoodFloorMod
 +
   |nexus   = 4711
 +
   |github = Digus/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Type Manager
+
   |name   = Boss Creatures
   |author   = Esca
+
   |author = aedenthorn, Erinthe
   |id       = Esca.FarmTypeManager
+
   |id     = Aedenthorn.BossCreatures
   |nexus id = 3231
+
  |curse  = 868905
   |moddrop id = 598755
+
   |nexus   = 5864
   |github   = Esca-MMC/FarmTypeManager
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 1.5.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BossCreatures
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Animations
+
   |name   = Bow
   |author   = Pathoschild
+
   |author = spacechase0
   |id       = Pathoschild.FastAnimations
+
   |id     = spacechase0.Bow
   |nexus id = 1089
+
   |nexus   = 2756
   |moddrop id = 606631
+
   |moddrop = 771627
   |github  = Pathoschild/StardewMods
+
   |github = spacechase0/Bow
 +
 
 +
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Archery|Archery]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Grass
+
   |name   = Brave New World - Core, BNW Core
   |author   = IceGladiador
+
   |author = DiogoAlbano
   |id       = IceGladiador.FasterGrass
+
   |id     = DiogoAlbano.BNWCore
   |nexus id = 1772
+
   |nexus   = 15871
   |github   =  
+
   |github =
  
  |broke in = SMAPI 3.0
+
   |status  = abandoned
   |status   = workaround
 
  |summary = use [[#Grass Growth|Grass Growth]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Horse
+
   |name   = Brazilian Names for NPCs, Nomes Brasileiros
   |author   = kibbe
+
   |author = charbonn, Charles Bonnevialle
   |id       = kibbe.faster_horse
+
   |id     = Charles.NomesBrasileiros
   |nexus id = 2791
+
  |moddrop = 793149
   |github  =  
+
   |nexus   =
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Paths
+
   |name   = Breath of Fire 3 Fishing Sounds
   |author   = Entoarox
+
   |author = Guedez, guedez2
   |id       = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
+
   |id     = bof.three.fishing.sounds
   |nexus id = 2277
+
   |nexus   = 5105
   |chucklefish id = 3641
+
   |github  =
   |github  = Entoarox/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Simple Sound Manager-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Run
+
   |name   = Breeding Overhaul
   |author   = KathrynHazuka
+
   |author = StarAmy
   |id       = KathrynHazuka.FasterRun
+
   |id     = StarAmy.BreedingOverhaul
   |nexus id = 733
+
   |nexus   = 13974
   |github   = KathrynHazuka/StardewValley_FasterRun
+
   |github = StarAmy/BreedingOverhaul
  
  |broke in = SMAPI 2.0
+
   |status  = abandoned
   |status  = workaround
+
   |broke in = Stardew Valley 1.6<!--@retest-after Animal Husbandry Overhaul, @retest-after Paritee's Better Farm Animal Variety-->
   |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Petting
+
   |name   = Breed Like Rabbits 2: Procreation Boogaloo
   |author   = DerTod2
+
   |author = f4iTh, JertsukkaTheMan
   |id       = de.dertod2.FastPetting
+
   |id     = f4iTh.BreedLikeRabbits2
   |nexus id = 5039
+
   |nexus   = 3429
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Travel
+
   |name   = Breed Like Rabbits, Breed Rabbits
   |author   = Death, DeathGameDev
+
   |author = Dycedarger
   |id       = DeathGameDev.FastTravel
+
   |id     = dycedarger.breedlikerabbits
   |nexus id = 1529
+
   |nexus   = 948
   |github   = DeathGameDev/SDV-FastTravel
+
   |github =
  
   |broke in           = Stardew Valley 1.3.13
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 1.2.1-unofficial.3-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346224
+
   |summary  = use [[#Breed Like Rabbits 2: Procreation Boogaloo|Breed Like Rabbits 2: Procreation Boogaloo]] instead.
  |pull request      = https://github.com/Mckenon/SDV-FastTravel/pull/12
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Festival End Time Tweak
+
  |name    = Brighter Building Paint
   |author   = KirbyLink
+
  |author  = tem696969696969
   |id       = kirbylink.festivalendtimetweak
+
  |id      = tem696969696969.BrighterBuildingPaint
   |nexus id = 2966
+
  |nexus  = 22807
   |github   = KirbyLink/FestivalEndTimeTweak
+
  |github  = kqrse/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Buff Framework
 +
   |author = aedenthorn, Erinthe
 +
   |id     = aedenthorn.BuffFramework
 +
   |nexus   = 17746
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = SMAPI 3.0
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.2.1-unofficial.1-pathoschild
+
   |unofficial version = 0.6.1-unofficial.5-mouahrara
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344462
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#BuffFramework
  |pull request      = https://github.com/KirbyLink/FestivalEndTimeTweak/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Festival of the Mundane
+
   |name   = Buffs Last
   |author   = MouseyPounds, MouseyPounds and Mr. Podunkian
+
   |author = aceynk
   |id       = MouseyPounds.ShadowFestival
+
   |id     = aceynk.BuffsLast
   |nexus id = 4630
+
   |nexus   = 25611
   |github   = MouseyPounds/stardew-mods
+
   |github = aceynk/Buffs-Last
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = FeTK - Stardew-Valley Toolkit
+
   |name   = Buffs Show Game Time, Buffs Game Time
   |author   = Felix-Dev
+
   |author = Jesse
   |id       = Felix-Dev.FeTK
+
   |id     = jesse.buffsgametime
   |nexus id = 4403
+
   |nexus   = 18996
   |github   = Felix-Dev/StardewMods
+
   |github =
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.2-digus
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-48#post-3356648
 
  |pull request      = https://github.com/Felix-Dev/StardewMods/pull/8
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fireballs!
+
   |name   = Bug Net
   |author   = aurnj, Roy Li
+
   |author = spacechase0
   |id       = RoyLi.Fireballs
+
   |id     = spacechase0.BugNet
   |nexus id =  
+
   |curse  = 867724
   |url      = https://community.playstarbound.com/threads/fireballs.129346
+
  |moddrop = 771693
   |github   =  
+
   |nexus  = 5099
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fischievements
+
   |name   = Buildable Enchanting Forge, Buildable Forge
   |author   = MattDeDuck, Duckshard
+
   |author = Stari
   |id       = MattDeDuck.Fischievements
+
   |id     = Start.BuildableForge
   |nexus id = 3658
+
   |nexus   = 8893
   |github   = MattDeDuck/StardewValleyMods
+
   |github = SlivaStari/BuildableForge
  
   |broke in = Stardew Valley 1.4
+
  |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = FishDex
+
   |name   = Buildable Greenhouse Updated
   |author   = rupak0577
+
   |author = Yariazen
   |id       = rupak0577.FishDex
+
   |id     = Yariazen.BuildableGreenhouse
   |nexus id =  
+
   |nexus   = 11831
   |github   = rupak0577/FishDex
+
   |github = Yariazen/YariazenMods
  |url      = https://github.com/rupak0577/FishDex
 
  
   |broke in          = Stardew Valley 1.4
+
   |status   = abandoned
   |unofficial version = 1.1.1-unofficial.1-mizzion
+
   |broke in = Stardew Valley 1.6
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-9#post-3353094
 
  |pull request      = https://github.com/rupak0577/FishDex/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Finder
+
   |name   = Build and Place Anything Anywhere, Anything Anywhere
   |author   = Aair, AairTheGreat
+
   |author = Espy
   |id       = AairTheGreat.FishFinder
+
   |id     = Espy.AnythingAnywhere
   |nexus id = 5011
+
  |moddrop = 1558607
   |github   = AairTheGreat/StardewValleyMods
+
   |nexus   = 21233
 +
   |github = Smoked-Fish/AnythingAnywhere
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Adjust
+
   |name   = Build Endurance
   |author   = Shuai Zhang
+
   |author = Omegasis, Alpha_Omegasis
   |id       = shuaiz.FishingAdjustMod
+
   |id     = Omegasis.BuildEndurance
   |nexus id = 1350
+
   |nexus   = 445
   |github   = hcoona/StardewValleyMods
+
   |github = janavarro95/Stardew_Valley_Mods
  
   |broke in = SMAPI 2.6
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Automaton
+
   |name   = Builder's List
   |author   = Drynwynn, thepaladinknight
+
   |author = bmarquismarkail, Space Baby
   |id       = Drynwynn.FishingAutomaton
+
   |id     = SpaceBaby.BuildersList, SB_BuildersList<!--changed in 0.0.2-->
   |nexus id = 2527
+
   |nexus   = 5347
   |github   = Drynwynn/StardewValleyMods
+
   |github = bmarquismarkail/SV_BuildersList
  
   |broke in = SMAPI 2.8
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Logbook
+
   |name   = Build Health
   |author   = M3ales
+
   |author = Omegasis, Alpha_Omegasis
   |id       = FishingLogbook
+
   |id     = Omegasis.BuildHealth
   |nexus id =
+
   |nexus  = 446
   |curseforge id  = 299792
+
   |github = janavarro95/Stardew_Valley_Mods
  |curseforge key = fishing-logbook
 
   |github   = M3ales/FishingLogbook
 
 
 
  |broke in = Stardew Valley 1.4
 
  |dev note = incompatibility possibly due to Bookcase
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Mod
+
   |name   = Build On Any Tile
   |author   = Zoryn
+
   |author = Esca, Esca-MMC
   |id       = Zoryn.FishingMod
+
   |id     = Esca.BuildOnAnyTile
   |nexus id =  
+
   |nexus   = 6854
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = Esca-MMC/BuildOnAnyTile
   |github  = Zoryn4163/SMAPI-Mods
+
   |moddrop = 827525
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Practice
+
   |name   = Build Stats
   |author   = BlaDe
+
   |author = Miiohau
   |id       = BlaDe.FishingPractice
+
   |id     = miiohau.buildstats
   |nexus id = 4157
+
   |nexus   = 15377
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Tuner Redux
+
   |name   = Bulk Animal Purchase
   |author   = Hammurabi
+
   |author = aedenthorn, Erinthe
   |id       = HammurabiFishingTunerRedux
+
   |id     = aedenthorn.BulkAnimalPurchase
   |nexus id =
+
   |nexus  = 11539
   |chucklefish id = 4578
+
   |github  = aedenthorn/StardewValleyMods
   |source  = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
 
  |dev note = source in download
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 0.2.2-unofficial.1-mouahrara
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#BulkAnimalPurchase
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Me
+
   |name   = Bulk Staircases
   |author   = marikaefer
+
   |author = BananaFruit
   |id       = marikaefer.FishMe
+
   |id     = BananaFruit.BulkStaircases
   |nexus id = 4756
+
   |nexus   = 23482
   |github   =  
+
  |moddrop = 1084873
 +
   |github = BananaFruit1492/BulkStaircases
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Reminder
+
   |name   = Bundle Display
   |author   = Mizzion
+
   |author = 0JOG, OjOg
   |id       = mizzion.fishreminder
+
   |id     = OjOg.BundleDisplay
   |nexus id = 3615
+
   |nexus   = 18135
   |moddrop id = 661375
+
   |github  =
   |github  = Mizzion/MyStardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishy Blood Moon
+
   |name   = Bush Bloom Mod
   |author   = MattDeDuck, Duckshard
+
   |author = NCarigon
   |id       = MattDeDuck.FishyBloodMoon
+
   |id     = NCarigon.BushBloomMod
   |nexus id = 3725
+
   |nexus   = 15792
   |github   =  
+
   |github = ncarigon/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fix Animal Tools
+
   |name   = Bus Locations
   |author   = bcmpinc
+
   |author = Hootless
   |id       = bcmpinc.FixAnimalTools
+
   |id     = hootless.BusLocations
   |nexus id = 3215
+
   |nexus   = 2905
   |github  = bcmpinc/StardewHack
+
   |github = hootless/StardewMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial url    = https://github.com/Xytronix/BusLocations/releases
 +
  |unofficial version = 1.2.2-unofficial.1-Xytronix
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fix Dice
+
   |name   = Button's Extra Books
   |author  = Ashley, bambimenot
+
   |author = Spiderbuttons
   |id       = ashley.fixdice
+
  |id      = Spiderbuttons.ButtonsExtraBooksCore
   |nexus id = 4556
+
  |nexus   = 21526
   |github   =  
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buttplug Valley
 +
  |author  = DryIcedMatcha, Salty
 +
   |id     = Salty.ButtplugValley
 +
  |moddrop = 1480911
 +
   |nexus   = 19336
 +
  |github  = DryIcedTea/Buttplug-Valley
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Buyable Dwarf Scrolls
 +
  |author  = MattDeDuck, Duckshard
 +
  |id     = MattDeDuck.BuyableDwarfScrolls
 +
  |nexus  = 5307
 +
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = FLO - New Custom NPC, FlorenceMod
+
   |name   = Buy Back Collectables
   |author   = randomAnon1234
+
   |author = Omegasis, Alpha_Omegasis
   |id       = none<!--no manifest ID-->
+
   |id     = Omegasis.BuyBackCollectables, BuyBackCollectables<!--changed in 1.4-->
   |nexus id = 591
+
   |nexus   = 507
   |github   =  
+
   |github = janavarro95/Stardew_Valley_Mods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Floor Shadow Switcher
+
   |name   = Buy Cooking Recipes, Buy Recipes
   |author   = MouseyPounds
+
   |author = Denifia
   |id       = MouseyPounds.FloorShadowSwitcher
+
   |id     = Denifia.BuyRecipes
   |nexus id = 3885
+
   |nexus   = 1126
   |github  = MouseyPounds/stardew-mods
+
   |github = Denifia/StardewMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = {{nexus mod|21137}}
 +
   |unofficial version = 2.1.1-unofficial.2-cyxyr
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flower Color Picker
+
   |name   = Bwdyworks
   |author   = spacechase0
+
   |author = bwdy
   |id       = spacechase0.FlowerColorPicker
+
   |id     = bwdyworks
   |nexus id = 1229
+
   |nexus  = 3530
   |chucklefish id = 4765
+
   |github =
  |moddrop id = 130043
 
   |github   = spacechase0/FlowerColorPicker
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/flower-color-picker/ latest version from author's website].
+
   |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 =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cacti Hurt You
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.cactihurtyou
 +
  |nexus  = 4019
 +
  |moddrop = 833562
 +
  |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Calcifer
 +
  |author  = sophie
 +
  |id      = sophie.Calcifer
 +
  |nexus  = 20628
 +
  |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Calendar Anywhere
 +
  |author  = Zoryn
 +
  |id      = Zoryn.CalendarAnywhere
 +
  |nexus  =
 +
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
  |github  = Zoryn4163/SMAPI-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Camera Control
 +
  |author = Nitbandier
 +
  |id      = Nitbandier.CameraControl
 +
  |nexus  = 21502
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flower Dance Hearts Change
+
   |name   = Camera Pan
   |author   = ron075sh
+
   |author = atravita
   |id       = ron075sh.FlowerDanceHeartsChange
+
   |id     = atravita.CameraPan
   |nexus id = 3019
+
  |curse  = 870958
   |github   =  
+
  |moddrop = 1369940
 +
   |nexus   = 16218
 +
   |github = atravita-mods/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |status  = workaround
 
  |summary  = use [[#Three Heart Flower Festival Dance Partners|Three Heart Flower Festival Dance Partners]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Food Buff Stacking
+
   |name   = Campfire Cooking
   |author   = thejcannon
+
   |author = Kabigon
   |id       = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
+
   |id     = Kabigon.CampfireCooking
   |nexus id = 4321
+
   |nexus   = 2297
   |github   = thejcannon/Stardew-FoodBuffStacking
+
   |github = KabigonFirst/StardewValleyMods
}}
 
{{/entry
 
  |name    = Forage at the Farm
 
  |author  = Nishtra
 
  |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
 
  |nexus id = 673
 
  |github  =
 
  
 
   |broke in = Stardew Valley 1.3.29
 
   |broke in = Stardew Valley 1.3.29
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
+
   |summary  = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] 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
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Forecaster
+
   |name   = Capitalist Split Money
   |author   = Remy Bach
+
   |author = Ilyaki
   |id       = remybach.forecaster
+
   |id     = Ilyaki.CapitalistSplitMoney
   |nexus id = 3037
+
   |nexus   = 3083
   |github   = remybach/stardew-valley-forecaster
+
   |github = Ilyaki/CapitalistSplitMoney
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
   |unofficial version = 1.2.2-unofficial.1-pathoschild
+
   |status  = obsolete
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344726
+
   |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
  |pull request      = https://github.com/remybach/stardew-valley-forecaster/pull/4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Foxyfficiency
+
   |name   = Capstone Professions
   |author   = Fokson
+
   |author = spacechase0
   |id       = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
+
   |id     = spacechase0.CapstoneProfessions
   |nexus id = 2520
+
   |curse   = 867711
  |github   =  
+
   |nexus   = 7636
}}
+
   |github = spacechase0/StardewValleyMods
{{/entry
 
   |name    = Free Dusty
 
  |author  = skuldomg, Skuld
 
  |id      = skuldomg.freeDusty
 
   |nexus id = 2206
 
   |github   = skuldomg/freeDusty
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Free Slingshot
+
   |name   = Carry Chest
   |author   = DJ-STLN
+
   |author = spacechase0
   |id       = DJ-STLN.FreeSlingshot
+
   |id     = spacechase0.CarryChest
   |nexus id = 3320
+
  |curse  = 867756
   |github   =  
+
  |moddrop = 134674
 +
   |nexus   = 1333
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Free the Toolbar
+
   |name   = Carry Your Pet
   |author   = danmw3
+
   |author = DecidedlyHuman
   |id       = danmw3.freethetoolbar
+
   |id     = DecidedlyHuman.CarryYourPet
   |nexus id = 4960
+
   |nexus   = 13009
   |github   =  
+
   |github = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Friends Forever
+
   |name   = Car Warp, Decorative Cars<!--changed in 1.3.0-->
   |author   = Isaac S
+
   |author = skellady and sophiesalacia
   |id       = IsaacS.FriendsForever
+
   |id     = sophie.CarWarp
   |nexus id = 1738
+
   |nexus   = 11102
   |github   = isaacs-dev/Minidew-Mods
+
   |github = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Furniture Anywhere
+
   |name   = Casks Anywhere
   |author   = Entoarox
+
   |author = YukiShiku, LeonBlade
   |id       = Entoarox.FurnitureAnywhere
+
   |id     = CasksAnywhere
   |nexus id = 2276
+
   |nexus   = 878
   |chucklefish id = 4324
+
   |chucklefish = 5486
   |github   = Entoarox/StardewMods
+
  |moddrop = 124612
 +
   |github = LeonBlade/CasksAnywhere
  
   |warnings = many players report a crash when season changes to winter.
+
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Custom Cask Mod|Custom Cask Mod]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Game Reminder
+
   |name   = Casks Everywhere
   |author   = mmanlapat
+
   |author = CatCattyCat, Cat
   |id       = mmanlapat.GameReminder
+
   |id     = cat.caskseverywhere
   |nexus id = 1153
+
   |nexus   = 2994
   |github   =  
+
  |moddrop = 833561
 +
   |github = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Stardew Notification|Stardew Notification]] instead.
+
   |summary  = use [[#Custom Cask Mod|Custom Cask Mod]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Garbage Collector
+
   |name   = Casks on Ground
   |author   = Loogooter
+
   |author = punyo, yakminepunyo
   |id       = OlegSilkin.garbage_collector
+
   |id     = punyo.CasksOnGround
   |nexus id = 2463
+
   |nexus   = 2406
   |github   =  
+
   |github = pomepome/CasksOnGround
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Auto Trash|Auto Trash]] instead.
+
   |summary  = use [[#Custom Cask Mod|Custom Cask Mod]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Gate Fix
+
   |name   = Casual Life
   |author   = f4iTh, JertsukkaTheMan
+
   |author = adverserath
   |id       = f4iTh.GateFix
+
   |id     = Adverserath.CasualLife
   |nexus id = 4859
+
   |nexus   = 6011
   |github  =  
+
   |github = adverserath/StardewValley-CasualLifeMod
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.5.67-unofficial.1-thimadera
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129629
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Gate Opener
+
   |name   = Catalogue Filter
   |author   = mralbobo
+
   |author = aedenthorn, Erinthe
   |id       = mralbobo.GateOpener
+
   |id     = aedenthorn.CatalogueFilter
   |nexus id =
+
   |nexus  = 13137
   |url      = https://community.playstarbound.com/threads/111988
+
   |github = aedenthorn/StardewValleyMods
   |github   = mralbobo/stardew-gate-opener
 
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |status       = workaround
+
   |status   = workaround
   |summary     = use [[#Auto Gate|Auto Gate]] instead.
+
   |summary = use [[#Catalogue Filter- Continued|Catalogue Filter - Continued]] instead.
   |pull request = https://github.com/mralbobo/stardew-gate-opener/pull/5
+
}}
 +
{{#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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Generic Mod Config Menu
+
   |name   = Catalogues Anywhere
   |author   = spacechase0
+
   |author = Cherry, CherryChain
   |id       = spacechase0.GenericModConfigMenu
+
   |id     = Cherry.CataloguesAnywhere
   |nexus id = 5098
+
   |nexus   = 4949
   |github   = spacechase0/GenericModConfigMenu
+
  |moddrop = 716382
 +
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Generic Shop Extender
+
   |name   = CATastrophic Hunger Crisis, Catastrophic Hunger Code
   |author   = rabbitgreen49, IrregularPorygon
+
   |author = StarCat
   |id       = GenericShopExtender
+
   |id     = StarCat.CatastrophicHungerCode
   |nexus id = 814
+
   |nexus   = 19528
   |github   = IrregularPorygon/SMAPIGenericShopMod
+
   |github =
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 0.1.5-unofficial.1-mouseypounds
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-41#post-3355598
 
  |pull request      = https://github.com/IrregularPorygon/SMAPIGenericShopMod/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Get Dressed
+
   |name   = Categorize Chests
   |author   = Advize and Jinxiewinxie
+
   |author = SteelixLeiter
   |id       = Advize.GetDressed
+
   |id     = CategorizeChests
   |nexus id = 331
+
   |nexus   = 1300
   |github   = AdvizeGH/GetDressed
+
   |github = doncollins/StardewValleyMods
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Json Assets|Json Assets]] packs instead.
+
   |summary  = use [[#Better Chests|Better Chests]] or [[#Convenient Chests|Convenient Chests]] instead.
 +
<!--
 +
  |unofficial version = 1.4.3-unofficial.3.mizzion
 +
  |unofficial url    = https://community.playstarbound.com/attachments/categorizechests-1-4-3-unofficial-3-mizzion-zip.204116/
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Get Glam
+
  |name    = Cat Gifts
   |author   = MartyrPher
+
  |author  = skuldomg, Skuld
   |id       = MartyrPher.GetGlam
+
  |id      = skuldomg.catGifts
   |nexus id = 5044
+
  |nexus  = 2132
   |github   = MartyrPher/GetGlam
+
  |github  = skuldomg/catGifts
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = obsolete
 +
  |summary  = remove this mod (equivalent feature added in Stardew Valley 1.6).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Cats and Dogs
 +
   |author = DelphinWave
 +
   |id     = DelphinWave.CatsAndDogsMod
 +
   |nexus   = 7407
 +
 
 +
   |status  = obsolete
 +
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Geode Info Menu
+
   |name   = Cauldron of Chance
   |author   = CatCattyCat, Cat
+
   |author = Expl0
   |id       = cat.geodeinfomenu
+
   |id     = Expl0.CauldronOfChance
   |nexus id = 1448
+
   |nexus   = 10975
   |github  = danvolchek/StardewMods
+
   |github = WizardsLizards/CauldronOfChance
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ghost Town
+
   |name   = Cave of Memories
   |author   = Platonymous
+
   |author = PeacefulEnd
   |id       = Platonymous.GhostTown
+
   |id     = PeacefulEnd.CaveOfMemories
   |nexus id = 2992
+
   |nexus   = 12619
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Floogen/MysticalBuildings
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Giant Crop Ring
+
   |name   = Cellar Available
   |author   = CatCattyCat, Cat
+
   |author = candidus42
   |id       = cat.giantcropring
+
   |id     = Candidus42.CellarAvailable
   |nexus id = 1182
+
   |nexus   = 5104
   |github   = danvolchek/StardewMods
+
   |github = mus-candidus/CellarAvailable
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Gift Taste Helper
+
   |name   = Challenger
   |author   = tstaples
+
   |author = Slothsoft
   |id       = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
+
   |id     = Slothsoft.Challenger
   |nexus id = 229
+
   |nexus   = 14196
   |github  = tstaples/GiftTasteHelper
+
   |github = slothsoft/stardew-challenger
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = God Mode
+
   |name   = Challenger → Automate
   |author   = treyh0
+
   |author = Slothsoft
   |id       = treyh0.GodMode
+
   |id     = Slothsoft.ChallengerAutomate
   |nexus id = 2641
+
   |nexus   = 14196
   |github  =  
+
   |github = slothsoft/stardew-challenger
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Challenger-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Go To Bed
+
   |name   = Challenging Community Center Bundles
   |author   = candidus42
+
   |author = alvadea & jaksha6472
   |id       = Candidus42.GoToBed
+
   |id     = alja.CCCB
   |nexus id = 4967
+
   |nexus   = 6361
   |github   = mus-candidus/GoToBed
+
  |moddrop = 845377
 +
   |github = Jaksha6472/ChallengingCommunityCenterBundles
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Go To Sleep
+
   |name   = Chance Cubes
   |author   = yy376
+
   |author = Turkey2349
   |id       = yy376.GoToSleep
+
   |id     = turkey2349.chancecubes
   |nexus id = 2195
+
   |nexus   =
   |github   =  
+
  |curse  = 297899
 +
   |github =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grandfather's Gift
+
   |name   = Change Cabin Type
   |author   = ShadowDragon8685
+
   |author = funny-snek
   |id       = ShadowDragon.GrandfathersGift
+
   |id     = funnysnek.ChangeCabinType
   |nexus id = 985
+
   |nexus   = 3046
   |github   =
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary = use [[#Grandfather's Gift Remade|Grandfather's Gift Remade]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grandfather's Gift Remade
+
   |name   = Change Dialogues
   |author   = pepoluan
+
   |author = mardrest
   |id       = pepoluan.GrandfatherGiftRemade
+
   |id     = mardrest.ChangeDialogues, mardrest.ChangeDialoguesEn<!--changed in 1.9.3-->
   |nexus id = 4151
+
   |nexus   = 5335
   |chucklefish id = 5783
+
   |moddrop = 800760
   |github   =
+
   |github =
  |source  = https://bitbucket.org/pepoluan/sdvmod-grandfather-gift-remade
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grass Growth
+
   |name   = Change Farm Caves
   |author   = bcmpinc
+
   |author = MindMeltMax
   |id       = bcmpinc.GrassGrowth
+
   |id     = MindMeltMax.ChangeFarmCaves
   |nexus id = 2732
+
  |curse  = 1004487
   |github   = bcmpinc/StardewHack
+
  |moddrop = 1247516
 +
   |nexus   = 14000
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grass Growth Adjuster, Grass Adjustor
+
   |name   = Change Horse Sounds
   |author   = Jellypowered, Shockade
+
   |author = CyanFire
   |id       = Jellypowered.GrassChance
+
   |id     = CF.ChangeHorseSounds
   |nexus id = 3365
+
   |nexus   = 13428
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Greenhouse 20x20
+
   |name   = Change Professions
   |author   = sirloinmeatt
+
   |author = Alek, amazingalek
   |id       = sirloinmeatt.Greenhouse20x20
+
   |id     = Alek.ChangeProfessions
   |nexus id = 2662
+
   |nexus   = 3989
   |github   =  
+
   |github = aleksanderwaagr/Stardew-ChangeProfessions
  
   |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
 +
  |name    = Change Shoe Color
 +
  |author  = Shaklin
 +
  |id      = shaklin.changeshoecolor
 +
   |nexus  = 6101
 +
   |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = GreenHut
+
   |name   = Change Slime Hutch Limit
   |author   = CroiDorcha
+
   |author = Cherry, CherryChain
   |id       = CroiDorcha.GreenHut
+
   |id     = Cherry.SlimeHutchLimit
   |nexus id = 1735
+
   |nexus   = 6455
   |github   =  
+
   |github = ChroniclerCherry/stardew-valley-mods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hair Growth
+
   |name   = CHAOS mod for Stardew Valley, Stardew_CHAOS_Mod
   |author   = skn
+
   |author = Majesity
   |id       = skn.HairGrowthMod
+
   |id     = Majesity.Stardew_CHAOS_Mod
   |nexus id = 3279
+
   |nexus   = 19052
   |github   =  
+
   |github = DevWithMaj/Stardew-CHAOS
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hamlet
+
   |name   = Character Customization Anywhere, Change Character Appearance Anywhere
   |author   = Taskmaster
+
   |author = jeanne
   |id       = Taskmaster.Hamlet
+
   |id     = jeanne.CharacterCustomizationAnywhere
   |nexus id = 4601
+
   |nexus   = 7415
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Happy Birthday
+
   |name   = Character Wiki Linker, WikiLinker
   |author   = Omegasis, Alpha_Omegasis
+
   |author = StultusV
   |id       = Omegasis.HappyBirthday
+
   |id     = StultusV.WikiLinker
   |nexus id = 520
+
   |nexus   = 12999
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = JudeRV/SDV_WikiLinker
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Happy Birthday
+
   |name   = Chargeable Resource Tools
   |author   = Oxyligen
+
   |author = DaLion
   |id       = HappyBirthday
+
   |id     = DaLion.Chargeable
   |nexus id = 1064
+
   |nexus   = 23048
   |github   =
+
   |github  = daleao/sdv
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary = use [[#Happy Birthday|Happy Birthday by Omegasis]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hardcore Mines
+
   |name   = Charlie Out of Her Coop, Charlie The Chicken
   |author   = kibbe, lillvik
+
   |author = PeepCake
   |id       = kibbe.hardcore_mines
+
   |id     = PeepCake.CharlieTheChicken
   |nexus id = 1674
+
   |nexus   = 6986
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Harp of Yoba Redux
+
   |name   = Chaste Valley
   |author   = Platonymous
+
   |author = Tensor
   |id       = Platonymous.HarpOfYobaRedux
+
   |id     = Tensor.ChasteValley
   |nexus id = 914
+
   |nexus  = 21925
   |curseforge id  = 307654
+
   |github =
  |curseforge key = the-harp-of-yoba
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Harvest Moon Witch Princess Mod, WitchPrincess
+
   |name   = Chat Commands
   |author   = Dounat2201, Sasara
+
   |author = CatCattyCat, Cat
   |id       = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
+
   |id     = cat.chatcommands
   |nexus id = 1157
+
   |nexus  = 2092
  |github   = Sasara2201/WitchPrincess
+
   |moddrop = 833554
}}
+
   |github = danvolchek/StardewMods
{{/entry
 
   |name    = Harvest With Scythe
 
  |author  = ThatNorthernMonkey
 
  |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
 
  |nexus id = 236
 
   |github   = ThatNorthernMonkey/HarvestWithScythe
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
+
   |summary  = use [[#Default On Cheats|Default On Cheats]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hay Bales as Silos
+
   |name   = Chatter
   |author   = Cherry, CherryChain
+
   |author = Jboss
   |id       = Cherry.HayBalesSilo
+
   |id     = Jboss.Chatter
   |nexus id = 5151
+
   |nexus  = 16559
   |moddrop id = 716396
+
   |github = jbossjaslow/Chatter
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = HD Sprites
+
   |name   = Cheaper Beach Bridge Repair
   |author   = ninthworld
+
   |author = Annosz
   |id       = NinthWorld.HDSprites
+
   |id     = Annosz.CheaperBeachBridgeRepair
   |nexus id = 4024
+
   |nexus   = 5826
   |github  = ninthworld/HDSprites
+
   |github = Annosz/StardewValleyModding
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health Bars
+
   |name   = Chef Helper - Add to Fridges
   |author   = Zoryn
+
   |author = Rui3
   |id       = Zoryn.HealthBars
+
   |id     = Rui3.ChefHelperAddToFridges
   |nexus id =  
+
   |nexus   = 5606
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = ChristinaEd/ChefHelperAddToFridges
   |github  = Zoryn4163/SMAPI-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health Bars (Darkhax)
+
   |name   = Chefs Closet
   |author   = Darkhax
+
   |author = elDudeerino
   |id       = darkhax.healthbars
+
   |id     = Duder.ChefsCloset
   |nexus id =
+
   |nexus  = 1030
  |curseforge id  = 302910
+
   |github = deLaDude/ChefsCloset
   |curseforge key = health-bars
 
   |github   = Stardew-Valley-Modding/HealthBars
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Health Bars|Health Bars by Zoryn]] instead.
+
   |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health and Stamina Regeneration
+
   |name   = Cherryrar
   |author   = Jessebot, JessebotX
+
   |author = Edu Anttunes
   |id       = Jessebot.HealthStaminaRegen
+
   |id     = Cherryrar.Functions
   |nexus id = 3207
+
   |nexus   = 6603
   |moddrop id = 624105
+
   |github  =
   |github  = JessebotX/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hello SMAPI
+
   |name   = Chess
   |author   = Jessebot, JessebotX
+
   |author = Platonymous
   |id       = Jessebot.HelloSMAPI
+
   |id     = Platonymous.Chess
   |nexus id = 4483
+
  |curse  = 877229
   |github  = JessebotX/StardewMods
+
  |moddrop = 793917
 +
   |nexus   = 3976
 +
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Help for Hire
+
   |name   = Chess Boards
   |author   = furyx639, LeFauxMatt
+
   |author = aedenthorn, Erinthe
   |id       = furyx639.HelpForHire
+
   |id     = aedenthorn.ChessBoards
   |nexus id = 5316
+
   |nexus   = 11580
   |github  = ImJustMatt/SDVCustomChores
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#ChessBoards
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Helpful Spouses
+
   |name   = Chest Displays
   |author   = furyx639, LeFauxMatt
+
   |author = MindMeltMax
   |id       = furyx639.HelpSpouses
+
   |id     = MindMeltMax.ChestDisplays
   |nexus id = 5175
+
  |curse  = 997977
   |github   = ImJustMatt/SDVCustomChores
+
   |nexus   = 7644
 +
  |moddrop = 1135692
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Help Wanted Quest Fixes
+
   |name   = ChestEx
   |author   = Pokeytax
+
   |author = berkayylmao
   |id       = Pokeytax.HelpWantedQuestFixes
+
   |id     = berkayylmao.ChestEx
   |nexus id = 2644
+
   |nexus  = 4180
  |github  = gembree/HelpWantedQuestFixes
+
   |curse   = 501477
}}
+
   |github = berkayylmao/StardewValleyMods
{{/entry
 
   |name    = Hit Markers
 
   |author   = bendenewb, newbie9598
 
  |id      = newbie9598.HitMarkersMeme
 
  |nexus id = 2098
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hold to Break Geodes
+
   |name   = Chest Feature Set
   |author   = CatCattyCat, Cat
+
   |author = zack20136
   |id       = cat.holdtobreakgeodes
+
   |id     = zack20136.ChestFeatureSet
   |nexus id = 1689
+
   |nexus   = 21155
   |github   = danvolchek/StardewMods
+
   |github = zack20136/ChestFeatureSet
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Home Sewing Kit
+
   |name   = Chest Label System
   |author   = MouseyPounds
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = MouseyPounds.HomeSewingKit
+
   |id     = SPDChestLabel, Speeder.ChestLabel<!--changed in 1.5.1-pathoschild-update-->
   |nexus id = 4935
+
   |nexus   = 242
   |github   = MouseyPounds/stardew-mods
+
   |chucklefish = 3550
 +
   |source  = https://gitlab.com/speeder1/ChestNameWithHoverLabel
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Horse Whistle
+
   |name   = Chest Naming
   |author   = icepuente
+
   |author = M3ales
   |id       = icepuente.HorseWhistle
+
   |id     = ChestNaming
   |nexus id = 1131
+
   |nexus   =
   |github   = icepuente/StardewValleyMods
+
  |curse  = 299791
 +
   |github = M3ales/ChestNaming
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = SMAPI 3.0
   |unofficial version = 1.2.3-unofficial.2-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3348279
+
   |summary  = use [[#Chests Anywhere|Chests Anywhere]] instead.
  |pull request      = https://github.com/icepuente/StardewValleyMods/pull/4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Horse Whistle
+
   |name   = Chest Pooling
   |author   = nabuma
+
   |author = mralbobo
   |id       = HorseWhistle_SMAPI
+
   |id     = mralbobo.ChestPooling
   |nexus id =  
+
   |nexus   =
   |url     = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
+
   |url     = https://community.playstarbound.com/threads/111988
   |github   =  
+
   |github = mralbobo/stardew-chest-pooling
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Horse Whistle|Horse Whistle by icepuente]] 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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = HP Bars
+
   |name   = Chest Preview
   |author   = Ilyaki
+
   |author = sergiomadd
   |id       = Ilyaki.HPBar
+
   |id     = sergiomadd.ChestPreview
   |nexus id = 1736
+
   |nexus   = 13946
   |github   =  
+
   |github = sergiomadd/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Health Bars|Health Bars by Zoryn]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chests Anywhere
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.ChestsAnywhere, ChestsAnywhere<!--changed in 1.9-->
 +
  |curse  = 1000640
 +
   |nexus   = 518
 +
   |moddrop = 606600
 +
  |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  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Huggable Scarecrows
+
   |name   = Child Bed Config
   |author   = bogie5464
+
   |author = aclockworkhound
   |id       = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
+
   |id     = aclockworkhound.ChildBedConfig
   |nexus id = 3190
+
   |nexus   = 3540
   |github  = bogie5464/HuggableScarecrows
+
   |github = clockworkhound/SDV-ChildBedConfig
 +
 
 +
  |status   = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.5).
 +
  |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hunger
+
   |name   = Children Like Parents, Dynamic Children Replacer
   |author   = Yyeahdude
+
   |author = CroiDorcha
   |id       = HungerYyeadude
+
   |id     = CroiDorcha.ChildrenLikeParent
   |nexus id = 613
+
   |nexus   = 1756
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hunger and Thirst
+
   |name   = Children's Beds Removal
   |author   = PrimevalTitmouse
+
   |author = Prismuth
   |id       = PrimevalTitmouse.ModEntry
+
   |id     = Prismuth.ChildBedsRemoval
   |nexus id = 1110
+
   |nexus   = 1655
   |github   =  
+
   |github =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Simple Hunger System|Simple Hunger System]] instead.
+
   |summary  = use {{nexus mod|2714|LB's Improved Farmhouse - No Beds and Spouse Room Fixes}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Child to NPC
 +
  |author  = loe2run
 +
  |id      = Loe2run.ChildToNPC
 +
  |nexus  = 4568
 +
  |github  = loe2run/ChildToNPC
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
<!--
 +
  |unofficial version = 1.2.1-unofficial.8-candidus42
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-68501
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chill in Your Farmhouse
 +
  |author  = Husky110
 +
  |id      = Husky110.ChillInYourFarmHouse
 +
  |nexus  = 1768
 +
  |github  = Husky110/ChillInYourFarmHouse
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hunger for food
+
   |name   = Choose Baby Gender
   |author   = Tigerle01, Stephan Hensel
+
   |author = Travoos
   |id       = HungerForFoodByTigerle
+
   |id     =
   |nexus id = 810
+
   |nexus   = 590
   |github   =  
+
   |github =
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary = use [[#Simple Hunger System|Simple Hunger System]] instead.
+
   |summary = use [[#Family Planning|Family Planning]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Idle Animations, Animacoes
+
   |name   = Choose Random Farm Event
   |author   = BrasileiroTop
+
   |author = RunoV
   |id       = BrasileiroTop.Animacoes
+
   |id     = RunoV.ChooseRandomFarmEvent
   |nexus id = 5139
+
   |nexus  = 8524
  |github   =  
+
   |github = valruno/ChooseRandomFarmEvent
}}
 
{{/entry
 
  |name    = Idle Pause
 
  |author  = Veleek
 
  |id      = Veleek.IdlePause
 
  |nexus id = 1092
 
   |github   = veleek/IdlePause
 
  
   |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-3345058
 
  |pull request      = https://github.com/veleek/IdlePause/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Idle Timer
+
   |name   = Chummy Fix
   |author   = LordAndreios
+
   |author = ItsLittany
   |id       = LordAndreios.IdleTimer
+
   |id     = itslittany.ChummyFix
   |nexus id = 2858
+
   |nexus   = 6363
   |github   = emperorzuul/SMAPI_MODS
+
  |moddrop = 804100
 +
   |github =
  
   |broke in     = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status      = workaround
 
  |summary      = use [[#AFK Timer|AFK Timer]] or [[#Idle Pause|Idle Pause]] instead.
 
  |pull request = https://github.com/emperorzuul/SMAPI_MODS/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Improved Mill
+
   |name   = Circle of Thorns - NPC Hector
   |author   = AustinYQM
+
   |author = DestyNova and KittyCatCasey, KittyCatCasey
   |id       = AustinYQM.ImprovedMill
+
   |id     = DestyNova.Hector.SMAPI
   |nexus id = 1748
+
   |nexus   = 16032
   |github   = AustinYQM/ImprovedMill
+
   |github =
  
   |broke in = Stardew Valley 1.3
+
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Improved Quality of Life
+
   |name   = CJB Automation
   |author   = Demiacle
+
   |author = CJBok
   |id       = Demiacle.ImprovedQualityOfLife
+
   |id     = CJBAutomation
   |nexus id = 1025
+
   |nexus   = 211
   |github   = demiacle/QualityOfLifeMods
+
   |github = CJBok/SDV-Mods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.2
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Automate|Automate]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Increase Animal House Max Population
+
   |name   = CJB Cheats Menu
   |author   = Mizzion
+
   |author = CJBok and Pathoschild
   |id       = mizzion.increaseanimalhousemaxpopulation
+
   |id     = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
   |nexus id = 4861
+
  |curse  = 1000644
   |github   =  
+
   |nexus   = 4
 +
  |moddrop = 741872
 +
   |github = CJBok/SDV-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Increased Artifact Spots
+
   |name   = CJB Item Spawner
   |author   = Mizzion
+
   |author = CJBok and Pathoschild
   |id       = mizzion.increasedartifactspots
+
   |id     = CJBok.ItemSpawner, CJBItemSpawner<!--changed in 1.7-->
   |nexus id = 3340
+
  |curse  = 1000641
   |moddrop id = 663705
+
   |nexus   = 93
   |github   = Mizzion/MyStardewMods
+
   |moddrop = 741893
 +
   |github = CJBok/SDV-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infertile Soil
+
   |name   = CJB Show Item Sell Price
   |author   = Sabera, kelbesque
+
   |author = CJBok and Pathoschild
   |id       = Sabera.InfertileSoil
+
   |id     = CJBok.ShowItemSellPrice, CJBShowItemSellPrice<!--changed in 1.7-->
   |nexus id = 2515
+
   |nexus   = 5
   |github  = ebehar/StardewValley-InfertileSoil
+
   |moddrop = 509768
 
+
   |github  = CJBok/SDV-Mods
   |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infested Levels
+
   |name   = Clay Map
   |author   = Eireon
+
   |author = Underscore
   |id       = Eireon.InfestedLevels
+
   |id     = underscore.clay_map
   |nexus id = 2823
+
   |nexus   = 11903
   |github   = benrpatterson/InfestedLevels
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infinite Junimo Cart Lives
+
   |name   = Clean Beach
   |author   = Renny
+
   |author = Artinity
   |id       = renny.infinitejunimocartlives
+
   |id     = Artinity.CleanBeach
   |nexus id = 2705
+
   |nexus   = 14936
   |github   = OfficialRenny/InfiniteJunimoCartLives
+
   |github = Artinity/clean-beach
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = InstaCrops
+
   |name   = Clean Cellar
   |author   = WuestMan, redknightofdoom
+
   |author = Sonozuki
   |id       = WuestMan.InstaCrops
+
   |id     = EpicBellyFlop45.CleanCellar
   |nexus id = 4077
+
   |nexus   = 2975
   |github   = Brian-Wuest/Instacrops
+
   |github = Sonozuki/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instant Buildings From Farm
+
   |name   = Clean Farm
   |author   = BitwiseJon
+
   |author = tstaples
   |id       = BitwiseJonMods.InstantBuildings
+
   |id     = tstaples.CleanFarm
   |nexus id = 2070
+
   |nexus   = 794
   |github   = bitwisejon/StardewValleyMods
+
   |github = tstaples/CleanFarm
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instant Eat Key
+
   |name   = Clear Glasses, Clear Glasses - HD Graphics and Filters
   |author   = nini700
+
   |author = aurpine
   |id       = nini700.InstantEatKey
+
   |id     = aurpine.ClearGlasses
   |nexus id = 4464
+
   |nexus   = 21090
   |github   =  
+
   |github = aurpine/Stardew-SpriteMaster
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instant Fishing
+
   |name   = Click 2 Move
   |author   = aurnj, Roy Li
+
   |author = MarthaSolomon, SolomonsWorkshop
   |id       = RuyiLi.InstantFishing
+
   |id     = SolomonsWorkshop.Click2Move
   |nexus id =
+
   |nexus  = 2219
   |url      = https://community.playstarbound.com/threads/instant-fishing-mod.129163
+
   |github =
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.29
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
+
   |summary  = use [[#Right Click Move Mode|Right Click Move Mode]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instant Geodes
+
   |name   = Climates of Ferngill, Ferngill Custom Weather, Ferngill Weathers
   |author   = montana123
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       =  
+
   |id     = KoihimeNakamura.FerngillCustomWeathers, KoihimeNakamura.ClimatesOfFerngill<!--changed in 2.0-->
   |nexus id =  
+
   |nexus   = 604
   |url      = https://community.playstarbound.com/threads/109038
+
   |moddrop = 664033
   |github   =  
+
   |github = Sakorona/SDVMods
 
+
   |broke in = Stardew Valley 1.6
   |broke in = Stardew Valley 1.1
+
   |status  = abandoned
   |status  = workaround
+
   |summary  = remove this mod (no longer maintained)
   |summary  = use [[#Fast Animations|Fast Animations]] instead.
 
}}
 
{{/entry
 
  |name    = Instant Grow Trees
 
  |author  = cantorsdust
 
  |id      = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
 
  |nexus id = 173
 
  |github  = cantorsdust/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instantly Eat Item
+
   |name   = Clint's Backstock
   |author   = Guedez
+
   |author = Rokugin
   |id       = eat.item.instantly
+
   |id     = Rokugin.ClintsBackstock
   |nexus id = 5116
+
   |nexus   = 20886
   |github   =  
+
   |github = rokugin/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Interaction Helper
+
   |name   = Clock24
   |author   = Hammurabi
+
   |author = Lysero
   |id       = HammurabiInteractionHelper
+
   |id     = Lysero.Clock24
   |nexus id =
+
   |nexus  = 3718
   |chucklefish id = 4640
+
   |github  =
   |source  = https://community.playstarbound.com/resources/interaction-helper.4640/updates
 
  
   |broke in           = SMAPI 2.0
+
   |broke in = Stardew Valley 1.4
<!--
+
   |status  = abandoned
   |unofficial version = 1.0.4-unofficial.2-pathoschild
+
   |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).
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343190
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Interactions, Interacoes
+
   |name   = Clothes Rack
   |author   = BrasileiroTop
+
   |author = LunaticShade
   |id       = BrasileiroTop.Interacoes
+
   |id     = LunaticShade.ClothesRack
   |nexus id = 4862
+
   |nexus   = 18765
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Interaction Tweaks
+
   |name   = Cloudy Skies
   |author   = jahangmar
+
   |author = Khloe Leclair
   |id       = jahangmar.InteractionTweaks
+
   |id     = leclair.cloudyskies
   |nexus id = 3771
+
   |nexus   = 23135
   |github   = jahangmar/StardewValleyMods
+
   |github = KhloeLeclair/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Intravenous Coffee
+
   |name   = Coal Regen
   |author   = mpcomplete
+
   |author = Blucifer, BluciferProgrammer
   |id       = mpcomplete.IntravenousCoffee
+
   |id     = Blucifer.CoalRegen
   |nexus id = 2224
+
   |nexus   = 1664
   |github  = mpcomplete/StardewMods
+
   |github = AbbyNode/StardewValley-CoalRegen
 +
 
 +
  |broke in          = Stardew Valley 1.3
 +
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Invite Code Mod
+
   |name   = Cobalt
   |author   = ThePqtatoGalaxy, KOREJJamJar
+
   |author = spacechase0
   |id       = KOREJJamJar.InviteCodeMod
+
   |id     = spacechase0.Cobalt
   |nexus id = 4023
+
   |nexus   = 1723
   |github   =  
+
   |github = spacechase0/Cobalt
  
   |broke in = Stardew Valley 1.4
+
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Investment
+
   |name   = Cock-a-doodle-dont
   |author   = MissCoriel
+
   |author = Fuzzy
   |id       = misscoriel.invest
+
   |id     = fuzzy.cockadoodledont
   |nexus id = 5293
+
   |nexus   = 7584
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Iridium Tools Patch
+
   |name   = Coin Collector
   |author   = Redwood
+
   |author = aedenthorn, Erinthe
   |id       = Redwood.IridiumToolsPatch
+
   |id     = aedenthorn.CoinCollector
   |nexus id = 2897
+
   |nexus   = 9843
   |github   = EKomperud/StardewMods
+
   |github = aedenthorn/StardewValleyMods
  
   |map local versions = 1.0.0 → 1.0.1<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
}}
 
{{/entry
 
  |name    = Item AutoTrasher, AutoTrash
 
  |author  = S1mmyy
 
  |id      = S1mmyy.AutoTrash
 
  |nexus id = 5140
 
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = ItemBags
+
   |name   = Cold Pets
   |author   = SlayerDharok
+
   |author = Tyler Gibbs
   |id       = SlayerDharok.Item_Bags
+
   |id     = tylergibbs2.ColdPets
   |nexus id = 5382
+
   |nexus   = 14379
   |github   =
+
   |github = tylergibbs2/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Item Tooltips
+
   |name   = Cold Weather Haley SMAPI
   |author   = Jaredlll08
+
   |author = DanielSerrano, Lord Xamon
   |id       = BlameJared.ItemTooltips
+
   |id     = LordXamon.ColdWeatherHaleyPRO
   |nexus id =
+
   |nexus  = 1169
   |curseforge id  = 297655
+
   |github =
  |curseforge key = item-tooltips
 
   |github   = jaredlll08/Item-Tooltips
 
  
   |broke in = SMAPI 3.0
+
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Jar Opener
+
   |name   = Collapsing On The Farm Fix
   |author   = Genowhirl9999
+
   |author = monsoonsheep
   |id       = genowhirl9999.jaropener
+
   |id     = monsoonsheep.CollapseOnFarmFix
   |nexus id = 5292
+
   |nexus   = 18086
   |github   =
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Jiggly Junimo Bundles
+
   |name   = Color Blind Mod, SDV Colorblind Mod
   |author   = Jonas Henriksson, Greger
+
   |author = CISC 3141, Testing, Upsters
   |id       = Greger.JigglyJunimoBundles
+
   |id     = Testing.SDVColorBlindMod
   |nexus id =
+
   |nexus  = 10380
   |url      = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
+
   |github =
   |github   = gr3ger/Stardew_JJB
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = JoJaBan - Arcade Sokoban
+
   |name   = Colored Chests
   |author   = Platonymous
+
   |author = Igorious
   |id       = Platonymous.JoJaBan
+
   |id     = 4befde5c-731c-4853-8e4b-c5cdf946805f
   |nexus id = 3118
+
   |nexus   =
   |curseforge id = 308257
+
  |chucklefish = 3684
   |curseforge key = jojaban-arcade-sokoban
+
   |github =
   |github   = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.1
 +
   |status  = obsolete
 +
   |summary  = remove this mod (colored chests added in Stardew Valley 1.1).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Joys of Efficiency
+
   |name   = Colored Crystalariums
   |author   = punyo, yakminepunyo
+
   |author = sophiesalacia
   |id       = punyo.JoysOfEfficiency
+
   |id     = sophie.ColoredCrystalariums
   |nexus id = 2162
+
   |nexus   = 14428
   |github   = pomepome/JoysOfEfficiency
+
   |github = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Json Assets
+
   |name   = Colorful Chests
   |author   = spacechase0
+
   |author = spacechase0
   |id       = spacechase0.JsonAssets
+
   |id     = spacechase0.ColorfulChests
   |nexus id = 1720
+
   |nexus  = 1623
   |chucklefish id = 5138
+
   |moddrop = 279189
   |moddrop id = 399895
+
   |github = spacechase0/ColorfulChests
  |github  = spacechase0/JsonAssets
 
}}
 
{{/entry
 
  |name    = Jump Over
 
  |author  = spacechase0
 
  |id      = spacechase0.JumpOver
 
  |nexus id = 1844
 
  |chucklefish id = 5190
 
   |github   = spacechase0/JumpOver
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/jump-over/ latest version from author's website].
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Deposit Anywhere
+
   |name   = Colorful Fishing Rods
   |author   = Zoryn
+
   |author = atravita
   |id       = Zoryn.JunimoDepositAnywhere
+
   |id     = atravita.ColorfulFishingRods
   |nexus id =
+
   |nexus  = 25258
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github = 6480k/colorful-fishing-rods
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Kart Anywhere
+
   |name   = Colorful Fish Ponds
   |author   = MartyrPher
+
   |author = rokugin
   |id       = JunimoKartAnywhere
+
   |id     = rokugin.colorfulfishponds
   |nexus id = 4315
+
   |nexus   = 23615
   |github   =  
+
   |github = rokugin/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Kart Cheater
+
   |name   = Combat Controls
   |author   = ryaon
+
   |author = DJ-STLN
   |id       = Ryaon.JunimoKartCheater
+
   |id     = DJ-STLN.Krutonium.CombatControls, DJ-STLN.CombatControls<!--changed in 2.0-->
   |nexus id = 5137
+
   |nexus   = 2590
   |github   =  
+
   |github = DJ-STLN/CombatControls
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junk Mail
+
   |name   = Combat Controls Redux
   |author   = Taskmaster
+
   |author = NormanPCN
   |id       = Taskmaster.JunkMail
+
   |id     = NormanPCN.CombatControlsRedux
   |nexus id = 4452
+
   |nexus   = 10496
   |github   =  
+
   |github = NormanPCN/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Kamikaze
+
   |name   = Combat Dummies, Combat Dummy
   |author   = aurnj, Roy Li
+
   |author = PeacefulEnd
   |id       = RuyiLi.Kamikaze
+
   |id     = PeacefulEnd.CombatDummy
   |nexus id =
+
   |nexus  = 16769
   |url      = https://community.playstarbound.com/threads/kamikaze-mod.129126
+
   |github = Floogen/CombatDummy
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Kawakami - Healer NPC
+
   |name   = Combat Level Damage Scaler
   |author   = Gorzalt and Flerfarvet
+
   |author = spacechase0
   |id       = gorzalt.kawakami
+
   |id     = spacechase0.CombatLevelDamageScaler
   |nexus id = 2549
+
  |curse  = 867732
   |github   = Gorzalt/StardewValleyMods
+
  |moddrop = 771671
 +
   |nexus   = 3905
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Keyboard Mod Menu
+
   |name   = Combat with Farming Implements
   |author   = Shadowfoxss
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = Shadowfoxss.KeyboardModMenu
+
   |id     = SPDFarmingImplementsInCombat
   |nexus id = 3147
+
   |nexus   = 313
   |curseforge id = 308891
+
   |source = https://gitlab.com/speeder1/farming-implements-combat
  |curseforge key = keyboard-mod-menu
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |broke in = SMAPI 2.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Combine Machines
 +
  |author  = SlayerDharok
 +
  |id      = SlayerDharok.CombineMachines
 +
  |curse  = 992028
 +
  |nexus  = 7411
 +
  |github  = Videogamers0/SDV-CombineMachines
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Kisekae
+
   |name   = Combine Many Rings
   |author   = Kabigon
+
   |author = Stari
   |id       = Kabigon.kisekae
+
   |id     = Stari.CombineManyRings
   |nexus id = 2348
+
   |nexus   = 8801
   |github   = KabigonFirst/StardewValleyMods
+
   |github = SlivaStari/CombineManyRings
 
 
  |broke in    = Stardew Valley 1.3.29
 
  |status      = workaround
 
  |summary      = use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Json Assets|Json Assets]] packs instead.
 
<!--
 
  |unofficial version = 2.1.2-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3330027
 
-->
 
  |pull request = https://github.com/KabigonFirst/StardewValleyMods/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ladder and Snow Yam Tip
+
   |name   = Comics
   |author   = WhiteMind
+
   |author = Platonymous
   |id       = WhiteMind.LAST
+
   |id     = Platonymous.Comics
   |nexus id = 1906
+
   |nexus   = 6281
   |github   =  
+
   |github = Platonymous/Stardew-Valley-Mods
 
+
   |broke in = Stardew Valley 1.5.6
   |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ladder Locator
+
   |name   = Community Bundle Item Tooltip
   |author   = ChaosEnergy
+
   |author = Musbah Sinno
   |id       = ChaosEnergy.LadderLocator
+
   |id     = musbah.bundleTooltip
   |nexus id = 3094
+
   |nexus   = 1329
   |github   = yuri-moens/LadderLocator
+
   |github = musbah/StardewValleyMod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lavapulse's New Chickens and Eggs, Lavapulse Chickens
+
   |name   = Community Center Anywhere
   |author   = Lavapulse
+
   |author = Stingray
   |id       = Lavapulse.LavapulseChickens
+
   |id     = Stingray.CommunityCenterAnywhere<!--changed in 3.0.0-->, Stingray.CCA
   |nexus id = 4821
+
   |nexus   = 10150
   |github   =  
+
   |github = Stingrayss/StardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Level Extender
+
   |name   = Community Center Bundles Randomizer
   |author   = unidarkshin, Devin Lematty
+
   |author = bowtochris
   |id       = DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.3-->
+
   |id     = bowtochris.CommunityCenterBundlesRandomizer
   |nexus id = 1471
+
   |nexus   = 20425
   |github   = unidarkshin/Stardew-Mods
+
   |github =
  |dev note = author ignored previous PRs
 
 
 
  |broke in          = SMAPI 3.0
 
  |unofficial version = 3.1.1-unofficial.1-minervamaga
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353952
 
  |pull request      = https://github.com/unidarkshin/Stardew-Mods/pull/20
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Leveling Adjustment
+
   |name   = Community Center Helper
   |author   = jahangmar
+
   |author = vgperson
   |id       = jahangmar.LevelingAdjustment
+
   |id     = vgperson.CommunityCenterHelper
   |nexus id = 4689
+
   |nexus   = 6893
   |github   = jahangmar/StardewValleyMods
+
   |github = vgperson/CommunityCenterHelper
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Level Up Notifications
+
   |name   = Community Kitchen
   |author   = kd8lvt
+
   |author = blueberry
   |id       = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
+
   |id     = blueberry.CommunityKitchen
   |nexus id = 855
+
   |nexus   = 9851
   |curseforge id = 300715
+
   |github = b-b-blueberry/CustomCommunityCentre
  |curseforge key = level-up-notifications
 
  |github  =
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after Custom Community Center-->
   |unofficial version = 0.0.3-unofficial.1-leifericson
+
}}
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-20#post-3353915
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Companion NPCs
 +
  |author  = Redwood
 +
  |id      = Redwood.CompanionNPCs
 +
   |nexus  = 3175
 +
   |github  = EKomperud/StardewMods
  
   |map remote versions = 1.0.0-1.3patch → 0.0.2-unofficial.1-pathoschild<!--CurseForge version incorrect-->
+
   |broke in    = Stardew Valley 1.4
 +
  |status      = workaround
 +
  |summary      = use [[#NPC Adventures|NPC Adventures]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lewd Leah
+
   |name   = Compost&#44; Pests&#44; and Cultivation
   |author   = prowlingDemon, unknownDev
+
   |author = jahangmar
   |id       = unknownDev.lewdLeah
+
   |id     = jahangmar.CompostPestsCultivation
   |nexus id = 4402
+
   |nexus   = 4446
   |github  =  
+
   |github = jahangmar/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Limited Campfire Cooking
+
   |name   = Comprehensive Stardew Valley Mod, My Modding
   |author   = Cherry
+
   |author = BenW, BW
   |id       = Cherry.LimitedCampfireCooking
+
   |id     = BW.MyModding
   |nexus id = 4971
+
   |nexus  = 20918
   |moddrop id = 716383
+
   |github =
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Line Sprinklers
+
   |name   = Concentration on Farming
   |author   = Hootless
+
   |author = punyo, yakminepunyo
   |id       = hootless.LineSprinklers
+
   |id     = punyo.ConcentrationOnFarming
   |nexus id = 2917
+
   |nexus  = 1445
  |github   = hootless/StardewMods
+
   |github  =
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.3
  |name    = Loan Mod
+
   |status   = abandoned
  |author  = Doomnik
 
  |id      = Doomnik.LoanMod
 
  |nexus id = 3882
 
   |github   =
 
}}
 
{{/entry
 
  |name    = Location Compass
 
  |author  = Bouhm
 
  |id      = Bouhm.LocationCompass
 
  |nexus id = 3045
 
  |curseforge id = 308286
 
  |curseforge key = location-compass
 
   |github  = Bouhm/stardew-valley-mods
 
}}
 
{{/entry
 
  |name    = Locked Crab Pots
 
  |author  = nini700
 
  |id      = nini700.LockedCrabPot
 
  |nexus id = 4461
 
   |github   =  
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lockpicks
+
   |name   = Configurable Bundle Costs
   |author   = bwdy
+
   |author = sophiesalacia
   |id       = bwdy.lockpicks
+
   |id     = sophie.ConfigurableBundleCosts, Vertigon.ConfigurableBundleCosts<!--before 1.0.1-->
   |nexus id = 3521
+
   |nexus   = 9444
   |github   = bwdymods/SDV-Lockpicks
+
   |github = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Longer Lasting Lures
+
   |name   = Configurable Cellar Extension (with tillable soil), Boogies Cellar Soil Fix
   |author   = Caraxian
+
   |author = Boogie, BoogieBest
   |id       = caraxian.LongerLastingLures
+
   |id     = boogie.greenhouse
   |nexus id = 2510
+
   |nexus   = 7109
   |github   = Caraxi/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Longevity
+
   |name   = Configurable Junimo Kart
   |author   = RTGOAT
+
   |author = seitanicbean
   |id       = RTGOAT.Longevity
+
   |id     = seitanicbean.configurablejunimokart
   |nexus id = 649
+
   |nexus  = 6725
  |github   =  
+
   |source  = https://gitlab.com/tophatsquid/sdv-configurable-junimo-kart
 
 
   |warnings = requires manually replacing game files; see install instructions on the mod page.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lookup Anything
+
   |name   = Configurable Luck
   |author   = Pathoschild
+
   |author = sophiesalacia
   |id       = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
+
   |id     = sophie.ConfigurableLuck
   |nexus id = 541
+
   |nexus  = 14610
   |moddrop id = 606605
+
   |github = sophiesalacia/StardewMods
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lore-Friendly JojaMart Prices
+
   |name   = Configurable Machines
   |author   = Huanir
+
   |author = KnockedMallard42
   |id       = Huanir.LoreFriendlyJojaPrices
+
   |id     = 21da6619-dc03-4660-9794-8e5b498f5b97
   |nexus id = 2658
+
   |nexus  = 280
  |github   =  
+
   |github =
}}
 
{{/entry
 
  |name    = Love Bubbles
 
  |author  = SteelixLeiter, Don Collins
 
  |id      = LoveBubbles
 
  |nexus id = 1318
 
   |github   = doncollins/StardewValleyMods
 
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Better Ranching|Better Ranching]] instead.
+
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Loved Labels
+
   |name   = Configurable Shipping Dates
   |author   = Advize and Jinxiewinxie
+
   |author = Nishtra
   |id       = Advize.LovedLabels
+
   |id     = ConfigurableShippingDates
   |nexus id = 279
+
   |nexus   = 675
   |github   = AdvizeGH/LovedLabels
+
   |github =
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = SMAPI 2.0
  |unofficial version = 2.2.1-unofficial.3-pathoschild
+
   |status   = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3349752
 
   |pull request      = https://github.com/AdvizeGH/LovedLabels/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Luck Skill
+
   |name   = Configurable Special Orders Unlock
   |author   = spacechase0
+
   |author = sophiesalacia
   |id       = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
+
   |id     = Vertigon.ConfigurableSpecialOrdersUnlock
   |nexus id = 521
+
   |nexus  = 8690
  |chucklefish id = 4053
+
   |github = sophiesalacia/StardewMods
   |moddrop id = 127279
 
   |github   = spacechase0/LuckSkill
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/luck-skill/ latest version from author's website].
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lunar Disturbances
+
   |name   = Configure Machine Outputs
   |author   = Sakorona
+
   |author = Mizzion
   |id       = KoihimeNakamura.LunarDisturbances
+
   |id     = mizzion.configuremachineoutputs
   |nexus id = 2208
+
   |nexus   = 3490
   |moddrop id = 664151
+
   |moddrop = 661367
   |github  = Sakorona/SDVMods
+
   |github = Mizzion/MyStardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Machine Speed Change
+
   |name   = Configure Machine Speed
   |author   = IceGladiador
+
   |author = BayesianBandit
   |id       = IceGladiador.MachineSpeedChange
+
   |id     = BayesianBandit.ConfigureMachineSpeed
   |nexus id = 1780
+
   |nexus   = 3519
   |github   =  
+
   |github = BayesianBandit/ConfigureMachineSpeed
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Configure Machine Speed|Configure Machine Speed]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Configure Machine Speed
 +
  |author  = Steph Hoel
 +
  |id      = StephHoel.ConfigureMachineSpeed
 +
   |nexus   = 21005
 +
   |github = StephHoel/ModsStardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Magic
+
   |name   = Confirm Gifts
   |author   = spacechase0
+
   |author = BadScientist
   |id       = spacechase0.Magic
+
   |id     = BadScientist.ConfirmGifts
   |nexus id = 2007
+
   |nexus  = 23224
   |chucklefish id = 5242
+
   |github  = BadScientist/ConfirmGifts
   |github   = spacechase0/Magic
 
 
 
  |summary = get [https://spacechase0.com/mods/stardew-valley/magic/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Magic Junimo Pet
+
   |name   = Confirm Warp Totem
   |author   = Entoarox
+
   |author = John Peters
   |id       = Entoarox.MagicJunimoPet
+
   |id     = JohnPeters.ConfirmWarpTotem
   |nexus id = 3567
+
   |nexus   = 20255
   |github   = Entoarox/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mail Framework
+
   |name   = Connected Fences
   |author   = Digus
+
   |author = sergiomadd
   |id       = DIGUS.MailFrameworkMod
+
   |id     = sergiomadd.ConnectedFences
   |nexus id = 1536
+
   |nexus   = 10063
   |github   = Digus/StardewValleyMods
+
   |github = sergiomadd/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mail Order Pigs
+
   |name   = Connected Garden Pots
   |author   = jwdred
+
   |author = aedenthorn, Erinthe
   |id       = jwdred.MailOrderPigs
+
   |id     = aedenthorn.ConnectedGardenPots
   |nexus id = 632
+
   |nexus   = 11411
   |github   = jdusbabek/stardewvalley
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = Stardew Valley 1.3.29
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.1.1-unofficial.4-pathoschild
+
   |unofficial version = 0.1.1-unofficial.1-mouahrara
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#ConnectedGardenPots
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Map Image Export
+
   |name   = Consistent Tree Growth Speed
   |author   = spacechase0
+
   |author = IceGladiador
   |id       = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
+
   |id     = IceGladiador.ConsistentTreeGrowthSpeed
   |nexus id = 1073
+
   |nexus  = 1799
   |chucklefish id = 4655
+
   |github =
  |moddrop id = 127273
 
   |github   = spacechase0/MapImageExporter
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/map-image-exporter/ latest version from author's website].
+
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
   |summary  = use [[#Aggressive Acorns|Aggressive Acorns]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Map Utilities
+
   |name   = Console Chat
   |author   = mabelSyrup
+
   |author = Sonozuki
   |id       = mabelsyrup.maputils
+
   |id     = EpicBellyFlop45.ConsoleChat
   |nexus id = 4716
+
   |nexus   = 3768
   |github   = mjSurber/Map-Utilities
+
   |github = Sonozuki/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mayonnaise++, Mayonnaise Plus Plus
+
   |name   = Console Code
   |author   = theStormWeaver, Adam 'theStormWeaver' Chevalier
+
   |author = spacechase0
   |id       = xirsoi.mayonnaiseplusplus
+
   |id     = spacechase0.ConsoleCode
   |nexus id = 4634
+
  |curse  = 867737
   |github   = xirsoi/MayonnaisePlusPlus
+
  |moddrop = 771643
 +
   |nexus   = 3101
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mega Storage
+
   |name   = Console Commands, TrainerMod
   |author   = AmazingAlek and furyx639
+
   |author = SMAPI
   |id       = Alek.MegaStorage
+
   |id     = SMAPI.ConsoleCommands
   |nexus id = 4089
+
   |nexus   =
   |github   = ImJustMatt/Stardew-MegaStorage
+
  |url    = https://smapi.io
 +
   |github = Pathoschild/SMAPI
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mice in the Valley
+
   |name   = Console Coordinates
   |author   = candidus42
+
   |author = Pillow
   |id       = Candidus42.MiceInTheValley
+
   |id     = Pillow.ConsoleCoordinates
   |nexus id = 4638
+
   |nexus   = 8957
   |github  =  
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Milo Dog
+
   |name   = Content Code
   |author   = Clark, wilsonch3451
+
   |author = spacechase0
   |id       = Clark.MiloDog
+
   |id     = spacechase0.ContentCode
   |nexus id = 2861
+
   |curse   = 867697
  |github   =  
+
   |nexus  = 10545
}}
+
   |github = spacechase0/StardewValleyMods
{{/entry
 
  |name    = Mine Assist
 
  |author  = Kabigon
 
  |id      = Kabigon.MineAssist
 
   |nexus id = 2296
 
   |chucklefish id = 5353
 
   |github   = KabigonFirst/StardewValleyMods
 
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |pull request = https://github.com/KabigonFirst/StardewValleyMods/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mine Changes
+
   |name   = Content Patcher
   |author   = JPAN
+
   |author = Pathoschild
   |id       = jpan.MineChanges
+
   |id     = Pathoschild.ContentPatcher
  |nexus id = 3963
+
   |curse   = 309243
   |github   = JPANv2/Stardew-Valley-Mine-Changes
+
   |moddrop = 470174
}}
+
   |nexus   = 1915
{{/entry
+
   |github  = Pathoschild/StardewMods
   |name    = Mining at the Farm
 
   |author   = Nishtra
 
  |id      = Nishtra.MiningAtTheFarm, MiningAtTheFarm<!--changed in 1.7 or earlier-->
 
  |nexus id = 674
 
   |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
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mining with Explosives
+
   |name   = Content Patcher Animations
   |author   = Nishtra
+
   |author = spacechase0
   |id       = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
+
   |id     = spacechase0.ContentPatcherAnimations
   |nexus id = 770
+
  |curse  = 867733
   |github   =  
+
   |moddrop = 771670
 
+
   |nexus   = 3853
   |broke in = Stardew Valley 1.3.29
+
   |github  = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod List Command
+
   |name   = Content Patcher Editor
   |author   = Blackclaw
+
   |author = aedenthorn, Erinthe
   |id       = Blackclaw.ModListCommand
+
   |id     = aedenthorn.ContentPatcherEditor
   |nexus id = 5131
+
   |nexus   = 17661
   |github   = Xebeth/StardewValley-ListModsCommand
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod Settings Tab
+
   |name   = Content Patcher Json Processor
   |author   = Gilar Fasulaki
+
   |author = Jamie Taylor
   |id       = GilarF.ModSettingsTab
+
   |id     = jltaylor-us.ContentPatcherJsonProcessor
   |nexus id = 4579
+
   |nexus   = 13320
   |github   = GilarF/SVM
+
   |github = jltaylor-us/StardewJsonProcessor
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod Update Menu
+
   |name   = Context-Sensitive Gift Cursor
   |author   = CatCattyCat, Cat
+
   |author = Vanguard3000
   |id       = cat.modupdatemenu
+
   |id     = Vanguard3000.ContextSensitiveGiftCursor
   |nexus id = 2536
+
   |nexus   = 6564
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Monster Level Tip
+
   |name   = Continuous Music
   |author   = WhiteMind
+
   |author = exhaustors
   |id       = WhiteMind.MonsterLT
+
   |id     = exhaustors.ContinuousMusic
   |nexus id = 1896
+
   |nexus   = 24348
   |github   =  
+
   |github =
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Monster Log Anywhere
+
   |name   = Controller Radial Keybindings
   |author   = MouseyPounds
+
   |author = spacechase0
   |id       = MouseyPounds.MonsterLogAnywhere
+
   |id     = spacechase0.ControllerRadialKeybindings
   |nexus id = 3997
+
   |nexus   = 12801
   |github   = MouseyPounds/stardew-mods
+
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Monthly Mail
+
   |name   = Control Tree
   |author   = Taskmaster
+
   |author = Cluom
   |id       = Taskmaster.MonthlyMail
+
   |id     = Cluom.ControlTree
   |nexus id = 4523
+
   |nexus   = 23119
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Moody Planet
+
   |name   = Control Valley
   |author   = Daniel McMenamy , Deathest1
+
   |author = TheTexanTesla
   |id       = f1r3w477.MoodyPlanet
+
   |id     = TheTexanTesla.ControlValley
   |nexus id = 2830
+
   |nexus   = 8160
   |github   = F1r3w477/TheseModsAintLoyal
+
   |github = tesla1889tv/ControlValleyMod
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |dev note = incompatibility possibly due to Level Extender
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Moongates
+
   |name   = Convenient Chests
   |author   = bwdy
+
   |author = Solariz
   |id       = bwdy.moongates
+
   |id     = aEnigma.ConvenientChests
   |nexus id = 3545
+
   |nexus   = 2196
   |github  = bwdymods/SDV-Moongates
+
   |github = aEnigmatic/StardewValley
 +
  |curse   = 300150
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mopsy's Ranch Livin'
+
   |name   = Convenient Inventory
   |author   = Mopquill
+
   |author = gaussfire
   |id       = Mopquill.Ranch-Livin
+
   |id     = gaussfire.ConvenientInventory
   |nexus id = 2200
+
   |nexus   = 10384
   |github   = mopquill/Mopsys-Ranch-Livin
+
   |github = alanperrow/StardewModding
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Animals, More Pets
+
   |name   = Cooking Overhaul
   |author   = Entoarox
+
   |author = stardemod
   |id       = Entoarox.MoreAnimals, Entoarox.MorePets, 821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS<!--changed in 2.0 and 1.3-->
+
   |id     = stardemod.CookingOverhaul
   |nexus id = 2274
+
   |nexus  = 24845
   |chucklefish id = 4288
+
   |github =
   |github   = Entoarox/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Artifact Spots
+
   |name   = Cooking Skill
   |author   = momoaau
+
   |author = spacechase0
   |id       = 451, momoaau.ArtifactSpots<!--actual + unofficial manifest ID-->
+
   |id     = spacechase0.CookingSkill, CookingSkill<!--changed in 1.0.4–6-->
   |nexus id = 451
+
  |curse  = 867395
   |github   =  
+
  |moddrop = 127277
 +
   |nexus   = 522
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial version = 2.0.1-unofficial.1-IQ
 
  |unofficial url    = https://community.playstarbound.com/attachments/moreartifactspot-2-0-1-unofficial-1-iq-zip.201158
 
-->
 
  |status  = workaround
 
  |summary  = use [[#Increased Artifact Spots|Increased Artifact Spots]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Barn and Coop Animals
+
   |name   = Coop Battle Pause
   |author   = AairTheGreat, Aair
+
   |author = adverserath
   |id       = AairTheGreat.MoreBarnCoopAnimals
+
   |id     = Adverserath.CoopBattlePause
   |nexus id = 4869
+
   |nexus   = 12061
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Buildings
+
   |name   = Coop Cursor, Multi-Screen Multiplayer
   |author   = spacechase0
+
   |author = DeLiXx
   |id       = spacechase0.MoreBuildings
+
   |id     = DeLiXx.Coop_Cursor
   |nexus id = 2757
+
   |curse  = 990474
   |chucklefish id = 5524
+
   |nexus  = 12269
   |github   = spacechase0/MoreBuildings
+
   |github =
 
+
   |source = https://gitlab.com/delixx/stardew-valley/coop-cursor
   |summary = get [https://spacechase0.com/mods/stardew-valley/more-buildings/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Grass
+
   |name   = Cooperative Egg Hunt
   |author   = EpicBellyFlop45
+
   |author = aedenthorn, Erinthe
   |id       = EpicBellyFlop45.MoreGrass
+
   |id     = aedenthorn.CooperativeEggHunt
   |nexus id = 5398
+
   |nexus   = 17058
   |github   = AndyCrocker/StardewMods
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Grass Starters
+
   |name   = Copper Still
   |author   = spacechase0
+
   |author = NCarigon
   |id       = spacechase0.MoreGrassStarters
+
   |id     = NCarigon.CopperStill
   |nexus id = 1702
+
   |nexus  = 15333
  |chucklefish id = 5129
+
   |github = ncarigon/StardewValleyMods
   |moddrop id = 313307
 
   |github   = spacechase0/MoreGrassStarters
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Giant Crops
+
   |name   = Copy Invite Code
   |author   = spacechase0
+
   |author = CatCattyCat, Cat
   |id       = spacechase0.MoreGiantCrops
+
   |id     = cat.copyinvitecode
   |nexus id = 5263
+
   |nexus   = 2171
   |github  = spacechase0/MoreGiantCrops
+
   |github = danvolchek/StardewMods
 +
 
 +
   |status  = obsolete
 +
  |summary = remove this mod (added in Stardew Valley 1.3.17).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Health
+
   |name   = Cosmetic Rings
   |author   = j4c0b333
+
   |author = PeacefulEnd
   |id       = j4c0b333.Morehealth
+
   |id     = PeacefulEnd.CosmeticRings
   |nexus id = 4053
+
   |nexus   = 8522
   |github  =  
+
   |github = Floogen/CosmeticRings
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Key Binding
+
   |name   = Counting Sheep
   |author   = SorryLate, rharyanto
+
   |author = calebstein1
   |id       = SorryLate.MoreKeybinding
+
   |id     = calebstein1.CountingSheep
   |nexus id = 5290
+
   |nexus   = 25380
   |github   =  
+
   |github = calebstein1/CountingSheep
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Mine Ladders
+
   |name   = Cozy Clothing
   |author   = JadeTheavas
+
   |author = CompSciLauren
   |id       = JadeTheavas.MoreMineLadders, Theavas.MoreMineLadders<!--changed in 1.1-->
+
   |id     = CompSciLauren.CozyClothing
   |nexus id = 2105
+
   |nexus   = 5093
   |github   = JadeTheavas/MoreMineLadders
+
  |curse  = 368028
 +
  |moddrop = 755868
 +
   |github = CompSciLauren/stardew-valley-cozy-clothing-mod
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |pull request = https://github.com/JadeTheavas/MoreMineLadders/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Multiplayer Info
+
   |name   = Crab Net
   |author   = cheesysteak
+
   |author = jwdred
   |id       = cheesysteak.moremultiplayerinfo
+
   |id     = jwdred.CrabNet
   |nexus id = 2173
+
   |nexus   = 584
   |github   = cheesysteak/stardew-steak
+
   |github = jdusbabek/stardewvalley
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
}}
+
<!--
{{/entry
+
   |unofficial version = 1.1.1-unofficial.6-strobe
   |name    = More Rain
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-42227
   |author  = Omegasis, Alpha_Omegasis
+
-->
  |id      = Omegasis.MoreRain
 
  |nexus id = 441
 
  |github  = janavarro95/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Random Edition
+
   |name   = Crab Pot Loot Has Quality and Bait Effects
   |author   = Chikakoo and doomdonuts, Chikakoo4
+
   |author = Goldenrevolver
   |id       = Chikakoo.Randomizer
+
   |id     = Goldenrevolver.CrabPotQuality
   |nexus id = 5311
+
   |nexus   = 7767
   |github   = Chikakoo/stardew-valley-randomizer
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Rings
+
   |name   = Craftable Butterfly Hutches
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.MoreRings
+
   |id     = aedenthorn.CraftableButterflyHutches<!--changed in 0.1.1-unofficial.1-->, aedenthorn.OutdoorButterflyHutch
   |nexus id = 2054
+
   |nexus  = 6279
   |chucklefish id = 5271
+
   |github = aedenthorn/StardewValleyMods
   |github   = spacechase0/MoreRings
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/more-rings/ latest version from author's website].
+
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CraftableButterflyHutches
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Sexy Dwarf
+
   |name   = Craftable Legendary Fish Mounts
   |author   = CyberCheese
+
   |author = FallToot
   |id       = cybercheese.moresexydwarf
+
   |id     = FallToot.CraftableFishMounts
   |nexus id = 4320
+
   |nexus   = 4286
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Silo Storage
+
   |name   = Craftable Terrarium, Terrarium
   |author   = OrneryWalrus
+
   |author = aedenthorn, Erinthe
   |id       = OrneryWalrus.MoreSiloStorage
+
   |id     = aedenthorn.CraftableTerrarium<!--changed in 0.1.3-unofficial.1-->, aedenthorn.Terrarium
   |nexus id = 2587
+
   |nexus   = 8031
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 0.1.3-unofficial.2-mouahrara
   |summary  = use [[#One Silo Storage|One Silo Storage]] instead.
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CraftableTerrarium
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More TV Channel, CanaisTv
+
   |name   = Craft and Build from Containers, Craft From Containers
   |author   = BrasileiroTop
+
   |author = aedenthorn, Erinthe
   |id       = BrasileiroTop.CanaisTv
+
   |id     = aedenthorn.CraftFromContainers
   |nexus id = 5126
+
   |nexus   = 15341
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Weapons
+
   |name   = Craft Anything
   |author  = Joco80 & Sasara
+
   |author = Sabera, kelbesque
   |id       = Joco80.MoreWeapons
+
  |id      = Sabera.CraftAnything
   |nexus id = 1168
+
  |nexus  = 2524
   |github   = Sasara2201/More-Weapons-SDV-Mod-
+
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Craft Anything Framework
 +
  |author  = MindMeltMax
 +
   |id     = MindMeltMax.CAF
 +
   |nexus   = 24794
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Craft Counter
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.CraftCounter
 +
  |nexus  = 2739
 +
  |github  = bcmpinc/StardewHack
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = MOTD Mod
+
   |name   = Crafting Collections Page
   |author  = thfr
+
   |author = Gurm0
   |id       = thfr.MOTDMod
+
  |id      = Gurm0.CraftingCollection
   |nexus id = 3703
+
  |curse  = 1008156
   |github  = rfht/MOTDMod
+
  |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Move Faster
+
   |name   = Craft Priority
   |author   = Shuai Zhang
+
   |author = trienow
   |id       = shuaiz.MoveFasterMod
+
   |id     = de.trienow.stardew.craftpriority
   |nexus id = 1351
+
   |nexus   = 4174
   |github   = hcoona/StardewValleyMods
+
   |github = trienow/Stardew-CraftPriority
  
  |broke in = Stardew Valley 1.2?
+
   |status = obsolete
   |status   = workaround
+
   |summary = remove this mod (added in Stardew Valley 1.4).
   |summary = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Movement Mod, Movement Modifier
+
   |name   = Crane Machine
   |author   = Zoryn
+
   |author = chocolatte12
   |id       = Zoryn.MovementModifier
+
   |id     = chocolatte12.CraneMachine
   |nexus id =
+
   |nexus  = 20112
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github =
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Movement Speed
+
   |name   = Crane Man Begone
   |author   = bcmpinc
+
   |author = MouseyPounds
   |id       = bcmpinc.MovementSpeed
+
   |id     = MouseyPounds.CraneManBegone
   |nexus id = 2736
+
   |nexus   = 4704
   |github   = bcmpinc/StardewHack
+
   |github = MouseyPounds/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = MTN, More Than Necessary
+
   |name   = Creaturebook
   |author   = SgtPickles, GameMX
+
   |author = KediDili
   |id       = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
+
   |id     = KediDili.Creaturebook
   |nexus id = 2256
+
   |nexus   = 13807
   |github  = Dawilly/MTN2
+
   |github = KediDili/Creaturebook
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Backpacks
+
   |name   = Creeper Forage
   |author   = skiilaa
+
   |author = bwdy
   |id       = skiilaa.MultiplayerBackpacks
+
   |id     = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
   |nexus id = 2282
+
   |nexus   = 2115
   |github   =  
+
   |github =
  
   |broke in = SMAPI 3.0
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Idle
+
   |name   = Critter Fixes
   |author   = DoubleZ
+
   |author = juminos
   |id       = DoubleZ.MultiplayerIdle
+
   |id     = juminos.CritterFixes
   |nexus id = 3765
+
   |nexus   = 24667
   |github   = SourceZh/MultiplayerIdle
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Speech Bubbles
+
   |name   = Critter Rings
   |author   = Kalthramis
+
   |author = atravita
   |id       = Kalthramis.MPSpeechBubbles
+
   |id     = atravita.CritterRings
   |nexus id = 2192
+
   |curse  = 870962
   |github  =  
+
   |moddrop = 1358001
   |source   = https://github.com/Kalthramis/StardewValley/tree/MPSpeechBubbles
+
   |nexus   = 15557
   |dev note = source in separate Git branch; GitHub repo outdated (see issue #11)
+
   |github  = atravita-mods/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |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
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Time
+
   |name   = Crocus Crew Sea Monster Alert, Sea Monster Alert
   |author   = lolmaj
+
   |author = violetlizabet
   |id       = lolmaj.MultiplayerTime
+
   |id     = violetlizabet.seaMonster
   |nexus id = 2543
+
   |nexus   = 20486
   |github   = MaciejMarkuszewski/StardewValleyMod
+
   |github = elizabethcd/SeaMonsterAlert
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiple Gifts for Spouses
+
   |name   = Cropbeasts
   |author   = Redwood
+
   |author = kdau
   |id       = Redwood.MultipleGiftsForSpouse
+
   |id     = kdau.Cropbeasts
   |nexus id = 2910
+
  |moddrop = 784523
   |github  = EKomperud/StardewMods
+
   |nexus   = 6030
 +
   |github =
 +
   |source  = https://gitlab.com/kdau/cropbeasts
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345219
 
  |pull request      = https://github.com/EKomperud/StardewMods/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiple Sprites and Portraits On Rotation, File Loading
+
   |name   = Crop Check
   |author   = SlyMerc
+
   |author = Fairfield
   |id       = FileLoading
+
   |id     = FairfieldBW.CropCheck
   |nexus id = 1094
+
   |nexus   = 9224
   |github   =  
+
   |github = FairfieldBW/CropCheck
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
+
}}
   |map local versions = 1.1 → 1.12<!--manifest not updated-->
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Color Combiner
 +
  |author  = MouseyPounds
 +
  |id      = MouseyPounds.CropColorCombiner
 +
  |nexus  = 3986
 +
   |github  = MouseyPounds/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multitool
+
   |name   = Crop Extension
   |author   = Miome
+
   |author = Platonymous
   |id       = miome.MultiToolMod
+
   |id     = Platonymous.CropExtension
   |nexus id = 2546
+
  |curse  = 877230
   |github   = miome/MultitoolMod
+
   |nexus   = 3208
 +
  |moddrop = 793915
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357251
 
  |unofficial version = 1.4.1-unofficial.1-SorryLate
 
}}
 
{{/entry
 
  |name    = Murder Drone, Personal Combat Drone
 
  |author  = cotboy
 
  |id      = cambam.MURDERDRONE
 
  |nexus id = 4507
 
  |github  = camcamcamcam/murderdrone
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mushroom Levels
+
   |name   = Crop Fairy
   |author   = Eireon, Ben Patterson
+
   |author = Abs, abslam
   |id       = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
+
   |id     = abs.CropFairy
   |nexus id = 2818
+
   |nexus   = 4885
   |github   = benrpatterson/MushroomLevels
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mushroom Level Tip
+
   |name   = Crop Grace Period
   |author   = WhiteMind
+
   |author = lefthandedkid, stoobinator
   |id       = WhiteMind.MLT
+
   |id     = stoobinator.seasonspillover
   |nexus id = 1894
+
   |nexus   = 7203
   |github   =  
+
   |github = stoobinator/Stardew-Valley-Grace-Period
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mushroom Propagator - Grow More Mushrooms
+
   |name   = Crop Growth Adjustments
   |author   = blueberry, blueberry and Oddshot
+
   |author = GZhynko
   |id       = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
+
   |id     = GZhynko.CropGrowthAdjustments
   |nexus id = 4637
+
   |nexus   = 18914
   |github   = razikh-git/BlueberryMushroomMachine
+
   |github = gzhynko/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Neat Additions
+
   |name   = Crop Growth Info
   |author   = Ilyaki
+
   |author = aedenthorn, Erinthe
   |id       = ilyaki.neatadditions
+
   |id     = aedenthorn.CropGrowthInfo<!--changed in 0.1.1-unofficial.1-->, aedenthorn.CropGrowthInformation
   |nexus id = 2648
+
   |nexus   = 12178
   |github   = Ilyaki/NeatAdditions
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropGrowthInfo
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Network Optimizer
+
   |name   = Crop Harvest Bubbles
   |author   = Ilyaki
+
   |author = aedenthorn, Erinthe
   |id       = Ilyaki.NetworkOptimizer
+
   |id     = aedenthorn.CropHarvestBubbles
   |nexus id = 3021
+
   |nexus   = 17761
   |github  = Ilyaki/NetworkOptimizer
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-119392
 +
  |unofficial version = 0.3.1-unofficial.1-logophile
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   | name     = New Clothes Every Day
+
   |name   = Crop Hat
   | author   = Vrakyas
+
   |author = aedenthorn, Erinthe
   | id       = Vrakyas.NewClothesEveryDay
+
   |id     = aedenthorn.CropHat
   | nexus id = 4030
+
   |nexus   = 11787
   | github   =  
+
   |github = aedenthorn/StardewValleyMods
  | 3.0 ready= yes
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.4-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropHat
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = New Game on Launch
+
   |name   = Crop Markers
   |author   = Nobbele
+
   |author = aedenthorn, Erinthe
   |id       = Nobbele.NewGameOnLaunch
+
   |id     = aedenthorn.CropMarkers
   |nexus id = 2654
+
   |nexus   = 18120
   |github   = 4ppleCracker/NewGameOnLaunch
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in     = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.6
   |pull request = https://github.com/nobbele/NewGameOnLaunch/pull/1
+
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CropMarkers
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = New Machines
+
   |name   = Crop Safety
   |author   = Igorious
+
   |author = BadNetCode
   |id       = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
+
   |id     = BadNetCode.CropSafety
   |nexus id =  
+
   |nexus   = 1233
   |chucklefish id = 3683
+
   |moddrop = 130160
   |github   = Igorious/StardevValleyNewMachinesMod
+
   |github =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
   |status  = workaround
+
   |status  = abandoned
  |summary  = use [[#Custom Farming Redux|Custom Farming Redux]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Night Owl
+
  |name    = Crops Anytime Anywhere
   |author   = Omegasis, Alpha_Omegasis
+
  |author  = Pathoschild
   |id       = Omegasis.NightOwl
+
  |id      = Pathoschild.CropsAnytimeAnywhere
   |nexus id = 433
+
  |curse  = 1000626
   |github   = janavarro95/Stardew_Valley_Mods
+
  |nexus  = 3000
 +
  |moddrop = 606647
 +
  |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Crops Survive Season Change
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CropsSurviveSeasonChange
 +
  |nexus  = 18030
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.3-unofficial.3-mouahrara
 +
  |unofficial url     = {{github|mouahrara/aedenthorn}}#CropsSurviveSeasonChange
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crops Watered Indicator
 +
   |author = Tyler Thrailkill, snowe2010
 +
   |id     = tylerthrailkill.cropswateredindicator
 +
   |nexus   = 3200
 +
   |github = snowe2010/starbound-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Cheat Shortcuts (No Map Overwrite)
+
   |name   = Crop Tooltips
   |author   = kulcris
+
   |author = GenDeathrow
   |id       = kulcris.NoCheatShortcuts
+
   |id     = gengeathrow.croptooltip
   |nexus id = 2310
+
   |nexus   =
   |github  =  
+
  |curse  = 307933
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
  |status  = workaround
 +
  |summary  = use [[#Lookup Anything|Lookup Anything]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Noclip Mode
+
   |name   = Crop Transplant
   |author   = Pathoschild
+
   |author = Digus
   |id       = Pathoschild.NoclipMode
+
   |id     = DIGUS.CropTransplantMod
   |nexus id = 3900
+
   |nexus  = 2594
   |moddrop id = 691002
+
   |github = Digus/StardewValleyMods
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Crows
+
   |name   = Crop Variation
   |author   = CatCattyCat, Cat
+
   |author = aedenthorn, Erinthe
   |id       = cat.nocrows
+
   |id     = aedenthorn.CropVariation
   |nexus id = 1682
+
   |nexus   = 11467
   |github  = danvolchek/StardewMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.2.6-unofficial.1-Logophile
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-117759
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Fence Decay
+
   |name   = Crop Walker
   |author   = CatCattyCat, Cat
+
   |author = MindMeltMax
   |id       = cat.nofencedecay
+
   |id     = MindMeltMax.CropWalker
   |nexus id = 1180
+
  |curse  = 1004489
   |github   = danvolchek/StardewMods
+
  |moddrop = 1443553
 +
   |nexus   = 16632
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Friendship Decay
+
   |name   = Crop Watering Bubbles
   |author   = hitachihex
+
   |author = aedenthorn, Erinthe
   |id       = hitachihex.NoFriendshipDecay
+
   |id     = aedenthorn.CropWateringBubbles
   |nexus id =
+
   |nexus  = 17773
   |url      = https://community.playstarbound.com/threads/no-friendship-decay.108278/
+
   |github  = aedenthorn/StardewValleyMods
   |source  = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
 
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Friends Forever|Friends Forever]] instead.
+
   |summary  = use [[#Crop Watering Bubbles Continued|Crop Watering Bubbles Continued]] instead.
<!--
+
}}
   |unofficial version = 1.1.2-unofficial.1-f4ith
+
{{#invoke:SMAPI compatibility|entry
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
+
  |name    = Crop Watering Bubbles Continued
-->
+
  |author  = aedenthorn and tem696969696969, Erinthe
 +
   |id      = tem696969696969.CropWateringBubbles
 +
  |nexus  = 21428
 +
   |github  = kqrse/StardewValleyMods-aedenthorn
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Kids Ever
+
   |name   = Crowcalypse
   |author   = Hangy
+
   |author = stardemod
   |id       = Hangy.NoKidsEver
+
   |id     = stardemod.Crowcalypse
   |nexus id = 1464
+
   |nexus   = 22594
   |github   = L3thal1ty/No-Kids-Ever
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Kimchi
+
   |name   = Crow Curse Mod, Miihau's Crow Curse
   |author   = jaeha, qpqpqp121
+
   |author = Miihau
   |id       = jaeha.No_Kimchi
+
   |id     = Miihau.MiihausCrowCurse
   |nexus id = 5043
+
   |nexus   = 16926
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Mine Flyers Redux
+
   |name   = Crystal Ball
   |author   = minervamaga
+
   |author = Thom Smith, Thom1729
   |id       = minervamaga.NoMineFlyersRedux
+
   |id     = Thom1729.CrystalBall
   |nexus id = 4498
+
   |nexus  = 7826
   |moddrop id = 631110
+
   |github =
   |github   = minervamaga/NoMineFlyersRedux
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No More Accidental Exhaustion, Exhaustion Protection
+
   |name   = Crystalline Junimo Chests
   |author   = Guedez
+
   |author = LeFauxMatt and pegfingers
   |id       = exhaustion.protection
+
   |id     = furyx639.CrystallineJunimoChests
   |nexus id = 5113
+
   |moddrop = 1547134
   |moddrop id = 707180
+
   |nexus  = 20658
   |github   =  
+
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No More Pets
+
   |name   = Current Location
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Omegasis, AlphaOmegasis
   |id       = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
+
   |id     = CurrentLocation102120161203
   |nexus id = 506
+
   |nexus   = 638
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = janavarro95/Stardew_Valley_Mods
  
   |broke in     = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
   |pull request = https://github.com/janavarro95/Stardew_Valley_Mods/pull/50
+
   |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No More Random Mine Flyers
+
   |name   = Current Location
   |author   = Drynwynn, thepaladinknight
+
   |author = Vrakyas
   |id       = Drynwynn.NoAddedFlyingMineMonsters
+
   |id     = Vrakyas.CurrentLocation
   |nexus id = 2528
+
   |nexus   = 4028
   |github   = Drynwynn/StardewValleyMods
+
   |github =
 
 
  |broke in = SMAPI 2.8
 
  
 +
  |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#No Mine Flyers Redux|No Mine Flyers Redux]] instead.
+
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Cursor Teleport, Teleport to Cursor
 +
  |author  = Patap, Pataper
 +
  |id      = Patap.CursorTeleport
 +
  |nexus  = 17934
 +
  |github  = pa4op/stardew-teleport
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Rumble Horse
+
   |name   = Custom Achievements
   |author   = Xangria
+
   |author = aedenthorn, Erinthe
   |id       = Xangria.NoRumbleHorse
+
   |id     = aedenthorn.CustomAchievements
   |nexus id = 1779
+
   |nexus   = 10047
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Soil Decay
+
   |name   = Custom Adventure Guild Challenges
   |author   = ThatNorthernMonkey
+
   |author = DefenTheNation
   |id       = 289dee03-5f38-4d8e-8ffc-e440198e8610
+
   |id     = DefenTheNation.CustomGuildChallenges
   |nexus id = 237
+
   |nexus   = 2301
   |github   = ThatNorthernMonkey/NoSoilDecay
+
   |github = defenthenation/StardewMod-CustomSlayerChallenges
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.5
   |status  = workaround
+
<!--
   |summary  = use [[#No Soil Decay Redux|No Soil Decay Redux]] instead.
+
   |unofficial url    = {{github|lshtech/StardewMod-CustomSlayerChallenges}}/releases
 +
   |unofficial version = 2.0.1-unofficial.1-eble
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Soil Decay Redux
+
   |name   = Custom Asset Modifier, Custom Asset Editor
   |author   = Platonymous
+
   |author = Omegasis, AlphaOmegasis
   |id       = Platonymous.NoSoilDecayRedux
+
   |id     = Omegasis.CustomAssetModifier
   |nexus id = 1084
+
   |nexus   = 1836
   |curseforge id = 307727
+
   |github = janavarro95/Stardew_Valley_Mods
   |curseforge key = no-soil-decay-redux
+
 
   |github   = Platonymous/Stardew-Valley-Mods
+
   |broke in = SMAPI 3.0
 +
   |status   = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Non Destructive NPCs
+
   |name   = Custom Backpack Framework
   |author   = MadaraUchiha
+
   |author = aedenthorn, Erinthe
   |id       = MadaraUchiha.NonDestructiveNPCs
+
   |id     = aedenthorn.CustomBackpack
   |nexus id = 5176
+
   |nexus   = 13826
   |github  = MadaraUchiha/NonDestructiveNPCs
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#The Return of Custom Backpack Framework|The Return of Custom Backpack Framework]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Notes
+
   |name   = Custom Blessings Framework
   |author   = Platonymous
+
   |author = Tomokisan
   |id       = Platonymous.Notes
+
   |id     = tomokisan.customBlessingsFramework
   |nexus id = 3068
+
   |nexus  = 25267
   |curseforge id  = 307729
+
   |github =
  |curseforge key = notes
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Not Far From The Tree
+
   |name   = Custom Bundles
   |author   = TheElm
+
   |author = LeFauxMatt
   |id       = TheElm.NotFarFromTheTree
+
   |id     = furyx639.CustomBundles
   |nexus id = 4739
+
   |nexus   = 8258
   |github   =  
+
 
 +
   |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = NPC Adventures, It's Time to Adventure
+
   |name   = Custom Bush
   |author   = purrplingcat
+
   |author = LeFauxMatt
   |id       = purrplingcat.npcadventure
+
   |id     = furyx639.CustomBush
   |nexus id = 4582
+
  |curse  = 998265
   |github   = purrplingcat/PurrplingMod
+
  |moddrop = 1547214
 +
   |nexus   = 20619
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = NPC Map Locations
+
   |name   = Custom Cask Mod
   |author   = Bouhm
+
   |author = Digus
   |id       = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
+
   |id     = DIGUS.CustomCaskMod
   |nexus id = 239
+
   |nexus   = 2642
   |github   = Bouhm/stardew-valley-mods
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = NPC Speak
+
   |name   = Custom Chest Types
   |author   = jwdred
+
   |author = aedenthorn, Erinthe
   |id       =  
+
   |id     = aedenthorn.CustomChestTypes
   |nexus id = 694
+
   |nexus   = 7755
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Chores
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.CustomChores
 +
  |nexus  = 5315
 +
  |moddrop = 717888
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Community Center Bundles
 +
  |author  = Alja, alvadea & jaksha
 +
  |id      = alja.CustomCCB
 +
  |nexus  = 21340
 +
  |github  = Jaksha6472/ChallengingCommunityCenterBundles
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Community Centre
 +
  |author  = blueberry
 +
  |id      = blueberry.CustomCommunityCentre
 +
  |nexus  = 9850
 +
  |github  = b-b-blueberry/CustomCommunityCentre
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Companions
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.CustomCompanions
 +
  |curse  = 870939
 +
  |nexus  = 8626
 +
  |github  = Floogen/CustomCompanions
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Numerical Health
+
   |name   = Custom Crafting Stations
   |author   = Hydrox, hydrox6
+
   |author = Cherry, CherryChain
   |id       = Hydrox.NumericalHealth
+
   |id     = Cherry.CustomCraftingStations
   |nexus id = 4863
+
   |nexus   = 6293
   |github   =  
+
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Object Progress Bars
+
   |name   = Custom Critters
   |author   = Adeel Tariq
+
   |author = spacechase0
   |id       = Adeel.ObjectProgressbars
+
   |id     = spacechase0.CustomCritters
   |nexus id = 2803
+
  |curse  = 867759
   |github   =  
+
  |moddrop = 130428
 +
   |nexus   = 1255
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Object Time Left
+
   |name   = Custom Crops
   |author   = spacechase0
+
   |author = spacechase0
   |id       = spacechase0.ObjectTimeLeft
+
   |id     = spacechase0.CustomCrops
   |nexus id = 1315
+
   |nexus   = 1592
   |chucklefish id = 4842
+
   |moddrop = 273617
   |moddrop id = 131148
+
   |github  = spacechase0/CustomCrops
   |github   = spacechase0/ObjectTimeLeft
+
 
 +
  |broke in = Stardew Valley 1.3
 +
   |status  = abandoned
 +
   |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = OmniFarm
+
   |name   = Custom Crops Decay
   |author   = lambui
+
   |author = ZaneYork
   |id       = PhthaloBlue.Omnifarm
+
   |id     = ZaneYork.CustomCropsDecay
   |nexus id =  
+
   |nexus   = 5830
   |url      = https://community.playstarbound.com/threads/127299
+
   |github  = ZaneYork/SDV_Mods
   |github  = lambui/StardewValleyMod_OmniFarm
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = One Click Shed Reloader
+
   |name   = Custom Crystalarium Mod
   |author   = BitwiseJon
+
   |author = Digus
   |id       = BitwiseJonMods.OneClickShedReloader
+
   |id     = DIGUS.CustomCrystalariumMod
   |nexus id = 2052
+
   |nexus   = 2516
   |github   = bitwisejon/StardewValleyMods
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = One Silo Storage
+
   |name   = Custom Crystalarium Mod → CCRMAutomate
   |author   = SorryLate, rharyanto
+
   |author = Digus
   |id       = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
+
   |id     = Digus.CCRMAutomate
   |nexus id = 5150
+
   |nexus   = 8193
   |github   =  
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = One Sprinkler One Scarecrow
+
   |name   = Custom Death Penalty Plus
   |author   = Mizzion
+
   |author = TheMightyAmondee, MightyAmondee
   |id       = mizzion.onesprinkleronescarecrow
+
   |id     = TheMightyAmondee.CustomDeathPenaltyPlus
   |nexus id = 3633
+
   |nexus   = 7069
   |moddrop id = 661376
+
   |moddrop = 853913
   |github   = Mizzion/MyStardewMods
+
   |github = TheMightyAmondee/CustomDeathPenaltyPlus
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Only Iridium
+
   |name   = Custom Decoration Areas
   |author   = xiaoye97
+
   |author = aedenthorn, Erinthe
   |id       = xiaoye97.OnlyIridium
+
   |id     = aedenthorn.CustomWallsAndFloors
   |nexus id = 4471
+
   |nexus   = 9626
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Organize Inventory Shortcut
+
   |name   = Custom Dungeon Floors
   |author   = Yyeahdude
+
   |author = aedenthorn, Erinthe
   |id       = Yyeahdude.OrganzieShortcut
+
   |id     = Aedenthorn.CustomMonsterFloors
   |nexus id = 4772
+
   |nexus   = 5894
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ornamental
+
   |name   = Custom Egg Amount to Win the Egg Festival, Egg Festival Custom Egg Amount
   |author   = Taskmaster
+
   |author = onlythechosen
   |id       = Taskmaster.Ornamental
+
   |id     = otc.eggfestivalcustomeggamount
   |nexus id = 4981
+
   |nexus   = 22380
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Out of Season Bonuses, Seasonal Items
+
   |name   = Custom Element Handler
   |author   = Midori Armstrong, azureglasses
+
   |author = Platonymous
   |id       = midoriarmstrong.seasonalitems
+
   |id     = Platonymous.CustomElementHandler
   |nexus id = 1452
+
   |nexus   = 1068
   |github   =  
+
   |github = Platonymous/Stardew-Valley-Mods
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Paritee's Better Farm Animal Variety
+
   |name   = Custom Elevator Sound, Customizable Elevator Bell Ding Sound Replacer
   |author  = Paritee
+
   |author = pneuma163
   |id       = Paritee.BetterFarmAnimalVariety
+
   |id      = pneuma163.CustomElevatorSound
   |nexus id = 3296
+
  |nexus  = 24972
   |github   = paritee/Paritee.StardewValley.Frameworks
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Emotes
 +
  |author  = purrplingcat
 +
   |id     = PurrplingCat.CustomEmotes
 +
   |nexus   = 10861
 +
   |github = purrplingcat/CustomEmotes
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |unofficial version = 3.0.0-unofficial.7-mouseypounds
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-46#post-3356278
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Paritee's Treat Your Animals
+
   |name   = Custom Farming Redux
   |author   = Paritee
+
   |author = Platonymous
   |id       = Paritee.TreatYourAnimals
+
   |id     = Platonymous.CustomFarming
   |nexus id = 3375
+
   |nexus   = 991
   |github   = paritee/Paritee.StardewValley.Frameworks
+
  |curse  = 307366
 +
  |moddrop = 793926
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in           = Stardew Valley 1.4
+
  |status  = abandoned
   |unofficial version = 1.1.1-unofficial.1-Strobe
+
  |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod|Producer Framework Mod]] instead.
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357614
+
   |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
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Parsnips
+
   |name   = Custom Farming Redux → CFAutomate
   |author   = MarthaSolomon, SolomonsWorkshop
+
   |author = Platonymous
   |id       = SolomonsWorkshop.ParsnipsAbsolutelyEverywhere
+
   |id     = Platonymous.CFAutomate
   |nexus id = 2166
+
   |nexus   = 991
   |github   =  
+
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Automate 1.15
}}
+
   |status  = abandoned
{{/entry
+
   |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod → PFMAutomate|Producer Framework Mod → PFMAutomate]] instead.
   |name    = Parsnips Absolutely Everywhere But It's Garlic, Garlics
+
<!--
   |author  = f4iTh, JertsukkaTheMan
+
   |unofficial version = 2.12.10-unofficial.1-minervamaga
   |id      = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
+
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
   |nexus id = 3524
+
-->
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Part of the Community
+
   |name   = Custom Farm Loader
   |author  = bmarquismarkail, Space Baby
+
   |author = DeLiXx
   |id      = SB_PotC
+
   |id      = DeLiXx.Custom_Farm_Loader
   |nexus id = 923
+
   |curse  = 990485
   |github  = bmarquismarkail/SV_PotC
+
   |nexus   = 13804
 +
   |github =
 +
   |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Passable Ladders
+
   |name   = Custom Farm Types
   |author   = J_Hizzal
+
   |author = spacechase0
   |id       = J_Hizzal.PassableLadders
+
   |id     = spacechase0.CustomFarmTypes
   |nexus id = 2985
+
   |nexus   = 1140
   |github   = joelra/SDV-PassableLadders
+
  |moddrop = 128708
 +
   |github = spacechase0/CustomFarmTypes
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 1.1.1-unofficial.1-Drake1427
+
   |status   = abandoned
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-5#post-3352839
 
   |pull request      = https://github.com/joelra/SDV-PassableLadders/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Passable Objects
+
   |name   = Custom Fence Decay
   |author   = punyo, yakminepunyo
+
   |author = Jean Seb Gwak
   |id       = punyo.PassableObjects
+
   |id     = CustomFenceDecay
   |nexus id = 2329
+
   |nexus   = 25155
   |github   = pomepome/PassableObjects
+
   |github = JeanSebGwak/CustomFenceDecay
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PDQ Paths
+
   |name   = Custom Fixed Dialogue
   |author   = Jaredlll08
+
   |author = aedenthorn, Erinthe
   |id       = BlameJared.PDQPaths
+
   |id     = aedenthorn.CustomFixedDialogue
   |nexus id =
+
   |nexus  = 6358
   |curseforge id  = 307090
+
   |github = aedenthorn/StardewValleyMods
  |curseforge key = pdq-paths
 
   |github   =  
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Faster Paths|Faster Paths]] instead.
+
   |summary  = use [[#Custom Fixed Dialogue - Continued|Custom Fixed Dialogue - Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pelican Fiber
+
  |name    = Custom Fixed Dialogue - Continued
   |author   = jwdred
+
  |author  = Datamancer
   |id       = jwdred.PelicanFiber
+
  |id      = datamancer.CustomFixedDialogue
   |nexus id = 631
+
  |nexus  = 20938
   |github   = jdusbabek/stardewvalley
+
  |moddrop = 1533308
 +
  |github  = csandwith/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Custom Furniture
 +
   |author = Platonymous
 +
   |id     = Platonymous.CustomFurniture
 +
   |nexus   = 1254
 +
  |moddrop = 793932
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in           = Stardew Valley 1.3.11
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 3.1.1-unofficial.10-NateMcCloud
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-36#post-3355149
 
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/12
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pelican Postal Service
+
   |name   = Custom Gift Dialogue
   |author   = ElectroCrumpet
+
   |author = PurrplingCat
   |id       = ElectroCrumpet.PelicanPostalService
+
   |id     = PurrplingCat.CustomGiftDialogue
   |nexus id = 2770
+
   |nexus   = 7304
   |github   = TobinWilson/PelicanPostalService
+
   |github = purrplingcat/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.0.7-unofficial.1-Strobe
+
}}
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357484
+
{{#invoke:SMAPI compatibility|entry
   |pull request      = https://github.com/TobinWilson/PelicanPostalService/pull/1
+
   |name    = Custom Gift Limits
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CustomGiftLimits
 +
  |nexus  = 13964
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
   |summary  = use [[#Custom Gift Limits - Continued|Custom Gift Limits - Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pelican TTS
+
   |name   = Custom Gift Limits - Continued
   |author   = Platonymous
+
   |author = aedenthorn and FlyingTNT
   |id       = Platonymous.PelicanTTS
+
   |id     = FlyingTNT.CustomGiftLimits
   |nexus id = 1079
+
   |nexus  = 22385
  |curseforge id  = 309743
+
   |github = FlyingTNT/StardewValleyMods
   |curseforge key = pelican-tts
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = People Seeds
+
   |name   = Custom Greenhouse
   |author   = bwdy
+
   |author = Forkmaster
   |id       = bwdy.peopleseeds
+
   |id     = Forkmaster.CustomGreenhouse
   |nexus id = 3635
+
   |nexus   = 3464
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |status  = abandoned
  |dev note = incompatibility possibly due to bwdyworks
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Persia the Mermaid, PersiaMod
+
   |name   = Custom Harvest Fix
   |author   = Avalon, Avalonii
+
   |author = mytigio
   |id       = 63b9f419-7449-42db-ab2e-440b4d05c073
+
   |id     = mytigio.customharvestfix
   |nexus id = 1419
+
   |nexus   = 4192
   |github   =  
+
   |github = mytigio/CustomHarvestFix
  
   |broke in = Stardew Valley 1.3
+
  |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Persistent Game Options
+
   |name   = Custom Hay
   |author   = Xangria
+
   |author = aedenthorn, Erinthe
   |id       = Xangria.PersistentGameOptions
+
   |id     = aedenthorn.CustomHay
   |nexus id = 1778
+
   |nexus   = 16744
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.6
   |status   = workaround
+
  |unofficial version = 0.1.1-unofficial.1-mouahrara
   |summary = use [[#Save Game Options|Save Game Options]] instead.
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomHay
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Custom Home Music, Zelink's ZeldaHome
 +
   |author = zelink, zelinknilez
 +
  |id      = zelink.zeldaHome
 +
  |nexus  = 20844
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Persival's Bundle Mod
+
   |name   = Customise Child Bedroom
   |author   = Persival
+
   |author = Speshkitty
   |id       =  
+
   |id     = speshkitty.CustomiseChildBedroom
   |nexus id = 438
+
   |nexus   = 5540
   |github   =  
+
   |github = Speshkitty/CustomiseChildBedroom
  
  |broke in = Stardew Valley 1.1
+
   |status = obsolete
   |status   = workaround
+
   |summary = remove this mod (added in Stardew Valley 1.5).
   |summary = use [[#Junimo Deposit Anywhere|Junimo Deposit Anywhere]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Personal Anvil
+
   |name   = Customizable Cart Redux
   |author   = Strobe
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       = Strobe.PersonalAnvil
+
   |id     = KoihimeNakamura.CCR
   |nexus id = 5326
+
   |nexus  = 1402
  |github  = strobel1ght/Personal-Anvil
+
   |moddrop = 664037
}}
+
   |github = Sakorona/SDVMods
{{/entry
 
   |name    = Personal Effects
 
   |author  = bwdy
 
  |id      = bwdy.personaleffects
 
  |nexus id = 3532
 
   |github   = bwdymods/SDV-PersonalEffects
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |dev note = incompatibility possibly due to bwdyworks
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Choice Perks
+
   |name   = Customizable Death Penalty
   |author   = skuldomg, Skuld
+
   |author = CatCattyCat, Cat
   |id       = skuldomg.petChoicePerks
+
   |id     = cat.customizabledeathpenalty
   |nexus id = 3313
+
   |nexus   = 1991
   |github  = skuldomg/petChoicePerks
+
   |moddrop = 833547
 
+
   |github  = danvolchek/StardewMods
   |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Enhancement Mod
+
   |name   = Customizable Traveling Cart Days
   |author   = Jfulmer, Consillium
+
   |author = Yyeahdude
   |id       = JfulmerPetEnhancementMod
+
   |id     = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
   |nexus id =
+
   |nexus  = 567
   |url      = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
+
   |github =
   |github   = jlfulmer/PetEnhancementMod
 
  
   |broke in     = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
<!--
 
  |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
 
-->
 
  |status        = workaround
 
  |summary      = use [[#Pet Interaction|Pet Interaction]] instead.
 
  |pull request  = https://github.com/jlfulmer/PetEnhancementMod/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Interaction
+
   |name   = Customize Anywhere
   |author   = jahangmar
+
   |author = Cherry, CherryChain
   |id       = jahangmar.PetInteraction
+
   |id     = Cherry.CustomizeAnywhere
   |nexus id = 4232
+
   |nexus   = 4734
   |github   = jahangmar/StardewValleyMods
+
  |moddrop = 716356
 +
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Phone Villagers
+
   |name   = Customize Cursor Sprite
   |author   = DewMods
+
   |author = Sonozuki
   |id       = DewMods.StardewValleyMods.PhoneVillagers
+
   |id     = EpicBellyFlop45.CustomizeCursorSprite
   |nexus id = 2681
+
   |nexus   = 3014
   |github   =  
+
   |github = Sonozuki/StardewMods
  
   |broke in = SMAPI 3.0
+
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plan Importer
+
   |name   = Customize Dresser
   |author   = Platonymous
+
   |author = Dragoon23
   |id       = Platonymous.PlanImporter
+
   |id     = Dragoon23.CustomizeDresser
   |nexus id = 2071
+
   |nexus  = 23359
   |curseforge id  = 308058
+
   |github =
  |curseforge key = plan-importer
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plantable Mushroom Trees
+
   |name   = Customize Exterior
   |author   = f4iTh, JertsukkaTheMan
+
   |author = spacechase0
   |id       = f4iTh.PMT
+
   |id     = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
   |nexus id = 2349
+
   |nexus   = 1099
   |github  =  
+
  |moddrop = 127272
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plantable Palm Trees
+
   |name   = Customize Starting Health and Stamina, Custom Health and Stamina Start
   |author   = MouseyPounds
+
   |author = MissCoriel
   |id       = MouseyPounds.PlantablePalmTrees
+
   |id     = misscoriel.hpstam
   |nexus id = 4096
+
   |nexus   = 5275
   |github   = MouseyPounds/stardew-mods
+
   |github = MissCoriel/Customize-Health-and-Stamina
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plant on Grass
+
   |name   = Customize Trinkets
   |author   = Demiacle
+
   |author = Dragoon23
   |id       = Demiacle.PlantOnGrass
+
   |id     = Dragoon23.CustomizeTrinkets
   |nexus id = 1026
+
   |nexus   = 23818
   |github   =
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary = use [[#Tillable Ground|Tillable Ground]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Platonic Relationships
+
   |name   = Customize Wedding Attire
   |author   = Cherry, CherryChain
+
   |author = violetlizabet
   |id       = Cherry.PlatonicRelationships
+
   |id     = violetlizabet.CustomizeWeddingAttire
   |nexus id = 4668
+
   |nexus  = 10761
   |moddrop id = 16353
+
   |github = elizabethcd/CustomizeWeddingAttire
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plato Warp Menu
+
   |name   = Custom Kissing
   |author   = Platonymous
+
   |author = Digus
   |id       = Platonymous.PlatoCheatMenu
+
   |id     = DIGUS.CustomKissingMod
   |nexus id = 5384
+
   |nexus   = 4664
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Point and Plant
+
   |name   = Custom Linens
   |author   = jwdred
+
   |author = Mevima
   |id       = jwdred.PointAndPlant
+
   |id     = Mevima.CustomLinens
   |nexus id = 572
+
   |nexus   = 1027
   |github   = jdusbabek/stardewvalley
+
   |github =
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = SMAPI 3.0
   |unofficial version = 1.1.1-unofficial.4-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
+
   |summary  = use {{nexus mod|2184|Custom Linens for Content Patcher}} instead.
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Polygamy
+
   |name   = Custom Localization
   |author   = bwdy
+
   |author = ZaneYork
   |id       = bwdy.polygamy
+
   |id     = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
   |nexus id = 3542
+
   |nexus   = 5377
   |github   = bwdymods/SDV-Polygamy
+
   |github = ZaneYork/SDV_CustomLocalization
  
   |broke in = Stardew Valley 1.4
+
  |summary  = use latest version.
   |dev note = incompatibility possibly due to bwdyworks
+
   |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.)
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PokeMania
+
   |name   = Custom Locks
   |author   = The Krominator
+
   |author = aedenthorn, Erinthe
   |id       = TheKrominatorPokemania
+
   |id     = aedenthorn.CustomLocks
   |nexus id = 2676
+
   |nexus   = 6251
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |map local versions = 4.0 → 4.0.3<!--not updated in manifest-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pond Painter
+
   |name   = Custom Locks Updated
   |author   = MouseyPounds
+
   |author = Rokugin
   |id       = MouseyPounds.PondPainter
+
   |id     = Rokugin.CustomLocksUpdated
   |nexus id = 4703
+
   |nexus   = 21148
   |github   = MouseyPounds/stardew-mods
+
   |github = rokugin/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pong
+
   |name   = Custom Machine Experience
   |author   = CatCattyCat, Cat
+
   |author = weizinai
   |id       = cat.Pong
+
   |id     = weizinai.CustomMachineExperience
   |nexus id = 1994
+
   |nexus   = 25455
   |github   = danvolchek/StardewMods
+
   |github = weizinai/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pony Weight Loss Program
+
   |name   = Custom Mine Cart Steam
   |author   = BadNetCode
+
   |author = aedenthorn, Erinthe
   |id       = BadNetCode.PonyWeightLossProgram
+
   |id     = aedenthorn.CustomMineCartSteam
   |nexus id = 1232
+
   |nexus   = 14508
   |moddrop id = 130159
+
   |github  = aedenthorn/StardewValleyMods
   |github  =  
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Portal Guns
+
   |name   = Custom Movies
   |author   = TrollTheBotman
+
   |author = Platonymous
   |id       = JoshJKe.PortalGun
+
   |id     = Platonymous.CustomMovies
   |nexus id = 3049
+
   |nexus   = 4737
   |github   =  
+
  |moddrop = 793918
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Portraiture
+
   |name   = Custom Music
   |author   = Platonymous
+
   |author = Platonymous
   |id       = Platonymous.Portraiture
+
   |id     = Platonymous.CustomMusic
   |nexus id = 999
+
   |curse  = 307367
   |curseforge id = 308062
+
   |moddrop = 793904
   |curseforge key = portaiture
+
   |nexus  = 3043
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Power Nap, Bed Energy Regain
+
   |name   = Custom Names
   |author   = LakeMonster_, LakeMonster666
+
   |author = MindMeltMax
   |id       = LakeMonster_.BedEnergyRegain
+
   |id     = MindMeltMax.CustomNames
   |nexus id = 5256
+
  |curse  = 1008334
   |github   =  
+
   |nexus   = 23131
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = PPJA Producer Converter
+
   |name   = Custom NPC
  |author  = Digus
+
   |author = Platonymous
  |id      = Digus.PPJAProducerConverter
+
   |id     = Platonymous.CustomNPC
  |nexus id = 4972
+
   |nexus  = 1607
  |github  = Digus/StardewValleyMods
+
   |github = Platonymous/Stardew-Valley-Mods
}}
 
{{/entry
 
   |name     = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
 
   |author   = ryaon
 
   |id       = Ryaon.FectorChallenge
 
   |nexus id = 5125
 
  |github   =  
 
}}
 
{{/entry
 
  |name    = Prairie King Made Easy
 
  |author  = Mucchan
 
  |id      = Mucchan.PrairieKingMadeEasy
 
  |nexus id =
 
  |chucklefish id = 3594
 
   |github   = mucchan/sv-mod-prairie-king
 
  
   |broke in           = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 1.0.1-unofficial.2-pathoschild
+
   |status  = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324503
+
   |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
  |pull request      = https://github.com/mucchan/sv-mod-prairie-king/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Prairie King Prizes (Lootboxes)
+
   |name   = Custom NPC Exclusions
   |author   = Renny
+
   |author = Esca, Esca-MMC
   |id       = renny.prairiekingprizes
+
   |id     = Esca.CustomNPCExclusions
   |nexus id = 2811
+
   |nexus   = 7089
   |github   = OfficialRenny/PrairieKingPrizes
+
  |moddrop = 847997
 +
   |github = Esca-MMC/CustomNPCExclusions
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Price Drops
+
   |name   = Custom NPC Fixes
   |author   = skuldomg, Skuld
+
   |author = spacechase0
   |id       = skuldomg.priceDrops
+
   |id     = spacechase0.CustomNPCFixes
   |nexus id = 2047
+
  |curse  = 867734
   |github   = skuldomg/priceDrops
+
  |moddrop = 771669
 +
   |nexus   = 3849
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.8-unofficial.1-ResidentDonna
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-18#post-3353768
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Prices
+
   |name   = Custom NPC - Riley, Riley House
   |author   = skiilaa
+
   |author = SG
   |id       = skiilaa.Prices
+
   |id     = SG.RileyHouse
   |nexus id = 2255
+
   |nexus   = 5811
   |github   =  
+
   |github =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Price Tooltips
+
   |name   = Custom Obelisks
   |author   = Darkhax
+
   |author = XxHarvzBackxX
   |id       = darkhax.pricetooltip
+
   |id     = harvz.CustomObelisks
   |nexus id =
+
   |nexus  = 10202
  |curseforge id  = 299169
+
   |github = XxHarvzBackxX/Custom-Obelisks
   |curseforge key = price-tooltips
 
   |github   = Stardew-Valley-Modding/PriceTooltips
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
 
  |dev note = incompatibility possibly due to Bookcase
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Prismatic Tools
+
   |name   = Custom Object Production
   |author   = stokastic
+
   |author = aedenthorn, Erinthe
   |id       = stokastic.PrismaticTools
+
   |id     = aedenthorn.CustomObjectProduction
   |nexus id = 2428
+
  |curse  = 868827
   |github   = stokastic/PrismaticTools
+
   |nexus   = 10152
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.7.1-unofficial.8-Seawolf
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-40#post-3355536
 
  |pull request      = https://github.com/stokastic/PrismaticTools/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Producer Framework Mod
+
   |name   = Custom Ore Nodes
   |author   = Digus
+
   |author = aedenthorn, Erinthe
   |id       = Digus.ProducerFrameworkMod
+
   |id     = aedenthorn.CustomOreNodes
   |nexus id = 4970
+
  |curse  = 868903
   |github   = Digus/StardewValleyMods
+
   |nexus   = 5966
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Producer Framework Mod → PFMAutomate
+
   |name   = Custom Paths
   |author   = Digus
+
   |author = Entoarox
   |id       = Digus.PFMAutomate
+
   |id     = Entoarox.CustomPaths
   |nexus id = 5038
+
   |nexus  = 2272
  |github  = Digus/StardewValleyMods
+
   |chucklefish = 5234
}}
+
   |github = Entoarox/StardewMods
{{/entry
+
 
  |name    = Profit Calculator
+
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
  |author  = spacechase0
 
  |id      = spacechase0.ProfitCalculator
 
   |nexus id = 3378
 
   |chucklefish id = 5657
 
   |github   = spacechase0/StardewProfitCalculator
 
}}
 
{{/entry
 
   |name    = Profit Margins
 
  |author  = Cherry, CherryChain
 
  |id      = Cherry.ProfitMargins
 
  |nexus id = 4663
 
  |moddrop id = 716352
 
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{/entry
 
  |name    = Progressive Access Farm
 
  |author  = onjulraz
 
  |id      = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
 
  |nexus id = 2923
 
  |github  =
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
}}
 
{{/entry
 
  |name    = Project S
 
  |author  = NarlanMarlan
 
  |id      = narlan.projects
 
  |nexus id = 3785
 
  |github  = NolanEastburn/ProjectS
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Purchasable Galaxy Item
+
   |name   = Custom Pet Beds, Pet Bed
   |author   = SorryLate
+
   |author = aedenthorn, Erinthe
   |id       = SorryLate.GalaxyItem
+
   |id     = aedenthorn.PetBed
   |nexus id = 5289
+
   |nexus   = 10462
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |status  = workaround
+
   |broke in = Stardew Valley 1.6
  |summary  = open its <tt>manifest.json</tt> in a text editor and change the entry DLL value to <tt>GalaxyItem.dll</tt>.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Purchasable Recipes
+
   |name   = Custom Picture Frames
   |author   = Paracosm
+
   |author = aedenthorn, Erinthe
   |id       = Paracosm.PurchasableRecipes
+
   |id     = aedenthorn.CustomPictureFrames
   |nexus id = 1722
+
   |nexus   = 10704
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |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
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PyTK, Platonymous Toolkit
+
   |name   = Custom Quest Expiration
   |author   = Platonymous
+
   |author = hawkfalcon
   |id       = Platonymous.Toolkit
+
   |id     = hawkfalcon.CustomQuestExpiration
   |nexus id = 1726
+
   |nexus  = 2148
  |curseforge id  = 306738
+
   |github = hawkfalcon/Stardew-Mods
   |curseforge key = pytk-platonymous-toolkit
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Qi Exchanger
+
   |name   = Custom Reminders
   |author   = Mizzion
+
   |author = Dem1se
   |id       = mizzion.qiexchanger
+
   |id     = Dem1se.CustomReminders
   |nexus id = 1930
+
   |nexus   = 6215
   |moddrop id = 661359
+
   |moddrop = 793899
   |github   = Mizzion/MyStardewMods
+
   |github = Dem1se/CustomReminders
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
+
   |name   = Custom Renovations, Renovations
   |author   = Prismuth
+
   |author = aedenthorn, Erinthe
   |id       = <Prismuth.QuaintFarmBridge
+
   |id     = aedenthorn.Renovations
   |nexus id = 1647
+
   |nexus   = 9687
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in   = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status    = workaround
 
  |summary    = use [[#Stone Bridge Over Pond|Stone Bridge Over Pond]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quality Products
+
   |name   = Custom Resource Clumps
   |author   = SilentOak
+
   |author = aedenthorn, Erinthe
   |id       = SilentOak.QualityProducts
+
   |id     = aedenthorn.CustomResourceClumps
   |nexus id = 3609
+
   |nexus   = 6669
   |github   = silentoak/StardewMods
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quality Products → Auto Quality Patch
+
   |name   = Custom Shirts
   |author   = SilentOak
+
   |author = Platonymous
   |id       = SilentOak.AutoQualityPatch
+
   |id     = Platonymous.CustomShirts
   |nexus id = 3609
+
   |nexus   = 2416
   |github   = silentoak/StardewMods
+
   |github = Platonymous/Stardew-Valley-Mods
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
   |status  = abandoned
   |summary  = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
+
   |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Quest Delay
+
   |name   = Custom Shops Redux
  |author  = BadNetCode
+
   |author = Omegasis, Alpha_Omegasis
  |id      = BadNetCode.QuestDelay
+
   |id     = Omegasis.CustomShopReduxGui
  |nexus id = 1239
+
   |nexus  = 1378
  |moddrop id = 473938
+
   |github = janavarro95/Stardew_Valley_Mods
  |github  =
 
}}
 
{{/entry
 
   |name     = Quick Start
 
   |author   = WuestMan, redknightofdoom
 
   |id       = WuestMan.QuickStart
 
   |nexus id = 2375
 
  |github   = Brian-Wuest/Quick_Start
 
}}
 
{{/entry
 
  |name    = Raincoat When Raining
 
  |author  = BikiFae, bikinavisho
 
  |id      = BikiFae.RainCoatWhenRaining
 
  |nexus id = 4659
 
   |github   = bikinavisho/RainCoatWhenRaining
 
  
 
   |broke in = Stardew Valley 1.4
 
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rain Randomizer
+
   |name   = Custom Signs
   |author   = EvilPdor
+
   |author = aedenthorn, Erinthe
   |id       =  
+
   |id     = aedenthorn.CustomSigns
   |nexus id =
+
   |nexus  = 11336
   |url      = https://community.playstarbound.com/threads/111526
+
   |github = aedenthorn/StardewValleyMods
   |github   =  
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Spouse Location
 +
  |author  = barteke22
 +
  |id      = barteke22.CustomSpouseLocation
 +
   |nexus   = 9676
 +
   |github = barteke22/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Random Hair Color
+
   |name   = Custom Spouse Patio
   |author   = bookworm89723
+
   |author = aedenthorn, Erinthe
   |id       = davis.randomhair
+
   |id     = aedenthorn.CustomSpousePatio
   |nexus id = 3271
+
   |nexus   = 6630
   |github  = joaniedavis/RandomHairMod
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Custom Spouse Patio Redux|Custom Spouse Patio Redux]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Randomized Energy
+
   |name   = Custom Spouse Patio Redux
   |author   = LakeMonster_, LakeMonster666
+
   |author = aedenthorn, Erinthe
   |id       = LakeMonster_.RandomizedEnergy
+
   |id     = aedenthorn.CustomSpousePatioRedux
   |nexus id = 5250
+
   |nexus   = 10889
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
 +
   |unofficial version = 0.3.6-unofficial.1-FlyingTNT
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Random NPCs
+
   |name   = Custom Spouse Patio Wizard
   |author   = aedenthorn
+
   |author = aedenthorn, Erinthe
   |id       = Aedenthorn.RandomNPC
+
   |id     = aedenthorn.CustomSpousePatioWizard
   |nexus id = 4911
+
   |nexus   = 7775
   |github   = aedenthorn/StardewValleyMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Random Tastes
+
   |name   = Custom Spouse Rooms
   |author   = skiilaa
+
   |author = aedenthorn, Erinthe
   |id       = skiilaa.RandomTastes
+
   |id     = aedenthorn.CustomSpouseRooms
   |nexus id = 2285
+
  |curse  = 868833
   |github   = moriczgergo/RandomTastes
+
   |nexus   = 10029
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = SMAPI 3.0
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.0.1-unofficial.1-pathoschild
+
  |status            = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345023
+
   |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.
   |pull request      = https://github.com/moriczgergo/RandomTastes/pull/1
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123184
 +
   |unofficial version = 0.8.3-unofficial.1-FlyingTNT
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Range Display, Sprinkler Range
+
   |name   = Custom Spouse Rooms - Continued
   |author   = CatCattyCat, Cat
+
   |author = Datamancer
   |id       = cat.sprinklerrange
+
   |id     = datamancer.CustomSpouseRooms
   |nexus id = 1179
+
   |nexus   = 20966
   |github   = danvolchek/StardewMods
+
  |moddrop = 1534005
 +
   |github = csandwith/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Readers Digest
+
   |name   = Custom Starter Furniture
   |author   = Remy Bach
+
   |author = aedenthorn, Erinthe
   |id       = remybach.readersdigest
+
   |id     = aedenthorn.CustomStarterFurniture
   |nexus id = 3040
+
   |nexus   = 16729
   |github   = remybach/stardew-valley-readersdigest
+
   |github = aedenthorn/StardewValleyMods
 
 
  |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-78#post-3344726
 
  |pull request      = https://github.com/remybach/stardew-valley-readersdigest/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Realistic Fishing
+
   |name   = Custom Starter Package
   |author   = Kevin Connors
+
   |author = aedenthorn, Erinthe
   |id       = KevinConnors.RealisticFishing
+
   |id     = aedenthorn.CustomStarterPackage
   |nexus id = 2623
+
   |nexus   = 14152
   |github   = kevinforrestconnors/RealisticFishing
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in     = Stardew Valley 1.3.29
+
   |broke in           = Stardew Valley 1.6
<!--
+
   |unofficial version = 0.2.1-unofficial.2-mouahrara
   |unofficial version = 1.2.3-unofficial.3-Mizzion
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomStarterPackage
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
 
-->
 
  |pull request = https://github.com/kevinforrestconnors/RealisticFishing/pull/46
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Real Time
+
   |name   = Custom Tapper Framework
   |author   = Enaium, Lightcolour888
+
   |author = Selph, zombifier
   |id       = Enaium.RealTime
+
   |id     = selph.CustomTapperFramework
   |nexus id =
+
   |nexus  = 22975
   |url      = http://svmod.enaium.cn/
+
   |github = zombifier/My_Stardew_Mods
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Recatch Legendary Fish
+
   |name   = Custom Tokens
   |author   = cantorsdust
+
   |author = TheMightyAmondee, MightyAmondee
   |id       = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
+
   |id     = TheMightyAmondee.CustomTokens
   |nexus id = 172
+
   |nexus   = 7517
   |github   = cantorsdust/StardewMods
+
   |github = TheMightyAmondee/CustomTokens
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Recover Stamina
+
   |name   = Custom Toolbar
   |author   = lperkins2, Logan Perkins
+
   |author = aedenthorn, Erinthe
   |id       = lperkins2.RecoverStamina
+
   |id     = aedenthorn.CustomToolbar
   |nexus id = 2332
+
   |nexus   = 11322
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.1.2-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomToolbar
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Regeneration
+
   |name   = Custom Tool Effect
   |author   = Hammurabi
+
   |author = ZaneYork
   |id       = HammurabiRegeneration
+
   |id     = ZaneYork.CustomToolEffect
   |nexus id =
+
   |nexus  = 5712
   |chucklefish id = 4584
+
   |github  = ZaneYork/CustomToolEffect
   |source  = https://community.playstarbound.com/resources/regeneration.4584/updates
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Tool Range
 +
  |author  = trashcan9
 +
  |id      = trashcan9.CustomToolRange
 +
   |nexus   = 16384
 +
   |github =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Tracker
 +
  |author  = Esca, Esca-MMC
 +
  |id      = Esca.CustomTracker
 +
  |nexus  = 5108
 +
  |github  = Esca-MMC/CustomTracker
 +
  |moddrop = 706059
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Regen Mod
+
   |name   = Custom Transparency
   |author   = Zoryn
+
   |author = CatCattyCat, Cat
   |id       = Zoryn.RegenMod
+
   |id     = cat.customtransparency
   |nexus id =  
+
   |nexus   = 2359
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |moddrop = 833556
   |github   = Zoryn4163/SMAPI-Mods
+
   |github = danvolchek/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Regular Quality
+
   |name   = Custom Trash Can
   |author   = desto, JustToDownloadThings
+
   |author = ShivaGuy
   |id       = desto.RegularQuality
+
   |id     = ShivaGuy.CustomTrashCan
   |nexus id = 5090
+
   |nexus   = 11835
   |github   = desto-git/smapi-RegularQuality
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Bar UI
+
   |name   = Custom Tree Tweaks, More Wood
   |author   = SlyMerc
+
   |author = aedenthorn, Erinthe
   |id       = RelationshipBar
+
   |id     = aedenthorn.TreeTweaks
   |nexus id = 1009
+
   |nexus   = 10760
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationships Enhanced
+
   |name   = Custom TV
   |author   = rodrigovaz
+
   |author = Platonymous
   |id       = relationshipsenhanced
+
   |id     = Platonymous.CustomTV
   |nexus id =  
+
   |curse  = 877224
   |chucklefish id = 4435
+
   |nexus  = 6775
   |github   =  
+
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
   |status   = workaround
+
}}
   |summary = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom TV Channel
 +
  |author  = chieeri323
 +
  |id      = chieeri323.customtvchannel
 +
   |nexus   = 24278
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Status
+
   |name   = Custom Wallpaper Framework
   |author  = Dragonisser
+
   |author = aedenthorn, Erinthe
   |id      = relationshipstatus
+
   |id      = aedenthorn.CustomWallpaperFramework
   |nexus id = 751
+
   |curse  = 868751
   |github   =  
+
   |nexus   = 12510
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
 
  |map local versions = 1.0.4 → 1.0.5<!--manifest not updated-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Tooltips
+
   |name   = Custom Walls and Floors
   |author   = M3ales
+
   |author = Platonymous
   |id       = M3ales.RelationshipTooltips
+
   |id     = Platonymous.CustomWallsAndFloors
   |nexus id =  
+
   |curse  = 307569
   |curseforge id  = 298040
+
   |moddrop = 793903
   |curseforge key = relationship-tooltips
+
   |nexus  = 3010
   |github   = M3ales/RelationshipTooltips
+
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5.5
   |dev note = incompatibility possibly due to Bookcase
+
   |status  = obsolete
 +
  |summary  = remove this mod (support for custom walls & floors added in Stardew Valley 1.5.5).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Tracker
+
   |name   = Custom Warp Locations
   |author   = Branic
+
   |author = CatCattyCat, Cat
   |id       = Branic.RelationshipTracker
+
   |id     = cat.customwarplocations
   |nexus id = 2845
+
   |nexus   = 1688
   |github   = Paradox355/SDVMods
+
  |moddrop = 833544
 +
   |github = danvolchek/StardewMods
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |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
 
  |pull request      = https://github.com/Paradox355/SDVMods/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Reminders
+
   |name   = Custom Warp Points
   |author   = Surkasu
+
   |author = aedenthorn, Erinthe
   |id       = Surkasu.Reminders
+
   |id     = aedenthorn.CustomWarpPoints
   |nexus id = 2481
+
   |nexus   = 9651
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Remote Fridge Storage
+
   |name   = Custom Warps
   |author   = EternalSoap, arjan3004
+
   |author = f4iTh, JertsukkaTheMan
   |id       = EternalSoap.RemoteFridgeStorage
+
   |id     = f4iTh.CustomWarps
   |nexus id = 2545
+
   |nexus   = 3445
   |github   = SoapStuff/Remote-Fridge-Storage
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rename
+
   |name   = Custom Winter Star Gifts
   |author   = Remmie, CoinzReturns
+
   |author = XxHarvzBackxX
   |id       = Remmie.Rename
+
   |id     = harvz.CWSG
   |nexus id = 2130
+
   |nexus   = 10024
   |github   =  
+
   |github = XxHarvzBackxX/Custom-Winter-Star-Gifts
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rented Tools
+
   |name   = Cut the Cord, TvMenu
   |author   = JarvieK
+
   |author = cgifox
   |id       = JarvieK.RentedTools
+
   |id     = cgifox.CutTheCord
   |nexus id = 1307
+
   |nexus   = 9571
   |github   = Jarvie8176/StardewMods
+
   |github = harshlele/CutTheCord
  
   |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
 
  |pull request      = https://github.com/Jarvie8176/StardewMods/pull/7
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Replanter
+
   |name   = Cycle Tools
   |author   = jwdred
+
   |author = LeFauxMatt
   |id       = jwdred.Replanter
+
   |id     = furyx639.CycleTools
   |nexus id = 589
+
  |curse  = 871827
   |github   = jdusbabek/stardewvalley
+
   |nexus   = 13973
 +
   |github = LeFauxMatt/StardewMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.1.2-unofficial.1-mizzion
+
   |status   = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-18#post-3353753
 
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = ReRegeneration
+
  |name    = Daily Farm Photo
   |author   = littleraskol
+
  |author  = Seawolf, seawolf87
   |id       = lrsk_sdvm_rerg.0925160827
+
  |id      = Seawolf.DailyFarmPhoto
   |nexus id =  
+
  |nexus  = 4791
   |chucklefish id = 4465
+
  |github  = Seawolf87/DailyFarmPhoto
   |github   =  
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
 +
   |author = BlaDe
 +
   |id     = BlaDe.StepsTakenOnScreen
 +
   |nexus   = 6783
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Daily Luck Message
 +
  |author  = Schematix, Schmtx
 +
  |id     = Schematix.DailyLuckMessage
 +
   |nexus  = 1327
 +
   |github =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Daily Luck on HUD, JustLuckMod
 +
  |author  = zeldela
 +
  |id      = dJustLuckMod
 +
  |nexus  = 10386
 +
  |github  = zeldela/sdv-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Daily News
 +
  |author  = bashNinja
 +
  |id      = bashNinja.DailyNews
 +
  |nexus  = 1141
 +
  |github  = miketweaver/DailyNews
  
   |map local versions = 1.1.2-release → 1.1.2<!--manifest incorrect-->
+
   |broke in = Stardew Valley 1.3
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Reseed, Roc's Reseed Mod
+
   |name   = Daily Notifications, Event Notifications
   |author   = rocslayer, James Overton
+
   |author = dreamsicl
   |id       = Roc.Reseed
+
   |id     = EventNotifications
   |nexus id = 2421
+
   |nexus   =
   |github   =  
+
  |chucklefish = 3621
 +
   |github =
  
   |broke in = Stardew Valley 1.3.29
+
   |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
 +
  |name    = Daily Pet the Animals
 +
  |author  = flowoeB
 +
  |id      = flowoeB.DailyPetTheAnimals
 +
  |nexus  = 8356
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Reset Terrain Features
+
   |name   = Daily Phone Quest
   |author   = mabelSyrup
+
   |author = ActionJackson
   |id       = MabelSyrup.ResetTerrainFeatures
+
   |id     = ActionJackson.DailyPhoneQuest
   |nexus id = 4715
+
   |nexus   = 14648
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Retro Active Achievements
+
   |name   = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
   |author   = iceburg
+
   |author = MevNav
   |id       = 7e474181-e1a0-40f9-9c11-retroactive
+
   |id     = MevNav.DailyPlanner
   |nexus id = 4974
+
   |nexus   = 16704
   |github   = ManApart/RetroActiveAchievements
+
   |github = BuildABuddha/StardewDailyPlanner
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Reusable Wallpapers and Floors, Wallpaper Retain
+
   |name   = Daily Quest Anywhere
   |author   = Iceburg
+
   |author = Omegasis, Alpha_Omegasis
   |id       = dae1b553-2e39-43e7-8400-c7c5c836134b
+
   |id     = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
   |nexus id = 356
+
   |nexus   = 513
   |github   =  
+
   |github = janavarro95/Stardew_Valley_Mods
  
  |broke in = SMAPI 2.0
+
   |status = abandoned
   |status   = workaround
+
   |summary = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
   |summary = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Daily Screenshot
 +
  |author  = CompSciLauren
 +
  |id      = CompSciLauren.DailyScreenshot
 +
  |nexus  = 4779
 +
  |chucklefish = 5907
 +
  |moddrop = 677025
 +
  |curse  = 353698
 +
  |github  = CompSciLauren/stardew-valley-daily-screenshot-mod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Right Click Move Mode
+
   |name   = Daily Special Orders
   |author   = ylsama
+
   |author = shekurika
   |id       = ylsama.RightClickMoveMode
+
   |id     = shekurika.DailySpecialOrders
   |nexus id = 2614
+
   |nexus   = 9693
   |github  = ylsama/RightClickMoveMode
+
   |github = shekurika/DailySpecialOrders
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rise And Shine
+
   |name   = Daily Tasks Report
   |author   = Yoshify
+
   |author = GuiNoya, Yesst
   |id       = Yoshify.RiseAndShine
+
   |id     = GuiNoya.DailyTasksReport
   |nexus id = 3
+
   |nexus   = 1624
   |github   =  
+
   |github = GuiNoya/SVMods
  
   |broke in = SMAPI 0.39.1
+
   |broke in = Stardew Valley 1.4
 
<!--
 
<!--
   |unofficial version = 1.1.1-whisk-update
+
   |unofficial version = 1.4.2-unofficial.8-prism99
   |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-56142
 
-->
 
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rope Bridge
+
   |name   = Daily Tasks Report Plus
   |author   = Teban100
+
   |author = Prism 99
   |id       = RopeBridge
+
   |id     = Prism99.DailyTasksReportPlus
   |nexus id = 824
+
   |nexus   = 20871
   |github   = StephenKairos/Teban100-StardewMods
+
   |github = Prism-99/DailyTaskReportPlus
 
 
  |broke in          = SMAPI 2.6
 
  |unofficial version = 1.0.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324704
 
  |pull request      = https://github.com/StephenKairos/Teban100-StardewMods/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Running Late
+
   |name   = DaLionheart
   |author   = Coll1234567
+
   |author = DaLion
   |id       = Coll1234567.RunningLate
+
   |id     = DaLion.Core
   |nexus id = 3518
+
   |nexus   = 24332
   |github   =  
+
   |github = daleao/sdv
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rush Orders
+
   |name   = Dan Utils
   |author   = spacechase0
+
   |author = Danmw3
   |id       = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
+
   |id     = danmw3.DanUtils
   |nexus id = 605
+
   |nexus  = 2287
  |chucklefish id = 4274
+
   |github =
   |moddrop id = 127276
 
   |github   = spacechase0/RushOrders
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/rush-orders/ latest version from author's website]. 
+
   |broke in = SMAPI 3.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Safe Lightning
+
   |name   = Dark User Interface
   |author   = CatCattyCat, Cat
+
   |author = zazizu
   |id       = cat.safelightning
+
   |id     = zazizu.darkUI
   |nexus id = 2039
+
   |nexus   = 4056
   |github  = danvolchek/StardewMods
+
   |github = cilekli-link/SDVMods
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sailor Moon Hairstyles and Clothing
+
   |name   = Data Layers, Data Maps
   |author   = blueberry
+
   |author = Pathoschild
   |id       = blueberry.SailorStyles.Clothing, blueberry.SailorStyles.Hair, blueberry.SailorStylesHairstyles<!--clothing + hair separate, changed in 3.0-->
+
   |id     = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
   |nexus id = 4154
+
  |curse  = 1000628
   |github   = razikh-git/SailorStyles
+
   |nexus   = 1691
 +
  |moddrop = 606646
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sauvignon in Stardew
+
   |name   = Date Night
   |author   = Jesse, Jdvicks94
+
   |author = SUPERT
   |id       = Jesse.SauvignonInStardew
+
   |id     = supert.datenight
   |nexus id = 2597
+
   |nexus  = 11459
  |github   = JDvickery/Sauvignon-in-Stardew
 
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.9.1-unofficial.5-BigBhole69
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353940
+
   |summary  = use {{nexus mod|22714|Date Night Redux}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Save Anywhere
+
   |name   = Day Limiter
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Parzivl, tadfoster
   |id       = Omegasis.SaveAnywhere
+
   |id     = tadfoster.DayLimiter
   |nexus id = 444
+
   |nexus   = 25529
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = tadfoster/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Save Backup
+
   |name   = Dear Diary, Journal Keeping Mod
   |author   = SMAPI
+
   |author = MissCoriel
   |id       = SMAPI.SaveBackup
+
   |id     = misscoriel.diary
   |nexus id =  
+
  |curse  = 885086
   |url      = https://smapi.io
+
   |nexus   = 4451
   |github   = Pathoschild/SMAPI
+
   |moddrop = 624395
 +
   |github = MissCoriel/Dear-Diary
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Save Game Options
+
   |name   = Deathpoint - Monster Health Display Mod
   |author   = SorryLate, rharyanto
+
   |author = JeiPi, JeiP1
   |id       = SorryLate.SaveGameOptions
+
   |id     = JeiPi.Deathpoint
   |nexus id = 5190
+
   |nexus   = 25241
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scale Up
+
   |name   = Death Tweaks
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.ScaleUp
+
   |id     = aedenthorn.DeathTweaks
   |nexus id = 3130
+
   |nexus   = 18174
   |curseforge id = 310789
+
   |github = aedenthorn/StardewValleyMods
  |curseforge key = scale-up
+
 
   |github  = Platonymous/Stardew-Valley-Mods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scarecrow Highlighter
+
   |name   = Debug Mode
   |author   = WretchedPenguin
+
   |author = Pathoschild
   |id       = WretchedPenguin.ScarecrowHighlighter
+
   |id     = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
   |nexus id = 3579
+
  |curse  = 1000634
   |github   =  
+
   |nexus   = 679
 +
  |moddrop = 606608
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scroll To Blank
+
   |name   = Decrafting Mod
   |author   = Caraxian
+
   |author = iSkLz_, MSCFC
   |id       = caraxian.scroll.to.blank
+
   |id     = MSCFC.DecraftingMod
   |nexus id = 4144
+
   |nexus   = 4158
   |chucklefish id = 4405
+
   |github  = iSkLz/DecraftingMod
   |github  = Caraxi/StardewValleyMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scroll To Zoom
+
   |name   = Deep Woods
   |author   = Tomwa
+
   |author = Max Vollmer, SVProtector
   |id       = Tomwa.ScrollToZoom
+
   |id     = maxvollmer.deepwoodsmod
   |nexus id = 2163
+
  |curse  = 992429
   |github   =  
+
   |nexus   = 2571
 +
   |github = maxvollmer/DeepWoodsMod
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |unofficial version = 1.4-unofficial.1-OrchidAlloy
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354192
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scythe Harvesting
+
   |name   = Deep Woods Seasonal Obelisk
   |author   = mmanlapat
+
   |author = Sandman53
   |id       = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
+
   |id     = maxvollmer.deepwoodsmod.seasonalobelisk
   |nexus id = 1106
+
   |nexus   = 5016
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6<!--@retest-after Deep Woods-->
  |status  = workaround
 
  |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SDV Twitch
+
   |name   = Deep Woods Warp Network Integration
   |author   = Dawgeth
+
   |author = Tlitookilakin
   |id       = MTD.SDVTwitch
+
   |id     = tlitookilakin.deepwoodswarpnet
   |nexus id = 1760
+
   |nexus   = 10240
   |github   =  
+
  |moddrop = 1060419
 +
   |github = tlitookilakin/WarpnetDeepwoods
  
   |broke in = SMAPI 3.0
+
   |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
 +
  |name    = Default Farmer
 +
  |author  = Tyler Gibbs
 +
  |id      = tylergibbs2.DefaultFarmer
 +
  |nexus  = 12421
 +
  |github  = tylergibbs2/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Default On Cheats
 +
  |author  = EnderTedi
 +
  |id      = EnderTedi.DefaultOnCheats
 +
  |nexus  = 21035
 +
  |github  = EnderTedi/DefaultOnCheats
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Bag
+
   |name   = Default Window Size
   |author   = Platonymous
+
   |author = DecidedlyHuman
   |id       = Platonymous.SeedBag
+
   |id     = DecidedlyHuman.DefaultWindowSize
   |nexus id = 1133
+
   |nexus  = 10939
  |curseforge id  = 307726
+
   |github = DecidedlyHuman/StardewValleyMods
   |curseforge key = seed-bag
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Catalogue
+
   |name   = Delivery Service
   |author   = spacechase0
+
   |author = AxesOfEvil
   |id       = spacechase0.SeedCatalogue
+
   |id     = AxesOfEvil.DeliveryService
   |nexus id = 1640
+
   |nexus  = 5187
  |chucklefish id = 5090
+
   |github = AxesOfEvil/SV_DeliveryService
   |moddrop id = 281292
 
   |github   = spacechase0/SeedCatalogue
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/seed-catalogue/ latest version from author's website].
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Maker Crop Quality, SMCQ
+
   |name   = Delivery Upgrade Tool
   |author   = mcoocr
+
   |author = Dash, yuukidach
   |id       = mcoocr.smcq
+
   |id     = Pathoschild.test
   |nexus id = 3089
+
   |nexus   = 5570
   |github   = Noomklaw/SV_BetterQualityMoreSeeds
+
   |github =
  
   |broke in     = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status      = workaround
 
  |summary      = use [[#Better Quality More Seeds|Better Quality More Seeds]] instead.
 
  |pull request = https://github.com/Noomklaw/SV_BetterQualityMoreSeeds/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seeds are Rare
+
   |name   = Deluxe Auto-Grabber, Coop Grabber
   |author   = jahangmar
+
   |author = stokastic
   |id       = jahangmar.SeedsAreRare
+
   |id     = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
   |nexus id = 3618
+
   |nexus   = 2462
   |github  = jahangmar/StardewValleyMods
+
   |github = stokastic/CoopGrabber
 +
 
 +
  |broke in = Stardew Valley 1.3.29
 +
  |status   = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Deluxe Grabber Redux|Deluxe Grabber Redux]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Self Service
+
   |name   = Deluxe Auto-Petter
   |author   = JarvieK
+
   |author = Frostiverse
   |id       = JarvieK.SelfService
+
   |id     = Frostiverse.DeluxeAutoPetter
   |nexus id = 1304
+
   |nexus   = 23226
   |github   = Jarvie8176/StardewMods
+
   |github = Hunter-Chambers/StardewValleyMods
 
 
  |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
 
  |pull request      = https://github.com/Jarvie8176/StardewMods/pull/7
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Self Service Shops
+
   |name   = Deluxe Grabber Redux
   |author   = GuiNoya, Yesst
+
   |author = ferdaber
   |id       = GuiNoya.SelfServiceShop
+
   |id     = ferdaber.DeluxeGrabberRedux
   |nexus id = 1622
+
   |nexus   = 7920
   |github   = GuiNoya/SVMods
+
   |github = ferdaber/sdv-mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Self Service|Self Service]] instead.
+
   |summary  = use [[#Deluxe Grabber Redux 1.6|Deluxe Grabber Redux 1.6]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Send Items to Other Farmers, Send Letters
+
   |name   = Deluxe Grabber Redux 1.6
   |author   = Denifia
+
   |author = Nykal145
   |id       = Denifia.SendItems
+
   |id     = Nykal145.DeluxeGrabberRedux16
   |nexus id = 1087
+
   |nexus  = 20799
   |moddrop id = 127754
+
   |github =
   |github   = Denifia/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sit on Chairs, Sentar Em Cadeiras
+
   |name   = Deluxe Hats
   |author   = BrasileiroTop, Vagabundo2421
+
   |author = domsim1
   |id       = BrasileiroTop.Sentar
+
   |id     = domsim1.DeluxeHats
   |nexus id = 4729
+
   |nexus   = 5836
   |github  =  
+
   |github = domsim1/stardew-valley-deluxe-hats-mod
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Separate Greenhouse
+
   |name   = Deluxe Journal
   |author   = lolmaj
+
   |author = MolsonCAD
   |id       = lolmaj.SeparateGreenhouse
+
   |id     = MolsonCAD.DeluxeJournal
   |nexus id = 3965
+
   |nexus   = 11436
   |github   = MaciejMarkuszewski/StardewValleySeparateGreenhouse
+
   |github = MolsonCAD/DeluxeJournal
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Server Bookmarker
+
   |name   = Demanding Shipping
   |author   = Ilyaki
+
   |author = lech43
   |id       = Ilyaki.ServerBookmarker
+
   |id     = lech43.DemandingShipping
   |nexus id = 2968
+
   |nexus   = 7315
   |github   = Ilyaki/ServerBookmarker
+
   |github =
  
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-52#post-3357167
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.4-unofficial.1-jenrikku
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Server Browser
+
   |name   = Demetrius Solo Dancing, Robin Building Token
   |author  = Ilyaki
+
   |author = DrSpactacus, NateMod
   |id       = Ilyaki.ServerBrowser
+
  |id      = NateMod.RobinBuildingToken
   |nexus id = 3227
+
  |nexus   = 22564
   |github   = Ilyaki/Server-Browser
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Demetrius Visits Cave
 +
  |author  = Kichjo
 +
   |id     = Kichjo.DemetriusVisitsCave
 +
   |nexus   = 5477
 +
   |github = KeelanRosa/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|17575|Demetrius Visits Cave Redux}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Server Port Changer
+
   |name   = Desert Bloom Farm
   |author   = PhantomGamers
+
   |author = DeLiXx
   |id       = PhantomGamers.ServerPortChanger
+
   |id     = DeLiXx.Desert_Bloom_Farm
   |nexus id = 2993
+
  |curse  = 990494
   |github  = PhantomGamers/StardewPortChanger
+
   |nexus   = 16750
 +
   |github =
 +
   |source  = https://gitlab.com/delixx/stardew-valley/desert-bloom-farm
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Set Money
+
   |name   = Desert Obelisk
   |author   = j4c0b333
+
   |author = CatCattyCat, Cat
   |id       = j4c0b333.SetMoney
+
   |id     = cat.desertobelisk
   |nexus id = 3889
+
   |nexus   = 2021
   |github   =  
+
  |moddrop = 833549
 +
   |github = danvolchek/StardewMods
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Destroyable Bushes
 +
  |author  = Esca, Esca-MMC
 +
  |id      = Esca.DestroyableBushes
 +
  |nexus  = 6304
 +
  |moddrop = 798245
 +
  |github  = Esca-MMC/DestroyableBushes
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Set Unique Game ID
+
   |name   = Detailed Sprites
   |author   = dJomp
+
   |author = RainsKuro, RainzKuro
   |id       = dJomp.SetUniqueGameID
+
   |id     = RainzKuro.DetailedSprites
   |nexus id = 2042
+
   |nexus   = 15549
   |github   =  
+
   |github =
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shed Notifications
+
   |name   = DewCord Rich Presence
   |author   = TheCroak
+
   |author = explosivetortellini
   |id       = TheCroak.BuildingsNotifications
+
   |id     = explosivetortellini.StardewValleyDRP
   |nexus id = 620
+
   |nexus   = 8348
   |github   =  
+
   |github = explosivetortellini/StardewValleyDRP
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.5.5
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shenandoah Library
+
   |name   = Dialog to Clipboard
   |author   = Nishtra
+
   |author = dlrdlrdlr
   |id       = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
+
   |id     = dlrdlrdlr.DialogToClipboard
   |nexus id = 756
+
   |nexus   = 23834
   |github   =  
+
   |github = dlrdlrdlr/DialogToClipboard
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ship Anything, Ship Everything
+
   |name   = Dialogue Box Redesign
   |author   = Berkay Yigit, berkayylmao
+
   |author = gzhynko
   |id       = berkay2578.ShipAnything, berkay2578.ShipEverything<!--changed in 1.1-->
+
   |id     = GZhynko.DialogueBoxRedesign
   |nexus id = 3782
+
   |nexus   = 8853
   |github   = berkayylmao/StardewValleyMods
+
   |github = gzhynko/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ship From Inventory
+
   |name   = Dialogue Display Framework
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.ShipFromInventory
+
   |id     = aedenthorn.DialogueDisplayFramework
   |nexus id = 3219
+
  |curse  = 868761
   |curseforge id = 310737
+
   |nexus   = 11661
   |curseforge key = ship-from-inventory
+
   |github = aedenthorn/StardewValleyMods
   |github   = Platonymous/Stardew-Valley-Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 +
   |status  = workaround
 +
   |summary  = use {{nexus mod|22678|Dialogue Display Framework Continued}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shipment Tracker
+
   |name   = Dialogue Emotes
   |author   = Iceburg
+
   |author = PurrplingCat
   |id       = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
+
   |id     = PurrplingCat.DialogueEmotes
   |nexus id = 321
+
   |nexus   = 6537
   |github   =  
+
   |github = purrplingcat/DialogueEmotes
  
   |broke in = Stardew Valley 1.3
+
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shipping Taxes
+
   |name   = Dialogue Extension
   |author   = NOGAF
+
   |author = elbe
   |id       = NOGAF.ShippingTaxes
+
   |id     = elbe.DialogueExtension
   |nexus id = 5189
+
   |nexus   = 10851
   |github  =  
+
   |github = lshtech/DialogueExtension
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shop Anywhere
+
   |name   = Dialogue Keys
   |author   = SorryLate, rharyanto
+
   |author = PokeBenji
   |id       = SorryLate.ShopAnywhere
+
   |id     = PokeBenji.DialogueKeys
   |nexus id = 5299
+
  |curse  = 1022342
   |github   =
+
   |nexus   = 24325
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shop Expander
+
   |name   = Dialogue New Line
   |author   = Entoarox
+
   |author = aedenthorn, Erinthe
   |id       = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
+
   |id     = aedenthorn.DialogueNewLine
   |nexus id = 2278
+
   |curse  = 868753
   |chucklefish id = 4381
+
   |nexus  = 12175
   |github   = Entoarox/StardewMods
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shop Tile Framework
+
   |name   = Dialogue Tester
   |author   = Cherry
+
   |author = DecidedlyHuman
   |id       = Cherry.ShopTileFramework
+
   |id     = DecidedlyHuman.DialogueTester
   |nexus id = 5005
+
   |nexus   = 9887
   |moddrop id = 716384
+
   |moddrop = 1035899
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |github = DecidedlyHuman/DialogueTester
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Showcase
+
   |name   = Dialogue Trees
   |author   = Igorious
+
   |author = aedenthorn, Erinthe
   |id       = Igorious.Showcase
+
   |id     = aedenthorn.DialogueTrees
   |nexus id =
+
   |nexus  = 9550
   |chucklefish id = 4487
+
   |github = aedenthorn/StardewValleyMods
   |github   = Igorious/Stardew_Valley_Showcase_Mod
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Did You Water Your Crops
 +
  |author  = Nishtra
 +
  |id      = Nishtra.DidYouWaterYourCrops
 +
  |nexus  = 1583
 +
  |github  =
  
   |map local versions = 0.9-500 → 0.9<!--manifest incorrect-->
+
   |status  = workaround
 +
  |summary  = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
 +
  |broke in = Stardew Valley 1.3.29
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Show Catch Quality
+
   |name   = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
   |author   = f4iTh, JertsukkaTheMan
+
   |author = shanks3042
   |id       = f4iTh.ShowCatchQuality
+
   |id     = shanks3042.StardewValleyEasyPrairieKing
   |nexus id = 3326
+
   |nexus   = 5816
   |github  =  
+
   |github =
 +
   |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shroom Spotter
+
   |name   = Difficulty Socializing
   |author   = TehPers
+
   |author = PokeBenji
   |id       = TehPers.ShroomSpotter
+
   |id     = PokeBenji.DifficultySocializing
   |nexus id = 908
+
  |curse  = 1023363
   |moddrop id = 125766
+
   |nexus   = 24389
   |github   = TehPers/StardewValleyMods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dimensional Pockets
 +
  |author  = spacechase0
 +
  |id     = spacechase0.DimensionalPockets
 +
   |nexus  = 12706
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Silent Scarecrows
+
  |name    = Dino Form
   |author  = climaxius
+
  |author  = aedenthorn, Erinthe
   |id       = climaxius.silentscarecrows
+
  |id      = aedenthorn.DinoForm
   |nexus id = 3258
+
  |nexus  = 18244
   |github  = robbiev/SilentScarecrows
+
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Dino Form 2
 +
   |author = juminos
 +
  |id      = juminos.DinoForm2
 +
  |nexus  = 24718
 +
   |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Disable Auto Pickup
 +
  |author  = Eugenii10
 +
   |id     = KubichekEV.DisableAutoPickup
 +
   |nexus   = 9717
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Disable Building Fade
 +
  |author  = calebstein1
 +
  |id     = calebstein1.StardewDisableBuildingFade
 +
  |nexus  = 24558
 +
   |github = calebstein1/StardewDisableBuildingFade
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Disable Gamepad, Disable Controller
 +
  |author  = lperkins2, Logan Perkins
 +
   |id      = lperkins2.DisableController
 +
  |nexus  = 2229
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Silo Report
+
   |name   = Discord Rich Presence
   |author   = bogie5464
+
   |author = RuiNtD
   |id       = bogie5464.SiloReport
+
   |id     = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
   |nexus id = 3194
+
   |nexus   = 2156
   |github   = bogie5464/SiloReport
+
   |github = RuiNtD/SVRichPresence
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Crop Label
+
   |name   = Dish of the Day Display
   |author   = TheMusketeer
+
   |author = MouseyPounds
   |id       = SimpleCropLabel
+
   |id     = MouseyPounds.DishOfTheDayDisplay
   |nexus id = 314
+
   |nexus   = 3960
   |github   =  
+
   |github = MouseyPounds/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Hunger System, Hunger Mod
+
   |name   = Dismantle Craftables
   |author   = skn
+
   |author = jahangmar
   |id       = skn.HungerMod
+
   |id     = jahangmar.DismantleCraftables
   |nexus id = 3270<!--was 1127 before re-release-->
+
   |nexus   = 3687
   |github   =  
+
   |github = jahangmar/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Sound Manager
+
   |name   = Display Energy
   |author   = Omegasis, AlphaOmegasis
+
   |author = dmarcoux
   |id       = Omegasis.SimpleSoundManager
+
   |id     = dmarcoux.DisplayEnergy
   |nexus id = 1410
+
   |nexus   = 10662
   |github   = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 1087175
 +
   |github = dmarcoux/DisplayEnergy
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Sprinkler
+
   |name   = Display Monster Health
   |author   = ADoby, tZed, Tobias Z
+
   |author = Atesba
   |id       = tZed.SimpleSprinkler
+
   |id     = Atesba.DisplayMonsterHealth
   |nexus id = 76
+
   |nexus   = 20984
   |github   = ADoby/SimpleSprinkler
+
   |github =
 
 
  |broke in          = Stardew Valley 1.3
 
  |unofficial version = 1.6.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-60#post-3328871
 
  |pull request      = https://github.com/ADoby/SimpleSprinkler/pull/4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Siv's Marriage
+
   |name   = Display Player Stats
   |author   = sivolobwho, Tori Leblanc, Siv
+
   |author = Fleem
   |id       = 6266959802, medoli900.Siv's Marriage Mod, Siv.MarriageMod<!--official, two 1.2.3-unofficial versions-->
+
   |id     = Fleem.DisplayPlayerStats
   |nexus id = 366
+
   |nexus   = 21547
   |github   = tlcasebeer/SivsMarriageMod
+
   |github = FleemUmbleem/DisplayPlayerStats
 
 
  |broke in = Stardew Valley 1.1
 
  |status  = workaround
 
  |summary  = use {{nexus mod|3054|Looking For Love}} instead.
 
 
 
  |map local versions = 0.0 → 1.4<!--manifest incorrect-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skill Prestige
+
   |name   = Displays
   |author   = Alphablackwolf
+
   |author = spacechase0 and ParadigmNomad
   |id       = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
+
   |id     = spacechase0.Displays
   |nexus id = 569
+
  |curse  = 867712
   |github   = Alphablackwolf/SkillPrestige
+
   |nexus   = 7635
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.2.4-unofficial.12-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-56#post-3358097
 
  |pull request      = https://github.com/Alphablackwolf/SkillPrestige/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skill Prestige for Cooking Skill, Cooking Skill Prestige Adapter
+
   |name   = Distant Lands - A Small Witch Swamp Expansion, Aimons Witch Swamp Overhaul Patches
   |author   = Alphablackwolf
+
   |author = Aimon111
   |id       = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
+
   |id     = AimonsWitchSwampOverhaulPatchesMAPONLY<!--alternate version-->, AimonsWitchSwampOverhaulPatches
   |nexus id = 569
+
   |curse   = 1010281
  |github  = Alphablackwolf/SkillPrestige
+
   |nexus   = 18109
 
+
   |github  = SimonK1122/WitchSwampOverhaulPatches
   |broke in          = Stardew Valley 1.3
 
   |unofficial version = 1.2.4-unofficial.12-pathoschild
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-56#post-3358097
 
   |pull request      = https://github.com/Alphablackwolf/SkillPrestige/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skill Prestige for Luck Skill
+
   |name   = Diverse Stardew Valley - Seasonal Outfits - DSV Core
   |author   = Alphablackwolf
+
   |author = Airyn and the DSV Team
   |id       = Alphablackwolf.LuckSkillPrestigeAdapter
+
   |id     = DSV.Core
   |nexus id = 569
+
   |nexus   = 17059
   |github   = Alphablackwolf/SkillPrestige
+
   |github =
 
 
  |broke in          = Stardew Valley 1.3
 
  |unofficial version = 1.2.4-unofficial.12-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-56#post-3358097
 
  |pull request      = https://github.com/Alphablackwolf/SkillPrestige/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skill Prestige for Magic
+
   |name   = Don't Eat That
   |author   = Alphablackwolf
+
   |author = Pyrohead37
   |id       = alphablackwolf.MagicPrestigeAdapter
+
   |id     = Pyrohead37.DontEatThat
   |nexus id = 569
+
   |nexus   = 1951
   |github   = Alphablackwolf/SkillPrestige
+
   |github = jahangmar/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.2.4-unofficial.12-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-56#post-3358097
 
  |pull request      = https://github.com/Alphablackwolf/SkillPrestige/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skip Fishing Minigame
+
   |name   = Don't Stop Me Now
   |author   = DewMods
+
   |author = Shockah
   |id       = DewMods.StardewValleyMods.SkipFishingMinigame
+
   |id     = Shockah.DontStopMeNow
   |nexus id = 2697
+
   |nexus   = 10941
   |github   =  
+
   |github = Shockah/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skip Intro
+
   |name   = Double Standard Farm, Double Farm
   |author   = Pathoschild
+
   |author = Leaf
   |id       = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
+
   |id     = Leaf.DoubleFarm<!--changed in 3.0.0-->, Leaf.DoubleStandardFarm
   |nexus id = 533
+
   |nexus  = 3928
   |moddrop id = 606601
+
   |github =
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skull Cavern Elevator
+
   |name   = Downtown Zuzu
   |author  = Bifibi, Lestoph
+
   |author = XxHarvzBackxX, Zuzu Development Team
   |id      = SkullCavernElevator
+
   |id      = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
   |nexus id = 963
+
   |curse  = 987160
   |github   =  
+
   |nexus   = 8587
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sleepovers
+
   |name   = DPad Inventory Hotkey
   |author   = bwdy
+
   |author = joljyo
   |id       = bwdy.sleepovers
+
   |id     = joljyo.DPadInventoryHotkey
   |nexus id = 3531
+
   |nexus   = 7507
   |github   = bwdymods/SDV-Sleepovers
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sleep Worker
+
   |name   = Dragon Pearl Lure
   |author   = Platonymous
+
   |author = violetlizabet
   |id       = Platonymous.SleepWorker
+
   |id     = violetlizabet.DragonPearlLure
   |nexus id = 2062
+
   |nexus   = 15109
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = elizabethcd/DragonPearlLure
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sleepy Eye
+
   |name   = Draw Fish Ponds Over Grass
   |author   = spacechase0
+
   |author = atravita
   |id       = spacechase0.SleepyEye
+
   |id     = atravita.DrawFishPondsOverGrass
   |nexus id = 1152
+
   |curse  = 870981
   |chucklefish id = 4709
+
   |moddrop = 1125248
   |moddrop id = 129011
+
   |nexus  = 11352
   |github  = spacechase0/SleepyEye
+
   |github = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Slime Mods, Slime Minigame, Slime QOL
+
   |name   = Dreamscape
   |author   = Tofu, SadDodo
+
   |author = aedenthorn, Erinthe
   |id       = Tofu.SlimeMinigame, Tofu.SlimeQOL
+
   |id     = aedenthorn.Dreamscape
   |nexus id = 2743
+
   |nexus   = 11742
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Slime Spawner
+
   |name   = Dresser Sorter
   |author   = aurnj, Roy Li
+
   |author = idermailer
   |id       = RuyiLi.SlimeSpawner
+
   |id     = idermailer.dresserSorter
   |nexus id =
+
   |nexus  = 24443
   |url      = https://community.playstarbound.com/threads/slime-spawner.129326/
+
   |github = idermailer/DresserSorter
   |github   =  
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Slower Fence Decay
+
   |name   = Drive By
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = BlaDe
   |id       = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
+
   |id     = BlaDe.DriveBy
   |nexus id = 252
+
   |nexus  = 12033
  |source  = https://gitlab.com/speeder1/FenceSlowDecayMod
+
   |github =
 
 
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
  |summary = use [[#No Fence Decay|No Fence Decay]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Small Beach Farm
+
   |name   = Drop It - Drop Item Hotkey
   |author   = Pathoschild
+
   |author = Goldenrevolver
   |id       = Pathoschild.SmallBeachFarm
+
   |id     = Goldenrevolver.DropItHotkey
   |nexus id = 3750
+
   |nexus  = 7971
   |moddrop id = 606555
+
   |github = Goldenrevolver/Stardew-Valley-Mods
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Smart Cursor
+
   |name   = Dungeon Buddy
   |author   = stokastic
+
   |author = SwiftSails
   |id       = stokastic.SmartCursor
+
   |id     = SwiftSails.DungeonBuddy
   |nexus id = 2458
+
   |nexus   = 7864
   |github   = stokastic/SmartCursor
+
   |github =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
  |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
 
  |pull request      = https://github.com/stokastic/SmartCursor/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SmartMod
+
   |name   = Dungeon Merchants
   |author   = KuroBear
+
   |author = aedenthorn, Erinthe
   |id       = KuroBear.SmartMod
+
   |id     = aedenthorn.DungeonMerchants
   |nexus id =
+
   |nexus  = 14630
   |url      = https://community.playstarbound.com/threads/108104
+
   |github = aedenthorn/StardewValleyMods
   |github   =  
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Snack Anything
+
   |name   = Durable Fences
   |author   = Cherry, ChroniclerCherry
+
   |author = Zoryn
   |id       = Cherry.SnackAnything
+
   |id     = Zoryn.DurableFences
   |nexus id = 5196
+
   |nexus   =
   |moddrop id = 716397
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |github = Zoryn4163/SMAPI-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Snail Mail
+
   |name   = Durin's Rest
   |author   = Darkhax
+
   |author = NoFogBob and PaulDunstan
   |id       = darkhax.snailmail
+
   |id     = NoFogBob.DurinsRest_CSharp
   |nexus id =
+
   |nexus  = 12345
   |curseforge id  = 307861
+
   |github =
  |curseforge key = snail-mail
 
   |github   = Stardew-Valley-Modding/Snail-Mail
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |dev note = incompatibility possibly due to Bookcase
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dusty Overhaul
 +
  |author  = CyanFire
 +
  |id      = CF.SMAPI.DustyOverhaul
 +
  |nexus  = 13057
 +
   |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Social Tab Patch for Unlimited Players
+
   |name   = Dusty Overhaul - SVE
   |author   = funny-snek
+
   |author = CyanFire
   |id       = funnysnek.socialtabpatch
+
   |id     = CF.SMAPI.DustyOverhaulSVE
   |nexus id = 2981
+
   |nexus   = 13265
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sorted Storages
+
   |name   = DVR
   |author   = TeamCoFH, Tech, Zeldo
+
   |author = captncraig
   |id       = Zeldo.LinkedStorages
+
   |id     = captncraig.dvr
   |nexus id =
+
   |nexus  = 3860
   |curseforge id  = 290653
+
   |github = captncraig/StardewMods
  |curseforge key = sorted-storages
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4
  |status  = workaround
 
  |summary  = use [[#Convenient Chests|Convenient Chests]] instead.
 
}}
 
{{/entry
 
  |name    = SpaceCore
 
  |author  = spacechase0
 
  |id      = spacechase0.SpaceCore
 
  |nexus id = 1348
 
  |chucklefish id = 4868
 
  |moddrop id = 136998
 
  |github  = spacechase0/SpaceCore_SDV
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spawn Monsters
+
   |name   = Dwarf Scroll Prices
   |author   = Berisan
+
   |author = noriteway
   |id       = Berisan.SpawnMonsters
+
   |id     = norite.DwarfScrollPrice<!--changed in 1.1.0-->, noriteway.DwarfScrollPrice
   |nexus id = 3201
+
   |nexus   = 16386
   |github   = Berisan/SpawnMonsters
+
   |github = noriteway/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Speed Mod
+
   |name   = Dwarvish Mattock
   |author   = Blackclaw
+
   |author = Anthony Hilyard, Grend
   |id       = Blackclaw.SpeedMod
+
   |id     = com.anthonyhilyard.dwarvishmattock
   |nexus id = 5082
+
  |curse  = 536418
   |github   = Xebeth/StardewValley-SpeedMod
+
   |nexus   = 9684
 +
   |github = AHilyard/DwarvishMattock
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spenny
+
   |name   = Dynamic Bodies
   |author   = spacechase0
+
   |author = ribeena
   |id       = spacechase0.Spenny
+
   |id     = ribeena.dynamicbodies
   |nexus id = 2755
+
   |nexus  = 12893
   |chucklefish id = 5522
+
   |github = ribeena/StardewValleyMods
   |github   = spacechase0/Spenny
 
}}
 
{{/entry
 
  |name    = Split Screen
 
  |author  = Ilyaki
 
  |id      = Ilyaki.SplitScreen
 
  |nexus id = 2139
 
  |github  = Ilyaki/SplitScreen
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 4.0.3-unofficial.1-leifericson
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-22#post-3354029
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spooky Big Pumkin, Spooky_pumkin
+
   |name   = Dynamic Checklist
   |author   = Dounat2201, Sasara
+
   |author = gunnargolf
   |id       = Sasara.pumkin
+
   |id     = gunnargolf.DynamicChecklist
   |nexus id = 4586
+
   |nexus   = 1145
   |github   =
+
   |github = gunnargolf/DynamicChecklist
}}
 
{{/entry
 
  |name    = Spouse's Room Mod
 
  |author  = Wata, Watagatapitusberry
 
  |id      = Spouseroom
 
  |nexus id =
 
  |url      = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
 
  |github  =
 
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Daily Tasks Report|Daily Tasks Report]] instead.
 +
<!--
 +
  |unofficial version = 1.0.2-unofficial.1-Mizzion
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329010
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spouse Stuff
+
   |name   = Dynamic Clothing
   |author   = hquake, Per Sikker Hansen, Sikker
+
   |author = hilovids
   |id       = Sikker.SpouseStuff
+
   |id     = hilovids.DynamicClothing
   |nexus id = 4651
+
   |nexus   = 10078
   |github  = sikker/SpouseStuff
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint
+
   |name   = Dynamic Crops
   |author   = Yoshify
+
   |author = HaulinOats
   |id       =  
+
   |id     = HaulinOats.DynamicCrops
   |nexus id = 2
+
   |nexus   = 13800
   |github   =  
+
   |github = HaulinOats/StardewMods
  
   |broke in = SMAPI 0.39.1
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Sprint Sprint Sprint|Sprint Sprint Sprint]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
+
   |name   = Dynamic Dialogues Framework
   |author   = Abs, abslam
+
   |author = mistyspring
   |id       = abs.SprintNRegen
+
   |id     = mistyspring.dynamicdialogues
   |nexus id = 4898
+
   |nexus   = 12836
   |github   =  
+
   |github = misty-spring/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprinting
+
   |name   = Dynamic Festival Rewards
   |author   = Patrick, mistersnuggler
+
   |author = mistyspring
   |id       =  
+
   |id     = mistyspring.DynamicFestivalRewards
   |nexus id =
+
   |nexus  = 20253
   |url      = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
+
   |github  =
   |github   = oliverpl/SprintingMod
 
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = workaround
 
  |summary = use [[#Sprint Sprint Sprint|Sprint Sprint Sprint]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint and Dash Buttons
+
   |name   = Dynamic Flooring
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = aedenthorn, Erinthe
   |id       = SPDSprintAndDash
+
   |id     = aedenthorn.DynamicFlooring
   |nexus id = 235
+
   |nexus   = 14780
   |github   =
+
   |github = aedenthorn/StardewValleyMods
  |source  = https://gitlab.com/speeder1/SPDSprintAndDashMod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint and Dash Redux
+
   |name   = Dynamic Game Assets
   |author   = littleraskol
+
   |author = spacechase0
   |id       = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
+
   |id     = spacechase0.DynamicGameAssets
   |nexus id = 560
+
   |curse  = 867707
   |chucklefish id = 4201
+
   |nexus  = 9365
   |source  = https://community.playstarbound.com/resources/4201
+
   |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.20
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |status  = workaround
 
  |summary  = use [[#Sprint Sprint Sprint|Sprint Sprint Sprint]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint Sprint Sprint
+
   |name   = Dynamic Game Assets → DGA Automate
   |author   = Jessebot, JessebotX
+
   |author = spacechase0
   |id       = Jessebot.SprintSprintSprint
+
   |id     = spacechase0.DGAAutomate
   |nexus id = 3294
+
   |nexus  = 9365
   |moddrop id = 624116
+
   |github = spacechase0/StardewValleyMods
   |github   = JessebotX/StardewMods
+
 
}}
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
{{/entry
 
  |name    = Sprite Master
 
  |author  = Ameise, Ameisen, mkukli
 
   |id      = DigitalCarbide.SpriteMaster
 
  |nexus id = 4922
 
  |github  = ameisen/SV-SpriteMaster
 
}}
 
{{/entry
 
  |name    = Stack Check Fix
 
  |author  = punyo, yakminepunyo
 
  |id      = punyo.StackCheckFix
 
  |nexus id = 2433
 
  |github  = pomepome/StackCheckFix
 
}}
 
{{/entry
 
  |name    = Stack Everything
 
  |author  = CatCattyCat, Cat
 
  |id      = cat.stackeverything
 
  |nexus id = 2053
 
  |github  = danvolchek/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = StackSplitX
+
   |name   = Dynamic Horses
   |author   = tstaples
+
   |author = Bpendragon
   |id       = tstaples.StackSplitX
+
   |id     = Bpendragon-DynamicHorses
   |nexus id = 798
+
   |nexus   = 874
   |github   = tstaples/StackSplitX
+
   |github = Bpendragon/DynamicHorses
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 1.5.1-unofficial.4-mizzion
+
   |status  = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-11#post-3353213
+
   |summary  = remove this mod (no longer maintained; use [[#Adopt 'n Skin|Adopt 'n Skin]] instead).
  |pull request      = https://github.com/tstaples/StackSplitX/pull/4
 
}}
 
{{/entry
 
  |name    = Stack to Nearby Chests
 
  |author  = Ilyaki
 
  |id      = Ilyaki.StackToNearbyChests
 
  |nexus id = 1787
 
  |github  = Ilyaki/StackToNearbyChests
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = StaminaRegen
+
   |name   = Dynamic Machines
   |author   = EvilPdor
+
   |author = tyran285, Ryuuze
   |id       =  
+
   |id     = DynamicMachines
   |nexus id =
+
   |nexus  = 374
   |url      = https://community.playstarbound.com/threads/111526
+
   |github =
   |github   = natfoth/StardewValleyMods
 
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dynamic Map Tiles
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.DynamicMapTiles
 +
  |nexus  = 14566
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |summary  = use [[#Dynamic Map Tiles - Continued|Dynamic Map Tiles - Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Standardized Krobus
+
   |name   = Dynamic Map Tiles - Continued
   |author   = minervamaga
+
   |author = Datamancer
   |id       = minervamaga.StandardizedKrobus
+
   |id     = datamancer.DynamicMapTiles
   |nexus id = 5206
+
   |nexus  = 21084
   |moddrop id = 716314
+
   |github =
   |github   = minervamaga/StandardizedKrobus
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Starbot
+
   |name   = Dynamic Night Time
   |author   = bwdy
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       = bwdy.starbot
+
   |id     = knakamura.dynamicnighttime
   |nexus id = 4755
+
   |nexus   = 2072
   |github   = bwdymods/SDV-Starbot
+
  |moddrop = 664041
 +
   |github = Sakorona/SDVMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Brewery
+
   |name   = Dynamic NPC Sprites
   |author   = Cylon
+
   |author = BashNinja
   |id       = cylon.stardewbrewery
+
   |id     = BashNinja.DynamicNPCSprites
   |nexus id = 2057
+
   |nexus   = 1183
   |github   = JustCylon/stardew-brewery
+
   |github = miketweaver/BashNinja_SDV_Mods
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead
+
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Config Menu
+
   |name   = Dynamic Reflections
   |author   = Juice805
+
   |author = PeacefulEnd
   |id       = Juice805.StardewConfigMenu
+
   |id     = PeacefulEnd.DynamicReflections
   |nexus id = 1312
+
   |curse  = 870926
   |github   = StardewConfigFramework/StardewConfigMenu
+
   |nexus   = 12831
 
+
   |github  = Floogen/DynamicReflections
   |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Discord
+
   |name   = Dynamic Running Speed
   |author   = Steven Kraft
+
   |author = Vrakyas
   |id       = StevenKraft.StardewDiscord
+
   |id     = Vrakyas.DynamicRunningSpeed
   |nexus id = 3608
+
   |nexus   = 4029
   |github   =  
+
   |github =
  
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Editor
+
   |name   = Early Bed Mod
   |author   = spacechase0
+
   |author = Nokane
   |id       = spacechase0.StardewEditor.GameIntegration
+
   |id     = Nokane.EarlyBedMod
   |nexus id = 1298
+
   |nexus   = 25168
   |chucklefish id = 4837
+
  |github  =
   |github   = spacechase0/StardewEditor
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Early Community Upgrades
 +
  |author  = sophiesalacia
 +
  |id     = Vertigon.EarlyCommunityUpgrades
 +
   |nexus  = 8450
 +
   |github = dtomlinson-ga/EarlyCommunityUpgrades
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Hack
+
   |name   = Early Ginger Island
   |author   = bcmpinc
+
   |author = Shockah
   |id       = bcmpinc.StardewHack
+
   |id     = Shockah.EarlyGingerIsland
   |nexus id = 3213
+
   |nexus   = 13885
   |github   = bcmpinc/StardewHack
+
   |github = Shockah/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew In-Game Daily Planner
+
   |name   = Easier Cave Puzzle
   |author   = MevNav
+
   |author = atravita
   |id       = MevNav.DailyPlanner
+
   |id     = atravita.NerfCavePuzzle
   |nexus id = 3941
+
  |curse  = 870978
   |github   = BuildABuddha/StardewDailyPlanner
+
  |moddrop = 1131424
 +
   |nexus   = 11500
 +
   |github = atravita-mods/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
   |unofficial version = 0.5.3-unofficial.1-Cherry
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-58#post-3358615
+
   |summary  = use [[#Easy Island Puzzle|Easy Island Puzzle]] instead.
  |pull request      = https://github.com/BuildABuddha/StardewDailyPlanner/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Locations
+
   |name   = Easier Dart Puzzle
   |author   = Mizzion
+
   |author = atravita
   |id       = mizzion.stardewlocations
+
   |id     = atravita.EasierDartPuzzle
   |nexus id = 1929
+
   |curse  = 870971
   |moddrop id = 661357
+
   |moddrop = 1205159
   |github  = Mizzion/MyStardewMods
+
  |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.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew News Feed
+
   |name   = Easier Farming
   |author   = Other Buckets
+
   |author = Cautious Waffle, skulmuk
   |id       = OtherBuckets.StardewNewsFeed
+
   |id     = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
   |nexus id = 3206
+
   |nexus   = 1426
   |github   = Mikesnorth/StardewNewsFeed
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Notification
+
   |name   = Easier Fishing
   |author   = monopandora
+
   |author = majordot
   |id       = stardewnotification, mondopandora.stardewnotification <!--actual + unofficial manifest ID-->
+
   |id     = MajorDOT.EasierFishing
   |nexus id = 4713
+
   |nexus   =
   |url      = https://community.playstarbound.com/threads/127979
+
  |curse  = 305367
   |github   = Sakorona/SDVMods
+
  |github  =
 +
 
 +
   |broke in = SMAPI 3.0
 +
   |status  = workaround
 +
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Symphony Remastered, Stardew Symphony
+
   |name   = Easier Monster Eradication
   |author   = Omegasis, Alpha_Omegasis
+
   |author = NormanPCN
   |id       = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
+
   |id     = NormanPCN.EasierMonsterEradication
   |nexus id = 425
+
   |nexus   = 11548
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = NormanPCN/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Valley ESP, sdv-helper
+
   |name   = Easier Special Orders
   |author   = reimu, r2h, tomdc
+
   |author = TheMightyAmondee
   |id       = reimu.sdv-helper
+
   |id     = TheMightyAmondee.EasierSpecialOrders
   |nexus id = 3917
+
   |nexus   = 8342
   |github   = rei2hu/stardewvalley-esp
+
   |github = TheMightyAmondee/EasierSpecialOrders
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Valley Randomizer
+
   |name   = East Scarp (SMAPI)
   |author   = Tooshi
+
   |author = LemurKat and kdau
   |id       = Tooshi.Randomizer
+
   |id     = atravita.EastScarp<!--changed in 2.4.0-->, LemurKat.EastScarp.SMAPI<!--changed in 2.0.0-->, LemurKat.EastScarpe.SMAPI
   |nexus id = 5185
+
   |nexus  = 5787
   |curseforge id  = 308003
+
   |moddrop = 984954
   |curseforge key = stardew-valley-randomizer
+
   |source  = https://gitlab.com/kdau/eastscarp
   |github  = cTooshi/stardew-valley-randomizer
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardust Core
+
  |name    = Easy Access
   |author  = Omegasis, Alpha_Omegasis
+
  |author  = LeFauxMatt
   |id       = Omegasis.StardustCore, StarDustCore<!--changed in 2.0-->
+
  |id      = furyx639.EasyAccess
   |nexus id = 2341
+
  |curse  = 871835
   |github   = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 1547212
 +
  |nexus  = 11002
 +
  |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Easy Attack
 +
   |author = season
 +
  |id      = season.EasyAttack
 +
  |nexus  = 20832
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Easy Chest
 +
  |author  = season
 +
   |id     = season.EasyChest
 +
   |nexus   = 20842
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Starting Money
+
   |name   = Easy Cleaner
   |author   = mmanlapat
+
   |author = season
   |id       = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
+
   |id     = season.EasyCleaner
   |nexus id = 1138
+
   |nexus   = 20865
   |github   =  
+
   |github =
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Start With Hat
+
   |name   = Easy Crane Game
   |author   = treyh0
+
   |author = Dragoon23
   |id       = treyh0.StartWithHat
+
   |id     = Dragoon23.EasyCraneGame
   |nexus id = 2628
+
   |nexus   = 22488
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stash Items to Chest
+
   |name   = Easy Darts Game
   |author   = lambui
+
   |author = Dragoon23
  |id      = BlueMod_StashItemsToChest
+
   |id      = Dragoon23.EasyDartGame
   |nexus id =
+
   |nexus   = 22506
  |url     = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
 
   |github  = lambui/StardewValleyMod_StashItemsToChest
 
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
   |summary  = use [[#Convenient Chests|Convenient Chests]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stone Bridge Over Pond, Pond With Bridge
+
   |name   = Easy Fairy
   |author   = Advize and jinxiewinxie
+
   |author = season
   |id       = jinxiewinxie.StoneBridgeOverPond
+
   |id     = season.EasyFairy
   |nexus id = 316
+
   |nexus   = 20931
   |github   = Jinxiewinxie/StardewValleyMods
+
   |github =
 
 
  |broke in          = SMAPI 3.0
 
  |unofficial version = 1.0.3-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 
  |pull request      = https://github.com/Jinxiewinxie/StardewValleyMods/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stumps to Hardwood Stumps
+
   |name   = Easy Farming
   |author   = Nishtra
+
   |author = MountainDewBoi
   |id       = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
+
   |id     = MountainDewBoi.EasyFarming
   |nexus id = 691
+
   |nexus   = 4162
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Point and Plant|Point and Plant]] or [[#Smart Building|Smart Building]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Subterranian Overhaul, Dwarvish
+
   |name   = Easy Farm Switcher
   |author   = mytigio
+
   |author = DeLiXx
   |id       = mytigio.SubterranianOverhaul
+
   |id     = DeLiXx.Easy_Farm_Switcher
   |nexus id = 4149
+
  |curse  = 990826
   |github  = mytigio/SDVMods
+
   |nexus   = 16873
 +
   |github =
 +
   |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Summit Reborn
+
   |name   = Easy Fishin'
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = Frostiverse
   |id       = KoihimeNakamura.summitreborn
+
   |id     = Frostiverse.EasyFishin
   |nexus id = 2073
+
   |nexus   = 22268
   |github   = JohnsonNicholas/SDVMods
+
   |github = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Queen Of Sauce Reminder
+
   |name   = Easy Fishing
   |author   = TheShwamp
+
   |author = season
   |id       = TheShwamp.TheQueenOfSauceReminder
+
   |id     = season.EasyFishing
   |nexus id = 5172
+
   |nexus   = 20830
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sundrop City
+
   |name   = Easy Gift
   |author   = The Sundrop Team
+
   |author = season
   |id       = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
+
   |id     = season.EasyGift
   |nexus id = 4014
+
   |nexus   = 20838
   |github   = Entoarox/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Swim (Almost) Anywhere, Swim Suit
+
   |name   = Easy Gifting
   |author   = Platonymous
+
   |author = CeruleanSpirit
   |id       = Platonymous.SwimSuit
+
   |id     = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
   |nexus id = 1215
+
   |nexus   = 2957
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github =
  
   |broke in     = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 0.6.1-unofficial.1-Strobe
 
  |unofficial url = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-57#post-3358200
 
  |pull request = https://github.com/Platonymous/Stardew-Valley-Mods/pull/37
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Swizzy Meads
+
   |name   = Easy Harvest
   |author   = Swizzy Studios
+
   |author = season
   |id       = SwizzyStudios.SwizzyMeads
+
   |id     = season.EasyHarvest
   |nexus id = 3241
+
   |nexus   = 20924
   |github   = SwizzyStudios/SV-SwizzyMeads
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tab Autoloot
+
   |name   = Easy Island Puzzle
   |author   = Guedez
+
   |author = MindMeltMax
   |id       = tab.autoloot
+
   |id     = MindMeltMax.EasyIslandPuzzle
  |nexus id = 5115
+
   |curse   = 1004494
   |github   =  
+
   |nexus   = 22642
}}
+
   |github = MindMeltMax/Stardew-Valley-Mods
{{/entry
 
   |name    = Tainted Cellar, Underground House Cellar
 
   |author  = Jinxiewinxie and TaintedWheat
 
  |id      = TaintedCellar
 
  |nexus id = 1672
 
   |github   = Jinxiewinxie/StardewValleyMods
 
 
 
  |broke in          = Stardew Valley 1.3
 
  |unofficial version = 1.1.1-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
 
  |pull request      = https://github.com/Jinxiewinxie/StardewValleyMods/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tapper Ready
+
   |name   = Easy Path Destruction
   |author   = skunkkky
+
   |author = StultusV
   |id       = skunkkk.TapperReady
+
   |id     = StultusV.EasyPathDestruction
   |nexus id = 1219
+
   |nexus   = 8775
   |github   =
+
   |github = JudeRV/Stardew-EasyPathDestruction
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Taxes Mod
+
   |name   = Easy Petting
   |author   = bdawson1993
+
   |author = CeruleanSpirit
   |id       =  
+
   |id     = EasyPetting.3032
   |nexus id = 38
+
   |nexus   = 3032
   |github   =  
+
   |github =
  
   |broke in = SMAPI 0.39.1
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Shipping Taxes|Shipping Taxes]] instead.
+
   |summary  = use [[#Animal Observer|Animal Observer]] instead.
}}
 
{{/entry
 
  |name    = Teh's Core Mod
 
  |author  = TehPers
 
  |id      = TehPers.CoreMod, TehPers.Core<!--changed in re-release-->
 
  |nexus id = 3256<!--was 2150 before re-release-->
 
  |github  = TehPers/StardewValleyMods
 
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teh's Festive Slimes
+
   |name   = Easy Travel, Easy Move
   |author   = TehPers
+
   |author = season
   |id       = TehPers.FestiveSlimes
+
   |id     = season.EasyMove
   |nexus id = 2990
+
   |nexus   = 20872
   |github   = TehPers/StardewValleyMods
+
   |github =
 
 
  |broke in = Stardew Valley 1.4
 
  |dev note = incompatibility possibly due to Teh's Core Mod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teh's Fishing Overhaul
+
   |name   = Easy Upgrade
   |author   = TehPers
+
   |author = Senofu
   |id       = TehPers.FishingOverhaul
+
   |id     = Senofu.EasyUpgrade
   |nexus id = 866
+
   |nexus  = 23496
   |moddrop id = 123679
+
   |github =
   |github   = TehPers/StardewValleyMods
 
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teleport
+
   |name   = Easy Valley
   |author   = Enaium
+
   |author = season
   |id       = Enaium.Teleport
+
   |id     = season.EasyValley
   |nexus id =
+
   |nexus  = 21181
   |url      = http://svmod.enaium.cn/
+
   |github =
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teleporter
+
   |name   = Eat & Drink From Inventory
   |author   = Bifibi
+
   |author = Zamiel
   |id       = Teleporter
+
   |id     = Zamiel.EatDrinkFromInventory
   |nexus id =
+
   |nexus  = 21280
   |chucklefish id = 4374
+
   |github  = Zamiell/stardew-valley-mods
   |github   =
 
 
 
  |broke in = Stardew Valley 1.2
 
  |status  = workaround
 
  |summary = use [[#Fast Travel|Fast Travel]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Theft of the Winter Star
+
   |name   = Eat Food In Backpack Instantly, Eat In Backpack
   |author   = spacechase0 + ParadigmNomad
+
   |author = philosquare
   |id       = spacechase0.TheftOfTheWinterStar
+
   |id     = philosquare.EatInBackpack
   |nexus id = 5062
+
   |nexus   = 22872
   |github   = spacechase0/TheftOfTheWinterStar
+
   |github = philosquare/EatInBackpack
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Moon
+
   |name   = Eat More
   |author   = Pucklynn
+
   |author = crc-fehler
   |id       = shannon.MoonMod
+
   |id     = crc.eatmore
   |nexus id = 2482
+
   |nexus   = 2724
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 3.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Pumpkin King
+
   |name   = Economy Mod
   |author   = KirbyLink
+
   |author = millerscout
   |id       = kirbylink.pumpkinking
+
   |id     = Millerscout.EconomyMod
   |nexus id = 3006
+
   |nexus   = 6955
   |github   = KirbyLink/PumpkinKing
+
   |github = millerscout/StardewMillerMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.1-minervamaga
 
  |unofficial url    = https://www.nexusmods.com/stardewvalley/mods/4109
 
  |pull request      = https://github.com/KirbyLink/PumpkinKing/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Weather Machine, SDVWM
+
   |name   = EH Smash Quality
   |author   = SixthTitan
+
   |author = EH Lim
   |id       = SixthTitan.StarDewValleyWeatherMachine
+
   |id     = tech.enghao.sv.eh-smash-quality
   |nexus id = 3203
+
   |nexus   = 9303
   |github  =  
+
   |github =
 +
   |warnings = Only compatible with Android.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Weather Machine → Cloud Visibility
+
   |name   = Eidee Easy Fishing
   |author   = SixthTitan
+
   |author = EideeHi
   |id       = SixthTitan.StarDewValleyWeatherMachine.Cloud
+
   |id     = net.eidee.stardew_valley.easy_fishing
   |nexus id = 3203
+
   |nexus   = 4806
   |github   =  
+
   |github = eideehi/EideeEasyFishing
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Three Heart Flower Festival Dance Partners, 3-heart Dance Partner
+
   |name   = EiTK
   |author   = spacechase0
+
   |author = enaium
   |id       = ThreeHeartDancePartner
+
   |id     = Enaium.EiTK
   |nexus id = 500
+
   |curse  = 365803
   |chucklefish id = 3767
+
   |nexus  =
   |moddrop id = 127278
+
   |github  =
   |github  = spacechase0/ThreeHeartDancePartner
+
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Throwable Axe
+
   |name   = Elevator
  |author  = spacechase0
+
   |author = Ilyaki
  |id      = spacechase0.ThrowableAxe
+
   |id     = Ilyaki.Elevator
  |nexus id = 5097
+
   |nexus  = 2952
  |github  = spacechase0/ThrowableAxe
+
   |github = Ilyaki/Elevator
}}
 
{{/entry
 
  |name    = Tillable Ground
 
  |author  = hawkfalcon
 
  |id      = hawkfalcon.TillableGround
 
  |nexus id = 2175
 
  |github  = hawkfalcon/Stardew-Mods
 
}}
 
{{/entry
 
  |name    = Tilled Soil Decay
 
  |author  = bcmpinc
 
  |id      = bcmpinc.TilledSoilDecay
 
  |nexus id = 2738
 
  |github  = bcmpinc/StardewHack
 
}}
 
{{/entry
 
  |name    = Time Freeze
 
  |author  = Omegasis, Alpha_Omegasis
 
  |id      = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
 
  |nexus id = 973
 
  |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
{{/entry
 
  |name    = Time Multiplier
 
  |author  = DefenTheNation
 
  |id      = DefenTheNation.TimeMultiplier
 
  |nexus id = 2262
 
  |github  = DefenTheNation/StardewMod-TimeMultiplier
 
}}
 
{{/entry
 
  |name    = Time Notifier
 
  |author  = CKextreme
 
  |id      = CKextreme.TimeNotifier
 
  |nexus id = 3706
 
  |github  = CKextreme/StardewValley-Mods
 
}}
 
{{/entry
 
   |name     = Time Reminder
 
   |author   = Sakorona, Kylindra, KoihimeNakamura
 
   |id       = KoihimeNakamura.TimeReminder
 
   |nexus id = 1000
 
   |moddrop id = 664035
 
   |github   = JohnsonNicholas/SDVMods
 
}}
 
{{/entry
 
  |name    = TimeSpeed
 
  |author  = cantorsdust
 
  |id      = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
 
  |nexus id = 169
 
  |github  = cantorsdust/StardewMods
 
}}
 
{{/entry
 
  |name    = TMXL Map Toolkit, TMX Loader
 
  |author  = Platonymous
 
  |id      = Platonymous.TMXLoader
 
  |nexus id = 1820
 
  |curseforge id = 306750
 
  |curseforge key = tmx-loader
 
  |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
{{/entry
 
  |name    = To Do List
 
  |author  = Eleanor, eleanoot
 
  |id      = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
 
  |nexus id = 1630
 
  |github  = eleanoot/stardew-to-do-mod
 
  
   |broke in     = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.5
 
<!--
 
<!--
   |unofficial version = 1.1.3-unofficial.2-pathoschild
+
   |unofficial version = 1.2.0-unofficial.kokirichild
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329144
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-77618
 
-->
 
-->
  |pull request = https://github.com/eleanoot/stardew-to-do-mod/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Toolbar Tooltips
+
   |name   = Elliot Is Fabio
   |author   = danmw3
+
   |author = Dr Dirtbag, DrDirtbag
   |id       = danmw3.toolbartooltips
+
   |id     = ElliottIsFabio.ElliottIsFabio
   |nexus id = 4977
+
   |nexus   = 23229
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Charging
+
   |name   = Elven Krobus, Underdark Krobus
   |author   = mralbobo
+
   |author = Mel Noelle and Kirbylink
   |id       = mralbobo.ToolCharging
+
   |id     = melnoelle.underdarkkrobus
   |nexus id =
+
   |nexus  = 3071
   |url      = https://community.playstarbound.com/threads/111988
+
   |github = KirbyLink/UnderdarkKrobus
   |github   = mralbobo/stardew-tool-charging
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = SMAPI 3.0
   |unofficial version = 1.2.2-unofficial.1-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344731
+
   |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
  |pull request      = https://github.com/mralbobo/stardew-tool-charging/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Geodes
+
   |name   = Email App
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.ToolGeodes
+
   |id     = aedenthorn.Email
   |nexus id = 3090
+
   |nexus  = 11325
   |chucklefish id = 5606
+
   |github = aedenthorn/StardewValleyMods
   |curseforge id = 308018
 
  |curseforge key = tool-geodes
 
  |github  = spacechase0/ToolGeodes
 
  
   |map remote versions = 1.3.36-ToolGeodes-1.1.5 → 1.1.5<!--CurseForge version incorrectly parsed-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Power Select
+
   |name   = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
   |author   = CrazyWig
+
   |author = aedenthorn, Erinthe
   |id       = crazywig.toolpowerselect
+
   |id     = aedenthorn.SDIEmily
   |nexus id = 2553
+
   |nexus   = 14366
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Power Setup
+
   |name   = Emotes
   |author   = Gilar Fasulaki
+
   |author = aurnj, Roy Li
   |id       = GilarF.ToolPowerSetup
+
   |id     = RuyiLi.Emotes
   |nexus id = 4517
+
   |nexus   =
   |github   =  
+
  |url    = https://community.playstarbound.com/threads/emotes.129159
 +
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Upgrade Delivery Service
+
   |name   = Empty Hands
   |author   = Felix-Dev
+
   |author = Oblitus
   |id       = Felix-Dev.ToolUpgradeDeliveryService
+
   |id     = QuicksilverFox.EmptyHands
   |nexus id = 2938
+
   |nexus   = 1176
   |github   = Felix-Dev/StardewMods
+
   |github = quicksilverfox/StardewMods
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |unofficial version = 1.4.1-unofficial.1-pathoschild
+
   |summary = remove this mod (no longer maintained; use [[#Empty Your Hands|Empty Your Hands]] instead).
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3349760
 
  |pull request      = https://github.com/Felix-Dev/StardewMods/pull/6
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TP NPC
+
   |name   = Empty Jar Bubbles
   |author   = Enaium
+
   |author = tem696969696969
   |id       = Enaium.TPNPC
+
   |id     = tem696969696969.EmptyJarBubbles
   |nexus id =
+
   |nexus  = 22598
   |url      = http://svmod.enaium.cn/
+
   |github = kqrse/StardewValleyMods
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tractor Mod
+
   |name   = Empty Your Hands
   |author   = Pathoschild
+
   |author = BlueSight
   |id       = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
+
   |id     = BlueSight.EmptyYourHands
   |nexus id = 1401
+
   |nexus  = 19736
   |moddrop id = 606639
+
   |github = Hikari-BS/StardewMods
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Train Whistle
+
   |name   = Enaium ToolKit
   |author   = Taskmaster
+
   |author = Enaium
   |id       = Taskmaster.TrainWhistle
+
   |id     = Enaium.EnaiumToolKit
   |nexus id = 4473
+
  |curse  = 436787
   |github   =  
+
  |moddrop = 863959
 +
   |nexus   =
 +
   |github = Enaium-StardewValleyMods/EnaiumToolKit
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trash Bear Item Helper, Trash Bear Name
+
   |name   = Enchantable Scythes and Golden Scythe Respawns
   |author   = MattDeDuck, Duckshard
+
   |author = Goldenrevolver
   |id       = MattDeDuck.TrashBearName
+
   |id     = Goldenrevolver.EnchantableScythes
   |nexus id = 5252
+
   |nexus   = 10668
   |github   = MattDeDuck/StardewValleyMods
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trash Remover
+
   |name   = Enchanted Adventurer's Guild Rewards
   |author   = SorryLate, rharyanto
+
   |author = Goldenrevolver
   |id       = SorryLate.TrashRemover
+
   |id     = Goldenrevolver.EnchantedAdventurersGuildRewards
   |nexus id = 5114
+
   |nexus   = 20942
   |github   =  
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trash Trash
+
   |name   = Enchanted Cowboy Boots
   |author   = Jaredlll08
+
   |author = Goldenrevolver
   |id       = BlameJared.TrashTrash
+
   |id     = Goldenrevolver.ObtainableCowboyBoots
   |nexus id =
+
   |nexus  = 20941
  |curseforge id  = 297981
+
   |github = Goldenrevolver/Stardew-Valley-Mods
   |curseforge key = trash-trash
 
   |github   = jaredlll08/Trash-Trash
 
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary  = use [[#Auto Trash|Auto Trash]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Traveling Takes Time
+
   |name   = Enchanted Galaxy and Infinity Weapons, Enchanted Galaxy Weapons
   |author   = Vrakyas
+
   |author = NamelessTo
   |id       = Vrakyas.TravelingTakesTime
+
   |id     = NamelessTo.EnchantedGalaxyWeapons
   |nexus id = 4031
+
  |curse  = 1001630
   |github   =  
+
   |nexus   = 21904
 +
   |github = namelessto/EnchantedGalaxyWeapons
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TreeCapitator
+
   |name   = Enemy Health Bars, Enemies Health Bars
   |author   = Enaium
+
   |author = TheThor59
   |id       = Enaium.TreeCapitator
+
   |id     = Thor.EnemyHealthBars
   |nexus id =  
+
   |nexus   = 3627
   |url      = http://svmod.enaium.cn/
+
   |github  = TheThor59/StardewMods
   |github  = Enaium/Stardew_Valley_Mods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Changes
+
   |name   = Enemy Health Bars, Health Bars
   |author   = JPAN
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = jpan.TreeChanges
+
   |id     = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
   |nexus id = 3964
+
   |nexus   = 193
   |github   = JPANv2/Stardew-Valley-Tree-Changes
+
   |chucklefish = 3529
 +
   |source  = https://gitlab.com/speeder1/SMAPIHealthbarMod
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
  |unofficial version = 1.9.2-unofficial.3-JoXW
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123209
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Shaker
+
   |name   = Energy Count
   |author   = TyoAtrosa
+
   |author = Crystallyne
   |id       = TyoAtrosa.Treeshaker
+
   |id     = Crystallyne.EnergyCount
   |nexus id = 2159
+
   |nexus   = 4272
   |github   = TyoAtrosa/TreeShaker
+
   |github = Crystallyne/EnergyCount
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Spread
+
   |name   = Energy Protect
   |author   = bcmpinc
+
   |author = philosquare
   |id       = bcmpinc.TreeSpread
+
   |id     = philosquare.EnergyProtect
   |nexus id = 3183
+
   |nexus   = 21918
   |github   = bcmpinc/StardewHack
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Transplant
+
   |name   = Energy Rework
   |author   = YukiShiku, LeonBlade
+
   |author = seferoni
   |id       = TreeTransplant
+
   |id     = seferoni.EnergyRework
   |nexus id = 1342
+
   |nexus  = 21686
   |moddrop id = 526140
+
   |github = seferoni/EnergyRework
   |github   = LeonBlade/TreeTransplant
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trendy Haley
+
   |name   = Energy Time
   |author   = candidus42
+
   |author = nikperic, ThatOneCow
   |id       = Candidus42.TrendyHaley
+
   |id     = nikperic.EnergyTime
   |nexus id = 4984
+
   |nexus   = 6488
   |github   = mus-candidus/TrendyHaley
+
  |source  = https://gitlab.com/nikperic/energytime
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 1.4.2-unofficial.1-huancz
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-132352
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TV Recipes
+
   |name   = Enhanced Loot Magnet, Magnet Mod
   |author   = SorryLate, rharyanto
+
   |author = aedenthorn, Erinthe
   |id       = SorryLate.TvRecipes
+
   |id     = Cheath.MagnetModRedux<!--changed in 1.2.1-unofficial.1-->, Aedenthorn.MagnetMod
   |nexus id = 5260
+
   |nexus   = 4856
   |github  =
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 1.2.1-unofficial.1-hirayuki
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-129627
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TV Announcements
+
   |name   = Enhanced Relationships
   |author   = Zyin
+
   |author = Mizzion
   |id       = Zyin.TVAnnouncements
+
   |id     = mizzion.enhancedrelationships
   |nexus id = 3649
+
   |nexus   = 1927
   |github  = Zyin055/TVAnnouncements
+
   |moddrop = 661356
 
+
   |github  = Mizzion/MyStardewMods
   |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Twitch in Stardew Valley, Twitch for Stardew
+
   |name   = Enhanced Slingshots
   |author   = Telshin, Tim "Telshin" Aldridge
+
   |author = ytsc
   |id       = telshin.twitch-for-stardew
+
   |id     = ytsc.EnhancedSlingshots
   |curseforge id  = 306420
+
   |nexus   = 12763
   |curseforge key = twitch-in-stardew-valley
+
   |github = YTSC/StardewValleyMods
  |nexus id =  
 
   |github   =  
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ui Info Suite
+
   |name   = Enough Sleep
   |author   = Cdaragorn
+
   |author = sodapotato
   |id       = Cdaragorn.UiInfoSuite
+
   |id     = sodapotato.enoughsleep
   |nexus id = 1150
+
   |nexus   = 21536
   |github   = cdaragorn/Ui-Info-Suite
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = UI Mod Suite
+
   |name   = Entoarox Framework
   |author   = Demiacle
+
   |author = Entoarox
   |id       = Demiacle.UiModSuite
+
   |id     = Entoarox.EntoaroxFramework
   |nexus id = 1023
+
   |nexus   = 2269
   |github   = demiacle/UiModSuite
+
  |chucklefish = 4228
 +
   |github = Entoarox/StardewMods
  
   |broke in = Stardew Valley 1.2
+
   |warnings = Broken on Android (crashes on startup).
  |status  = workaround
 
  |summary  = use [[#Ui Info Suite|Ui Info Suite]] instead.
 
}}
 
{{/entry
 
  |name    = Ultimate Gold
 
  |author  = Shadowfoxss
 
  |id      = Shadowfoxss.UltimateGoldStardew
 
  |nexus id = 2833
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Underdark Sewer
+
   |name   = Entoarox Modding Utilities
   |author   = Mel Noelle and Kirbylink
+
   |author = Entoarox
   |id       = melnoelle.underdarksewer
+
   |id     = Entoarox.Utilities
   |nexus id = 3070
+
   |nexus   = 5521
   |github   = KirbyLink/UnderdarkSewer
+
   |github = Entoarox/StardewMods
  
   |broke in          = SMAPI 3.0
+
   |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
  |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
 
  |pull request      = https://github.com/KirbyLink/UnderdarkSewer/pull/1
 
}}
 
{{/entry
 
  |name    = Unlimited Cats and Dogs
 
  |author  = funny-snek
 
  |id      = funnysnek.UnlimitedCatsandDogs
 
  |nexus id = 2942
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Unlimited Players
+
   |name   = Equal Money Split
   |author   = Armitxes
+
   |author = The Fluffy Robot, TheFluffyRobot
   |id       = Armitxes.UnlimitedPlayers
+
   |id     = TheFluffyRobot.EqualMoneySplit
   |nexus id = 2213
+
   |nexus   = 5526
   |github   = Armitxes/StardewValley_UnlimitedPlayers
+
   |github = jamespfluger/Stardew-EqualMoneySplit
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Unlocked Doors
+
   |name   = Equivalent Exchange
   |author   = damien
+
   |author = MercuriusXeno, x3n0ph0b3
   |id       = damien.unlocked_doors
+
   |id     = MercuriusXeno.EquivalentExchange
   |nexus id = 4338
+
   |nexus   = 1656
   |github   =  
+
   |github = MercuriusXeno/EquivalentExchange
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
   |dev note = incompatibility possibly due to bwdyworks
+
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Upgraded Horse, Horse Friendship and Speed Levels
+
   |name   = Escape Rope
   |author   = Richard Cai
+
   |author = lestoph
   |id       = richard_cai.UpgradedHorse
+
   |id     = lestoph.EscapeRope
   |nexus id = 5242
+
   |nexus   = 8576
   |github  = RichardJCai/stardew-valley-mods
+
   |github = Bifibi/SDVEscapeRope
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Upgrade Empty Cabins
+
   |name   = Escargo Win Bug Fix
   |author   = Cherry
+
   |author = BlackJack
   |id       = Cherry.UpgradeEmptyCabins
+
   |id     = BlackJack.EscargoWinBugfix
   |nexus id = 5253
+
   |nexus  = 24556
   |moddrop id = 720987
+
   |github =
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Useful Bombs
+
   |name   = Esca's Modding Plugins
   |author   = punyo, yakminepunyo
+
   |author = Esca, Esca-MMC
   |id       = punyo.UsefulBombs
+
   |id     = Esca.EMP
   |nexus id = 2488
+
   |nexus  = 9296
  |github   = pomepome/UsefulBombs
+
   |moddrop = 1005443
 
+
   |github  = Esca-MMC/EscasModdingPlugins
   |broke in          = Stardew Valley 1.3.29
 
<!--
 
   |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
 
-->
 
  |pull request      = https://github.com/pomepome/UsefulBombs/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Variable Grass
+
   |name   = Esc Dialogue Mod
   |author   = dantheman999
+
   |author = g33k, g33kidd
   |id       = dantheman999.VariableGrass
+
   |id     = g33k.EscDialogueMod
   |nexus id =
+
   |nexus  = 21812
   |url      = https://community.playstarbound.com/threads/107658
+
   |github =
   |github   = dantheman999301/StardewMods
 
 
 
  |broke in          = SMAPI 2.0
 
  |unofficial version = 1.3.1-unofficial.3-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343789
 
  |pull request      = https://github.com/dantheman999301/StardewMods/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Vertical Toolbar
+
   |name    = Even Better Artisan Good Icons
   |author  = bmarquismarkail, Space Baby
+
   |author  = chsiso58
   |id      = SB_VerticalToolMenu
+
   |id      = haze1nuts.evenbetterartisangoodicons
   |nexus id = 943
+
   |nexus   =
   |github  = bmarquismarkail/SV_VerticalToolMenu
+
   |github  = chsiao58/EvenBetterArtisanGoodIcons
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Visualize
+
   |name   = Even Better RNG
   |author   = Platonymous
+
   |author = pepoluan
   |id       = Platonymous.Visualize
+
   |id     = pepoluan.EvenBetterRNG
   |nexus id = 1704
+
   |nexus  = 8680
   |curseforge id  = 307573
+
   |chucklefish = 6117
   |curseforge key = visualize
+
   |source  = https://sourceforge.net/p/sdvmod-even-better-rng/
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Void Effects, Stardew Void Effects
+
   |name   = Even Better Warehouse
   |author   = Renny
+
   |author = charliedemilho
   |id       = renny.stardewvoideffects
+
   |id     = charliedemilho.EvenBetterWarehouse
   |nexus id = 2703
+
   |nexus   = 10396
   |github   = OfficialRenny/StardewVoidEffects
+
   |github =
  
   |broke in          = Stardew Valley 1.3.36
+
   |status  = abandoned
   |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
   |pull request      = https://github.com/OfficialRenny/StardewVoidEffects/pull/1
+
  |name    = Event Black Bars
 +
   |author  = gzhynko
 +
   |id      = GZhynko.EventBlackBars
 +
   |nexus  = 7962
 +
  |github = gzhynko/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wait Around
+
   |name   = Event Limiter
   |author   = Alhifar
+
   |author = TheMightyAmondee
   |id       = Alhifar.WaitAround
+
   |id     = TheMightyAmondee.EventLimiter
   |nexus id =
+
   |nexus  = 10735
   |url      = https://community.playstarbound.com/threads/smapi-waitaround.111630/
+
   |github = TheMightyAmondee/EventLimiter
   |github   = Alhifar/WaitAroundSMAPI
 
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wake Up
+
   |name   = Event Lookup
   |author   = EvilPdor
+
   |author = shekurika
   |id       =  
+
   |id     = shekurika.EventLookup
   |nexus id =
+
   |nexus  = 8505
   |url      = https://community.playstarbound.com/threads/111526
+
   |github =
   |github   =  
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Walkshop
+
   |name   = Event Music Volume
   |author   = Enaium
+
   |author = jorgamun
   |id       = Enaium.Walkshop
+
   |id     = jorgamun.EventMusicVolume
   |nexus id =
+
   |nexus  = 10650
   |url      = http://svmod.enaium.cn/
+
   |github = jorgamun/EventMusicVolume
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Walk Through Trellis
+
   |name   = Event Repeater
   |author   = TheOfficialTab
+
   |author = MissCoriel
   |id       = theofficialtab.walkthroughtrellis
+
   |id     = misscoriel.eventrepeater
   |nexus id = 1958
+
   |nexus  = 3642
  |github   = OfficialTab/walk-through-trellis
+
   |curse   = 317347
 
+
   |moddrop = 606979
   |broke in          = SMAPI 3.0
+
   |github  = MissCoriel/Event-Repeater
   |unofficial version = 1.0.5-unofficial.1-pathoschild
 
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-76#post-3343041
 
   |pull request      = https://github.com/OfficialTab/walk-through-trellis/pull/3
 
 
}}
 
}}
 
+
{{#invoke:SMAPI compatibility|entry
{{/entry
+
   |name   = Event Sound Adjuster
   |name     = Wallpaper Recycler
+
   |author = shekurika
   |author   = Mizzion
+
   |id     = shekurika.EventSoundAdjuster
   |id       = mizzion.wallpaperrecycler
+
   |nexus  = 8734
   |nexus id = 1905
+
   |github =
   |moddrop id = 661354
 
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Warp Animals
+
   |name   = Event Tester
   |author   = Symen
+
   |author = BlaDe
   |id       = Symen.WarpAnimals
+
   |id     = BlaDe.EventTester
   |nexus id = 1400
+
   |nexus   = 11178
   |github   = simonbru/WarpAnimals
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Warp To Friends
+
   |name   = Event Tester, SinZ's Event Tester
   |author   = Shalankwa
+
   |author = SinZ and atravita
   |id       = Shalankwa.WarpToFriends
+
   |id     = sinZandAtravita.SinZsEventTester
   |nexus id = 2180
+
   |nexus   = 19458
   |github   = Shalankwa/SDV_Mods
+
   |github = atravita-mods/StardewMods
 
 
  |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
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Water Can Refiller
+
   |name   = Everlasting Baits and Unbreakable Tackles
   |author   = Mizzion
+
   |author = Digus
   |id       = mizzion.watercanrefiller
+
   |id     = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
   |nexus id = 3539
+
   |nexus  = 2360
   |moddrop id = 661368
+
   |github = Digus/StardewValleyMods
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Water Pet Bowl, Pet Water Bowl
+
   |name   = Excavation Skill, New Skill - Archaeology, Archaeology Skill for Stardew 1.5
   |author   = Mizzion
+
   |author = moonslime
   |id       = mizzion.petwaterbowl
+
   |id     = moonslime.ExcavationSkill
   |nexus id = 2009
+
   |nexus   = 15793
   |moddrop id = 661365
+
 
   |github   = Mizzion/MyStardewMods
+
   |broke in = Stardew Valley 1.6
 +
   |status   = workaround
 +
  |summary  = use [[#Archaeology Skill for 1.6|Archaeology Skill for 1.6]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Water Retaining Field
+
   |name   = Exhaustion Tweaks
   |author   = Digus
+
   |author = mytigio
   |id       = DIGUS.WaterRetainingFieldMod
+
   |id     = mytigio.exhaustiontweaks
   |nexus id = 2374
+
   |nexus   = 6247
   |github  = Digus/StardewValleyMods
+
   |github = mytigio/SDVMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Weapon Reskinner
+
   |name   = Expanded Fridge, Dynamic Expanded Fridge
   |author   = spacechase0
+
   |author = Lodukas
   |id       = spacechase0.WeaponReskinner
+
   |id     = Uwazouri.ExpandedFridge
   |nexus id = 5095
+
   |nexus   = 1191
   |github   = spacechase0/WeaponReskinner
+
   |github = Uwazouri/ExpandedFridge
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wear More Rings
+
   |name   = Expanded Preconditions Utility
   |author   = bcmpinc
+
   |author = Cherry, CherryChain
   |id       = bcmpinc.WearMoreRings
+
   |id     = Cherry.ExpandedPreconditionsUtility
   |nexus id = 3214
+
   |nexus   = 6529
   |github   = bcmpinc/StardewHack
+
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Weather Illnesses
+
   |name   = Expanded Storage
   |author   = Sakorona
+
   |author = LeFauxMatt
   |id       = KoihimeNakamura.WeatherIllnesses
+
   |id     = furyx639.ExpandedStorage
   |nexus id = 2210
+
   |curse  = 871838
   |moddrop id = 664153
+
   |moddrop = 1547203
   |github   = Sakorona/SDVMods
+
  |nexus  = 7431
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Weather Controller
+
   |name   = Expansive Combat, Proficiência
   |author   = EvilPdor
+
   |author = Hamio, HamioDracny
   |id       =  
+
   |id     = HamioDracny.ProficienciaEmDano
   |nexus id =
+
   |nexus  = 7511
   |url      = https://community.playstarbound.com/threads/111526
+
   |github =
   |github   = natfoth/StardewValleyMods
 
  
  |broke in = Stardew Valley 1.2
+
   |status  = abandoned
   |status   = workaround
 
  |summary = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wedding Mod
+
   |name   = Exp Control
   |author   = Opalie
+
   |author = moonslime
   |id       = Opalie.Wedding
+
   |id     = moonslime.ExpControl
   |nexus id =
+
   |nexus  = 23067
   |moddrop id = 526231
+
   |github =
   |github   = Opalie/Wedding
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = What Are You Missing
+
   |name   = Experience Bars
   |author   = PrivateButtface
+
   |author = spacechase0
   |id       = PrivateButtface.WhatAreYouMissing
+
   |id     = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
   |nexus id = 4430
+
  |curse  = 867392
   |github   = LukeSeewald/PublicStardewValleyMods
+
  |moddrop = 127275
 +
   |nexus   = 509
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = What Farm Cave, WhatAMush
+
   |name   = Experience Rate Multiplier
   |author   = Oxyligen
+
   |author = MSCFC, iSkLz
   |id       = WhatAMush
+
   |id     = SkLz.ExpMultiply
   |nexus id = 1097
+
   |nexus   = 5910
   |github   =  
+
   |github = iSkLz/ExperienceMultiplier
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Experience Updates
 +
   |author  = Quipex
 +
   |id      = Quipex.ExperienceUpdates
 +
  |nexus   = 7581
 +
  |github  = Quipex/ExperienceUpdates
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = wHats Up
+
   |name   = Expert Sitting
   |author   = Oxyligen
+
   |author = aedenthorn, Erinthe
   |id       = wHatsUp
+
   |id     = aedenthorn.ExpertSitting
   |nexus id = 1082
+
   |nexus   = 7435
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = SMAPI 4.0.8
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-134928
 +
  |unofficial version = 0.3.2-unofficial.1-greg6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Where's My Items?
+
   |name   = Extended Bus System
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Tondorian
   |id       = f4iTh.WheresMyItems
+
   |id     = ExtendedBusSystem
   |nexus id = 2086
+
   |nexus   =
   |github  =  
+
  |chucklefish = 4373
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Window Resize
+
   |name   = Extended Fridge
   |author   = thatnzguy
+
   |author = Crystalmir
   |id       = thatnzguy.WindowResize
+
   |id     = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
  |nexus id = 2266
+
   |nexus  = 485
  |github  = thatnzguy/WindowResize
+
   |github = Mystra007/ExtendedFridgeSMAPI
}}
 
{{/entry
 
  |name    = Winter Grass
 
  |author  = CatCattyCat, Cat
 
  |id      = cat.wintergrass
 
  |nexus id = 1601
 
  |github  = danvolchek/StardewMods
 
}}
 
{{/entry
 
  |name    = Wizard's Mystical Stationary
 
  |author  = Taskmaster
 
  |id      = Taskmaster.WizardsMysticalStationary
 
  |nexus id = 5246
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Wonderful Farm Life
 
  |author  = Jinxiewinxie and TaintedWheat
 
  |id      = WonderfulFarmLife
 
   |nexus id =
 
   |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
+
   |broke in = Stardew Valley 1.2
 +
  |status  = workaround
 +
  |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 
<!--
 
<!--
   |unofficial version = 1.0.1-unofficial.3-pathoschild
+
   |unofficial version = 1.1.1-unofficial.4.mizzion
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
+
   |unofficial url    = https://community.playstarbound.com/attachments/extendedfridge-1-1-1-unofficial-4-mizzion-zip.202825/
 
-->
 
-->
  |pull request      = https://github.com/Jinxiewinxie/StardewValleyMods/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Working Fireplace
+
   |name   = Extended Minecart
   |author   = jahangmar
+
   |author = Entoarox
   |id       = jahangmar.WorkingFireplace
+
   |id     = Entoarox.ExtendedMinecart
   |nexus id = 3654
+
   |nexus   = 2271
   |github  = jahangmar/StardewValleyMods
+
  |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-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = X
+
   |name   = Extended Reach
   |author   = skiilaa
+
   |author = spacechase0
   |id       = skiilaa.X
+
   |id     = spacechase0.ExtendedReach
   |nexus id = 2286
+
  |curse  = 867754
   |github   =  
+
  |moddrop = 242303
 +
   |nexus   = 1493
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.20
+
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = XNB Loader
+
   |name   = Extra Animal Configs
   |author   = Entoarox
+
   |author = selph, zombifier
   |id       = Entoarox.XnbLoader
+
   |id     = selph.ExtraAnimalConfig
   |nexus id = 2275
+
   |nexus  = 25328
   |chucklefish id = 4506
+
   |github = urbanyeti/stardew-better-ranching
   |github   = Entoarox/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Yet Another Harvest With Scythe Mod, Harvest With Scythe
+
   |name   = Extra Content Mod
   |id      = bcmpinc.HarvestWithScythe
+
   |author  = Alacrity, platinumhobo
   |nexus id = 2731
+
   |id     = Alacrity.ExtraContentMod
   |author   = bcmpinc
+
   |nexus   = 8510
   |github   = bcmpinc/StardewHack
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = You've Got Mail - Twitch Integration
+
   |name   = Extra Fish Information
   |author   = Jaredlll08, YGM Team
+
   |author = Ceasg
   |id       = YGM.SDVMod
+
   |id     = Ceasg.ExtraFishInformation
   |curseforge id  = 308005
+
   |nexus   = 4170
   |curseforge key = youve-got-mail-twitch-integration
+
   |github = ceasg/StardewValleyMods
  |nexus id =  
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |dev note = incompatibility possibly due to Bookcase
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Extra Machine Configs
 +
  |author  = Selph, zombifier
 +
  |id      = selph.ExtraMachineConfig
 +
  |nexus  = 22256
 +
   |github  = zombifier/My_Stardew_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = zDailyIncrease
+
   |name   = Extra Map Layers
   |author   = thakyZ
+
   |author = aedenthorn, Erinthe
   |id       = zdailyincrease
+
   |id     = aedenthorn.ExtraMapLayers
   |nexus id =  
+
   |curse  = 868841
   |chucklefish id = 4247
+
   |nexus  = 9633
   |github   = thakyZ/zDailyIncrease
+
   |github = aedenthorn/StardewValleyMods<!--@retest-linked-->
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Zoom Level Keybinding
+
   |name   = Extra Shop Phone Numbers
   |author   = GuiNoya, Yesst
+
   |author = PrincessFelicie
   |id       = GuiNoya.ZoomLevelKeybind
+
   |id     = PrincessFelicie.ExtraShopPhoneNumbersCore
   |nexus id = 1621
+
   |nexus   = 25530
   |github   = GuiNoya/SVMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Zoom Mod / Zoom Out Extreme
+
   |name   = Extreme Fishing Overhaul
   |author   = RockinRolla
+
   |author = Unidarkshin and Deathest1, Devin Lematty
   |id       = RockinMods.ZoomMod
+
   |id     = DevinLematty.ExtremeFishingOverhaul
   |nexus id = 1326
+
   |nexus   = 7490
   |github   = rockinrolla/ZoomMod
+
   |github =
  
   |broke in           = Stardew Valley 1.3.33
+
   |broke in = Json Assets 1.7.7
  |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
 
  |pull request      = https://github.com/rockinrolla/ZoomMod/pull/1
 
 
}}
 
}}
|}
+
{{#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    = Extreme Weather
 +
  |author  = BlaDe
 +
  |id      = BlaDe.ExtremeWeather
 +
  |nexus  = 12334
 +
  |github  =
  
===SMAPI mods (obsolete)===
+
  |broke in = Stardew Valley 1.6
These mods are either obsolete, or have been abandoned by their authors and probably won't be updated unofficially. These will likely never be updated again.
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fabrication
 +
  |author  = XxHarvzBackxX
 +
  |id      = harvz.Fabrication
 +
  |nexus  = 10679
 +
  |github  = XxHarvzBackxX/fabrication
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = FaeQuest
 +
  |author  = Navi-chan, ooo0000
 +
  |id      = NaviChan.FaeQuest
 +
  |nexus  = 2484
 +
  |github  =
  
{| class="wikitable sortable plainlinks" id="mod-list"
+
  |broke in = Stardew Valley 1.3.29
|- style="position: sticky; top: 0;"
 
! mod name
 
! author
 
! compatibility<ref name="compatibility" />
 
! broke in
 
! source
 
!
 
|-
 
{{/entry
 
  |name    = 4Leaf
 
  |author  = Alex Noddings
 
  |id      = an.4leaf
 
  |nexus id = 2365
 
  |github  =
 
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Aging Mod
+
   |name   = Fairy Fix
   |author   = skn
+
   |author = MindMeltMax
   |id       = skn.AgingMod
+
   |id     = MindMeltMax.FairyFix
  |nexus id = 1129
+
   |curse   = 1024723
   |github   =  
+
   |nexus   = 24469
   |broke in = SMAPI 2.0
+
   |github = MindMeltMax/Stardew-Valley-Mods
  |status   = abandoned
 
   |summary = remove this mod (no longer maintained).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = All Crops All Seasons
+
   |name   = Fall 28 Snow Day
   |author   = cantorsdust
+
   |author = Omegasis, Alpha_Omegasis
   |id       = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
+
   |id     = Omegasis.Fall28SnowDay
   |nexus id = 170
+
   |nexus   = 486
   |github   = cantorsdust/StardewMods
+
   |github = janavarro95/Stardew_Valley_Mods
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Crops Anytime Anywhere|Crops Anytime Anywhere]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Mood Fix
+
   |name   = Fall To Autumn
   |author   = Grant Peters
+
   |author = jahangmar
   |id       = GPeters-AnimalMoodFix
+
   |id     = jahangmar.FallToAutumn
   |nexus id = 761
+
   |nexus   = 7174
   |github   =  
+
   |github = jahangmar/StardewValleyMods
   |broke in = SMAPI 2.0
+
 
  |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Anti-Cheat Client
+
   |name   = Familiars
   |author   = funny-snek
+
   |author = aedenthorn, Erinthe
   |id       = FunnySnek.AntiCheatClient, anticheatviachat.anticheatviachat<!--changed in 7.3-->
+
   |id     = aedenthorn.Familiars
   |nexus id = 2887
+
   |nexus   = 6429
   |github   = funny-snek/anticheat-and-servercode
+
   |github = aedenthorn/StardewValleyMods
  |status  = obsolete
+
 
   |summary  = remove this mod (only needed on the host now).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Archaeology House Content Management Helper
+
   |name   = Family Planning
   |author   = Felix-Dev
+
   |author = loe2run
   |id       = Felix-Dev.ArchaeologyHouseContentManagementHelper
+
   |id     = Loe2run.FamilyPlanning
   |nexus id = 2804
+
   |nexus   = 4515
   |github   = Felix-Dev/StardewMods
+
   |github = loe2run/FamilyPlanningMod
   |broke in = Stardew Valley 1.4
+
 
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
<!--
 +
   |unofficial version = 1.3.3-unofficial.1-pathoschild
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-13203
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto-Grabber Mod
+
   |name   = Fancy Sprinklers
   |author   = Jotser
+
   |author = trashcan9
   |id       = Jotser.AutoGrabberMod
+
   |id     = trashcan9.FancySprinklers
   |nexus id = 2783
+
   |nexus   = 15857
   |github   =  
+
   |github =
  |status  = abandoned
+
 
   |summary  = remove this mod (no longer maintained; use [[#Deluxe Auto-Grabber|Deluxe Auto-Grabber]] instead).
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Stack Items to Chest
+
   |name   = Fantastic Frames
   |author   = Chosimba
+
   |author = Taskmaster
   |id       = Chosimba.AutoStackItemsToChest
+
   |id     = Taskmaster.FantasticFrames
   |nexus id = 2307
+
   |nexus   = 4540
   |github   =  
+
   |github =
   |broke in = SMAPI 3.0
+
 
  |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bee House Flower Range Fix
+
   |name   = Farmageddon
   |author   = KirbyLink
+
   |author = Max Vollmer, SVProtector
   |id       = kirbylink.beehousefix
+
   |id     = maxvollmer.farmageddon
   |nexus id = 3013
+
   |nexus   = 2618
   |github   = KirbyLink/BeeHouseFix
+
   |github =
   |broke in = Stardew Valley 1.4
+
 
  |status  = obsolete
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Transmutation
+
   |name   = Farm Animal Choices
   |author   = f4iTh, JertsukkaTheMan
+
   |author = ShivaGuy
   |id       = f4iTh.BetterTransmutation
+
   |id     = ShivaGuy.FarmAnimalChoices
   |nexus id = 2120
+
   |nexus   = 11850
   |github   =  
+
   |github =
   |broke in = Stardew Valley 1.3.29
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (no longer maintained; use {{nexus mod|3142|Crafting Recipes Expanded}} instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Capsule Mod
+
   |name   = Farm Animal Harvest Helper
   |author   = BunnyJumps
+
   |author = aedenthorn, Erinthe
   |id       = BunnyJumps.BJSCapsuleMod
+
   |id     = aedenthorn.FarmAnimalHarvestHelper
   |nexus id = 2502
+
   |nexus   = 13782
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
   |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS MP Kick Mod
+
   |name   = Farm Anywhere
   |author   = BunnyJumps
+
   |author = hmkiesel
   |id       = BunnyJumps.BJSMPKickMenu
+
   |id     = hmkiesel.FarmAnywhere
   |nexus id = 2503
+
   |nexus   = 13926
   |github   =
+
   |github  =
  |broke in = Stardew Valley 1.3.29
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Night Sounds
+
   |name   = Farm Automation: Barn Door Automation
   |author   = BunnyJumps
+
   |author = Oranisagu
   |id       = BunnyJumps.BJSNightSounds
+
   |id     = none<!--no manifest ID-->
   |nexus id = 2501
+
   |nexus   =
   |github   =  
+
  |url    = https://community.playstarbound.com/threads/111931
   |broke in = SMAPI 2.8
+
   |github = oranisagu/SDV-FarmAutomation
   |status  = abandoned
+
 
 +
   |broke in = SMAPI 2.0
 +
   |status  = workaround
 +
  |summary  = use [[#Auto Animal Doors|Auto Animal Doors]] or [[#Automated Doors|Automated Doors]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Only Treasure Room
+
   |name   = Farm Automation: Item Collector
   |author   = BunnyJumps
+
   |author = Oranisagu
   |id       = BunnyJumps.BJSOnlyTreasureRoom
+
   |id     = none<!--no manifest ID-->
   |nexus id = 3145
+
   |nexus   =
   |github  =  
+
  |url    = https://community.playstarbound.com/threads/111931
   |status  = abandoned
+
   |github = oranisagu/SDV-FarmAutomation
 +
 
 +
   |broke in = Stardew Valley 1.2
 +
   |status  = workaround
 +
  |summary  = use [[#Automate|Automate]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Plant Everywhere
+
   |name   = Farm Cave Framework
   |author   = BunnyJumps
+
   |author = aedenthorn, Erinthe
   |id       = BunnyJumps.BJSPlantEverywhere
+
   |id     = aedenthorn.FarmCaveFramework
   |nexus id = 3143
+
   |nexus   = 10506
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
   |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 +
   |status  = workaround
 +
  |summary  = use {{nexus mod|20910|Farm Cave Framework by aedenthorn (Unofficial 1.6 Update)}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Stop Grass
+
   |name   = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
   |author   = BunnyJumps
+
   |author = atravita
   |id       = BunnyJumps.BJSStopGrass
+
   |id     = atravita.FarmCaveSpawn
   |nexus id = 2500
+
  |curse  = 870986
   |github   =  
+
  |moddrop = 1068205
   |broke in = Stardew Valley 1.3.29
+
   |nexus   = 10186
  |status  = abandoned
+
   |github = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Thunderstorm
+
   |name   = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
   |author   = BunnyJumps
+
   |author = atravita
   |id       = BunnyJumps.BJSThunderStorm
+
   |id     = atravita.ExpFromMonsterKillsOnFarm
   |nexus id = 3144
+
  |curse  = 870983
   |github   =  
+
  |moddrop = 1099838
   |broke in = SMAPI 3.0
+
   |nexus   = 10924
  |status  = abandoned
+
   |github = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blue Chickens in Multiplayer
+
   |name   = Farm Computer Plus
   |author   = WindHero
+
   |author = Boebie
   |id       = WindHero.BlueChickensInMultiplayer
+
   |id     = beau.farmcomputerplus
   |nexus id = 2336
+
   |nexus   = 19124
   |github   = HeroOfTheWinds/BlueChickensInMultiplayer
+
   |github  =
  |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).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Capitalist Split Money
+
   |name   = Farm Computers Check Cellars
   |author   = Ilyaki
+
   |author = Ian Rubin, ianr427
   |id       = Ilyaki.CapitalistSplitMoney
+
   |id     = ianr.FarmComputersCheckCellars
   |nexus id = 3083
+
   |nexus   = 19581
   |github   = Ilyaki/CapitalistSplitMoney
+
   |github  =
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Automation
+
   |name   = Farmer Helper
   |author   = CJB
+
   |author = aedenthorn, Erinthe
   |id       = CJBAutomation
+
   |id     = aedenthorn.FarmerHelper
   |nexus id = 211
+
   |nexus   = 10179
   |github   = CJBok/SDV-Mods
+
   |github = aedenthorn/StardewValleyMods
   |broke in = Stardew Valley 1.2
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (no longer maintained; use [[#Automate|Automate]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Clock24
+
   |name   = Farmer Helper (Updated)
   |author   = Lysero
+
   |author = Fiorbeth
   |id       = Lysero.Clock24
+
   |id     = Fiorbeth.FarmerHelper
   |nexus id = 3718
+
   |nexus   = 21030
   |github   =
+
   |github  = NTaylor1993/FarmerHelper
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#24h Clock|24h Clock]] by Lajna instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cobalt
+
   |name   = Farmer Portraits
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.Cobalt
+
   |id     = aedenthorn.FarmerPortraits
   |nexus id = 1723
+
   |curse  = 868774
   |chucklefish id = 5139
+
   |nexus  = 11398
   |github   = spacechase0/Cobalt
+
   |github = aedenthorn/StardewValleyMods
   |broke in = Stardew Valley 1.3
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (no longer maintained; use [[#Prismatic Tools|Prismatic Tools]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Colored Chests
+
   |name   = Farmer Portraits for 1.6
   |author   = Igorious
+
   |author = mistyspring
   |id       = 4befde5c-731c-4853-8e4b-c5cdf946805f
+
   |id     = mistyspring.aedenthornFarmerPortraits
   |nexus id =
+
   |nexus  = 20713
   |chucklefish id = 3684
+
   |github  = aedenthorn/StardewValleyMods
   |github   =
 
  |broke in = Stardew Valley 1.1
 
  |status  = obsolete
 
  |summary = remove this mod (colored chests added in Stardew Valley 1.1).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Concentration on Farming
+
   |name   = Farmer Vitals Evolved
   |author   = punyo, yakminepunyo
+
   |author = Sensakuma
   |id       = punyo.ConcentrationOnFarming
+
   |id     = Sensakuma.FarmerVitalsEvolved
   |nexus id = 1445
+
   |nexus   = 11131
   |github   =  
+
   |github =
   |broke in = Stardew Valley 1.3
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configurable Shipping Dates
+
   |name   = Farm Expansion
   |author   = Nishtra
+
   |author = Advize
   |id       = ConfigurableShippingDates
+
   |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 id = 675
+
   |nexus   = 130
   |github   =  
+
   |github = AdvizeGH/FarmExpansion
   |broke in = SMAPI 2.0
+
 
 +
   |broke in = Stardew Valley 1.3.16
 
   |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).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Copy Invite Code
+
   |name   = Farmhand Finder
   |author   = CatCattyCat, Cat
+
   |author = 2Retr0
   |id       = cat.copyinvitecode
+
   |id     = 2Retr0.FarmhandFinder
   |nexus id = 2171
+
   |curse  = 661476
   |github   = danvolchek/StardewMods
+
   |nexus   = 13153
   |status  = obsolete
+
   |github  = 2Retr0/FarmhandFinder
   |summary  = remove this mod (added in Stardew Valley 1.3.17).
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craft Counter
+
   |name   = Farmhouse Fixes
   |author   = bcmpinc
+
   |author = CyanFire
   |id       = bcmpinc.CraftCounter
+
   |id     = CF.FarmhouseFixes
   |nexus id = 2739
+
   |nexus   = 16507
   |github   = bcmpinc/StardewHack
+
   |github  =
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craft Priority
+
   |name   = Farmhouse Redone
   |author   = trienow
+
   |author = MabelSyrup
   |id       = de.trienow.stardew.craftpriority
+
   |id     = mabelsyrup.farmhouse
   |nexus id = 4174
+
   |nexus   = 3731
   |github   = trienow/Stardew-CraftPriority
+
   |github = mjSurber/FarmHouseRedone
  |status  = obsolete
+
 
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crafting Counter
+
   |name   = Farmhouse Visits
   |author   = lolpcgaming
+
   |author = mistyspring
   |id       = lolpcgaming.CraftingCounter
+
   |id     = mistyspring.farmhousevisits
   |nexus id = 1585
+
   |nexus   = 12457
   |github   =
+
   |github  = misty-spring/StardewMods
  |broke in = Stardew Valley 1.3
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Creeper Forage
+
   |name   = Farm Hub
   |author   = bwdy
+
   |author = Platonymous
   |id       = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
+
   |id     = Platonymous.FarmHub
   |nexus id = 2115
+
   |nexus   = 2309
   |github  =  
+
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.4
 
   |status  = abandoned
 
   |status  = abandoned
  |summary  = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Safety
+
   |name   = Farm Icons on Load Screen
   |author   = BadNetCode
+
   |author = b1rdyw1rdy
   |id       = BadNetCode.CropSafety
+
   |id     = b1rdyw1rdy.FarmIconOnLoadScreen
   |nexus id = 1233
+
   |nexus  = 24344
   |moddrop id = 130160
+
   |github =
   |github   =
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Current Location
+
   |name   = Farming Tools Patch
   |author   = Omegasis, AlphaOmegasis
+
   |author = Torsang
   |id       = CurrentLocation102120161203
+
   |id     = torsang.farmingtoolspatch
   |nexus id = 638
+
   |nexus   = 24066
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = Torsang/FarmingToolsPatch
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Crops
+
   |name   = Farm in Paradise, Textura de Neve
   |author   = spacechase0
+
   |author = BrasileiroTop, LKboss
   |id       = spacechase0.CustomCrops
+
   |id     = LKboss.TexturaNeve
   |nexus id = 1592
+
   |nexus  = 13594
  |chucklefish id = 5070
+
   |github =
   |moddrop id = 273617
+
 
   |github   = spacechase0/CustomCrops
+
   |status = abandoned
  |broke in = Stardew Valley 1.3
 
   |status   = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Element Handler
+
   |name   = Farm in the Sky, Fundo
   |author   = Platonymous
+
   |author = BrasileiroTop
   |id       = Platonymous.CustomElementHandler
+
   |id     = BrasileiroTop.Fundo
   |nexus id = 1068
+
   |nexus   = 5423
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github =
  |broke in = Stardew Valley 1.3
+
 
   |status   = abandoned
+
   |status = abandoned
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Farm Types
+
   |name   = Farm Rearranger
   |author   = spacechase0
+
   |author = Cherry & cel10e
   |id       = spacechase0.CustomFarmTypes
+
   |id     = cel10e.Cherry.FarmRearranger
   |nexus id = 1140
+
   |nexus  = 5142
   |chucklefish id = 4705
+
   |moddrop = 716395
   |moddrop id = 128708
+
   |github = ChroniclerCherry/stardew-valley-mods
   |github   = spacechase0/CustomFarmTypes
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#MTN|MTN]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customize Cursor Sprite
+
   |name   = Farm Resource Generator
   |author   = EpicBellyFlop45
+
   |author = jwdred
   |id       = EpicBellyFlop45.CustomizeCursorSprite
+
   |id     =
   |nexus id = 3014
+
   |nexus   = 647
   |github  = EpicBellyFlop45/StardewMods
+
   |github =
   |status  = abandoned
+
 
 +
   |broke in = SMAPI 2.0
 +
   |status  = workaround
 +
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Shops Redux
+
   |name   = Farm Tablet
   |author   = Omegasis, Alpha_Omegasis
+
   |author = boneskull
   |id       = Omegasis.CustomShopReduxGui
+
   |id     = com.boneskull.farm-tablet
   |nexus id = 1378
+
   |nexus   = 16447
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = Floogen/AlternativeTextures
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = use [[#Shop Tile Framework|Shop Tile Framework]] + [[#TMXL Map Toolkit|TMXL Map Toolkit]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom TV
+
   |name   = Farm to Table Ready Meals
   |author   = Platonymous
+
   |author = Speshkitty
   |id       = Platonymous.CustomTV
+
   |id     = speshkitty.farmtotablereadymeals
   |nexus id = 1139
+
   |nexus   = 7148
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Speshkitty/FarmToTableReadyMeals
   |broke in = Stardew Valley 1.3
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Notifications, Event Notifications
+
   |name   = Farmtronics
   |author   = dreamsicl
+
   |author = Joe Strout
   |id       = EventNotifications
+
   |id     = strout.farmtronics
   |nexus id =
+
   |nexus  = 10634
   |chucklefish id = 3621
+
   |github  = JoeStrout/Farmtronics
   |github   =
 
  |broke in = Stardew Valley 1.2?
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Stardew Notification|Stardew Notification]] 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
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Quest Anywhere
+
   |name   = Farm Type Manager
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Esca, Esca-MMC
   |id       = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
+
   |id     = Esca.FarmTypeManager
   |nexus id = 513
+
   |nexus  = 3231
  |github   = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 598755
   |status  = abandoned
+
   |github = Esca-MMC/FarmTypeManager
   |summary = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Desert Obelisk
+
   |name   = Farm Warps Patch
   |author   = CatCattyCat, Cat
+
   |author = tlitookilakin
   |id       = cat.desertobelisk
+
   |id     = tlitookilakin.farmwarpspatch
   |nexus id = 2021
+
   |nexus   = 8236
   |github  = danvolchek/StardewMods
+
   |moddrop = 926207
   |broke in = Stardew Valley 1.4
+
   |github  = tlitookilakin/FarmWarpsPatch
   |status   = obsolete
+
 
   |summary = remove this mod (added in Stardew Valley 1.4).
+
   |status = obsolete
 +
   |summary = remove this mod (bug was fixed in Stardew Valley 1.5.5).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Emotes
+
   |name   = Fashion Sense
   |author   = aurnj, Roy Li
+
   |author = PeacefulEnd
   |id       = RuyiLi.Emotes
+
   |id      = PeacefulEnd.FashionSense
  |nexus id =
+
   |curse   = 870933
  |url     = https://community.playstarbound.com/threads/emotes.129159
+
   |nexus   = 9969
   |github   =  
+
   |github = Floogen/FashionSense
   |broke in = Stardew Valley 1.3
 
  |status   = obsolete
 
   |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extreme Fishing Overhaul
+
   |name   = Fashion Sense Outfits
   |author   = unidarkshin, Devin Lematty
+
   |author = nihilistzsche
   |id       = DevinLematty.ExtremeFishingOverhaul
+
   |id     = nihilistzsche.FashionSenseOutfits
   |nexus id = 2212
+
   |nexus   = 18384
   |github   = unidarkshin/Stardew-Mods
+
   |github = nihilistzsche/FashionSenseOutfits
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Hub
+
   |name   = Fast Animations
   |author   = Platonymous
+
   |author = Pathoschild
   |id       = Platonymous.FarmHub
+
   |id     = Pathoschild.FastAnimations
   |nexus id = 2309
+
   |curse  = 957496
   |github   = Platonymous/Stardew-Valley-Mods
+
   |nexus   = 1089
   |broke in = Stardew Valley 1.4
+
   |moddrop = 606631
   |status  = abandoned
+
   |github  = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Geode, Instant Geodes
+
   |name   = Fast Control Input
   |author   = ofmanynames
+
   |author = weizinai
   |id       = InstantGeode
+
   |id     = weizinai.FastControlInput
   |nexus id = 750
+
   |nexus   = 24324
   |github   =
+
   |github  = weizinai/StardewValleyMods
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Fast Animations|Fast Animations]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fixed Secret Woods Debris, Woods Debris Fix
+
   |name   = Fast Eat
   |author   = f4iTh and Lita, JertsukkaTheMan
+
   |author = Zexu2K
   |id       = f4iTh.WoodsDebrisFix
+
   |id     = Zeux2K.FastEat
   |nexus id = 1941
+
   |moddrop = 1591432
   |github   =  
+
   |nexus   = 25080
   |broke in = Stardew Valley 1.4
+
   |github =
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fix Scythe Exp
+
   |name   = Faster Events
   |author   = bcmpinc
+
   |author = libaryaddict
   |id       = bcmpinc.FixScytheExp
+
   |id     = libraryaddict.FasterEvents
   |nexus id =  
+
   |nexus   = 7631
   |github   = bcmpinc/StardewHack
+
   |github =
  |url      = https://github.com/bcmpinc/StardewHack/releases
+
 
   |broke in = Stardew Valley 1.3.25
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.25).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Happy Animals
+
   |name   = Faster Grass
  |author  = StarPeanut, Greger
+
   |author = IceGladiador
  |id      = HappyAnimals
+
   |id     = IceGladiador.FasterGrass
  |nexus id =
+
   |nexus   = 1772
  |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).
 
}}
 
{{/entry
 
   |name     = Hotbar Hotswap
 
   |author   = Jaredlll08
 
   |id       = BlameJared.HotbarHotswap
 
   |nexus id =  
 
   |curseforge id = 298033
 
  |curseforge key = hotbar-hotswap
 
  |github  = jaredlll08/HotbarHotswap
 
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
   |status  = obsolete
+
   |status  = workaround
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |summary  = use [[#Grass Growth|Grass Growth]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infinite Inventory
+
   |name   = Faster Horse
   |author   = unidarkshin, Devin Lematty
+
   |author = kibbe
   |id       = DevinLematty.InfiniteInventory
+
   |id     = kibbe.faster_horse
   |nexus id = 2247
+
   |nexus   = 2791
   |github   = unidarkshin/Stardew-Mods
+
   |github =
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Farm
+
   |name   = Faster Paths
   |author   = Platonymous
+
   |author = Entoarox
   |id       = Platonymous.JunimoFarm
+
   |id     = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
   |nexus id = 984
+
   |nexus   = 2277
   |github  = Platonymous/Stardew-Valley-Mods
+
  |chucklefish = 3641
   |broke in = Stardew Valley 1.3
+
   |github = Entoarox/StardewMods
  |status  = abandoned
+
 
 +
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest after Entoarox Framework-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Leah Cabin Music Fix
+
   |name   = Faster Path Speed
   |author   = Huanir
+
   |author = gaussfire
   |id       = Huanir.LeahCabinMusicFix
+
   |id     = gaussfire.FasterPathSpeed
   |nexus id = 2653
+
   |nexus   = 9344
   |github   =
+
   |github  = alanperrow/StardewModding
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Less Strict Over-Exertion, AntiExhaustion
+
   |name   = Faster Run
   |author   = Permamiss
+
   |author = KathrynHazuka
   |id       = BALANCEMOD_AntiExhaustion
+
   |id     = KathrynHazuka.FasterRun
   |nexus id = 637
+
   |nexus   = 733
   |github   =  
+
   |github = KathrynHazuka/StardewValley_FasterRun
 +
 
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
   |status  = abandoned
+
   |status  = workaround
 +
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Location and Music Logger
+
   |name   = Faster Transition
   |author   = Brandy Lover, WDavi
+
   |author = Kumagabear
   |id       = Brandy Lover.LMlog
+
   |id     = Kumagabear.FasterTransition
   |nexus id = 1366
+
   |nexus   = 19584
   |github   =  
+
   |github = DotSharkTeeth/StardewValleyMods
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Makeshift Multiplayer
+
   |name   = Faster Trees
   |author   = spacechase0
+
   |author = Krutonium
   |id       = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
+
   |id     = ca.krutonium.fastertrees
   |nexus id = 501
+
  |nexus  = 21952
   |chucklefish id = 3796
+
  |github  =
   |moddrop id = 127274
+
}}
   |github   = spacechase0/StardewValleyMP
+
{{#invoke:SMAPI compatibility|entry
   |broke in = Stardew Valley 1.3
+
  |name    = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
  |status  = abandoned
+
  |author  = zeldela
 +
  |id      = zeldela.FastFishPond
 +
  |nexus  = 14005
 +
  |github  = zeldela/sdv-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fast Forward
 +
   |author  = crazywig
 +
   |id     = crazywig.FastForward
 +
   |nexus  = 7413
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Message Box API, ChatMod
+
   |name   = Fast Geode, Instant Geodes
   |author   = Kithio
+
   |author = ofmanynames
   |id       = Kithio:ChatMod
+
   |id     = InstantGeode
   |nexus id =
+
   |nexus  = 750
   |chucklefish id = 4296
+
   |github =
   |github   =  
+
 
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.2
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Fast Animations|Fast Animations]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = MoodFix
+
   |name   = Fast Loads
   |author   = vaindil
+
   |author = spajus
   |id       = vaindil.MoodFix
+
   |id     = spajus.fastloads
   |nexus id = 1809
+
   |nexus   = 19454
   |github   = vaindil/sdv-moodfix
+
   |github = spajus/stardew-valley-fast-loads
  |status  = obsolete
+
 
   |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mood Guard
+
   |name   = Fast Parrot Express Animation
   |author   = YonKuma, kumarei
+
   |author = ErikShun, QuickNutz
   |id       = YonKuma.MoodGuard
+
   |id     = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
   |nexus id = 1597
+
   |moddrop = 1490579
   |github   = YonKuma/MoodGuard
+
   |nexus   = 19634
   |broke in = Stardew Valley 1.3
+
   |github =
  |status  = obsolete
 
  |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Map Layers
+
   |name   = Fast Petting
   |author   = Platonymous
+
   |author = DerTod2
   |id       = Platonymous.MoreMapLayers
+
   |id     = de.dertod2.FastPetting
   |nexus id = 1134
+
   |nexus   = 5039
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github  =
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#TMXL Map Toolkit|TMXL Map Toolkit]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Move Through Object
+
   |name   = Fast Travel
   |author   = ylsama
+
   |author = Death, DeathGameDev
   |id       = ylsama.MoveThoughObject
+
   |id     = DeathGameDev.FastTravel
   |nexus id = 2680
+
   |nexus   = 1529
   |github   =  
+
   |github = DeathGameDev/SDV-FastTravel
  |source  = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
+
 
  |dev note = source in separate Git branch
+
   |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).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Emotes
+
   |name   = FauxCore
   |author   = FerMod
+
   |author = LeFauxMatt
   |id       = FerMod.MultiplayerEmotes
+
   |id     = furyx639.FauxCore
   |nexus id = 2347
+
   |moddrop = 1547213
   |github   = FerMod/StardewMods
+
   |nexus   = 20618
   |broke in = Stardew Valley 1.4
+
   |github = LeFauxMatt/StardewMods
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Sell Price Fix, Fix-sellToStorePrice
+
   |name   = Feeling Lucky?
   |author   = Unremarkable, animavoro
+
   |author = minervamaga
   |id       = unremarkable.fix-sellToStorePrice
+
   |id     = minervamaga.FeelingLucky
   |nexus id = 2135
+
   |nexus   =
   |github  = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
+
   |moddrop = 752859
   |broke in = Stardew Valley 1.3.11
+
   |github  = minervamaga/FeelingLucky
  |status  = obsolete
+
 
   |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.17).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Shaft Fix
+
   |name   = Fellowship - Immersive Rings
   |author   = Prince-Leto
+
   |author = DaLion
   |id       = princeleto.multiplayershaftfix
+
   |id     = DaLion.ImmersiveRings
   |nexus id = 2922
+
   |nexus   = 11380
   |github   = Prince-Leto/StardewValleyMods
+
   |github =
  |broke in = Stardew Valley 1.4
+
 
   |status   = obsolete
+
   |status  = abandoned
  |summary = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Museum Rearranger
+
   |name   = Ferngill Dynamic Rain
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       = Omegasis.MuseumRearranger
+
   |id     = KoihimeNakamura.DynamicRainAndWind
   |nexus id = 428
+
   |nexus   = 604
   |github  = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 664033
   |broke in = Stardew Valley 1.4
+
   |github  = Sakorona/SDVMods
  |status  = obsolete
+
 
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Debug Mode
+
   |name   = Ferngill Fashion Festival, FashionFestivalSMAPI
   |author   = Pathoschild
+
   |author = UNA
   |id       = Pathoschild.NoDebugMode
+
   |id     = UNA.FashionFestivalSMAPI
   |nexus id = 593
+
   |nexus   = 17404
   |github   = Pathoschild/StardewMods
+
   |github  =
  |status  = obsolete
 
  |summary = remove this mod (debug mode removed in SMAPI 1.0).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Seeds From Trees Fix
+
   |name   = Ferngill Revenue Service
   |author   = KirbyLink
+
   |author = KarratKake
   |id       = kirbylink.noseedsfromtreesfix
+
   |id     = KarratKake.FerngillRevenueService
   |nexus id = 2947
+
   |nexus   = 7566
   |github   = KirbyLink/NoSeedsFromTreesFix
+
   |github  =
  |broke in = SMAPI 3.0
 
  |status  = obsolete
 
  |summary = remove this mod (fixed in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Personal Scepter, Personal Return Scepter
+
   |name   = Ferngill Simple Economy
   |author   = Alex Noddings
+
   |author = Paul Steele
   |id       = an.ownscepter
+
   |id     = paulsteele.fse
   |nexus id = 2404
+
   |nexus   = 21414
   |github   =  
+
   |github = Annosz/UIInfoSuite2
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PHDE Mob Spawner
+
   |name   = Fertilizer Anytime
   |author   = zesman
+
   |author = stoobinator, lefthandedkid
   |id       = MobSpawner.pseudohub.de
+
   |id     = stoobinator.fertilizeranytime
   |nexus id = 2794
+
   |nexus   = 7259
   |github   =  
+
   |github = stoobinator/Stardew-Valley-Fertilizer-Anytime
   |broke in = Stardew Valley 1.3.29
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PHDE Unlocked Recipes
+
   |name   = Fertilizer Bubbles
   |author   = zesman
+
   |author = temisthem
   |id       = UnlockedRecipes.pseudohub.de
+
   |id     = tem696969696969.FertilizerBubbles
   |nexus id = 2798
+
   |nexus   = 23307
   |github   =  
+
   |github = kqrse/StardewValleyMods
  |broke in = Stardew Valley 1.3.36
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Profession Adjustments
+
   |name   = Festival End Time Tweak
   |author   = Kevin Connors
+
   |author = KirbyLink
   |id       = KevinConnors.ProfessionAdjustments
+
   |id     = kirbylink.festivalendtimetweak
   |nexus id = 2424
+
   |nexus   = 2966
   |github   = kevinforrestconnors/ProfessionAdjustments
+
   |github = KirbyLink/FestivalEndTimeTweak
   |broke in = Stardew Valley 1.3.29
+
 
   |status  = abandoned
+
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Puffer Chick - Chickens
+
   |name   = Festival of the Mundane
   |author   = EpicBellyFlop45
+
   |author = MouseyPounds, MouseyPounds and Mr. Podunkian
   |id       = EpicBellyFlop45.PufferChickChickens
+
   |id     = MouseyPounds.ShadowFestival
   |nexus id = 2997
+
   |nexus   = 4630
   |github  =  
+
   |github = MouseyPounds/stardew-mods
   |status   = abandoned
+
 
 +
   |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 1.1.3-unofficial.1-LikeFrogs
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123587
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pumpkin Chickens
+
   |name   = FeTK - Stardew-Valley Toolkit
   |author   = EpicBellyFlop45
+
   |author = Felix-Dev
   |id       = EpicBellyFlop45.PumpkinChickens
+
   |id     = Felix-Dev.FeTK
   |nexus id = 3004
+
   |nexus  = 4403
  |github  =
+
   |github = Felix-Dev/StardewMods
  |status   = abandoned
+
 
}}
 
{{/entry
 
  |name    = Removable Horse Hats
 
  |author  = CatCattyCat, Cat
 
  |id      = cat.removablehorsehats
 
  |nexus id = 2223
 
   |github   = danvolchek/StardewMods
 
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
  |status  = obsolete
+
<!--
   |summary  = remove this mod (added in Stardew Valley 1.4)
+
   |unofficial version = 1.0.1-unofficial.2-digus
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ring of Fire
+
   |name   = Field Harvest
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.RingOfFire
+
   |id     = aedenthorn.FieldHarvest
   |nexus id = 1166
+
   |nexus   = 11019
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = aedenthorn/StardewValleyMods
   |broke in = Stardew Valley 1.3
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rotate Toolbar
+
   |name   = Field Harvest Redux
   |author   = Pathoschild
+
   |author = Prism 99
   |id       = Pathoschild.RotateToolbar
+
   |id     = prism99.aedenthorn.FieldHarvest
   |nexus id = 1100
+
   |nexus   = 21703
   |github   = Pathoschild/StardewMods
+
   |github  =
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4)
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scream
+
   |name   = Field Works
   |author   = Taskmaster
+
   |author = ChiroxT
   |id       = Taskmaster.Scream
+
   |id     = treinke.FieldWorks
   |nexus id = 4588
+
   |nexus   = 17267
   |github   =  
+
   |github  =
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seasonal Immersion
+
   |name   = Fighting With NPCs
   |author   = Entoarox
+
   |author = Edu Anttunes
   |id       = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
+
   |id     = EduAnttunes.FightingWithNPCs
   |nexus id = 2273
+
   |nexus  = 5865
   |chucklefish id = 4262
+
   |github = eduanttunes/sv_fighting_with_npcs
   |github   = Entoarox/StardewMods
+
 
   |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).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Separate Money for Multiplayer
+
   |name   = File Replacer
   |author   = funny-snek
+
   |author = certifiableGrimalkin
   |id       = funnysnek.SeparateMoney
+
   |id     = certifiableGrimalkin.FileReplacer
   |nexus id = 3086
+
   |nexus   = 17553
   |github   =
+
   |github  =
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ship Anywhere
+
   |name   = Filtered Chest Hopper
   |author   = spacechase0
+
   |author = Shivion
   |id       = spacechase0.ShipAnywhere
+
   |id     = shivion.FilteredChestHopper
   |nexus id = 1379
+
   |nexus  = 21730
  |chucklefish id = 4926
+
   |github = Shivion/StardewValleyMods
   |moddrop id = 183277
 
   |github   = spacechase0/ShipAnywhere
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Chests Anywhere|Chests Anywhere]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skull Cave Saver
+
   |name   = Find Object Mod
   |author   = cantorsdust
+
   |author = Tran Minh Thong
   |id       = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
+
   |id     = find.object.mod
   |nexus id = 175
+
   |nexus   = 8594
   |github   = cantorsdust/StardewMods
+
   |github  =
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Skull Cavern Elevator|Skull Cavern Elevator]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Solar Eclipse Event
+
   |name   = Fine&#44; I'll Go Make My Own Seeds<!--manifest-->, Fine I Will Go Make My Own Seeds<!--Nexus-->
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = HaulinOats
   |id       = KoihimeNakamura.SolarEclipseEvent
+
   |id     = HaulinOats.FineIWillGoMakeMyOwnSeeds
   |nexus id = 897
+
   |nexus   = 13944
   |github   = JohnsonNicholas/SDVMods
+
   |github =
   |broke in = Stardew Valley 1.3
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (no longer maintained; use [[#Lunar Disturbances|Lunar Disturbances]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Speedster
+
   |name   = Fireballs!
   |author   = Platonymous
+
   |author = aurnj, Roy Li
   |id       = Platonymous.Speedster
+
   |id     = RoyLi.Fireballs
   |nexus id = 1102
+
   |nexus   =
   |github  = Platonymous/Stardew-Valley-Mods
+
   |url    = https://community.playstarbound.com/threads/fireballs.129346
   |broke in = Stardew Valley 1.3
+
   |github  =
   |status  = abandoned
+
 
 +
   |broke in = SMAPI 2.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Split Money
+
   |name   = Fire Breath
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.SplitMoney
+
   |id     = aedenthorn.FireBreath
   |nexus id = 2303
+
   |nexus   = 7311
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = aedenthorn/StardewValleyMods
   |status  = abandoned
+
 
   |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
+
   |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FireBreath
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprinkles
+
   |name   = Fire Crackers, Firecracker Mod
   |author   = Platonymous
+
   |author = MindMeltMax
   |id       = Platonymous.Sprinkles
+
   |id     = MindMeltMax.FireCracker
   |nexus id =
+
   |nexus  = 7321
   |chucklefish id = 4592
+
   |github =
   |github   =  
+
 
  |broke in = Stardew Valley 1.3
+
   |status = abandoned
   |status   = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Activate Sprinklers|Activate Sprinklers]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Content Compatibility Layer (SCCL)
+
   |name   = Fireworks Festival
   |author   = TehPers
+
   |author = violetlizabet
   |id       = SCCL
+
   |id     = violetlizabet.FireworksFestival
   |nexus id = 889
+
   |nexus   = 15261
   |github   = TehPers/StardewValleyMods
+
   |github = elizabethcd/FireworksFestival
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Chest Dimension
+
   |name   = Fischievements
   |author   = zazizu
+
   |author = MattDeDuck, Duckshard
   |id       = zazizu.TheChestDimension
+
   |id     = MattDeDuck.Fischievements
   |nexus id = 4013
+
   |nexus   = 3658
   |github  = cilekli-link/SDVMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4
 
   |status  = abandoned
 
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Long Night
+
   |name   = FishDex
   |author   = Pathoschild
+
   |author = rupak0577
   |id       = Pathoschild.TheLongNight
+
   |id     = rupak0577.FishDex
   |nexus id = 1369
+
   |nexus   =
   |github  = pathoschild/StardewMods
+
   |github = rupak0577/FishDex
   |broke in = Stardew Valley 1.3.20
+
   |url    = {{github|rupak0577/FishDex}}
  |status  = abandoned
+
 
  |summary  = remove this mod (no longer maintained; use [[#Night Owl|Night Owl]] instead).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Reminder
+
   |name   = Fish Exclusions
   |author   = Sakorona
+
   |author = GZhynko
   |id       = KoihimeNakamura.TimeReminder
+
   |id     = GZhynko.FishExclusions
   |nexus id = 1000
+
   |nexus   = 7782
   |github   = Sakorona/SDVMods
+
   |github = gzhynko/StardewMods
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Travel
+
   |name   = Fish Finder
   |author   = Cile_ed
+
   |author = Aair, AairTheGreat
   |id       = Cile_ed.TimeTravel
+
   |id     = AairTheGreat.FishFinder
   |nexus id = 4068
+
   |nexus   = 5011
   |github   =  
+
   |github = AairTheGreat/StardewValleyMods
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ultiplayer
+
   |name   = Fish Info
   |author   = Platonymous
+
   |author = Speshkitty
   |id       = Platonymous.Ultiplayer
+
   |id     = speshkitty.fishinfo
   |nexus id = 2134
+
   |nexus   = 5452
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Speshkitty/FishInfo
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wallpaper Fix
+
   |name   = Fishing Adjust
   |author   = Travoos
+
   |author = Shuai Zhang
   |id       =  
+
   |id     = shuaiz.FishingAdjustMod
   |nexus id =
+
   |nexus  = 1350
   |curse id =  
+
   |github  = hcoona/StardewValleyMods
   |chucklefish id = 4211
+
 
  |github  =
+
   |broke in = SMAPI 2.6
   |broke in = SMAPI 2.0
+
   |status  = workaround
   |status  = obsolete
+
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
   |summary  = remove this mod (added in Stardew Valley 1.4; for wallpaper swapping use [[#Wallpaper Recycler|Wallpaper Recycler]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = XmlSerializerRetool
+
   |name   = Fishing Assistant 2<!--changed in 2.0.0-->, Fishing Assistant
   |author   = Persival
+
   |author = ChibiKyu, KilZenc
   |id       = none <!-- no ID in manifest -->
+
   |id     = ChibiKyu.FishingAssistant2<!--changed in 2.0.0-->, KilZenc.FishingAssistant
   |nexus id = 450
+
   |nexus   = 5815
   |github   =
+
   |github =
  |broke in = Stardew Valley 1.1
 
  |status  = abandoned
 
 
}}
 
}}
|}
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Automaton
 +
  |author  = Drynwynn, thepaladinknight
 +
  |id      = Drynwynn.FishingAutomaton
 +
  |nexus  = 2527
 +
  |github  = Drynwynn/StardewValleyMods
  
===Content packs===
+
  |broke in = SMAPI 2.8
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|entry
 +
  |name    = Fishing Chests Expanded
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FishingChestsExpanded
 +
  |nexus  = 7694
 +
  |github  = aedenthorn/StardewValleyMods
  
{| class="wikitable sortable plainlinks" id="mod-list"
+
  |broke in          = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
|-
+
  |unofficial version = 0.4.3-unofficial.2-mouahrara
! mod name
+
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FishingChestsExpanded
! author
+
}}
! compatibility<ref name="compatibility" />
+
{{#invoke:SMAPI compatibility|entry
! broke in
+
  |name    = Fishing Info Overlays
! source
+
  |author  = barteke22
!
+
  |id      = barteke22.FIshingInfoOverlays
|-
+
  |nexus  = 8970
{{/entry
+
  |github  = barteke22/StardewMods
  |name  = 2CUTE FarmCave
+
}}
  |author = taintedwheat
+
{{#invoke:SMAPI compatibility|entry
  |id    = taintedwheat.2CuteFarmCave
+
  |name    = Fishing Logbook
  |nexus id    = 843
+
  |author  = M3ales
  |github  =
+
  |id      = FishingLogbook
  |broke in = Stardew Valley
+
  |nexus  =
 +
  |curse  = 299792
 +
  |github  = M3ales/FishingLogbook
 +
 
 +
  |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Minigames
 +
  |author  = barteke22 (Here Fishy base by aedenthorn)
 +
  |id      = barteke22.FisingMinigames
 +
  |nexus  = 9345
 +
  |github  = barteke22/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
 +
  |author  = barteke22
 +
  |id      = barteke22.FishingMinigames
 +
  |nexus  = 9345
 +
  |github  = barteke22/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Mod
 +
  |author  = Zoryn
 +
  |id      = Zoryn.FishingMod
 +
  |nexus  =
 +
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
  |github  = Zoryn4163/SMAPI-Mods
 +
}}
 +
{{#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
 +
  |name    = Fishing Nets → Better Crafting
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.Fishnets.BetterCrafting
 +
  |nexus  = 13819
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.Fishnets
 +
  |curse  = 1004486
 +
  |nexus  = 13819
 +
  |moddrop = 1247514
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Practice
 +
  |author  = BlaDe
 +
  |id      = BlaDe.FishingPractice
 +
  |nexus  = 4157
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Progression
 +
  |author  = ChadlyMasterson
 +
  |id      = chadlymasterson.fishingprogression
 +
  |nexus  = 18749
 +
  |github  = chudders1231/SDV-FishingProgression
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Tackle Tooltips
 +
  |author  = BarleyZP
 +
  |id      = BarleyZP.FishingTackleTooltip
 +
  |nexus  = 24751
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Trawler
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.FishingTrawler
 +
  |nexus  = 8406
 +
  |github  = Floogen/FishingTrawler
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Trawler - New Horizons|Fishing Trawler - New Horizons]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Trawler - New Horizons
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.FishingTrawler.NewHorizons
 +
  |curse  = 870923
 +
  |nexus  = 15941
 +
  |github  = Floogen/FishingTrawler
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Treasure Spawner
 +
  |author  = jangofett4
 +
  |id      = jangofett4.fishingtreasurespawner
 +
  |nexus  = 18119
 +
  |github  = jangofett4/FishingTreasureSpawner
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Tuner Redux
 +
  |author  = Hammurabi
 +
  |id      = HammurabiFishingTunerRedux
 +
  |nexus  =
 +
  |chucklefish = 4578
 +
  |source  = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
 +
 
 +
  |dev note = source in download
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish Me
 +
  |author  = marikaefer
 +
  |id      = marikaefer.FishMe
 +
  |nexus  = 4756
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish of Stardew
 +
  |author  = AztecViper
 +
  |id      = aztecviper.fishOfStardewMod
 +
  |nexus  = 24870
 +
  |github  = astecviper/AztecVipers-Fish-of-Stardew
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish Pond Colors, Legendary Fish Ponds
 +
  |author  = ButterBear, Memegician
 +
  |id      = BB.FishPondColors
 +
  |nexus  = 23449
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish Preview
 +
  |author  = Jonqora
 +
  |id      = Jonqora.FishPreview
 +
  |nexus  = 6303
 +
  |github  = Jonqora/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish Reminder
 +
  |author  = Mizzion
 +
  |id      = mizzion.fishreminder
 +
  |nexus  = 3615
 +
  |moddrop = 661375
 +
  |github  = Mizzion/MyStardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish Spot Bait
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FishSpotBait
 +
  |nexus  = 17581
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = {{github|Rogue-Toast/Aedenthorn-StardewValleyMods}}/releases
 +
  |unofficial version = 0.1.2-unofficial.1-logophile
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
 +
  |author  = StarAmy
 +
  |id      = StarAmy.bubbletoggle
 +
  |nexus  = 13076
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishy Blood Moon
 +
  |author  = MattDeDuck, Duckshard
 +
  |id      = MattDeDuck.FishyBloodMoon
 +
  |nexus  = 3725
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fix Animal Tools
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.FixAnimalTools
 +
  |nexus  = 3215
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fix Categories in Recipes, Categories in Recipes
 +
  |author  = Traktori
 +
  |id      = Traktori.CategoriesInRecipes
 +
  |nexus  = 11400
 +
  |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fix Dice
 +
  |author  = Ashley, bambimenot
 +
  |id      = ashley.fixdice
 +
  |nexus  = 4556
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fixed Ginger Island Beach Garden Pots
 +
  |author  = wilsoncwc
 +
  |id      = wilsoncwc.IslandPotFix
 +
  |nexus  = 23934
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fixed Secret Woods Debris, Woods Debris Fix
 +
  |author  = f4iTh and Lita, JertsukkaTheMan
 +
  |id      = f4iTh.WoodsDebrisFix
 +
  |nexus  = 1941
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fixed Weapons Damage
 +
  |author  = BlueSight
 +
  |id      = BlueSight.FixedWeaponsDamage
 +
  |nexus  = 19896
 +
  |github  = Hikari-BS/StardewMods
 +
 
 +
  |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fix Pig Random
 +
  |author  = atravita
 +
  |id      = atravita.FixPigRandom
 +
  |curse  = 870967
 +
  |moddrop = 1294434
 +
  |nexus  = 15003
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fix Scythe Exp
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.FixScytheExp
 +
  |nexus  =
 +
  |github  = bcmpinc/StardewHack
 +
  |url    = https://github.com/bcmpinc/StardewHack/releases
 +
 
 +
  |broke in = Stardew Valley 1.3.25
 +
  |status  = abandoned
 +
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.25).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fix TVs on Custom Farm Types
 +
  |author  = mouse
 +
  |id      = mouse.FixTVsOnCustomFarmTypes
 +
  |moddrop = 1194570
 +
  |nexus  = 12717
 +
  |github  = notevenamouse/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flamingo Breeding
 +
  |author  = BlaDe
 +
  |id      = BlaDe.FlamingoBreeding
 +
  |nexus  = 12015
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flavored And Generic Fuel For Artisan Recipes, Extra Fuel Config
 +
  |author  = selph, zombifier
 +
  |id      = selph.ExtraFuelConfig
 +
  |nexus  = 21086
 +
  |github  = zombifier/My_Stardew_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flexible Arms
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.FlexibleArms
 +
  |nexus  = 20902
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flexible Sprinklers
 +
  |author  = Shockah
 +
  |id      = Shockah.FlexibleSprinklers
 +
  |nexus  = 10931
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flip Buildings
 +
  |author  = mouahrara
 +
  |id      = mouahrara.FlipBuildings
 +
  |nexus  = 18444
 +
  |github  = mouahrara/FlipBuildings
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Floating Garden Pots
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FloatingGardenPots
 +
  |nexus  = 17582
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#FloatingGardenPots
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = FLO - New Custom NPC, FlorenceMod
 +
  |author  = randomAnon1234
 +
  |id      = none<!--no manifest ID-->
 +
  |nexus  = 591
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Floor Shadow Switcher
 +
  |author  = MouseyPounds
 +
  |id      = MouseyPounds.FloorShadowSwitcher
 +
  |nexus  = 3885
 +
  |github  = MouseyPounds/stardew-mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
  |summary  = remove this mod (shadows can now be changed via Content Patch)
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flower Bombs
 +
  |author  = kdau
 +
  |id      = kdau.FlowerBombs
 +
  |nexus  = 6228
 +
  |moddrop = 794657
 +
  |source  = https://gitlab.com/kdau/flowerbombs
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flower Color Picker
 +
  |author  = spacechase0
 +
  |id      = spacechase0.FlowerColorPicker
 +
  |curse  = 867760
 +
  |moddrop = 130043
 +
  |nexus  = 1229
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flower Dance Fix
 +
  |author  = elfuun
 +
  |id      = FlowerDanceFix.elfuun
 +
  |nexus  = 8535
 +
  |moddrop = 980853
 +
  |github  = elfuun1/FlowerDanceFix
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flower Dance Hearts Change
 +
  |author  = ron075sh
 +
  |id      = ron075sh.FlowerDanceHeartsChange
 +
  |nexus  = 3019
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Three-Heart Dance Partner|Three-Heart Dance Partner]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flower Dancing, Kelly's Flower Dancing
 +
  |author  = kelly2892
 +
  |id      = kelly2892.flower.dancing.harmony
 +
  |nexus  = 8107
 +
  |github  = kenny2892/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flower Rain
 +
  |author  = spacechase0
 +
  |id      = spacechase0.FlowerRain
 +
  |curse  = 867722
 +
  |nexus  = 6131
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flowery Tools
 +
  |author  = Cat, CatCattyCat
 +
  |id      = cat.flowerytools
 +
  |nexus  = 6203
 +
  |moddrop = 833563
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flowing Mine Rocks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FlowingMineRocks
 +
  |nexus  = 9043
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fluent Eating
 +
  |author  = Kangzoel
 +
  |id      = Kangzoel.FluentEating
 +
  |nexus  = 11690
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flying Start Loan
 +
  |author  = EstherHollow
 +
  |id      = EstherHollow.FlyingStartLoan
 +
  |nexus  = 11003
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Font Settings, 字体设置
 +
  |author  = Becks723
 +
  |id      = Becks723.FontSettings
 +
  |nexus  = 12467
 +
  |github  =
 +
  |source  = https://gitee.com/becks723/my-stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Font Size Adjust, Stardew Valley Font Adjust
 +
  |author  = AlerHughes
 +
  |id      = AlerHughes.FA
 +
  |nexus  = 23363
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Food Buff Stacking
 +
  |author  = thejcannon
 +
  |id      = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
 +
  |nexus  = 4321
 +
  |github  = thejcannon/Stardew-FoodBuffStacking
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Food Buff Stacking Fix
 +
  |author  = Joreikarr
 +
  |id      = joreikarr.foodbuffstackingfix
 +
  |nexus  = 19944
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Food Cravings
 +
  |author  = Hexenentendrache
 +
  |id      = Hexenentendrache.FoodCravings
 +
  |nexus  = 17126
 +
  |github  = Enteligenz/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Food on the Table
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FoodOnTheTable
 +
  |nexus  = 10886
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Food Poisoning
 +
  |author  = seferoni
 +
  |id      = seferoni.FoodPoisoning
 +
  |nexus  = 22006
 +
  |github  = seferoni/FoodPoisoning
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Forage at the Farm
 +
  |author  = Nishtra
 +
  |id      = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
 +
  |nexus  = 673
 +
  |github  =
 +
 
 +
  |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
 +
  |name    = Forage Crops
 +
  |author  = Kronosta
 +
  |id      = Kronosta.ForageCrops
 +
  |nexus  = 21514
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Forage Fantasy
 +
  |author  = Goldenrevolver
 +
  |id      = Goldenrevolver.ForageFantasy
 +
  |nexus  = 7554
 +
  |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Forage Pointers
 +
  |author  = Bpendragon
 +
  |id      = Bpendragon.ForagePointers
 +
  |nexus  = 7781
 +
  |github  = Bpendragon/ForagePointers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
 +
  |author  = DanielB
 +
  |id      = DanielB.TrackerZoomFix
 +
  |nexus  = 17935
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Forecaster
 +
  |author  = Remy Bach
 +
  |id      = remybach.forecaster
 +
  |nexus  = 3037
 +
  |github  = remybach/stardew-valley-forecaster
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Forecaster Text, Forecaster Text
 +
  |author  = TheElm
 +
  |id      = TheElm.ForecasterText
 +
  |nexus  = 7541
 +
  |github  = GStefanowich/SDV-Forecaster
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fortunate Foot
 +
  |author  = PurelyInZane
 +
  |id      = PurelyInZane.FortunateFoot
 +
  |nexus  = 22610
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Foxyfficiency
 +
  |author  = Fokson
 +
  |id      = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
 +
  |nexus  = 2520
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = FQ Festival Tweaks
 +
  |author  = FletcherQuest
 +
  |id      = FletcherQuest.FQFestivalTweaks
 +
  |nexus  = 9062
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Frame Rate Logger
 +
  |author  = atravita
 +
  |id      = atravita.FrameRateLogger
 +
  |curse  = 870966
 +
  |moddrop = 1294433
 +
  |nexus  = 15002
 +
  |github  = atravita-mods/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Frame Rate Viewer, FPS Viewer
 +
  |author  = Adham084
 +
  |id      = adham084.fpsviewer
 +
  |nexus  = 14046
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Free Dusty
 +
  |author  = skuldomg, Skuld
 +
  |id      = skuldomg.freeDusty
 +
  |nexus  = 2206
 +
  |github  = skuldomg/freeDusty
 +
 
 +
  |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
 +
  |name    = Free Lock
 +
  |author  = weizinai
 +
  |id      = weizinai.FreeLock
 +
  |nexus  = 25329
 +
  |github  = weizinai/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Free Love
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FreeLove
 +
  |curse  = 868835
 +
  |nexus  = 10021
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 1.2.10-unofficial.2-LKbosss
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123155
 +
  |summary            = Use [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123155 unofficial update] or [[#Polyamory Sweet → Polyamory Kiss|Polyamory Sweet → Polyamory Kiss]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Free Slingshot
 +
  |author  = DJ-STLN
 +
  |id      = DJ-STLN.FreeSlingshot
 +
  |nexus  = 3320
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Free the Toolbar
 +
  |author  = danmw3
 +
  |id      = danmw3.freethetoolbar
 +
  |nexus  = 4960
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = Use [[#Scroll To Blank|Scroll To Blank]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Freeze Time Multiplayer
 +
  |author  = mori_seneri, Alcatraz773
 +
  |id      = mori_sensei.FreezeTime
 +
  |nexus  = 21820
 +
  |github  = alcmoe/FreezeTimeMultiplayer
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendly Divorce
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FriendlyDivorce
 +
  |nexus  = 6241
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friends Forever
 +
  |author  = Isaac S
 +
  |id      = IsaacS.FriendsForever
 +
  |nexus  = 1738
 +
  |github  = isaacs-dev/Minidew-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Friends Forever (1.6)|Friends Forever (1.6)]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friends Forever (1.6)
 +
  |author  = Kriana
 +
  |id      = Kriana.FriendsForever
 +
  |nexus  = 20702
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Booster
 +
  |author  = Hills
 +
  |id      = Hills.FriendshipBooster
 +
  |nexus  = 10497
 +
  |moddrop = 1084819
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Decay
 +
  |author  = stardemod
 +
  |id      = stardemod.FriendshipDecay
 +
  |nexus  = 21323
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Decay Modify
 +
  |author  = weizinai
 +
  |id      = weizinai.FriendshipDecayModify
 +
  |nexus  = 23862
 +
  |github  = weizinai/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Streaks
 +
  |author  = AvalonMFX
 +
  |id      = AvalonMFX.FriendshipStreaks
 +
  |nexus  = 25595
 +
  |github  = 1Avalon/Avas-Stardew-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FriendshipTweaks
 +
  |nexus  = 17055
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Without Talk
 +
  |author  = HunterMYT
 +
  |id      = HunterMYT.FriendshipWithoutTalk
 +
  |nexus  = 8709
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Frozen Yogurt
 +
  |author  = Failsplat
 +
  |id      = Failsplat.FroyoFFHarmony
 +
  |nexus  = 12308
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Frugal Farm Menu
 +
  |author  = jeffgillean
 +
  |id      = jeffgillean.FrugalFarmMenu
 +
  |nexus  = 11050
 +
  |github  = jeffgillean/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fruit Tree Shaker
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = Aedenthorn.FruitTreeShaker
 +
  |nexus  = 5776
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fruit Trees Unblocked
 +
  |author  = dervalanana
 +
  |id      = dervalanana.FruitTreesUnblocked
 +
  |nexus  = 22976
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fruit Tree Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = Aedenthorn.FruitTreeTweaks
 +
  |nexus  = 11422
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fruit Tree Tweaks for 1.6
 +
  |author  = chiccen
 +
  |id      = chiccen.FruitTreeTweaks
 +
  |nexus  = 21449
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Full Fishing Bar
 +
  |author  = Jag3Dagster
 +
  |id      = HedgehogTechnologies.FullFishingBar
 +
  |curse  = 1007653
 +
  |nexus  = 23006
 +
  |github  = jag3dagster/AutoShaker
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Full Romanceable Witch NPC, Witch Events Shop
 +
  |author  = jennisimone
 +
  |id      = jennisimone.WitchEventsShop
 +
  |nexus  = 16304
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fungus Amongus
 +
  |author  = Okay Shroomer
 +
  |id      = OkayShroomer.FungusAmongus
 +
  |nexus  = 11785
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Adjustment
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureAdjustment
 +
  |nexus  = 10213
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Anywhere
 +
  |author  = Entoarox
 +
  |id      = Entoarox.FurnitureAnywhere
 +
  |nexus  = 2276
 +
  |chucklefish = 4324
 +
  |github  = Entoarox/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (furniture can be placed anywhere in Stardew Valley 1.5).
 +
<!--
 +
  |warnings = Many players report a crash when season changes to winter., Broken on Android (needs Entoarox Framework which crashes on startup).
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Display Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureDisplayFramework
 +
  |nexus  = 10855
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Furniture Display Framework for 1.6|Furniture Display Framework for 1.6]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Display Framework for 1.6
 +
  |author  = Ilyeana, IlyeanaPlus
 +
  |id      = Ilyeana.FurnitureDisplayFramework
 +
  |nexus  = 19895
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Framework
 +
  |author  = leroymilo
 +
  |id      = leroymilo.FurnitureFramework
 +
  |nexus  = 23458
 +
  |github  = Leroymilo/FurnitureFramework
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Placement Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurniturePlacementTweaks
 +
  |nexus  = 14092
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Recolor
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureRecolor
 +
  |nexus  = 10217
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = FuryCore
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.FuryCore
 +
  |nexus  = 10696
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gacha Geodes, Geode Pity System
 +
  |author  = DeLiXx
 +
  |id      = DLX.Geodes
 +
  |curse  = 990836
 +
  |nexus  = 17691
 +
  |github  =
 +
  |source  = https://gitlab.com/delixx/stardew-valley/gacha-geodes
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Galaxy Slingshot Obtainable
 +
  |author  = Adham084
 +
  |id      = adham084.galaxyslingshot
 +
  |nexus  = 14115
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Galaxy Weapon Choice
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.GalaxyWeaponChoice
 +
  |nexus  = 14511
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#GalaxyWeaponChoice
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gameboy Arcade
 +
  |author  = drbirbdev
 +
  |id      = drbirbdev.GameboyArcade
 +
  |moddrop = 1318487
 +
  |nexus  =
 +
  |github  = drbirbdev/StardewValley
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Game Reminder
 +
  |author  = mmanlapat
 +
  |id      = mmanlapat.GameReminder
 +
  |nexus  = 1153
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = GameSpeed
 +
  |author  = RandomComputerUser
 +
  |id      = RandomComputerUser.GameSpeed
 +
  |nexus  = 7211
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Game Tables and Arcade Machines
 +
  |author  = CyanFire
 +
  |id      = CF.SMAPI.GameTables
 +
  |nexus  = 12859
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garbage Can Tweaks
 +
  |author  = chiccen
 +
  |id      = chiccen.GarbageCanTweaks
 +
  |nexus  = 24410
 +
  |github  = chiccenFL/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garbage Collector
 +
  |author  = Loogooter
 +
  |id      = OlegSilkin.garbage_collector
 +
  |nexus  = 2463
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Auto Trash|Auto Trash]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garbage Day
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.GarbageDay
 +
  |curse  = 871837
 +
  |moddrop = 1547204
 +
  |nexus  = 8204
 +
  |github  = LeFauxMatt/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garden Pot - Automate
 +
  |author  = NCarigon
 +
  |id      = NCarigon.GardenPotAutomate
 +
  |nexus  = 15212
 +
  |github  = ncarigon/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garden Pot Options
 +
  |author  = ncarigon
 +
  |id      = NCarigon.GardenPotOptions
 +
  |nexus  = 21608
 +
  |github  = ncarigon/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Garden Pot Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.GardenPotTweaks
 +
  |nexus  = 14820
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Garden Pot Options|Garden Pot Options]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gate Fix
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.GateFix
 +
  |nexus  = 4859
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gate Opener
 +
  |author  = mralbobo
 +
  |id      = mralbobo.GateOpener
 +
  |nexus  =
 +
  |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
 +
  |name    = Gem Isles
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.GemIsles
 +
  |nexus  = 6692
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gender Neutrality Mod Tokens<!--Nexus-->, GNMTokens<!--manifest-->
 +
  |author  = Hana
 +
  |id      = Hana.GNMTokens
 +
  |nexus  = 14426
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gender Setter<!--Nexus-->, Get Gender Setter<!--manifest-->
 +
  |author  = sqbr
 +
  |id      = sqbr.GetGS
 +
  |nexus  = 13434
 +
  |github  = sqbr/GetGS
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Generic Mod Config Menu
 +
  |author  = spacechase0
 +
  |id      = spacechase0.GenericModConfigMenu
 +
  |curse  = 867150
 +
  |moddrop = 771692
 +
  |nexus  = 5098
 +
  |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Generic Shop Extender
 +
  |author  = rabbitgreen49, IrregularPorygon
 +
  |id      = GenericShopExtender
 +
  |nexus  = 814
 +
  |github  = IrregularPorygon/SMAPIGenericShopMod
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |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
 +
  |name    = Genetics API
 +
  |author  = agent56
 +
  |id      = agent56.GeneticsAPI
 +
  |nexus  = 15655
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Genie Lamp
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.GenieLamp
 +
  |nexus  = 19794
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Genie Lamp Definitive Edition, Genie Lamp
 +
  |author  = Kedidili
 +
  |id      = KediDili.GenieLamp
 +
  |nexus  = 22176
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Geode Crusher Plus
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.geodeCrusherPlus
 +
  |nexus  = 24254
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Geode Info Menu
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.geodeinfomenu
 +
  |nexus  = 1448
 +
  |moddrop = 833541
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
<!--
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-41713
 +
  |unofficial version = 1.5.3-unofficial.1-strobe
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Geode Preview
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.GeodePreview
 +
  |curse  = 1004493
 +
  |moddrop = 1555057
 +
  |nexus  = 21009
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Get Dressed
 +
  |author  = Advize and Jinxiewinxie
 +
  |id      = Advize.GetDressed
 +
  |nexus  = 331
 +
  |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
 +
  |name    = Get Glam
 +
  |author  = MartyrPher
 +
  |id      = MartyrPher.GetGlam
 +
  |nexus  = 5044
 +
  |github  = MartyrPher/GetGlam
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Get Out the Way
 +
  |author  = BadNetCode
 +
  |id      = BadNetCode.GetOutTheWay
 +
  |nexus  = 20637
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ghost Town
 +
  |author  = Platonymous
 +
  |id      = Platonymous.GhostTown
 +
  |curse  = 877231
 +
  |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.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Giant Crop Ring
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.giantcropring
 +
  |nexus  = 1182
 +
  |moddrop = 833538
 +
  |github  = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Giant Crop Tweaks
 +
  |author  = Khloe Leclair
 +
  |id      = leclair.giantcroptweaks
 +
  |nexus  = 14370
 +
  |github  = KhloeLeclair/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Giant Omelet
 +
  |author  = spacechase0
 +
  |id      = spacechase0.GiantOmelet
 +
  |nexus  = 13852
 +
  |github  = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Decline
 +
  |author  = desto
 +
  |id      = desto.GiftDecline
 +
  |nexus  = 6944
 +
  |github  = desto-git/sdv-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Money
 +
  |author  = AvalonMFX
 +
  |id      = AvalonMFX.GiftMoney
 +
  |nexus  = 17564
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Rejection
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.GiftRejection
 +
  |nexus  = 14273
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |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
 +
  |name    = Gift Taste Helper
 +
  |author  = tstaples
 +
  |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
 +
  |nexus  = 229
 +
  |github  = tstaples/GiftTasteHelper
 +
 
 +
  |warnings = needs zoom and UI scale options to have the same value.
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Taste Helper Continued
 +
  |author  = Isi0
 +
  |id      = Isi0.GiftTasteHelper
 +
  |nexus  = 18762
 +
  |github  = Just-Chaldea/GiftTasteHelper
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Gift Taste Helper Continued x2|Gift Taste Helper Continued x2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Taste Helper Continued x2
 +
  |author  = JoXW
 +
  |id      = JoXW.GiftTasteHelper
 +
  |nexus  = 21001
 +
  |github  = JoXW100/GiftTasteHelper
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gift Wrapper
 +
  |author  = blueberry
 +
  |id      = blueberry.GiftWrapper
 +
  |nexus  = 4721
 +
  |github  = b-b-blueberry/GiftWrapper
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ginger Island Extra Locations
 +
  |author  = mistyspring
 +
  |id      = mistyspring.extraGImapsCS, mistyspring.extraGImaps_CS<!--before 1.4.0-->
 +
  |curse  = 880520
 +
  |nexus  = 12195
 +
  |github  = misty-spring/StardewMods
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ginger Island Mainland Adjustments
 +
  |author  = atravita
 +
  |id      = atravita.GingerIslandMainlandAdjustments
 +
  |curse  = 870984
 +
  |moddrop = 1098263
 +
  |nexus  = 10004
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Give Gold Mod, Instant Gold Mod
 +
  |author  = missgamergrl
 +
  |id      = missgamergrl.GiveGoldMod
 +
  |nexus  = 23300
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Give Me My Cursor Back
 +
  |author  = DecidedlyHuman
 +
  |id      = DecidedlyHuman.GiveMeMyCursorBack
 +
  |nexus  = 9976
 +
  |github  = DecidedlyHuman/GiveMeMyCursorBack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = GlassHammer Hope to Rise, Hope to Rise Mod
 +
  |author  = Glass Hammer
 +
  |id      = GlassHammer.HopeToRiseMod
 +
  |nexus  = 23201
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Global Config Settings
 +
  |author  = Gaphodil
 +
  |id      = Gaphodil.GlobalConfigSettings
 +
  |nexus  = 9340
 +
  |moddrop = 1007690
 +
  |github  = Gaphodil/GlobalConfigSettings
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Glow Buff
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.GlowBuff
 +
  |nexus  = 25157
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Glue Your Furniture Down
 +
  |author  = violetlizabet
 +
  |id      = violetlizabet.GlueFurnitureDown
 +
  |nexus  = 10374
 +
  |github  = elizabethcd/PreventFurniturePickup
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = GMCM Options
 +
  |author  = Jamie Taylor
 +
  |id      = jltaylor-us.GMCMOptions
 +
  |nexus  = 10505
 +
  |github  = jltaylor-us/StardewGMCMOptions
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = God Mode
 +
  |author  = treyh0
 +
  |id      = treyh0.GodMode
 +
  |nexus  = 2641
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = God Mode 1.6
 +
  |author  = Sean M Garcia
 +
  |id      = seanmgarcia.godmode16
 +
  |nexus  = 21208
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Goodbye American English
 +
  |author  = TheMightyAmondee, MightyAmondee
 +
  |id      = TheMightyAmondee.GoodbyeAmericanEnglish
 +
  |moddrop = 854437
 +
  |nexus  = 7183
 +
  |github  = TheMightyAmondee/GoodbyeAmericanEnglish
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Goodbye SMAPI
 +
  |author  = Jessebot
 +
  |id      = Jessebot.GoodbyeSMAPI
 +
  |nexus  = 6514
 +
  |github  = JessebotX/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Go To Bed
 +
  |author  = candidus42
 +
  |id      = Candidus42.GoToBed
 +
  |nexus  = 4967
 +
  |github  = mus-candidus/GoToBed
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Go To Sleep
 +
  |author  = yy376
 +
  |id      = yy376.GoToSleep
 +
  |nexus  = 2195
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gradient Hair Colors
 +
  |author  = spacechase0
 +
  |id      = spacechase0.GradientHairColors
 +
  |curse  = 867144
 +
  |nexus  = 12744
 +
  |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Grandfather's Gift
 +
  |author  = ShadowDragon8685
 +
  |id      = ShadowDragon.GrandfathersGift
 +
  |nexus  = 985
 +
  |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
 +
  |name    = Grandfather's Gift Remade
 +
  |author  = pepoluan
 +
  |id      = pepoluan.GrandfatherGiftRemade
 +
  |nexus  = 4151
 +
  |chucklefish = 5783
 +
  |github  =
 +
  |source  = https://sourceforge.net/projects/sdvmod-grandfather-s-gift-re/
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Grandfather's Heirlooms|Grandfather's Heirlooms]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Grandfather's Heirlooms
 +
  |author  = rikai
 +
  |id      = rikai.GrandfathersHeirlooms
 +
  |nexus  = 8557
 +
  |github  = rikai/Grandfathers-Heirlooms
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Grass Growth
 +
  |author  = bcmpinc
 +
  |id      = bcmpinc.GrassGrowth
 +
  |nexus  = 2732
 +
  |github  = bcmpinc/StardewHack
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Grass Growth Adjuster, Grass Adjustor
 +
  |author  = Jellypowered, Shockade
 +
  |id      = Jellypowered.GrassChance
 +
  |nexus  = 3365
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse 20x20
 +
  |author  = sirloinmeatt
 +
  |id      = sirloinmeatt.Greenhouse20x20
 +
  |nexus  = 2662
 +
  |github  =
 +
 
 +
  |broke in          = SMAPI 3.0
 +
  |unofficial version = 1.0.1-unofficial.1-art17
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-32#post-3354836
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Construction
 +
  |author  = Derslayr
 +
  |id      = Derslayr.GreenhouseConstruction
 +
  |nexus  = 10148
 +
  |github  = derslayr10/GreenhouseConstruction
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Entry Begone!
 +
  |author  = bblueberry, blueberry
 +
  |id      = blueberry.GreenhouseEntryBegone
 +
  |nexus  = 8203
 +
  |github  = b-b-blueberry/GreenhouseEntryPatch
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Entry Mod
 +
  |author  = pancham138
 +
  |id      = Pancham138.GreenhouseEntryMod
 +
  |nexus  = 6150
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Gatherers
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.GreenhouseGatherers
 +
  |curse  = 870946
 +
  |nexus  = 7619
 +
  |moddrop = 886187
 +
  |github  = Floogen/GreenhouseGatherers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Gatherers Automate
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.GreenhouseGatherers.Automate
 +
  |curse  = 870946
 +
  |nexus  = 7619
 +
  |moddrop = 886187
 +
  |github  = Floogen/GreenhouseGatherers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Sprinklers
 +
  |author  = Bpendragon
 +
  |id      = Bpendragon.GreenhouseSprinklers
 +
  |nexus  = 7456
 +
  |github  = Bpendragon/GreenhouseSprinklers
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Greenhouse Upgrades
 +
  |author  = Cecidelus
 +
  |id      = Cecidelus.GreenhouseUpgrades
 +
  |nexus  = 8042
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = GreenHouse Upgrades 5 Levels, Green Upgrades
 +
  |author  = Fernass354
 +
  |id      = Fernass354.GreenUpgrades
 +
  |nexus  = 18766
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = GreenHut
 +
  |author  = ScarletGreed<!--changed in 3.0.0-->, CroiDorcha
 +
  |id      = ScarletGreed.GreenHut<!--changed in 3.0.0-->, CroiDorcha.GreenHut
 +
  |nexus  = 1735
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Groundhog Day
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.GroundhogDay
 +
  |nexus  = 10151
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Groupable Chests
 +
  |author  = FricativeMelon
 +
  |id      = FricativeMelon.GroupableChests
 +
  |nexus  = 15375
 +
  |github  = FricativeMelon/GroupableChests
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Growable Bushes
 +
  |author  = atravita
 +
  |id      = atravita.GrowableBushes
 +
  |curse  = 870961
 +
  |moddrop = 1357999
 +
  |nexus  = 15111
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Growable Giant Crops
 +
  |author  = atravita
 +
  |id      = atravita.GrowableGiantCrops
 +
  |curse  = 870960
 +
  |moddrop = 1358004
 +
  |nexus  = 15559
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Grow That Giant Crop
 +
  |author  = MercuryVN
 +
  |id      = MercuryVN.GrowThatGiantCrop
 +
  |nexus  = 23760
 +
  |github  = MercuryVN/GrowThatGiantCrop
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Guniism's Unicycle
 +
  |author  = Guniism
 +
  |id      = Guniism.GuniismUnicycle
 +
  |nexus  = 24876
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Gunther Tells You
 +
  |author  = John Peters
 +
  |id      = JohnPeters.GuntherTellsYou
 +
  |nexus  = 19143
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Haboo
 +
  |author  = BlaDe
 +
  |id      = LetsTrollTheMan.HabooNPC
 +
  |nexus  = 12034
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hair Growth
 +
  |author  = skn
 +
  |id      = skn.HairGrowthMod
 +
  |nexus  = 3279
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Halt Event Time
 +
  |author  = chawol
 +
  |id      = chawol.HaltEventTime
 +
  |nexus  = 8774
 +
  |github  = chawolbaka/HaltEventTime
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hamlet
 +
  |author  = Taskmaster
 +
  |id      = Taskmaster.Hamlet
 +
  |nexus  = 4601
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Handy Headphones
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.HandyHeadphones
 +
  |nexus  = 7936
 +
  |github  = Floogen/HandyHeadphones
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Happy Animals
 +
  |author  = StarPeanut, Greger
 +
  |id      = HappyAnimals
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = obsolete
 +
  |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Happy Birthday
 +
  |author  = Omegasis, Alpha_Omegasis
 +
  |id      = Omegasis.HappyBirthday
 +
  |nexus  = 520
 +
  |github  =  janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Happy Birthday
 +
  |author  = Oxyligen
 +
  |id      = HappyBirthday
 +
  |nexus  = 1064
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Happy Birthday|Happy Birthday by Omegasis]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Happy Fish Jump
 +
  |author  = Sakorona
 +
  |id      = KoihimeNakamura.HappyFishJump
 +
  |nexus  = 6516
 +
  |moddrop = 1068089
 +
  |github  = Sakorona/SDVMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Happy Home Designer
 +
  |author  = tlitookilakin
 +
  |id      = tlitookilakin.HappyHomeDesigner
 +
  |nexus  = 19675
 +
  |github  = tlitookilakin/HappyHomeDesigner
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hardcore Combat
 +
  |author  = jeWel
 +
  |id      = jeWel.HardcoreCombat
 +
  |nexus  = 23577
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hardcore Mines
 +
  |author  = kibbe, lillvik
 +
  |id      = kibbe.hardcore_mines
 +
  |nexus  = 1674
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Hardcore Mines 2|Hardcore Mines 2]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hardcore Mines 2
 +
  |author  = ItsLittany
 +
  |id      = itslittany.HardcoreMines2
 +
  |nexus  = 6411
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hardcore Mode
 +
  |author  = vermicyde
 +
  |id      = vermicyde.HardcoreModeDLL
 +
  |nexus  = 15125
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hardcore Mode, No Wiki Hardcore Mode
 +
  |author  = Nightshade System
 +
  |id      = NightshadeSystem.SdvHardcoreMode
 +
  |nexus  = 25376
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hardy Grass
 +
  |author  = DiscipleOfEris
 +
  |id      = DiscipleOfEris.HardyGrass
 +
  |nexus  = 8772
 +
  |github  = DiscipleOfEris/HardyGrass
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harp of Yoba Redux
 +
  |author  = Platonymous
 +
  |id      = Platonymous.HarpOfYobaRedux
 +
  |nexus  = 914
 +
  |moddrop = 793924
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harvest Calendar
 +
  |author  = LonerAxl
 +
  |id      = LonerAxl.HarvestCalendar
 +
  |nexus  = 25103
 +
  |github  = LonerAxl/Stardew_HarvestCalendar
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harvest Moon FoMT-like Watering Can and Hoe Area, HM-FoMT-like Watering Can and Hoe Area
 +
  |author  = Goldenrevolver
 +
  |id      = Goldenrevolver.ChangedWateringCanAndHoeArea
 +
  |nexus  = 7851
 +
  |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harvest Moon Witch Princess Mod, WitchPrincess
 +
  |author  = Dounat2201, Sasara
 +
  |id      = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
 +
  |nexus  = 1157
 +
  |github  = Sasara2201/WitchPrincess
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harvest Seeds
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.HarvestSeeds
 +
  |nexus  = 11773
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Harvest With Scythe
 +
  |author  = ThatNorthernMonkey
 +
  |id      = 965169fd-e1ed-47d0-9f12-b104535fb4bc
 +
  |nexus  = 236
 +
  |github  = ThatNorthernMonkey/HarvestWithScythe
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hat Buffs
 +
  |author  = popska
 +
  |id      = popska.HatBuffs
 +
  |nexus  = 9050
 +
  |github  =
 +
  |source  = https://gitlab.com/popska/UsefulHats
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hat Mouse Lacey
 +
  |author  = ichortower
 +
  |id      = ichortower.HatMouseLacey.Core
 +
  |nexus  = 18177
 +
  |github  = ichortower/HatMouseLacey
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hat Panning
 +
  |author  = monsoonsheep
 +
  |id      = monsoonsheep.PanWithHats
 +
  |nexus  = 18965
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hat Shop Restoration
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.AMouseWithAHat.Core
 +
  |nexus  = 17291
 +
  |github  = Floogen/StardewSandbox
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hats on Hats
 +
  |author  = Shockah
 +
  |id      = Shockah.HatsOnHats
 +
  |nexus  = 17280
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hats on Pets Plus
 +
  |author  = Syma
 +
  |id      = Syma.HatsOnPetsPlus
 +
  |nexus  = 22631
 +
  |github  = SymaLoernn/Stardew_HatsOnPetsPlus
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hay Bales as Silos
 +
  |author  = Cherry, CherryChain
 +
  |id      = Cherry.HayBalesSilo
 +
  |nexus  = 5151
 +
  |moddrop = 716396
 +
  |github  = ChroniclerCherry/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hay Collection
 +
  |author  = MindMeltMax
 +
  |id      = MindMeltMax.HayCollection
 +
  |curse  = 1004492
 +
  |moddrop = 1555056
 +
  |nexus  = 21008
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HD Portraits
 +
  |author  = Tlitookilakin
 +
  |id      = tlitookilakin.HDPortraits
 +
  |nexus  = 10971
 +
  |moddrop = 1103418
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AeroCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HD Sprites
 +
  |author  = ninthworld
 +
  |id      = NinthWorld.HDSprites
 +
  |nexus  = 4024
 +
  |github  = ninthworld/HDSprites
 +
 
 +
  |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Sprite Master|Sprite Master]] instead).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Health and Stamina Regeneration
 +
  |author  = Jessebot, JessebotX
 +
  |id      = Jessebot.HealthStaminaRegen
 +
  |nexus  = 3207
 +
  |moddrop = 624105
 +
  |github  = JessebotX/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Health and Stamina Tweaks
 +
  |author  = Kiddles, Svard
 +
  |id      = Kiddles.HASTweaks
 +
  |nexus  = 5630
 +
  |github  = SvardXI/HAS_Tweaks
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Health Bars
 +
  |author  = Zoryn
 +
  |id      = Zoryn.HealthBars
 +
  |nexus  =
 +
  |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
  |github  = Zoryn4163/SMAPI-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Health Bars (Darkhax)
 +
  |author  = Darkhax
 +
  |id      = darkhax.healthbars
 +
  |nexus  =
 +
  |curse  = 302910
 +
  |github  = Stardew-Valley-Modding/HealthBars
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Health Rework
 +
  |author  = seferoni
 +
  |id      = seferoni.HealthRework
 +
  |nexus  = 22223
 +
  |github  = seferoni/HealthRework
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Heartbeat
 +
  |author  = themattfiles
 +
  |id      = themattfiles.HeartBeat
 +
  |nexus  = 5941
 +
  |github  = embolden/Heartbeat
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Heart Event Helper
 +
  |author  = bungus
 +
  |id      = bungus.HeartEventHelper
 +
  |nexus  = 21924
 +
  |github  = BussinBungus/BungusSDVMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Heart Level Notifications
 +
  |author  = StultusV
 +
  |id      = StultusV.HeartLevelNotifications
 +
  |nexus  = 8655
 +
  |github  = JudeRV/Stardew-HeartLevelNotifier
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Heelies
 +
  |author  = fakemonster
 +
  |id      = fakemonster.Heelies
 +
  |nexus  = 7751
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hello SMAPI
 +
  |author  = Jessebot, JessebotX
 +
  |id      = Jessebot.HelloSMAPI
 +
  |nexus  = 4483
 +
  |github  = JessebotX/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Help for Hire
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.HelpForHire
 +
  |curse  = 871839
 +
  |nexus  = 5316
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name
 
===Updating a mod===
 
===Updating a mod===
 
See [[Modding:Index#Migration guides|migration guides]]. You can...
 
See [[Modding:Index#Migration guides|migration guides]]. You can...
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
* Post a message in the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/ coordination thread] to ask questions or say when your mods are updated.
+
* Post a message in the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] to ask questions or say when your mods are updated.
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
+
* Chat or ask questions in [[Modding:Community#Discord|#making-mods on Discord]].
  
 
===Creating an unofficial update===
 
===Creating an unofficial update===
Line 8,496: Line 24,503:
 
# [https://help.github.com/articles/fork-a-repo/ Fork the code].
 
# [https://help.github.com/articles/fork-a-repo/ Fork the code].
 
# Make your changes to that fork (see [[#Updating a mod|updating a mod]]).
 
# Make your changes to that fork (see [[#Updating a mod|updating a mod]]).
# Increase the official version in <tt>manifest.json</tt> by <tt>0.0.1</tt> and add <tt>-unofficial.1-yourName</tt>.<br /><small>For example, if the current version is 1.0.0 and your name is SampleUser, change it to <tt>1.0.1-unofficial.1-sampleUser</tt>. If you need to release a new unofficial update, just increment <tt>unofficial.1</tt> to <tt>unofficial.2</tt>, etc. This ensures that official versions supersede unofficial ones (e.g. for update checks), and other users can release newer unofficial updates if needed.</small>
+
# Change the version in <samp>manifest.json</samp> to the '''official version number''' plus <samp>0.0.1</samp>, with <samp>-unofficial.1-yourName</samp> at the end.<br /><small>For example, if the current version is 1.0.0 and your name is SampleUser, change it to <samp>1.0.1-unofficial.1-sampleUser</samp>. If you need to release a new unofficial update, just increment <samp>unofficial.1</samp> to <samp>unofficial.2</samp>, etc. This ensures that official versions supersede unofficial ones (''e.g.,'' for update checks), and other users can release newer unofficial updates if needed.</small>
 
# Push your changes to GitHub.
 
# Push your changes to GitHub.
# Post a release package to the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000 coordination thread] with a link to your fork on GitHub.<br /><small>(If the mod uses the NuGet build package, there should be a release package named <tt><mod name> <version>.zip</tt> in your bin folder.)</small>
+
# Post a release package to the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] with a link to your fork on GitHub.<br /><small>(If the mod uses the NuGet build package, there should be a release package named <samp><mod name> <version>.zip</samp> in your bin folder.)</small>
 
# [https://help.github.com/articles/creating-a-pull-request/ Submit a pull request] to the original author (if applicable).
 
# [https://help.github.com/articles/creating-a-pull-request/ Submit a pull request] to the original author (if applicable).
 
==Footnotes==
 
<references>
 
  <ref name="compatibility">This only shows whether a mod is ''compatible''; it may have bugs unrelated to SMAPI compatibility.</ref>
 
  <ref name="optional-update">If a mod says "use optional download", its main version isn't compatible but there's an official optional update. If the mod is on Nexus, click "Files" on the mod page and check for a newer version (often under 'optional files').</ref>
 
</references>
 
  
 
{{Modding guide footer
 
{{Modding guide footer
 
   |prev = [[Modding:Player Guide/Troubleshooting|Troubleshooting]]
 
   |prev = [[Modding:Player Guide/Troubleshooting|Troubleshooting]]
   |next =  
+
   |next =
 
}}
 
}}
 +
 +
[[Category:Modding]]
  
 
[[de:Modding:SMAPI Kompatibilität]]
 
[[de:Modding:SMAPI Kompatibilität]]
 +
[[es:Modding:Compatibilidad de mods]]
 +
[[zh:模组:模组兼容性]]

Latest revision as of 04:27, 1 July 2024

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

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

Instructions

For players

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

To update your mods:

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

For mod authors

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

Notes for the mod status:

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

Compatibility list

C# mods

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

Content packs

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

XNB mods

See Modding:Using XNB mods.

Mod data overrides

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

For mod developers

Updating a mod

See migration guides. You can...

Creating an unofficial update

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

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