Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎SMAPI mods: clean up Android warnings (remove non-compatibility bugs, remove outdated note about TMX void bug, avoid commas which cause issues since field is comma-delimited))
Tags: Mobile edit Mobile web edit
 
Line 1: Line 1:
{{Modding:Player Guide/header}}
+
{{modding player guide header}}
[[File:SMAPI compatibility.png|thumb|SMAPI mod compatibility, July 2017 to present. See [[:File:SMAPI compatibility.png#Notable events|notable events which affect this chart]].]]
+
[[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://forums.stardewvalley.net/index.php?threads/unofficial-mod-updates.2096/ 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     = Add to Workbench Chests
+
   |name   = 4Leaf
   |author   = Rui3
+
   |author = Alex Noddings
   |id       = Rui3.AddToWorkbenchChests
+
   |id     = an.4leaf
   |nexus id = 5713
+
   |nexus   = 2365
   |github  =  
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjustable Price Hikes
+
   |name   = A Better Crab Trap
   |author   = Pokeytax
+
   |author = ARgoChxw
   |id       = Pokeytax.AdjustablePriceHikes
+
   |id     = ARgoChxw.ABetterCrabTrap
   |nexus id = 2631
+
   |nexus   = 22015
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adjustable Stamina Healing
+
   |name   = Abilities - Experience Bars
   |author   = punyo, yakminepunyo
+
   |author = Ophaneom
   |id       = punyo.AdjustableStaminaHealing
+
   |id     = Ophaneom.AbilitiesExperienceBars
   |nexus id = 2149
+
   |nexus   = 8048
   |github   = pomepome/AdjustableStaminaHealing
+
   |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
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Activate Sprinklers
 +
  |author  = f4iTh, JertsukkaTheMan
 +
  |id      = f4iTh.ActivateSprinklers
 +
  |nexus  = 2088
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Active Menu Anywhere
 +
  |author  = weizinai
 +
  |id      = weizinai.ActiveMenuAnywhere
 +
  |nexus  = 21093
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Key Bindings
+
   |name   = Actually Lucky Rabbit<!--Nexus-->, Lucky Rabbits Foot<!--manifest-->
   |author   = Drachenkatze
+
   |author = Chelsea Bingiel
   |id       = Drachenkatze.AdvancedKeyBindings
+
   |id     = ChelseaBingiel.LuckyRabbitsFoot
   |nexus id = 5127
+
   |nexus   = 11447
   |github  = Drachenkaetzchen/AdvancedKeyBindings
+
   |github =
 +
 
 +
  |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 Location Loader
+
   |name   = Additional Mine Maps
   |author   = Entoarox
+
   |author = aedenthorn, Erinthe
   |id       = Entoarox.AdvancedLocationLoader
+
   |id     = aedenthorn.AdditionalMineMaps
   |nexus id = 2270
+
   |curse  = 868700
   |chucklefish id = 3619
+
   |nexus  = 14595
   |github   = Entoarox/StardewMods
+
   |github = aedenthorn/StardewValleyMods
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Machines, AdvMachines
+
   |name   = Add Money
   |author   = ANDR55
+
   |author = Pempi
   |id       = ANDR55.AdvMachines
+
   |id     = pempi.addMoney
   |nexus id =
+
   |nexus  = 20111
   |url      = https://community.playstarbound.com/threads/advanced-machines.137132/
+
   |github =
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advanced Save Backup, Stardew Auto Backup, Stardew_Save_Backup
+
   |name   = Add Money
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Steph Hoel
   |id       = Omegasis.AdvancedSaveBackup, Omegasis.SaveBackup<!--changed in 1.5-->
+
   |id     = StephHoel.AddMoney
   |nexus id = 435
+
   |nexus   = 21016
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = StephHoel/ModsStardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Advancing Sprinklers
+
   |name   = Add to Workbench Chests
   |author   = Warix3
+
   |author = Rui3
   |id       = warix3.advancingsprinklers
+
   |id     = Rui3.AddToWorkbenchChests
   |nexus id = 2983
+
   |nexus   = 5713
   |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.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Adventure Shop Inventory
+
   |name   = Adjustable Building Costs
   |author   = Hammurabi
+
   |author = Skalaki
   |id       = HammurabiAdventureShopInventory
+
   |id     = Skalaki.AdjustableBuildingCosts
   |nexus id =
+
   |nexus  = 12446
   |chucklefish id = 4608
+
   |github  = MiguelLucas/StardewValleyMods
   |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     = 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.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
+
   |id     = aedenthorn.AdvancedCooking
   |nexus id = 4639
+
  |curse  = 868782
  |github  =
+
  |nexus  = 11264
 +
  |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
+
  |curse  = 868790
   |github   = stokastic/AnimalChooser
+
   |nexus   = 10934
 +
   |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     = Animals Need Water
+
   |name   = Advanced Location Loader
   |author   = GZhynko
+
   |author = Entoarox
   |id       = GZhynko.AnimalsNeedWater
+
   |id     = Entoarox.AdvancedLocationLoader
   |nexus id = 6196
+
   |nexus   = 2270
   |github   = gzhynko/StardewMods
+
  |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 Patting
+
   |name   = Advanced Loot Framework
   |author   = DiddyP
+
   |author = aedenthorn, Erinthe
   |id       = DiddyP.AnimalPatting
+
   |id     = aedenthorn.AdvancedLootFramework
   |nexus id = 3837
+
   |curse   = 868863
  |github   =  
+
   |nexus   = 7739
}}
+
   |github = aedenthorn/StardewValleyMods
{{/entry
 
   |name    = Animal Sitter
 
  |author   = jwdred
 
  |id      = jwdred.AnimalSitter
 
  |nexus id = 581
 
   |github   = jdusbabek/stardewvalley
 
  
   |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
 
  |name    = Adopt 'n Skin, Animal Skinner
 
  |author  = Gathouria
 
  |id      = Gathouria.AdoptSkin, Gathouria.AnimalSkinner<!--changed in 2.5-->
 
  |nexus id = 4011
 
  |moddrop id = 600967
 
  |github  = Gathouria/Adopt-Skin
 
}}
 
{{/entry
 
  |name    = Angry Grandpa
 
  |author  = Jonqora
 
  |id      = Jonqora.AngryGrandpa
 
  |nexus id = 6324
 
  |github  = Jonqora/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Animal Social Menu
+
   |name   = Advanced Machines, AdvMachines
   |author   = spacechase0
+
   |author = ANDR55
   |id       = spacechase0.AnimalSocialMenu
+
   |id     = ANDR55.AdvMachines
   |nexus id = 3283
+
   |nexus  =
   |chucklefish id = 5649
+
   |url    = https://community.playstarbound.com/threads/advanced-machines.137132/
   |moddrop id = 771644
+
   |github =
   |github   = spacechase0/AnimalSocialMenu
 
  
   |summary  = use [https://spacechase0.com/mods/stardew-valley/animal-social-menu/ latest version from author's website].
+
  |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     = Another Hunger Mod
+
   |name   = Advanced Melee Framework
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.AnotherHungerMod
+
   |id     = aedenthorn.AdvancedMeleeFramework
   |nexus id = 3379
+
   |curse  = 868856
   |chucklefish id = 5658
+
   |nexus   = 7886
   |moddrop id = 568430
+
   |github = aedenthorn/StardewValleyMods
   |github   = spacechase0/AnotherHungerMod
 
  
   |summary  = use [https://spacechase0.com/mods/stardew-valley/another-hunger-mod/ 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 Jump Mod, Yet Another Jump Mod
+
   |name   = Advanced Menu Positioning
   |author   = aedenthorn
+
   |author = aedenthorn, Erinthe
   |id       = aedenthorn.YAJM
+
   |id     = aedenthorn.AdvancedMenuPositioning
   |nexus id = 6546
+
  |curse  = 868780
   |github   = aedenthorn/StardewValleyMods
+
   |nexus   = 11315
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/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     = Anti-Social NPCs
+
   |name   = Advanced Social Interactions
   |author   = Super Aardvark, ubererdferkel
+
   |author = spacechase0
   |id       = SuperAardvark.AntiSocial
+
   |id     = spacechase0.AdvancedSocialInteractions
   |nexus id = 5371
+
  |curse  = 867133
   |github   = super-aardvark/AardvarkMods-SDV
+
   |nexus   = 14451
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Anything Ponds
+
   |name   = Advancing Sprinklers
   |author   = MouseyPounds
+
   |author = Warix3
   |id       = MouseyPounds.AnythingPonds
+
   |id     = warix3.advancingsprinklers
   |nexus id = 4702
+
   |nexus   = 2983
   |github  = MouseyPounds/stardew-mods
+
   |github =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status   = abandoned
 +
  |summary  = remove this mod (no longer maintained; use {{nexus mod|4356|Dragon's Advancing Sprinklers for Content Patcher}} instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Arcade 2048
+
   |name   = Advent Calendar
   |author   = Platonymous
+
   |author  = Darzington
  |id      = Platonymous.2048
+
   |id     = darzington.AdventCalendarMod
  |nexus id = 2048
+
   |nexus  = 7444
  |curseforge id = 308054
+
   |github  =
  |curseforge key = arcade-2048
+
 
  |moddrop id = 793820
+
   |broke in = Stardew Valley 1.6
  |github  = Platonymous/Stardew-Valley-Mods
 
}}
 
{{/entry
 
  |name    = Arcade Pong
 
  |author  = Platonymous
 
   |id       = Platonymous.ArcadePong
 
   |nexus id = 2044
 
   |moddrop id = 793819
 
   |github   = Platonymous/Stardew-Valley-Mods
 
}}
 
{{/entry
 
  |name    = Arcade Snake, Snake
 
  |author  = Platonymous
 
  |id      = Platonymous.Snake
 
  |nexus id = 2056
 
  |curseforge id = 308055
 
  |curseforge key = arcade-snake
 
  |moddrop id = 793822
 
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Artifact Digger
+
   |name    = Adventurers Guild Multiplayer Shared Kills
   |author  = Mizzion
+
   |author  = Veniamin-Arefev
   |id      = mizzion.artifactdigger
+
   |id      = Veniamin-Arefev.AdventurersGuildMultiplayerSharedKills
   |nexus id = 4212
+
   |nexus   = 19442
  |moddrop id = 661378
+
   |github  = Veniamin-Arefev/StardewMods
   |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Artifact System Fixed
+
   |name   = Adventure Shop Inventory
   |author   = Ilyaki
+
   |author = Hammurabi
   |id       = Ilyaki.ArtifactSystemFixed
+
   |id     = HammurabiAdventureShopInventory
   |nexus id = 2761
+
   |nexus   =
   |github   = Ilyaki/ArtifactSystemFixed
+
   |chucklefish = 4608
 +
   |source  = https://community.playstarbound.com/resources/adventure-shop-inventory.4608
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
  |unofficial version = 1.0.3-unofficial.1-Xebeth
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357484
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ashley NPC
+
   |name   = AeroCore
   |author   = Travoos
+
   |author = Tlitookilakin
   |id       = none<!--no ID in manifest-->
+
   |id     = tlitookilakin.AeroCore
   |nexus id =  
+
   |moddrop = 1275014
   |url      = https://community.playstarbound.com/threads/smapi-ashley-npc-new-npc.112077
+
   |nexus  = 14700
   |github   = Club559/AshleyMod
+
   |github = Tlitookilakin/AeroCore
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = A Tapper's Dream, A Tree Overhaul
+
   |name   = AFK Pause, AFK Time Pause
   |author   = Goldenrevolver
+
   |author = aedenthorn, Erinthe
   |id       = ddde5195-8f85-4061-90cc-0d4fd5459358, Goldenrevolver.ATappersDream<!--changed in 1.4.2-unofficial.1-->
+
   |id     = aedenthorn.AFKTimePause
   |nexus id = 260
+
  |curse  = 868715
   |github   = Goldenrevolver/Stardew-Valley-Mods
+
   |nexus   = 14228
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = ATM
+
   |name   = AFK Timer, AFK Idle Timer
   |author   = Platonymous
+
   |author = CKextreme
   |id       = Platonymous.ATM
+
   |id     = CKextreme.AfkTimer
   |nexus id = 3135
+
   |nexus  = 3721
  |curseforge id  = 308504
+
   |github =
  |curseforge key = atm
 
   |moddrop id = 793914
 
   |github   = Platonymous/Stardew-Valley-Mods
 
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |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     = Audio Devices
+
   |name   = Agenda
   |author   = Max Vollmer, SVProtector
+
   |author = OFTS_CQM
   |id       = maxvollmer.audiodevices
+
   |id     = ofts.agenda
   |nexus id = 2838
+
   |nexus   = 20432
   |github   = maxvollmer/AudioDevices
+
   |github = ofts-cqm/StardewValley-Agenda
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Aurora GSI for Stardew Valley
+
   |name   = Aggressive Acorns
   |author   = macer-Tim Oberle
+
   |author = Phrasefable
   |id       = macer.AuroraGSI
+
   |id     = Phrasefable.AggressiveAcorns
   |nexus id = 6088
+
   |nexus   = 3661
   |github  =  
+
   |github = phrasefable/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Animal Doors
+
   |name   = Aging Mod
   |author   = taggartaa, Aaron Taggart
+
   |author = skn
   |id       = AaronTaggart.AutoAnimalDoors
+
   |id     = skn.AgingMod
   |nexus id = 1019
+
   |nexus   = 1129
   |github  = taggartaa/AutoAnimalDoors
+
   |github =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Coffee
+
   |name   = AI Raphtalia Inworld, Raphtalia NPC AI Dialogue (Inworld)
   |author   = Ben880, ben1830
+
   |author = Fippsie
   |id       = BenjaminWilcox.AutoCoffee
+
   |id     = Fippsie.AIRaphtalia
   |nexus id = 2387
+
   |nexus   = 17273
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Crop
+
   |name   = Airstrike
   |author   = aurnj, Roy Li
+
   |author = XxHarvzBackxX
   |id       = RuyiLi.AutoCrop
+
   |id     = harvz.Airstrike.DLL
   |nexus id =
+
   |nexus  = 10464
   |url      = https://community.playstarbound.com/threads/autocrop.129152/
+
   |github = XxHarvzBackxX/airstrike
   |github   =  
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto-Eat
+
   |name   = AI Valley
   |author   = Permamiss
+
   |author = Dualityofsoul
   |id       = Permamiss.AutoEat, BALANCEMOD_AutoEat<!--changed in 1.1.1-->
+
   |id     = Dualityofsoul.AIValley
   |nexus id = 643
+
   |nexus  = 25025
   |curseforge id  = 307990
+
   |github =
  |curseforge key = auto-eat
 
   |github   = Permamiss/Auto-Eat
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Farm Screenshot
+
   |name   = Alarms
   |author   = Dwayneten
+
   |author = aedenthorn, Erinthe
   |id       = DwayneTen.AutoFarmScreenshot
+
   |id     = aedenthorn.Alarms
   |nexus id = 4783
+
   |nexus   = 17607
   |github   = Dwayneten/AutoFarmScreenshot
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Fish
+
   |name   = A Less Flashy Stardew
   |author   = WhiteMind
+
   |author = mistyspring
   |id       = WhiteMind.AF
+
   |id     = mistyspring.lessflashy
   |nexus id = 1895
+
   |nexus   = 10531
   |github   = WhiteMinds/mod-sv-autofish
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Fishing
+
   |name   = All Chests Menu
   |author   = SorryLate, rharyanto
+
   |author = aedenthorn, Erinthe
   |id       = SorryLate.AutoFishing
+
   |id     = aedenthorn.AllChestsMenu
   |nexus id = 5235
+
  |curse  = 868705
   |github  =
+
   |nexus   = 14494
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.3.2-unofficial.2-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#AllChestsMenu
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Gate
+
   |name   = All Crops All Seasons
   |author   = Teban100
+
   |author = cantorsdust
   |id       = AutoGate
+
   |id     = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
   |nexus id = 820
+
   |nexus   = 170
   |github   = StephenKairos/Teban100-StardewMods
+
   |github = cantorsdust/StardewMods
  
   |broke in          = Stardew Valley 1.3.29
+
   |status  = abandoned
   |unofficial version = 1.1.1-unofficial.2-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-55#post-3324704
 
  |pull request      = https://github.com/StephenKairos/Teban100-StardewMods/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Load Game
+
   |name   = Allow Beach Sprinklers
   |author   = Caraxian
+
   |author = Jag3dagster
   |id       = caraxian.AutoLoadGame
+
   |id     = HedgehogTechnologies.AllowBeachSprinklers<!--changed in 1.1.0-->, Jag3dagster.AllowBeachSprinklers
   |nexus id = 2509
+
  |curse  = 989210
   |github   = Caraxi/StardewValleyMods
+
   |nexus   = 7629
 +
   |github = Hedgehog-Technologies/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Tool Select
+
   |name   = All Professions
   |author   = lolmaj
+
   |author = cantorsdust and Pathoschild
   |id       = lolmaj.AutoToolSelect
+
   |id     = cantorsdust.AllProfessions, community.AllProfessions, 8c37b1a7-4bfb-4916-9d8a-9533e6363ea3<!--changed in 1.3.1 and 1.2-->
   |nexus id = 3883
+
   |nexus   = 174
   |github   = MaciejMarkuszewski/StardewValleyAutoToolSelect
+
   |github = cantorsdust/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Automate
+
   |name   = Almanac
   |author   = Pathoschild
+
   |author = Khloe Leclair
   |id       = Pathoschild.Automate
+
   |id     = leclair.almanac
   |nexus id = 1063
+
   |nexus   = 11022
   |moddrop id = 509760
+
   |github  = KhloeLeclair/StardewMods
   |github  = Pathoschild/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Automated Doors
+
   |name   = Almanac → DGA Support
   |author   = mrslowly, azah
+
   |author = Khloe Leclair
   |id       = azah.automated-doors
+
   |id     = leclair.almanacdga
   |nexus id =
+
   |nexus  = 11022
   |url      = https://community.playstarbound.com/threads/smapi-2-0-automated-doors.131380
+
   |github = KhloeLeclair/StardewMods
   |github   = azah/AutomatedDoors
 
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after Alamanac, Dynamic Game Assets-->
  |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
 
  |name    = Automatic Gates
 
  |author  = ScheKaa
 
  |id      = Rakiin.AutomaticGates
 
  |nexus id = 3109
 
  |moddrop id = 467021
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Auto Speed
 
  |author  = Omegasis, Alpha_Omegasis
 
  |id      = Omegasis.AutoSpeed
 
  |nexus id = 443
 
  |github  = janavarro95/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Stacker, Item Auto Stacker
+
   |name   = Almighty Farming Tool, Almighty Tool
   |author   = CatCattyCat, Cat
+
   |author = momoaau
   |id       = cat.autostacker
+
   |id     = 439<!--actual manifest ID-->
  |nexus id = 1184
+
   |nexus  = 439
  |github  = danvolchek/StardewMods
+
   |github =
}}
 
{{/entry
 
  |name    = Auto Trash
 
  |author  = DrOreo002
 
  |id      = droreo002.autotrash
 
  |nexus id = 4924
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Auto Watering
 
  |author  = aurnj, Roy Li
 
  |id      = AutoWater
 
   |nexus id =
 
   |url      = https://community.playstarbound.com/threads/auto-watering.129355
 
   |github   =  
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] or [[#Auto Watering|Auto Watering by stellarashes]] instead.
+
   |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 Watering
+
   |name   = Alternative Textures
   |author   = stellarashes
+
   |author = PeacefulEnd
   |id       = stellarashes.Autowatering
+
   |id     = PeacefulEnd.AlternativeTextures
   |nexus id = 5463
+
  |curse  = 870938
   |github   = stellarashes/SDVMods
+
   |nexus   = 9246
 +
   |github = Floogen/AlternativeTextures
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = A Very Special Blue Chicken
+
   |name   = Alvadea's Farm Maps - Goldrush, Alvadea's Mining Shack
   |author   = jackkimball
+
   |author = Alvadea & Jaksha6472
   |id       = jackkimball.averyspecialbluechicken
+
   |id     = Alja.Shack
   |nexus id = 2465
+
   |nexus   = 13187
   |github   = jacksonkimball/AVerySpecialBlueChicken
+
   |github = Jaksha6472/MiningShack
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Backpack Resizer
+
   |name   = Alvadea's Farm Maps - Walpurgisnacht, Alvadea's WitchTower
   |author   = DefenTheNation
+
   |author = Alvadea & Jaksha6472
   |id       = DefenTheNation.BackpackResizer
+
   |id     = Alja.witchtower
   |nexus id = 2263
+
   |nexus   = 15926
   |github   = DefenTheNation/StardewMod-BackpackResizer
+
   |github = Jaksha6472/WitchTower
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Basic Sprinkler Improved
+
   |name   = Always Active Window, Always Active Mod
   |author   = LittleRaskols
+
   |author = AlexGoD
   |id       = lrsk_sdvm_bsi.0117171308
+
   |id     = AlexGoD.AlwaysActiveMod
   |nexus id = 833
+
   |nexus   = 25177
   |github   = littleraskol/Basic-Sprinkler-Improved
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Battery Warning Mod
+
   |name   = Always Hay
   |author   = Husky110
+
   |author = Omek97
   |id       = Husky110.BatteryWarningMod
+
   |id     = omek97.always_hay
   |nexus id = 1886
+
   |nexus   = 20808
   |github   = Husky110/BatteryWarningMod
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Battle Royalley
+
   |name   = Always On Server for Multiplayer
   |author   = Ilyaki
+
   |author = funny-snek and Zuberii
   |id       = Ilyaki.BattleRoyale
+
   |id     = mikko.Always_On_Server<!--changed in 1.20.3-unofficial.2-->, funny-snek.Always_On_Server
   |nexus id = 3199
+
   |nexus   = 2677
   |github   = Ilyaki/BattleRoyalley
+
   |github = funny-snek/Always-On-Server-for-Multiplayer
  
   |broke in = Stardew Valley 1.4
+
   |broke in           = Stardew Valley 1.4
 +
  |unofficial version = 1.20.3-unofficial.2-mikko_perkele
 +
  |unofficial url    = {{github|perkmi/Always-On-Server-for-Multiplayer}}
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Become Ethereal
+
   |name   = Always Organize Chests
   |author   = Coll1234567
+
   |author = Zamiel
   |id       = Coll1234567.BecomeEthereal
+
   |id     = Zamiel.AlwaysOrganizeChests
   |nexus id = 3746
+
   |nexus   = 21207
   |github   =  
+
   |github = Zamiell/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Befriend Marlon and Gunther
+
   |name   = Always Scroll Map
   |author   = Yoshimax
+
   |author = bcmpinc
   |id       = Yoshimax.BefriendMarlon
+
   |id     = bcmpinc.AlwaysScrollMap
   |nexus id = 2569
+
   |nexus   = 2733
   |github   = yoshimax2/Befriend-Marlon-and-Gunther
+
   |github = bcmpinc/StardewHack
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Be My Valentine
+
   |name   = Always Show Bar Values, Always Show (Health and Stamina) Bar Values
   |author   = Taskmaster
+
   |author = Saah
   |id       = Taskmaster.BeMyValentine
+
   |id     = Saah.AlwaysShowBarValues
   |nexus id = 5219
+
   |nexus   = 23452
   |github   =  
+
   |github = sarahvloos/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better 10 Hearts
+
   |name   = Always Special Title
   |author   = EpicBellyFlop45
+
   |author = DespairScent
   |id       = EpicBellyFlop45.Better10Hearts
+
   |id     = DespairScent.AlwaysSpecialTitle
   |nexus id = 3605
+
   |nexus   = 22150
   |github   = EpicBellyFlop45/StardewMods
+
   |github = DespairScent/AlwaysSpecialTitle
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Activate Sprinklers
+
   |name   = Always Swim
   |author   = ChaosEnergy
+
   |author = Hoggagf2
   |id       = ChaosEnergy.BetterActivateSprinklers
+
   |id     = Hoggagf2.AlwaysSwim
   |nexus id = 3097
+
   |nexus   = 13264
   |github   = yuri-moens/BetterActivateSprinklers
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Artisan Good Icons
+
   |name   = Ambient Light
   |author  = CatCattyCat, Cat
+
   |author = SixthTitan
   |id       = cat.betterartisangoodicons
+
   |id      = SixthTitan.SDVWM_AmbientLight, SixthTitan.AmbientLight <!-- changed in 1.8.0 -->
   |nexus id = 2080
+
  |nexus  = 4639
   |github  = danvolchek/StardewMods
+
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Ancient Fruit Won't Die in Winter
 +
  |author  = cindyexe
 +
   |id     = cindyexe.afddiw
 +
   |nexus   = 8823
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Crab Pots
+
   |name   = Ancient Seed Expended, More Ancient Seeds C
   |author   = EpicBellyFlop45
+
   |author = Zexu2K
   |id       = EpicBellyFlop45.BetterCrabPots
+
   |id     = Zeux2K.More_Ancient_Seeds_C
   |nexus id = 3159
+
   |nexus   = 26498
   |github   = EpicBellyFlop45/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Discord Presence, SVBDP
+
   |name   = Angel's Existing Weapon Updater
   |author   = GitStonic, IMSTONIC
+
   |author = Angela Ranna
   |id       = gitstonic.svbdp
+
   |id     = AngelaRanna.ExistingWeaponsUpdater
   |nexus id = 3092
+
   |nexus   = 6894
   |github   =  
+
   |github = AngelaRanna/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Doors
+
   |name   = Angel's Lead Rod Drop Rate Fixer
   |author   = CatCattyCat, Cat
+
   |author = Angela Ranna
   |id       = cat.betterdoors
+
   |id     = AngelaRanna.LeadRodFixer
   |nexus id = 3797
+
   |nexus   = 6894
   |github   = danvolchek/StardewMods
+
   |github = AngelaRanna/StardewMods
  
   |map local version = 1.0.1-unofficial.1-slamerz → 1.0.2-unofficial.1-slamerz<!--unofficial update has wrong version-->
+
   |status = obsolete
 +
  |summary = remove this mod (lead rod drop rate fixed in Stardew Valley 1.5).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Angel's Weapon Rebalance
 +
  |author  = Angela Ranna
 +
  |id      = AngelaRanna.WeaponBalanceCode
 +
  |nexus  = 6894
 +
  |github  = AngelaRanna/StardewMods
  
   |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   = Angry Grandpa
   |author   = CatCattyCat, Cat
+
   |author = Jonqora
   |id       = cat.betterfruittrees
+
   |id     = Jonqora.AngryGrandpa
   |nexus id = 1976
+
   |nexus   = 6324
   |github   = danvolchek/StardewMods
+
   |github = Jonqora/StardewMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5
   |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
+
   |unofficial version = 1.2.1-unofficial.1-Mizzion
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-78699
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Garbage Cans
+
   |name   = Angry Seagulls
   |author   = AairTheGreat
+
   |author = spacechase0
   |id       = AairTheGreat.BetterGarbageCans
+
   |id     = spacechase0.AngrySeagulls
   |nexus id = 4171
+
   |nexus   = 26121
   |github   = AairTheGreat/StardewValleyMods
+
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Garden Pots
+
   |name   = Animal Birth Every Night
   |author   = CatCattyCat, Cat
+
   |author = Paritee
   |id       = cat.bettergardenpots
+
   |id     = Paritee.AnimalBirthEveryNight
   |nexus id = 2209
+
   |nexus   = 3440
   |github  = danvolchek/StardewMods
+
   |github = paritee/Paritee.StardewValley.Frameworks
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Hay
+
   |name   = Animal Chooser
   |author   = CatCattyCat, Cat
+
   |author = stokastic
   |id       = cat.betterhay
+
   |id     = stokastic.AnimalChooser
   |nexus id = 1430
+
   |nexus   = 2573
   |github  = danvolchek/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 Hitbox
+
   |name   = Animal Dialogue Framework
   |author   = fodkod, Kodfod
+
   |author = aedenthorn, Erinthe
   |id       = kodfod.hitbox
+
   |id     = aedenthorn.AnimalDialogueFramework
  |nexus id = 4973
+
   |curse   = 868666
   |github   = Kodfod/BetterHitboxStardew
+
   |nexus   = 16881
}}
+
   |github = aedenthorn/StardewValleyMods
{{/entry
 
   |name    = Better Iridium Tool Area
 
  |author   = dphile
 
  |id      = dphile.BetterIridiumFarmTools
 
  |nexus id = 2085
 
   |github   = dphile/SDVBetterIridiumTools
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Iridium Tools Patch|Iridium Tools Patch]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Jukebox
+
   |name   = Animal Husbandry Mod, Butcher Mod
   |author   = Gaphodil
+
   |author = Digus
   |id       = Gaphodil.BetterJukebox
+
   |id     = DIGUS.ANIMALHUSBANDRYMOD, DIGUS.BUTCHER<!--changed in 2.0.1-->
   |nexus id = 6017
+
   |nexus   = 1538
   |github   =  
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Junimos
+
   |name   = Animal Mood Fix
   |author   = hawkfalcon
+
   |author = Grant Peters
   |id       = hawkfalcon.BetterJunimos
+
   |id     = GPeters-AnimalMoodFix
   |nexus id = 2221
+
   |nexus   = 761
   |github  = hawkfalcon/Stardew-Mods
+
   |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 Meteorites
+
   |name   = Animal Observer
   |author   = spacechase0
+
   |author = nofilenamed
   |id       = spacechase0.BetterMeteorites
+
   |id     = NFN.ANIMOBS
   |nexus id = 5096
+
   |nexus  = 8653
   |moddrop id = 771682
+
   |github = nofilenamed/AnimalObserver
   |github   = spacechase0/BetterMeteorites
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Mixed Seeds
+
   |name   = Animal Patting
   |author   = EpicBellyFlop45
+
   |author = DiddyP
   |id       = EpicBellyFlop45.BetterMixedSeeds
+
   |id     = DiddyP.AnimalPatting
   |nexus id = 3012
+
   |nexus  = 3837
   |curseforge id  = 306698
+
   |github =
  |curseforge key = better-mixed-seeds
 
   |github   = EpicBellyFlop45/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Panning
+
   |name   = Animal Pet Status
   |author   = AairTheGreat
+
   |author = Hakej
   |id       = AairTheGreat.BetterPanning
+
   |id     = hakej.animalpetstatus
   |nexus id = 4161
+
   |nexus   = 8725
   |github  = AairTheGreat/StardewValleyMods
+
   |github = Hakej/Animal-Pet-Status
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Quality More Seeds
+
   |name   = Animal Produce Expansion
   |author   = bmarquismarkail, Space Baby
+
   |author = elbe
   |id       = SB_BQMS
+
   |id     = elbe.AnimalProduceExpansion
   |nexus id = 935
+
   |nexus  = 9119
  |github  = bmarquismarkail/SV_BetterQualityMoreSeeds
+
   |moddrop = 988407
}}
+
   |github = lshtech/AnimalProduceExpansion
{{/entry
 
   |name    = Better Quarry
 
   |author  = Nishtra
 
  |id      = BetterQuarry
 
  |nexus id = 771
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use {{nexus mod|5170|Better Quarry Redux}} instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Ranching, Better Milking
+
   |name   = Animals Die
   |author   = Urbanyeti
+
   |author = Goldenrevolver
   |id       = BetterRanching
+
   |id     = Goldenrevolver.AnimalsDie
   |nexus id = 859
+
   |nexus   = 7769
   |github   = urbanyeti/stardew-better-ranching
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Rarecrows
+
   |name   = Animals Don't Eat Grass
   |author   = EpicBellyFlop45
+
   |author = KarratKake
   |id       = EpicBellyFlop45.BetterRarecrows
+
   |id     = KarratKake.AnimalsDontEatGrass
   |nexus id = 3232
+
   |nexus   = 7474
   |github  = EpicBellyFlop45/StardewMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better RNG
+
   |name   = Animals Don't Remove Grass
   |author   = Zoryn
+
   |author = MrShreddie
   |id       = Zoryn.BetterRNG
+
   |id     = MrShreddie.AnimalsDontRemoveGrass
   |nexus id =
+
   |nexus  = 21028
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github =
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Shipping Box
+
   |name   = Animal Selector
   |author   = Kithio
+
   |author = rikai
   |id       = Kithio:BetterShippingBox, Kithio.BetterShippingBox<!--changed in 1.0.3-unofficial-->
+
   |id     = rikai.AnimalSelector
   |nexus id =
+
   |nexus  = 8758
   |chucklefish id = 4302
+
   |github = rikai/AnimalSelector
   |github   =  
 
  
   |broke in     = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |pull request = https://github.com/JohnsonNicholas/SDVMods/pull/66
+
   |status  = abandoned
 
+
}}
   |map local versions = 1.0.1 → 1.0.2<!--manifest not updated-->
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Animal Shop Conditions
 +
  |author  = elbe
 +
  |id      = elbe.AnimalShopConditions
 +
  |nexus  = 9107
 +
  |moddrop = 986958
 +
   |github  = lshtech/AnimalShopConditions
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Shop Menu
+
   |name   = Animal Sitter
   |author   = spacechase0
+
   |author = jwdred
   |id       = spacechase0.BetterShopMenu
+
   |id     = jwdred.AnimalSitter
   |nexus id = 2012
+
   |nexus  = 581
  |chucklefish id = 5245
+
   |github = jdusbabek/stardewvalley
   |moddrop id = 771614
 
   |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.3.11
 +
<!--
 +
  |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 Skull Cavern Falling
+
   |name   = Animal Sitter LTS
   |author   = Max Vollmer, SVProtector
+
   |author = oliver
   |id       = maxvollmer.betterskullcavernfalling
+
   |id     = oliver.AnimalSitterLTS
   |nexus id = 2558
+
   |nexus   = 20831
   |github   = maxvollmer/BetterSkullCavernFalling
+
   |github = jdusbabek/stardewvalley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Slingshots
+
   |name   = Animals Need Water
   |author   = CatCattyCat, Cat
+
   |author = GZhynko
   |id       = cat.betterslingshots
+
   |id     = GZhynko.AnimalsNeedWater
   |nexus id = 2067
+
   |nexus   = 6196
   |github   = danvolchek/StardewMods
+
   |github = gzhynko/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Sort
+
   |name   = Animal Social Menu
   |author   = Jower
+
   |author = spacechase0
   |id       = Jower.BetterSort
+
   |id     = spacechase0.AnimalSocialMenu
   |nexus id = 1992
+
   |nexus   = 3283
   |github  =  
+
  |moddrop = 771644
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
  |status  = obsolete
 +
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Sprinklers
+
   |name   = Animal Whisperer
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = Shalkin
   |id       = Speeder.BetterSprinklers, SPDSprinklersMod<!--changed in 2.3-->
+
   |id     = shaklin.animalwhisperer
   |nexus id = 41
+
   |nexus  = 8885
   |chucklefish id = 3551
+
   |github  =
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Train Loot
+
   |name   = Animated Parrot and Perch
   |author   = AairTheGreat, Aair, AairTheGreat
+
   |author = aedenthorn, Erinthe
   |id       = AairTheGreat.BetterTrainLoot
+
   |id     = aedenthorn.AnimatedParrotAndPerch<!--changed in 0.1.1-unofficial.1-->, aedenthorn.ParrotPerch
   |nexus id = 4234
+
  |curse  = 868854
   |github  = AairTheGreat/StardewValleyMods
+
   |nexus   = 7957
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.1.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#AnimatedParrotAndPerch
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Windows Mod
+
   |name   = Animated Portrait Framework
   |author   = LPMG
+
   |author = akai
   |id       = LPMG.Better_Windows_Mod
+
   |id     = akai.AnimatedPortrait
   |nexus id = 3672
+
   |nexus   = 8249
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.5.5<!--@retest-after HD Portraits-->
 +
<!--
 +
  |status  = workaround
 +
  |summary  = use [[#HD Portraits|HD Portraits]] instead.
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Workbenches
+
   |name   = Animation-Cancel Keybinding
   |author   = CatCattyCat, Cat
+
   |author = Swaglix
   |id       = cat.betterworkbenches
+
   |id     = swaglix.AnimationCancelKeybinding
   |nexus id = 4830
+
   |nexus   = 20159
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bigger Backpack
+
   |name   = Anki Study Break
   |author   = spacechase0 & bcmpinc
+
   |author = nymvaline
   |id       = spacechase0.BiggerBackpack
+
   |id     = nymvaline.AnkiStudyBreak
   |nexus id = 1845
+
   |nexus  = 11279
  |chucklefish id = 5191
+
   |github = nymvaline/StardewValley-AnkiStudyBreak
   |moddrop id = 384783
 
   |github   = spacechase0/BiggerBackpack
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bigger Riverlands Farm
+
   |name   = Anniversary on Calendar
   |author  = Jessebot, JessebotX
+
   |author = greentodd
   |id       = jessebot.biggerriverlands
+
  |id      = greentodd.CalendarAnniversary
   |nexus id = 3025
+
  |nexus  = 8351
   |moddrop id = 467184
+
   |github  =
   |github   = JessebotX/StardewValleyMods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Another Hunger Mod
 +
  |author  = spacechase0
 +
   |id     = spacechase0.AnotherHungerMod
 +
  |curse  = 867735
 +
   |nexus   = 3379
 +
   |moddrop = 568430
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Big Silo
+
   |name   = Another Jump Mod, Yet Another Jump Mod
   |author   = lperkins2, Logan Perkins
+
   |author = aedenthorn, Erinthe
   |id       = lperkins2.BigSilo
+
   |id     = aedenthorn.YAJM
   |nexus id = 2429
+
   |curse  = 868885
   |source   = {{nexus mod|2429}}
+
   |nexus   = 6546
   |dev note = source in download
+
   |github  = aedenthorn/StardewValleyMods
  
   |map local versions = 0.0.2 → 0.0.3<!--manifest not updated-->
+
   |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     = Billboard Anywhere
+
   |name   = Anti-Cheat Server
   |author   = Omegasis, Alpha_Omegasis
+
   |author = funny-snek
   |id       = Omegasis.BillboardAnywhere
+
   |id     = FunnySnek.AntiCheatServer, funnysnek.servercode<!--changed in 7.3-->
   |nexus id = 492
+
   |nexus   = 2887
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = funny-snek/anticheat-and-servercode
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Birthday Mail
+
   |name   = AntiCheat Whitelist, AntiCheat Server Whitelist
   |author   = KathrynHazuka
+
   |author = alichan, alichanST
   |id       = KathrynHazuka.BirthdayMail
+
   |id     = alichan.AntiCheatWhitelist
   |nexus id = 276
+
   |nexus   = 24204
   |github   = KathrynHazuka/StardewValley_BirthdayMail
+
   |github =
  |dev note = author ignored previous PRs
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS No Clip
+
   |name   = Anti-Reset Mr. Reduggy
   |author   = BunnyJumps
+
   |author = FricativeMelon
   |id       = BunnyJumps.BJSNoClip
+
   |id     = FricativeMelon.AntiResetMrReduggy
   |nexus id = 2820
+
   |nexus   = 15480
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Time Skipper
+
   |name   = Anti-Social NPCs
   |author   = BunnyJumps
+
   |author = Super Aardvark, ubererdferkel
   |id       = BunnyJumps.BJSTimeSkipper
+
   |id     = SuperAardvark.AntiSocial
   |nexus id = 2178
+
   |nexus   = 5371
   |github   =  
+
   |github = super-aardvark/AardvarkMods-SDV
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS True Master
+
   |name   = Anti Tool Exhaustion
   |author   = Qther - BunnyJumps
+
   |author = Tomokisan
   |id       = BunnyJumps.BJSTrueMaster
+
   |id     = tomokisan.antiToolExhaustion
   |nexus id = 5324
+
  |curse  = 1081754
   |github   =  
+
   |nexus   = 26371
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blessings and Curses
+
   |name   = Anything Ponds
   |author   = GenDeathrow
+
   |author = MouseyPounds
   |id       = gendeathrow.BNC
+
   |id     = MouseyPounds.AnythingPonds
   |nexus id =
+
   |nexus  = 4702
   |curseforge id  = 307717
+
   |github = MouseyPounds/stardew-mods
  |curseforge key = blessings-and-curses
 
   |github   = GenDeathrow/SDV_BlessingsAndCurses
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |dev note = incompatibility possibly due to Bookcase
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blue Chickens Are Green
+
   |name   = April Bug Fix Suite<!--Nexus-->, April Fools<!--manifest-->
   |author   = explosivetortellini
+
   |author = aedenthorn, Erinthe
   |id       = explosivetortellini.BlueChickensAreGreen
+
   |id     = aedenthorn.AprilFools
   |nexus id = 4815
+
  |curse  = 868768
   |github  = explosivetortellini/bluechickensaregreen
+
   |nexus   = 11496
 +
   |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     = Blood Trail
+
   |name   = A Quality Mod
   |author   = aurnj, Roy Li
+
   |author = spacechase0
   |id       = RuyiLi.BloodTrail
+
   |id     = spacechase0.AQualityMod
   |nexus id =  
+
   |curse  = 867134
   |url      = https://community.playstarbound.com/threads/blood-trail.129308
+
   |nexus  = 14448
   |github   =  
+
   |github = spacechase0/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Aquarism
 +
  |author  = DaLion
 +
  |id      = DaLion.Ponds<!--changed in republished 1.0.0-->, DaLion.ImmersivePonds<!--changed in 2.0.7-->, DaLion.ImmersiveFishPonds
 +
  |nexus  = 24356
 +
  |github  = daleao/sdv
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bookcase
+
   |name   = Arcade 2048
   |author   = Darkhax
+
   |author = Platonymous
   |id       = darkhax.bookcase
+
   |id     = Platonymous.2048
   |nexus id =  
+
   |curse  = 308054
   |curseforge id  = 297252
+
   |nexus  = 2048
   |curseforge key = bookcase
+
   |moddrop = 793820
   |github   = Stardew-Valley-Modding/Bookcase
+
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Borderless Wood Floor
+
   |name   = Arcade Pong
   |author   = Digus
+
   |author = Platonymous
   |id       = Digus.BorderlessWoodFloorMod
+
   |id     = Platonymous.ArcadePong
   |nexus id = 4711
+
   |nexus   = 2044
   |github  = Digus/StardewValleyMods
+
  |moddrop = 793819
 +
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Boss Creatures
+
   |name   = Arcade Snake, Snake
   |author   = aedenthorn
+
   |author = Platonymous
   |id       = Aedenthorn.BossCreatures
+
   |id     = Platonymous.Snake
   |nexus id = 5864
+
  |curse  = 308055
   |github  = aedenthorn/StardewValleyMods
+
   |nexus   = 2056
 +
  |moddrop = 793822
 +
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bow
+
   |name   = Archaeology House Content Management Helper
   |author   = spacechase0
+
   |author = Felix-Dev
   |id       = spacechase0.Bow
+
   |id     = Felix-Dev.ArchaeologyHouseContentManagementHelper
   |nexus id = 2756
+
   |nexus  = 2804
  |chucklefish id = 5523
+
   |github = Felix-Dev/StardewMods
   |moddrop id = 771627
 
   |github   = spacechase0/Bow
 
  
   |summary  = use [https://spacechase0.com/mods/stardew-valley/bow/ latest version from author's website].
+
  |broke in = Stardew Valley 1.4
 +
  |status  = obsolete
 +
   |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Brazilian Names for NPCs, Nomes Brasileiros
+
   |name   = Archaeology Skill for 1.6
   |author   = charbonn, Charles Bonnevialle
+
   |author = moonslime
   |id       = Charles.NomesBrasileiros
+
   |id     = moonslime.ArchaeologySkill
   |moddrop id = 793149
+
   |curse  = 1003404
   |nexus id =  
+
   |nexus   = 22199
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Breath of Fire 3 Fishing Sounds
+
   |name   = Archery
   |author   = Guedez, guedez2
+
   |author = PeacefulEnd
   |id       = bof.three.fishing.sounds
+
   |id     = PeacefulEnd.Archery
   |nexus id = 5105
+
  |curse  = 870921
   |github  =  
+
   |nexus   = 16767
 +
   |github = Floogen/Archery
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Breed Like Rabbits, Breed Rabbits
+
   |name   = Archery - Starter Pack
   |author   = Dycedarger
+
   |author = PeacefulEnd
   |id       = dycedarger.breedlikerabbits
+
   |id     = PeacefulEnd.Archery.StarterPack.Code
   |nexus id = 948
+
  |curse  = 870920
   |github   =  
+
   |nexus   = 16768
 +
   |github = Floogen/Archery
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after-->
  |status  = workaround
 
  |summary  = use [[#Breed Like Rabbits 2: Procreation Boogaloo|Breed Like Rabbits 2: Procreation Boogaloo]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Breed Like Rabbits 2: Procreation Boogaloo
+
   |name   = Arena Challenges Mod
   |author   = f4iTh, JertsukkaTheMan
+
   |author = XxHarvzBackxX
   |id       = f4iTh.BreedLikeRabbits2
+
   |id     = harvz.ACM.SMAPI
   |nexus id = 3429
+
   |nexus   = 9544
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bug Net
+
   |name   = Armor Ore
   |author   = spacechase0 + Keychain + ParadigmNomad
+
   |author = gmff
   |id       = spacechase0.BugNet
+
   |id     = GMFF.ArmorOre
   |nexus id = 5099
+
   |nexus   =
   |moddrop id = 771693
+
   |curse  = 485718
   |github  = spacechase0/BugNet
+
   |github =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Build Endurance
+
   |name   = Ars Venefici
   |author   = Omegasis, Alpha_Omegasis
+
   |author = HeyImAmethyst
   |id       = Omegasis.BuildEndurance
+
   |id     = HeyImAmethyst.ArsVenefici
   |nexus id = 445
+
   |nexus   = 24409
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = HeyImAmethyst/Ars-Venefici
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Build Health
+
   |name   = Artifact Digger
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Mizzion
   |id       = Omegasis.BuildHealth
+
   |id     = mizzion.artifactdigger
   |nexus id = 446
+
   |nexus   = 4212
   |github   = janavarro95/Stardew_Valley_Mods
+
  |moddrop = 661378
 +
   |github = Mizzion/MyStardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Builder's List
+
   |name   = Artifact System Drop Framework & Geodes Handler, ASDFGH, Artifact System Fixed - Redux
   |author  = bmarquismarkail, Space Baby
+
   |author = pepoluan
   |id      = SB_BuildersList
+
   |id      = pepoluan.ASDFGH, pepoluan.ArtifactSystemFixedRedux<!--changed in 0.6.1?-->
   |nexus id = 5347
+
   |nexus  = 9023
   |github  = bmarquismarkail/SV_BuildersList
+
   |moddrop = 979525
 +
   |github =
 +
   |source  = https://sourceforge.net/p/sdvmods-artifact-fix-redux/
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bus Locations
+
   |name   = Artifact System Fixed
   |author   = Hootless
+
   |author = Ilyaki
   |id       = hootless.BusLocations
+
   |id     = Ilyaki.ArtifactSystemFixed
   |nexus id = 2905
+
   |nexus   = 2761
   |github  = hootless/StardewMods
+
   |github = Ilyaki/ArtifactSystemFixed
 +
 
 +
   |broke in = Stardew Valley 1.4
 +
  |status  = workaround
 +
  |summary  = use [[#Artifact System Drop Framework & Geodes Handler|Artifact System Drop Framework & Geodes Handler]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Buyable Dwarf Scrolls
+
   |name   = Artisan Goods Redone
   |author   = MattDeDuck, Duckshard
+
   |author = Rhukii
   |id       = MattDeDuck.BuyableDwarfScrolls
+
   |id     = Rhukii.ArtisanGoodsRedone
   |nexus id = 5307
+
   |nexus   = 9414
   |github  = MattDeDuck/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Buy Back Collectables
+
   |name   = Artisan Products Copy Quality
   |author   = Omegasis, Alpha_Omegasis
+
   |author = justastranger
   |id       = Omegasis.BuyBackCollectables, BuyBackCollectables<!--changed in 1.4-->
+
   |id     = JAS.ArtisanProductsCopyQuality
   |nexus id = 507
+
  |moddrop = 1554273
   |github   = janavarro95/Stardew_Valley_Mods
+
   |nexus   =
 +
   |github = justastranger/ArtisanProductsCopyQuality
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Buy Cooking Recipes, Buy Recipes
+
   |name   = Artista, Artista - Stardew Painter
   |author   = Denifia
+
   |author = Platonymous
   |id       = Denifia.BuyRecipes
+
   |id     = Platonymous.Artista
   |nexus id = 1126
+
  |moddrop = 1521420
   |github   = Denifia/StardewMods
+
   |nexus   = 18697
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cabin Owner Displayed
+
   |name   = Ashley NPC
   |author  = funny-snek
+
   |author = Travoos
   |id      = funnysnek.displaycabinowner
+
   |id      = none<!--no ID in manifest-->
   |nexus id = 3036
+
   |nexus  =
   |github  =  
+
   |url    = https://community.playstarbound.com/threads/smapi-ashley-npc-new-npc.112077
 +
   |github = Club559/AshleyMod
 +
 
 +
   |broke in = SMAPI 2.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cacti Hurt You
+
   |name   = A Tapper's Dream, A Tree Overhaul
   |author   = CatCattyCat, Cat
+
   |author = Goldenrevolver
   |id       = cat.cactihurtyou
+
   |id     = ddde5195-8f85-4061-90cc-0d4fd5459358, Goldenrevolver.ATappersDream<!--changed in 1.4.2-unofficial.1-->
   |nexus id = 4019
+
   |nexus   = 260
   |github   = danvolchek/StardewMods
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Calendar Anywhere
+
   |name   = Atelier Cauldron, Cauldron
   |author   = Zoryn
+
   |author = Kedi & sophiesalacia & wildflourmods
   |id       = Zoryn.CalendarAnywhere
+
   |id     = Atelier.Cauldron
   |nexus id =
+
   |nexus  = 22926
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github =
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Campfire Cooking
+
   |name   = ATM
   |author   = Kabigon
+
   |author = Platonymous
   |id       = Kabigon.CampfireCooking
+
   |id     = Platonymous.ATM
   |nexus id = 2297
+
  |curse  = 308504
   |github   = KabigonFirst/StardewValleyMods
+
  |moddrop = 793914
 +
   |nexus   = 3135
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
<!--
   |summary = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
+
   |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     = Carry Chest
+
   |name   = AtraCore
   |author   = spacechase0
+
   |author = atravita
   |id       = spacechase0.CarryChest
+
   |id     = atravita.AtraCore
   |nexus id = 1333
+
   |curse  = 870972
   |chucklefish id = 4851
+
   |moddrop = 1205156
   |moddrop id = 134674
+
   |nexus  = 12932
   |github  = spacechase0/CarryChest
+
   |github = atravita-mods/StardewMods
 +
 
 +
   |warnings = Broken on Android.
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/carry-chest/ latest version from author's website].
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Casks Anywhere
+
   |name   = Atra's Interaction Tweaks, Stop Rug Removal
   |author   = YukiShiku, LeonBlade
+
   |author = atravita
   |id       = CasksAnywhere
+
   |id     = atravita.StopRugRemoval
   |nexus id = 878
+
   |curse  = 870985
   |chucklefish id = 5486
+
   |moddrop = 1068101
   |moddrop id = 124612
+
   |nexus  = 10192
   |github   = LeonBlade/CasksAnywhere
+
   |github = atravita-mods/StardewMods
  
   |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   = Audio Descriptions
   |author   = CatCattyCat, Cat
+
   |author = mistyspring
   |id       = cat.caskseverywhere
+
   |id     = mistyspring.AudioDescription
   |nexus id = 2994
+
   |nexus   = 16294
   |github   = danvolchek/StardewMods
+
   |github = misty-spring/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Casks on Ground
+
   |name   = Audio Devices
   |author   = punyo, yakminepunyo
+
   |author = Max Vollmer, SVProtector
   |id       = punyo.CasksOnGround
+
   |id     = maxvollmer.audiodevices
   |nexus id = 2406
+
   |nexus   = 2838
   |github   = pomepome/CasksOnGround
+
   |github = maxvollmer/AudioDevices
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5.5
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Casks Everywhere|Casks Everywhere]] instead.
+
   |summary  = remove this mod (audio switching fixed in Stardew Valley 1.5.5).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Casual Life
+
   |name   = Aurora GSI for Stardew Valley
   |author   = adverserath
+
   |author = macer-Tim Oberle
   |id       = Adverserath.CasualLife
+
   |id     = macer.AuroraGSI
   |nexus id = 6011
+
   |nexus   = 6088
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Catalogues Anywhere
+
   |name   = Auto Animal Doors
   |author   = Cherry, CherryChain
+
   |author = taggartaa, Aaron Taggart
   |id       = Cherry.CataloguesAnywhere
+
   |id     = AaronTaggart.AutoAnimalDoors
   |nexus id = 4949
+
   |curse  = 1002753
   |moddrop id = 716382
+
   |nexus  = 1019
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |github = taggartaa/AutoAnimalDoors
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Categorize Chests
+
   |name   = Auto-Attack
   |author   = SteelixLeiter
+
   |author = X3n0n182
   |id       = CategorizeChests
+
   |id     = X3n0n182.AutoAttack
   |nexus id = 1300
+
   |nexus   = 7258
   |github   = doncollins/StardewValleyMods
+
   |github  =
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |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-Attack
   |author   = skuldomg, Skuld
+
   |author = cgifox
   |id       = skuldomg.catGifts
+
   |id     = cgifox.AutoAttack
   |nexus id = 2132
+
   |nexus   = 9620
   |github   = skuldomg/catGifts
+
   |github =
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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
 
  |name    = Cellar Available
 
  |author  = candidus42
 
  |id      = Candidus42.CellarAvailable
 
  |nexus id = 5104
 
  |github  = mus-candidus/CellarAvailable
 
}}
 
{{/entry
 
  |name    = Chance Cubes
 
  |author  = Turkey2349
 
  |id      = turkey2349.chancecubes
 
  |nexus id =
 
  |curseforge id  = 297899
 
  |curseforge key = chance-cubes
 
  |github  =
 
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Cabin Type
+
   |name   = Auto Bait and Tackles
   |author   = funny-snek
+
   |author = Alison Li
   |id       = funnysnek.ChangeCabinType
+
   |id     = Alison-Li.AutoBaitAndTackles
   |nexus id = 3046
+
   |nexus   = 6773
   |github   =  
+
   |github = Alison-Li/AutoBaitAndTacklesMod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Dialogues
+
   |name   = Auto Break Geode
   |author   = mardrest
+
   |author = weizinai
   |id       = mardrest.ChangeDialogues, mardrest.ChangeDialoguesEn<!--changed in 1.9.3-->
+
   |id     = weizinai.AutoBreakGeode
   |nexus id = 5335
+
   |nexus  = 20685
   |moddrop id = 800760
+
   |github =
   |github   =  
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Professions
+
   |name   = Auto Catch
   |author   = Alek, amazingalek
+
   |author = MercuryVN
   |id       = Alek.ChangeProfessions
+
   |id     = MercuryVN.AutoCatch
   |nexus id = 3989
+
   |nexus   = 22616
   |github   = aleksanderwaagr/Stardew-ChangeProfessions
+
   |github = MercuryVN/AutoCatch
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Shoe Color
+
   |name   = Auto Catch Fish
   |author   = Shaklin
+
   |author = WillTheMage
   |id       = shaklin.changeshoecolor
+
   |id     = WillTheMage.AutoCatchFishMod
   |nexus id = 6101
+
   |nexus   = 25997
   |github   =
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Change Slime Hutch Limit
+
   |name   = Auto Coffee
   |author   = Cherry, CherryChain
+
   |author = Ben880, ben1830
   |id       = Cherry.SlimeHutchLimit
+
   |id     = BenjaminWilcox.AutoCoffee
   |nexus id = 6455
+
  |curse  = 990166
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |nexus   = 2387
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chat Commands
+
   |name   = Auto Consume, Auto Consume for Heal and Buff
   |author   = CatCattyCat, Cat
+
   |author = Jihyun and Somin
   |id       = cat.chatcommands
+
   |id     = JihyunSomin.AutoConsume
   |nexus id = 2092
+
   |nexus   = 24178
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cheaper Beach Bridge Repair
+
   |name   = Auto Crop
   |author   = Annosz
+
   |author = aurnj, Roy Li
   |id       = Annosz.CheaperBeachBridgeRepair
+
   |id     = RuyiLi.AutoCrop
   |nexus id = 5826
+
   |nexus   =
   |github  = Annosz/StardewValleyModding
+
   |url    = https://community.playstarbound.com/threads/autocrop.129152/
}}
+
   |github =
{{/entry
 
  |name    = Chef Helper - Add to Fridges
 
  |author  = Rui3
 
  |id      = Rui3.ChefHelperAddToFridges
 
  |nexus id = 5606
 
  |github  = ChristinaEd/ChefHelperAddToFridges
 
}}
 
{{/entry
 
  |name    = Chefs Closet
 
  |author  = elDudeerino
 
  |id      = Duder.ChefsCloset
 
  |nexus id = 1030
 
   |github   = deLaDude/ChefsCloset
 
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
+
   |summary  = use [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
 
  |map local versions = 1.3-1 → 1.3<!--manifest incorrect-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cherryrar
+
   |name   = Auto Crop Watering, Auto Water Crops
   |author   = Eduanttunes
+
   |author = The Fluffy Robot
   |id       = Cherryrar.Functions
+
   |id     = TheFluffyRobot.AutoCropWatering
   |nexus id = 6603
+
   |nexus   = 20892
   |github   =  
+
   |github = jamespfluger/Stardew-EqualMoneySplit
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chess
+
   |name   = Auto-Eat
   |author   = Platonymous
+
   |author = Permamiss
   |id       = Platonymous.Chess
+
   |id     = Permamiss.AutoEat, BALANCEMOD_AutoEat<!--changed in 1.1.1-->
   |nexus id = 3976
+
   |nexus   = 643
   |moddrop id = 793917
+
   |curse  = 307990
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Permamiss/Auto-Eat
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = ChestEx
+
   |name   = Auto Farm Screenshot
  |author  = Berkay Yigit, berkayylmao
+
   |author = Dwayneten
  |id      = berkayylmao.ChestEx
+
   |id     = DwayneTen.AutoFarmScreenshot
  |nexus id = 4180
+
   |nexus  = 4783
  |github  = berkayylmao/StardewValleyMods
+
   |github = Dwayneten/AutoFarmScreenshot
}}
 
{{/entry
 
   |name     = Chest Label System
 
   |author   = OrSpeeder, Mauricio Gomes
 
   |id       = SPDChestLabel, Speeder.ChestLabel<!--changed in 1.5.1-pathoschild-update-->
 
   |nexus id = 242
 
   |chucklefish id = 3550
 
   |source  = https://gitlab.com/speeder1/ChestNameWithHoverLabel
 
}}
 
{{/entry
 
  |name    = Chest Naming
 
  |author  = M3ales
 
  |id      = ChestNaming
 
  |nexus id =
 
  |curseforge id = 299791
 
  |curseforge key = chest-naming
 
  |github  = M3ales/ChestNaming
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Chests Anywhere|Chests Anywhere]] 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     = Chest Pooling
+
   |name   = Autofill Pet Bowl
   |author   = mralbobo
+
   |author = maephie
   |id       = mralbobo.ChestPooling
+
   |id     = maephie.AutofillPetBowl
   |nexus id =
+
   |nexus  = 13296
   |url      = https://community.playstarbound.com/threads/111988
+
   |github = maephie/StardewMods
   |github   = mralbobo/stardew-chest-pooling
 
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status      = workaround
 
  |summary      = use [[#Stack to Nearby Chests|Stack to Nearby Chests]] instead.
 
  |pull request = https://github.com/mralbobo/stardew-chest-pooling/pull/4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chests Anywhere
+
   |name   = Auto Fill Pet Bowl
   |author   = Pathoschild
+
   |author = Siweipancc
   |id       = Pathoschild.ChestsAnywhere, ChestsAnywhere<!--changed in 1.9-->
+
   |id     = Siweipancc.AutoFillPetBowl
   |nexus id = 518
+
   |nexus  = 20667
   |moddrop id = 606600
+
   |github =
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Child Bed Config
+
   |name   = Auto Fish
   |author   = aclockworkhound
+
   |author = WhiteMind
   |id       = aclockworkhound.ChildBedConfig
+
   |id     = WhiteMind.AF
   |nexus id = 3540
+
   |nexus   = 1895
   |github   = clockworkhound/SDV-ChildBedConfig
+
   |github = WhiteMinds/mod-sv-autofish
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Children Like Parents, Dynamic Children Replacer
+
   |name   = Autofish, Autofish Used All Version
   |author   = CroiDorcha
+
   |author = dirinkbottle
   |id       = CroiDorcha.ChildrenLikeParent
+
   |id     = dirinkbottle.autofish
   |nexus id = 1756
+
   |nexus   = 26954
   |github   =  
+
   |github =
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Children's Beds Removal
+
   |name   = Auto Fishing
   |author   = Prismuth
+
   |author = SorryLate, rharyanto
   |id       = Prismuth.ChildBedsRemoval
+
   |id     = SorryLate.AutoFishing
   |nexus id = 1655
+
   |nexus   = 5235
   |github   =  
+
   |github =
  
   |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
+
{{#invoke:SMAPI compatibility|entry
   |name     = Child to NPC
+
   |name   = Auto Fishing
   |author   = loe2run
+
   |author = Tibbles
   |id       = Loe2run.ChildToNPC
+
   |id     = Tibbles.AutoFishing2<!--changed in 2.0.0-->, Tibbles.AutoFishing
   |nexus id = 4568
+
   |nexus   = 21339
   |github   = loe2run/ChildToNPC
+
   |github =
 
 
  |broke in          = Content Patcher 1.17
 
  |unofficial version = 1.2.1-unofficial.4-pathoschild
 
  |unofficial url    = https://forums.stardewvalley.net/index.php?threads/unofficial-mod-updates.2096/post-14052
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chill in Your Farmhouse
+
   |name   = Auto Gate
   |author   = Husky110
+
   |author = Teban100
   |id       = Husky110.ChillInYourFarmHouse
+
   |id     = AutoGate
   |nexus id = 1768
+
   |nexus   = 820
   |github   = Husky110/ChillInYourFarmHouse
+
   |github = StephenKairos/Teban100-StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Choose Baby Gender
+
   |name   = Auto-Grabber Mod
   |author   = Travoos
+
   |author = Jotser
   |id       =  
+
   |id     = Jotser.AutoGrabberMod
   |nexus id = 590
+
   |nexus   = 2783
   |github   =  
+
   |github =
  
  |broke in = SMAPI 2.0
+
   |status = abandoned
   |status   = workaround
+
   |summary = remove this mod (no longer maintained; use [[#Deluxe Auto-Grabber|Deluxe Auto-Grabber]] instead).
   |summary = use [[#Family Planning|Family Planning]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Chummy Fix
+
   |name   = Auto-Grab Truffles
   |author   = ItsLittany
+
   |author = Tsin
   |id       = itslittany.ChummyFix
+
   |id     = Tsin.AutoGrabTruffles
   |nexus id = 6363
+
   |nexus  = 14162
   |moddrop id = 804100
+
   |github =
   |github   =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Cheats Menu
+
   |name   = Auto Grab Truffles
   |author   = CJBok and Pathoschild
+
   |author = Frostiverse
   |id       = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
+
   |id     = Frostiverse.AutoGrabTruffles
   |nexus id = 4
+
   |nexus  = 21705
   |moddrop id = 741872
+
   |github = Hunter-Chambers/StardewValleyMods
   |github   = CJBok/SDV-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Item Spawner
+
   |name   = Auto-Grab Truffles, QiXing Auto-Grab Truffles
   |author   = CJBok and Pathoschild
+
   |author = QiXing
   |id       = CJBok.ItemSpawner, CJBItemSpawner<!--changed in 1.7-->
+
   |id     = qixing.AutoGrabTruffles
   |nexus id = 93
+
   |nexus  = 20874
   |moddrop id = 741893
+
   |github = qixing-jk/QiXingAutoGrabTruffles
   |github   = CJBok/SDV-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = CJB Show Item Sell Price
+
   |name   = Auto Load Game
   |author   = CJBok and Pathoschild
+
   |author = Caraxian
   |id       = CJBok.ShowItemSellPrice, CJBShowItemSellPrice<!--changed in 1.7-->
+
   |id     = caraxian.AutoLoadGame
   |nexus id = 5
+
   |nexus  = 2509
   |moddrop id = 509768
+
   |github = Caraxi/StardewValleyMods
   |github   = CJBok/SDV-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Clean Cellar
+
   |name   = Automate
   |author   = EpicBellyFlop45
+
   |author = Pathoschild
   |id       = EpicBellyFlop45.CleanCellar
+
   |id     = Pathoschild.Automate
   |nexus id = 2975
+
  |curse  = 992857
   |github   = EpicBellyFlop45/StardewMods
+
   |nexus   = 1063
 +
  |moddrop = 509760
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Clean Farm
+
   |name   = Automate Chests
   |author   = tstaples
+
   |author = SinZ
   |id       = tstaples.CleanFarm
+
   |id     = SinZ.AutomateChests
   |nexus id = 794
+
   |nexus   = 11727
   |github   = tstaples/CleanFarm
+
   |github = SinZ163/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Click 2 Move
+
   |name   = Automated Doors
   |author   = MarthaSolomon, SolomonsWorkshop
+
   |author = mrslowly, azah
   |id       = SolomonsWorkshop.Click2Move
+
   |id     = azah.automated-doors
   |nexus id = 2219
+
   |nexus   =
   |github   =  
+
  |url    = https://community.playstarbound.com/threads/smapi-2-0-automated-doors.131380
 +
   |github = azah/AutomatedDoors
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in           = Stardew Valley 1.3
   |status  = workaround
+
   |unofficial version = 1.4.3-unofficial.4-pickle
   |summary  = use [[#Right Click Move Mode|Right Click Move Mode]] instead.
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-29685
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Climates of Ferngill
+
   |name   = Automate Tool Swap
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = Trapyy
   |id       = KoihimeNakamura.ClimatesOfFerngill
+
   |id     = Trapyy.AutomatetoolSwap
   |nexus id = 604
+
   |curse  = 1001901
   |moddrop id = 664033
+
   |nexus  = 21050
   |github   = Sakorona/SDVMods
+
   |github = Caua-Oliveira/StardewValley-AutomateToolSwap
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Coal Regen
+
   |name   = Automatic Gates
   |author   = Blucifer, BluciferProgrammer
+
   |author = ScheKaa
   |id       = Blucifer.CoalRegen
+
   |id     = Rakiin.AutomaticGates
   |nexus id = 1664
+
   |nexus   = 3109
   |github   = AbbyNode/StardewValley-CoalRegen
+
  |moddrop = 467021
 +
   |github =
  
   |broke in          = Stardew Valley 1.3
+
   |warnings = use Nexus, ModDrop is NOT updated
  |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
 
  |pull request      = https://github.com/AbbyNode/StardewValley-CoalRegen/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cold Weather Haley SMAPI
+
   |name   = Automatic Petting of Animals
   |author   = DanielSerrano, Lord Xamon
+
   |author = yangZ
   |id       = LordXamon.ColdWeatherHaleyPRO
+
   |id     = yangZ.AutomaticPettingOfAnimals
   |nexus id = 1169
+
   |nexus   = 23539
   |github   =
+
   |github  =
 
 
  |broke in = SMAPI 2.0
 
  |status  = workaround
 
  |summary = use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Colorful Chests
+
   |name   = Automatic Screenshot Taker
   |author   = spacechase0
+
   |author = Zamiel
   |id       = spacechase0.ColorfulChests
+
   |id     = Zamiel.AutomaticScreenshotTaker
   |nexus id = 1623
+
   |nexus  = 10460
  |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].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Combat Controls
+
   |name   = Automatic Stroking, Stroking Automatic
   |author   = DJ-STLN
+
   |author = yangZ
   |id       = DJ-STLN.CombatControls
+
   |id     = yangZ.AutomaticStroking
   |nexus id = 2590
+
   |nexus   = 23508
   |github   = DJ-STLN/CombatControls
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Combat Level Damage Scaler
+
   |name   = Automatic To-Do List
   |author   = spacechase0
+
   |author = VoxaelFox
   |id       = spacechase0.CombatLevelDamageScaler
+
   |id     = VoxaelFox.AutomaticTodoList
   |nexus id = 3905
+
   |nexus  = 26008
   |chucklefish id = 5754
+
   |github  = paulwrubel/stardew-mods
  |moddrop id = 771671
 
   |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   = Automators
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = Kristian Skistad
   |id       = SPDFarmingImplementsInCombat
+
   |id     = KristianSkistad.Automators.Code
   |nexus id = 313
+
   |nexus   = 15776
   |source  = https://gitlab.com/speeder1/farming-implements-combat
+
   |github  = kristian-skistad/automators
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Comics
+
   |name   = Auto Melee Attack
   |author   = Platonymous
+
   |author = Siweipancc
   |id       = Platonymous.Comics
+
   |id     = Siweipancc.AutoMeleeAttack
   |nexus id = 6281
+
   |nexus   = 20704
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Community Bundle Item Tooltip
+
   |name   = Autonomals
   |author   = Musbah Sinno
+
   |author = DespairScent
   |id       = musbah.bundleTooltip
+
   |id     = DespairScent.Autonomals
   |nexus id = 1329
+
   |nexus   = 22879
   |github   = musbah/StardewValleyMod
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Community Center Bundle Overhaul (SMAPI Version)
+
   |name   = AutoPetter
   |author   = Chaos234
+
   |author = Brogio
   |id       = Chaos234.CommunityCenterBundleOverhaul
+
   |id     = Brogio.AutoPetter
   |nexus id = 1681
+
   |nexus   = 27203
   |github   = chaos234/StardewValleyMods
+
   |github =
 
+
}}
   |broke in = SMAPI 2.0
+
{{#invoke:SMAPI compatibility|entry
   |status  = workaround
+
   |name    = AutoShaker, Auto Forager<!--renamed to Auto Forager in 2.0.0, but Nexus page still has old name-->
   |summary  = use [https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358330 unofficial Content Patcher equivalent] instead.
+
   |author  = Jag3Dagster
 +
   |id      = HedgehogTechnologies.AutoForager, HedgehogTechnologies.AutoShaker, Jag3Dagster.AutoShaker<!--changed in 2.0.0 and 1.6.1-->
 +
  |curse  = 989657
 +
  |nexus  = 7736
 +
  |github  = Hedgehog-Technologies/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Companion NPCs
+
   |name   = Auto Speed
   |author   = Redwood
+
   |author = Omegasis, Alpha_Omegasis
   |id       = Redwood.CompanionNPCs
+
   |id     = Omegasis.AutoSpeed
   |nexus id = 3175
+
   |nexus   = 443
   |github   = EKomperud/StardewMods
+
   |github = janavarro95/Stardew_Valley_Mods
 
 
  |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   = Auto-Stack Bait & Ammo
   |author   = jahangmar
+
   |author = Jonathan Feenstra
   |id       = jahangmar.CompostPestsCultivation
+
   |id     = JonathanFeenstra.AutoStackBait
   |nexus id = 4446
+
   |nexus   = 23423
   |github   = jahangmar/StardewValleyMods
+
   |github = JonathanFeenstra/Auto-StackBaitAndAmmo
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configurable Junimo Kart
+
   |name   = Auto Stacker, Item Auto Stacker
   |author   = seitanicbean
+
   |author = CatCattyCat, Cat
   |id       = seitanicbean.configurablejunimokart
+
   |id     = cat.autostacker
   |nexus id = 6725
+
   |nexus   = 1184
   |source   = https://gitlab.com/tophatsquid/sdv-configurable-junimo-kart
+
   |moddrop = 833539
 +
   |github  = danvolchek/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configurable Machines
+
   |name   = Auto Stack Items to Chest
   |author   = KnockedMallard42
+
   |author = Chosimba
   |id       = 21da6619-dc03-4660-9794-8e5b498f5b97
+
   |id     = Chosimba.AutoStackItemsToChest
   |nexus id = 280
+
   |nexus   = 2307
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 3.0
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
  |map local versions = 1.2-beta → 1.2.0<!--manifest incorrect-->
 
}}
 
{{/entry
 
  |name    = Configure Machine Outputs
 
  |author  = Mizzion
 
  |id      = mizzion.configuremachineoutputs
 
  |nexus id = 3490
 
  |moddrop id = 661367
 
  |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configure Machine Speed
+
   |name   = Auto Tool Select
   |author   = BayesianBandit
+
   |author = lolmaj
   |id       = BayesianBandit.ConfigureMachineSpeed
+
   |id     = lolmaj.AutoToolSelect
   |nexus id = 3519
+
   |nexus   = 3883
   |github   = BayesianBandit/ConfigureMachineSpeed
+
   |github = MaciejMarkuszewski/StardewValleyAutoToolSelect
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Consistent Tree Growth Speed
+
   |name   = Auto Trash
   |author   = IceGladiador
+
   |author = DrOreo002
   |id       = IceGladiador.ConsistentTreeGrowthSpeed
+
   |id     = droreo002.autotrash
   |nexus id = 1799
+
   |nexus   = 4924
   |github   =
+
   |github =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Aggressive Acorns|Aggressive Acorns]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Console Chat
+
   |name   = Auto Trasher
   |author   = EpicBellyFlop45
+
   |author = Jag3Dagster
   |id       = EpicBellyFlop45.ConsoleChat
+
   |id     = HedgehogTechnologies.AutoTrasher
   |nexus id = 3768
+
  |curse  = 1014272
   |github   = EpicBellyFlop45/StardewMods
+
   |nexus   = 23663
 +
   |github = jag3dagster/AutoShaker
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Console Code
+
   |name   = Auto Travel
   |author   = spacechase0
+
   |author = GrumpyCrouton
   |id       = spacechase0.ConsoleCode
+
   |id     = GrumpyCrouton.AutoTravel2<!--changed in 2.0.0-->, GrumpyCrouton.AutoTravel
   |nexus id = 3101
+
   |nexus  = 10693
   |chucklefish id = 5610
+
   |github  =
  |moddrop id = 771643
 
   |github   = spacechase0/ConsoleCode
 
 
 
  |summary = get [https://spacechase0.com/mods/stardew-valley/console-code/ latest version from author's website].
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Console Commands, TrainerMod
+
   |name   = Auto Water
   |author   = SMAPI
+
   |author = Pickle, ddgroves
   |id       = SMAPI.ConsoleCommands
+
   |id     = pickle.autowater
   |nexus id =
+
   |nexus  = 1666
   |url      = https://smapi.io
+
   |github =
   |github   = Pathoschild/SMAPI
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Content Patcher
+
   |name   = Auto Water
   |author   = Pathoschild
+
   |author = Steph Hoel
   |id       = Pathoschild.ContentPatcher
+
   |id     = StephHoel.AutoWater
   |nexus id = 1915
+
   |nexus  = 21022
   |moddrop id = 470174
+
   |github = StephHoel/ModsStardewValley
   |curseforge id = 309243
 
  |curseforge key = content-patcher
 
  |github  = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Content Patcher Animations
+
   |name   = Auto Watering (aurnj)
   |author   = spacechase0
+
   |author = aurnj, Roy Li
   |id       = spacechase0.ContentPatcherAnimations
+
   |id     = AutoWater
   |nexus id = 3853
+
   |nexus  =
   |chucklefish id = 5740
+
   |url    = https://community.playstarbound.com/threads/auto-watering.129355
   |moddrop id = 771670
+
   |github =
   |github   = spacechase0/ContentPatcherAnimations
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/content-patcher-animations/ latest version from author's website].
+
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
   |summary  = use [[#Auto Water|Auto Water]] or [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Context-Sensitive Gift Cursor
+
   |name   = Auto Watering (stellarashes)
   |author   = Vanguard3000
+
   |author = stellarashes
   |id       = Vanguard3000.ContextSensitiveGiftCursor
+
   |id     = stellarashes.Autowatering
   |nexus id = 6564
+
   |nexus   = 5463
   |github   =  
+
   |github = stellarashes/SDVMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Convenient Chests
+
   |name   = A Very Special Blue Chicken
   |author   = Solariz
+
   |author = jackkimball
   |id       = aEnigma.ConvenientChests
+
   |id     = jackkimball.averyspecialbluechicken
   |nexus id = 2196
+
   |nexus   = 2465
   |github   = aEnigmatic/StardewValley
+
   |github = jacksonkimball/AVerySpecialBlueChicken
   |curseforge id  = 300150
+
 
   |curseforge key = convenient-chests
+
   |broke in          = Stardew Valley 1.5
 +
   |unofficial version = 2.0.1-unofficial.1-strobe
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-44643
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cooking Skill
+
   |name   = Avoid Losing Scepter
   |author   = spacechase0
+
   |author = atravita
   |id       = spacechase0.CookingSkill, CookingSkill<!--changed in 1.0.4–6-->
+
   |id     = atravita.AvoidLosingScepter
   |nexus id = 522
+
   |curse  = 870974
   |chucklefish id = 4054
+
   |moddrop = 1146671
   |moddrop id = 127277
+
   |nexus  = 11856
   |github   = spacechase0/CookingSkill
+
   |github = atravita-mods/StardewMods
  
   |summary = use [https://spacechase0.com/mods/stardew-valley/cooking-skill/ latest version from author's website].
+
  |status  = abandoned
 +
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cozy Clothing
+
   |name   = Baby Chance Adjustment
   |author   = CompSciLauren
+
   |author = LateFilmsGamer
   |id       = CompSciLauren.CozyClothing
+
   |id     = Late's.AdjustBabyChance
   |nexus id = 5093
+
   |nexus   = 15018
   |curseforge id = 368028
+
   |github =
  |curseforge key = cozy-clothing
+
 
  |moddrop id = 755868
+
   |status  = abandoned
   |github  = CompSciLauren/stardew-valley-cozy-clothing-mod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crab Net
+
   |name   = Baby Gender Interface
   |author   = jwdred
+
   |author = f4iTh, JertsukkaTheMan
   |id       = jwdred.CrabNet
+
   |id     = f4iTh.BabyGenderInterface
   |nexus id = 584
+
   |nexus   = 1947
   |github   = jdusbabek/stardewvalley
+
   |github =
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4
   |unofficial version = 1.1.1-unofficial.4-pathoschild
+
   |status  = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
+
  |summary  = remove this mod (no longer maintained; use [[#Family Planning|Family Planning]] instead).
   |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Baby Pets
 +
  |author  = DellyBelly
 +
   |id      = DellyBelly.BabyPets
 +
   |nexus  = 20967
 +
  |github = DelphinWave/BabyPets
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craftable Butterfly Hutches
+
   |name   = Backpack Resizer
   |author   = aedenthorn
+
   |author = DefenTheNation
   |id       = aedenthorn.OutdoorButterflyHutch
+
   |id     = DefenTheNation.BackpackResizer
   |nexus id = 6279
+
   |nexus   = 2263
   |github   = aedenthorn/StardewValleyMods
+
   |github = DefenTheNation/StardewMod-BackpackResizer
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craftable Legendary Fish Mounts
+
   |name   = Backside Attack
   |author   = FallToot
+
   |author = andysun, ReddoHoku
   |id       = FallToot.CraftableFishMounts
+
   |id     = andysun.BacksideAttack
   |nexus id = 4286
+
   |nexus   = 7815
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craft Anything
+
   |name   = Backstory Questions Framework
   |author   = Sabera, kelbesque
+
   |author = spacechase0
   |id       = Sabera.CraftAnything
+
   |id     = spacechase0.BackstoryQuestionsFramework
   |nexus id = 2524
+
  |curse  = 867131
   |github   =  
+
   |nexus   = 14570
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bait Maker - Quality Matters
 +
  |author  = Speshkitty
 +
  |id      = speshkitty.BaitMakerQuality
 +
  |nexus  = 22768
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crane Man Begone
+
   |name   = Baits Do Their Jobs
   |author   = MouseyPounds
+
   |author = MercuryVN
   |id       = MouseyPounds.CraneManBegone
+
   |id     = MercuryVN.BaitsDoTheirJobs
   |nexus id = 4704
+
   |nexus   = 23217
   |github   = MouseyPounds/stardew-mods
+
   |github = MercuryVN/BaitsDoTheirJobs
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Cropbeasts
+
   |name   = Balanced Combine Many Rings
   |author   = kdau
+
   |author = Arruda
   |id       = kdau.Cropbeasts
+
   |id     = Arruda.BalancedCombineManyRings
   |moddrop id = 784523
+
   |nexus   = 8981
   |nexus id = 6030
+
   |github = arruda/BalancedCombineManyRings
   |github   =
 
  |source  = https://gitlab.com/kdau/cropbeasts
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Color Combiner
+
   |name   = Bank of Ferngill
   |author   = MouseyPounds
+
   |author = Mizzion
   |id       = MouseyPounds.CropColorCombiner
+
   |id     = mizzion.bankofferngill
   |nexus id = 3986
+
   |nexus   = 13043
   |github   = MouseyPounds/stardew-mods
+
   |github = Mizzion/MyStardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Extension
+
   |name   = BarleyZP's Allergies, BarleyZP Allergies
   |author   = Platonymous
+
   |author = BarleyZP
   |id       = Platonymous.CropExtension
+
   |id     = BarleyZP.BzpAllergies
   |nexus id = 3208
+
   |nexus  = 21238
   |moddrop id = 793915
+
   |github = lisyce/SDV_Allergies_Mod
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Fairy
+
   |name   = Barn Incubator Support
   |author   = Abs, abslam
+
   |author = elbe
   |id       = abs.CropFairy
+
   |id     = elbe.BarnIncubatorSupport
   |nexus id = 4885
+
   |nexus   = 9049
   |github  =  
+
  |moddrop = 986076
 +
   |github = lshtech/StardewValleyMods
 +
   |summary = feature now in vanilla game (1.6)
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crops Anytime Anywhere
+
   |name   = Basic Sprinkler Improved
   |author   = Pathoschild
+
   |author = littleraskol
   |id       = Pathoschild.CropsAnytimeAnywhere
+
   |id     = lrsk_sdvm_bsi.0117171308
   |nexus id = 3000
+
   |nexus  = 833
   |moddrop id = 606647
+
   |github = littleraskol/Basic-Sprinkler-Improved
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crops Watered Indicator
+
   |name   = Bat Form
   |author   = Tyler Thrailkill, snowe2010
+
   |author = aedenthorn, Erinthe
   |id       = tylerthrailkill.cropswateredindicator
+
   |id     = aedenthorn.BatForm
   |nexus id = 3200
+
  |curse  = 868667
   |github  = snowe2010/starbound-mods
+
   |nexus   = 16825
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 0.3.4-unofficial.4-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BatForm
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Tooltips
+
   |name   = Battery Warning Mod
   |author   = GenDeathrow
+
   |author = Husky110
   |id       = gengeathrow.croptooltip
+
   |id     = Husky110.BatteryWarningMod
   |nexus id =
+
   |nexus  = 1886
   |curseforge id  = 307933
+
   |github = Husky110/BatteryWarningMod
  |curseforge key = crop-tooltips
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5.5
  |status  = workaround
 
  |summary  = use [[#Lookup Anything|Lookup Anything]] instead.
 
  |dev note = incompatibility possibly due to Bookcase
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Transplant
+
   |name   = Battle Ring
   |author   = Digus
+
   |author = lyl
   |id       = DIGUS.CropTransplantMod
+
   |id     = lyl.br
   |nexus id = 2594
+
   |nexus   = 22027
   |github   = Digus/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Current Location
+
   |name   = Battle Royalley
   |author   = Vrakyas
+
   |author = Ilyaki
   |id       = Vrakyas.CurrentLocation
+
   |id     = Ilyaki.BattleRoyale
   |nexus id = 4028
+
   |nexus   = 3199
   |github   =  
+
   |github = Ilyaki/BattleRoyalley
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4<!--@retest-after Battle Royalley - Year 2-->
 +
<!--
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
+
   |summary  = use [[#Battle Royalley - Year 2|Battle Royalley - Year 2]] instead.
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Adventure Guild Challenges
+
   |name   = Battle Royalley - Year 2
   |author   = DefenTheNation
+
   |author = Tyler Gibbs
   |id       = DefenTheNation.CustomGuildChallenges
+
   |id     = tylergibbs2.BattleRoyalleyYear2
   |nexus id = 2301
+
   |nexus   = 9891
   |github  = defenthenation/StardewMod-CustomSlayerChallenges
+
   |github = tylergibbs2/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Asset Modifier, Custom Asset Editor
+
   |name   = Beatable Lucky Purple Shorts
   |author   = Omegasis, AlphaOmegasis
+
   |author = Dragoon23
   |id       = Omegasis.CustomAssetModifier
+
   |id     = Dragoon23.BeatableLuckyShortsMonster
   |nexus id = 1836
+
   |nexus   = 25095
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github =
 
 
  |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   = Become Ethereal
   |author   = Digus
+
   |author = Coll1234567
   |id       = DIGUS.CustomCaskMod
+
   |id     = Coll1234567.BecomeEthereal
   |nexus id = 2642
+
   |nexus   = 3746
   |github   = Digus/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Chores
+
   |name   = Becoming Familiar
   |author   = furyx639, LeFauxMatt
+
   |author = Krutonium
   |id       = furyx639.CustomChores
+
   |id     = ca.krutonium.becomingfamiliar
   |nexus id = 5315
+
   |nexus  = 21949
   |moddrop id = 717888
+
   |github =
   |github   = ImJustMatt/SDVCustomChores
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Crafting Stations
+
   |name   = Bed Tweaks
   |author   = Cherry, CherryChain
+
   |author = aedenthorn, Erinthe
   |id       = Cherry.CustomCraftingStations
+
   |id     = aedenthorn.BedTweaks
   |nexus id = 6293
+
  |curse  = 868834
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |nexus   = 10023
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
 +
  |unofficial version = 0.3.1-unofficial.2-FlyingTNT
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Critters
+
   |name   = Bee House Flower Range Fix
   |author   = spacechase0
+
   |author = KirbyLink
   |id       = spacechase0.CustomCritters
+
   |id     = kirbylink.beehousefix
   |nexus id = 1255
+
   |nexus  = 3013
  |chucklefish id = 4791
+
   |github = KirbyLink/BeeHouseFix
   |moddrop id = 130428
 
   |github   = spacechase0/CustomCritters
 
  
   |broke in           = Stardew Valley 1.4.0.1
+
   |broke in = Stardew Valley 1.4
   |unofficial version = 1.2.7-unofficial.1-slamerz
+
   |status  = obsolete
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-27#post-3354372
+
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.4).
   |pull request      = https://github.com/spacechase0/CustomCritters/pull/8
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bee Paths
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.BeePaths
 +
   |curse  = 868914
 +
   |nexus  = 14812
 +
  |github = aedenthorn/StardewValleyMods
  
   |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-->
+
   |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     = Custom Crops Decay
+
   |name   = Befriend Marlon and Gunther
   |author   = ZaneYork
+
   |author = Yoshimax
   |id       = ZaneYork.CustomCropsDecay
+
   |id     = Yoshimax.UnfriendMarlonGunther<!--changed in 1.0.9-->, Yoshimax.BefriendMarlon
   |nexus id = 5830
+
   |nexus   = 2569
   |github   = ZaneYork/SDV_Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Crystalarium Mod
+
   |name   = Be My Valentine
   |author   = Digus
+
   |author = Taskmaster
   |id       = DIGUS.CustomCrystalariumMod
+
   |id     = Taskmaster.BeMyValentine
   |nexus id = 2516
+
   |nexus   = 5219
   |github  = Digus/StardewValleyMods
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Dungeon Floors
+
   |name   = Berry Season Reminder
   |author   = aedenthorn
+
   |author = Anthony Hilyard
   |id       = Aedenthorn.CustomMonsterFloors
+
   |id     = com.anthonyhilyard.berryseasonreminder
   |nexus id = 5894
+
  |curse  = 446669
   |github   = aedenthorn/StardewValleyMods
+
   |nexus   = 9315
 +
   |github = AHilyard/BerrySeasonReminder
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Fixed Dialogue
+
   |name   = Better 10 Hearts
   |author   = aedenthorn
+
   |author = Sonozuki
   |id       = aedenthorn.CustomFixedDialogue
+
   |id     = EpicBellyFlop45.Better10Hearts
   |nexus id = 6358
+
   |nexus   = 3605
   |github  = aedenthorn/StardewValleyMods
+
   |github = Sonozuki/StardewMods
 +
 
 +
  |status  = abandoned
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Farming Redux
+
   |name   = Better Activate Sprinklers
   |author   = Platonymous
+
   |author = ChaosEnergy
   |id       = Platonymous.CustomFarming
+
   |id     = ChaosEnergy.BetterActivateSprinklers
   |nexus id = 991
+
   |nexus   = 3097
   |curseforge id = 307366
+
   |github = yuri-moens/BetterActivateSprinklers
  |curseforge key = custom-farming-redux
 
  |moddrop id = 793926
 
  |github  = Platonymous/Stardew-Valley-Mods
 
  
   |broke in           = Stardew Valley 1.4.4
+
   |broke in = Stardew Valley 1.4
   |unofficial version = 2.12.10-unofficial.1-minervamaga<!--updated to prevent false update alerts-->
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
+
   |summary  = use [[#Activate Sprinklers|Activate Sprinklers]] or [[#Activated Sprinklers|Activated Sprinklers]] instead.
  |pull request      = https://github.com/Platonymous/Stardew-Valley-Mods/pull/81
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Farming Redux → CFAutomate
+
   |name   = Better Artisan Good Icons
   |author   = Platonymous
+
   |author = CatCattyCat, Cat
   |id       = Platonymous.CFAutomate
+
   |id     = cat.betterartisangoodicons
   |nexus id = 991
+
   |nexus   = 2080
   |github   = Platonymous/Stardew-Valley-Mods
+
  |moddrop = 833553
 +
   |github = danvolchek/StardewMods
  
   |broke in           = Automate 1.15
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |unofficial version = 2.12.10-unofficial.1-minervamaga
+
   |status   = workaround
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
+
   |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]).
   |pull request      = https://github.com/Platonymous/Stardew-Valley-Mods/pull/81
 
}}
 
{{/entry
 
  |name    = Custom Furniture
 
  |author   = Platonymous
 
   |id      = Platonymous.CustomFurniture
 
  |nexus id = 1254
 
  |curseforge id = 308067
 
  |curseforge key = custom-furniture
 
  |moddrop id = 793932
 
  |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Furniture → Custom Furniture Anywhere
+
   |name   = Better Artisan Good Icons For Meads, Better Artisan Good Icons - Mead Addon
   |author   = Platonymous
+
   |author = DaLion and Tithrandel
   |id       = Platonymous.CustomFurnitureAnywhere
+
   |id     = DaLion.Meads
   |nexus id = 1254
+
   |nexus  =
   |moddrop id = 793932
+
   |github = daleao/bagi-meads
   |github   = Platonymous/Stardew-Valley-Mods
 
  
   |change update keys = -ModDrop:793932, -Nexus:1254, +ModDrop:793932@CFA, +Nexus:1254@CFA
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Artisan Good Icons-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Greenhouse
+
   |name   = Better Balance
   |author   = Forkmaster
+
   |author = Xen0nex
   |id       = Forkmaster.CustomGreenhouse
+
   |id     = Xen0nex.BetterBalance, Xen0nex.BetterBalanceAndroid
   |nexus id = 3464
+
   |nexus   = 8141
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Harvest Fix
+
   |name   = Better Beehouses
   |author   = mytigio
+
   |author = Tlitookilakin
   |id       = mytigio.customharvestfix
+
   |id     = tlitookilakin.BetterBeehouses
   |nexus id = 4192
+
   |nexus   = 10996
   |github   = mytigio/CustomHarvestFix
+
  |moddrop = 1105633
 +
   |github = tlitookilakin/BetterBeehouses
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Kissing
+
   |name   = Better Bombs
   |author   = Digus
+
   |author = Duno666
   |id       = DIGUS.CustomKissingMod
+
   |id     = Duno666.BetterBombs
   |nexus id = 4664
+
   |nexus   = 7787
   |github   = Digus/StardewValleyMods
+
   |github = PhillZitt/BetterBombs
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Locks
+
   |name   = Better Butterfly Hutch
   |author   = aedenthorn
+
   |author = NormanPCN
   |id       = aedenthorn.CustomLocks
+
   |id     = NormanPCN.BetterButterflyHutch
   |nexus id = 6251
+
   |nexus   = 11166
   |github   = aedenthorn/StardewValleyMods
+
   |github = NormanPCN/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customise Child Bedroom
+
   |name   = Better Cabin
   |author   = SirSpeshkitty, Speshkitty
+
   |author = weizinai
   |id       = speshkitty.CustomiseChildBedroom
+
   |id     = weizinai.BetterCabin
   |nexus id = 5540
+
   |nexus   = 25368
   |github   =  
+
   |github = weizinai/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customizable Cart Redux
+
   |name   = Better Chests
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = LeFauxMatt
   |id       = KoihimeNakamura.CCR
+
   |id     = furyx639.BetterChests
   |nexus id = 1402
+
   |curse  = 871836
   |moddrop id = 664037
+
   |moddrop = 1547210
   |github   = Sakorona/SDVMods
+
  |nexus  = 9791
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Customizable Death Penalty
+
   |name   = Better Crab Pots
  |author  = CatCattyCat, Cat
+
   |author = Sonozuki
  |id      = cat.customizabledeathpenalty
+
   |id     = EpicBellyFlop45.BetterCrabPots
  |nexus id = 1991
+
   |nexus  = 3159
  |github  = danvolchek/StardewMods
+
   |github = Sonozuki/StardewMods
}}
 
{{/entry
 
   |name     = Customizable Traveling Cart Days
 
   |author   = Yyeahdude
 
   |id       = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
 
   |nexus id = 567
 
  |github   =  
 
}}
 
{{/entry
 
  |name    = Customize Anywhere
 
  |author  = Cherry, CherryChain
 
  |id      = Cherry.CustomizeAnywhere
 
  |nexus id = 4734
 
  |moddrop id = 716356
 
   |github   = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{/entry
 
  |name    = Customize Exterior
 
  |author  = spacechase0
 
  |id      = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
 
  |nexus id = 1099
 
  |chucklefish id = 4675
 
  |moddrop id = 127272
 
  |github  = spacechase0/CustomizeExterior
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/customize-exterior/ latest version from author's website].
+
   |status = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Customize Starting Health and Stamina, Custom Health and Stamina Start
+
   |name   = Better Crafting
   |author   = MissCoriel
+
   |author = RedstoneBoy
   |id       = misscoriel.hpstam
+
   |id     = RedstoneBoy.BetterCrafting
   |nexus id = 5275
+
   |nexus   = 2504
   |github   = MissCoriel/Customize-Health-and-Stamina
+
   |github = RedstoneBoy/BetterCrafting
}}
 
{{/entry
 
  |name    = Custom Linens
 
  |author  = Mevima
 
  |id      = Mevima.CustomLinens
 
  |nexus id = 1027
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |status   = abandoned
 
+
   |broke in = Stardew Valley 1.4
   |map local versions = 1.0 → 1.1<!--manifest not updated-->
 
}}
 
{{/entry
 
   |name    = Custom Localization
 
  |author  = ZaneYork
 
  |id      = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
 
  |nexus id = 5377
 
  |github  = ZaneYork/SDV_CustomLocalization
 
  |summary  = use latest version.
 
  |warnings = Only compatible with Android.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Movies
+
   |name   = Better Crafting
   |author   = Platonymous
+
   |author = Khloe Leclair
   |id       = Platonymous.CustomMovies
+
   |id     = leclair.bettercrafting
   |nexus id = 4737
+
   |nexus   = 11115
   |moddrop id = 793918
+
   |moddrop = 1115749
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = KhloeLeclair/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Music
+
   |name   = Better Crafting: Buildings, Craftable Buildings
   |author   = Platonymous
+
   |author = Khloe Leclair
   |id       = Platonymous.CustomMusic
+
   |id     = leclair.bcbuildings
   |nexus id = 3043
+
   |nexus  = 11115
   |curseforge id  = 307367
+
   |moddrop = 1115749
  |curseforge key = custom-music
+
   |github = KhloeLeclair/StardewMods
   |moddrop id = 793904
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom NPC Fixes
+
   |name   = Better Crafting → SpaceCore Support, Better Crafting → SpaceCore and DynamicGameAssets Support
   |author   = spacechase0
+
   |author = Khloe Leclair
   |id       = spacechase0.CustomNPCFixes
+
   |id     = leclair.bcspacecore
   |nexus id = 3849
+
   |nexus  = 11115
   |chucklefish id = 5739
+
   |moddrop = 1115749
   |moddrop id = 771669
+
   |github = KhloeLeclair/StardewMods
   |github   = spacechase0/CustomNPCFixes
 
  
   |summary = use [https://spacechase0.com/mods/stardew-valley/custom-npc-fixes/ latest version from author's website].
+
  |status  = obsolete
 +
   |summary = remove this mod (SpaceCore support was added to Better Crafting in version 1.2).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom NPC - Riley, Riley House
+
   |name   = Better Crystalariums
   |author   = SG
+
   |author = DecidedlyHuman
   |id       = SG.RileyHouse
+
   |id     = DecidedlyHuman.BetterCrystalariums
   |nexus id = 5811
+
   |nexus   = 10907
   |github   =  
+
   |github = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Ore Nodes
+
   |name   = Better Discord Presence, SVBDP
   |author   = aedenthorn
+
   |author = GitStonic, IMSTONIC
   |id       = aedenthorn.CustomOreNodes
+
   |id     = gitstonic.svbdp
   |nexus id = 5966
+
   |nexus   = 3092
   |github  = aedenthorn/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Paths
+
   |name   = Better Doors
   |author   = Entoarox
+
   |author = CatCattyCat, Cat
   |id       = Entoarox.CustomPaths
+
   |id     = cat.betterdoors
   |nexus id = 2272
+
   |nexus   = 3797
   |chucklefish id = 5234
+
   |github  = danvolchek/StardewMods
   |github   = Entoarox/StardewMods
+
 
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
   |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     = Custom Quest Expiration
+
   |name   = Better Elevator
   |author   = hawkfalcon
+
   |author = aedenthorn, Erinthe
   |id       = hawkfalcon.CustomQuestExpiration
+
   |id     = aedenthorn.BetterElevator
   |nexus id = 2148
+
  |curse  = 868746
   |github  = hawkfalcon/Stardew-Mods
+
   |nexus   = 12802
 +
   |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     = Custom Reminders
+
   |name   = Better Elevator - Continued
   |author   = Dem1se
+
   |author = aedenthorn and FlyingTNT
   |id       = Dem1se.CustomReminders
+
   |id     = FlyingTNT.BetterElevator
   |nexus id = 6215
+
   |nexus  = 22340
   |moddrop id = 793899
+
   |github = FlyingTNT/StardewValleyMods
   |github   = Dem1se/CustomReminders
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Resource Clumps
+
   |name   = Better Enchantments, Enchantment
   |author   = aedenthorn
+
   |author = kalik
   |id       = aedenthorn.CustomResourceClumps
+
   |id     = kalik.Enchantment
   |nexus id = 6669
+
   |nexus   = 23368
   |github   = aedenthorn/StardewValleyMods
+
   |github = rusunu/Enchantment
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Spouse Patio
+
   |name   = Better Festival Notifications
   |author   = aedenthorn
+
   |author = drbirbdev
   |id       = aedenthorn.CustomSpousePatio
+
   |id     = drbirbdev.BetterFestivalNotifications
   |nexus id = 6630
+
   |nexus   = 14170
   |github   = aedenthorn/StardewValleyMods
+
   |github = drbirbdev/StardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Tool Effect
+
   |name   = Better Fishing
   |author   = ZaneYork
+
   |author = balllight
   |id       = ZaneYork.CustomToolEffect
+
   |id     = balllight.BetterFishing
   |nexus id = 5712
+
   |nexus   = 13585
   |github   = ZaneYork/CustomToolEffect
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name       = Custom Tracker
+
   |name   = Better Friendship
   |author     = Esca, Esca-MMC
+
   |author = Urbanyeti
   |id         = Esca.CustomTracker
+
   |id     = BetterFriendship
   |nexus id   = 5108
+
   |nexus  = 10287
   |github     = Esca-MMC/CustomTracker
+
   |github = urbanyeti/stardew-better-friendship
  |moddrop id = 706059
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Transparency
+
   |name   = Better Frog Control, Spit That Up - Better Frog Control
   |author   = CatCattyCat, Cat
+
   |author = Malkavian, Malkavian242
   |id       = cat.customtransparency
+
   |id     = malkavian.betterfrogcontrol
   |nexus id = 2359
+
   |nexus   = 26144
   |github   = danvolchek/StardewMods
+
   |github = LucasOCastro/StardewValley-BetterFrogControl
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom TV Template
+
   |name   = Better Fruit Trees
   |author   = Platonymous
+
   |author = CatCattyCat, Cat
   |id       = Platonymous.CustomTVTemplate
+
   |id     = cat.betterfruittrees
   |nexus id = 6775
+
   |nexus   = 1976
   |github  = Platonymous/Stardew-Valley-Mods
+
  |moddrop = 833546
 +
   |github = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
   |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 Walls and Floors
+
   |name   = Better Garbage Cans
   |author   = Platonymous
+
   |author = AairTheGreat
   |id       = Platonymous.CustomWallsAndFloors
+
   |id     = AairTheGreat.BetterGarbageCans
   |nexus id = 3010
+
   |nexus   = 4171
   |curseforge id = 307569
+
   |github = AairTheGreat/StardewValleyMods
  |curseforge key = custom-walls-and-floors
+
 
  |moddrop id = 793903
+
   |broke in = Stardew Valley 1.6
   |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Warp Locations
+
   |name   = Better Garden Pots
   |author   = CatCattyCat, Cat
+
   |author = CatCattyCat, Cat
   |id       = cat.customwarplocations
+
   |id     = cat.bettergardenpots
   |nexus id = 1688
+
   |nexus   = 2209
   |github   = danvolchek/StardewMods
+
  |moddrop = 833555
 +
   |github = danvolchek/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Garden Pot Options|Garden Pot Options]] instead.
 +
<!--
 +
  |unofficial version = 1.6.1-unofficial.1-benjiismydog
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-79934
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Warps
+
   |name   = Better Hay
   |author   = f4iTh, JertsukkaTheMan
+
   |author = CatCattyCat, Cat
   |id       = f4iTh.CustomWarps
+
   |id     = cat.betterhay
   |nexus id = 3445
+
   |nexus   = 1430
   |github  =  
+
  |moddrop = 833540
 +
   |github = danvolchek/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Farm Photo
+
   |name   = Better Hitbox
   |author   = Seawolf, seawolf87
+
   |author = fodkod, Kodfod
   |id       = Seawolf.DailyFarmPhoto
+
   |id     = kodfod.hitbox
   |nexus id = 4791
+
   |nexus   = 4973
   |github  = Seawolf87/DailyFarmPhoto
+
   |github = Kodfod/BetterHitboxStardew
 +
 
 +
  |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     = Daily Luck Message
+
  |name    = Better Honey Mead
   |author   = Schematix, Schmtx
+
  |author  = NCarigon
   |id       = Schematix.DailyLuckMessage
+
  |id      = NCarigon.BetterHoneyMead
   |nexus id = 1327
+
  |nexus  = 22848
   |github   =  
+
  |github  = ncarigon/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Better Iridium Tool Area
 +
   |author = dphile
 +
   |id     = dphile.BetterIridiumFarmTools
 +
   |nexus   = 2085
 +
   |github = dphile/SDVBetterIridiumTools
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
+
   |summary  = use [[#Iridium Tools Patch|Iridium Tools Patch]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily News
+
   |name   = Better Jukebox
   |author   = bashNinja
+
   |author = Gaphodil
   |id       = bashNinja.DailyNews
+
   |id     = Gaphodil.BetterJukebox
   |nexus id = 1141
+
   |nexus   = 6017
   |github  = miketweaver/DailyNews
+
   |moddrop = 984775
 
+
   |github  = Gaphodil/BetterJukebox
   |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Screenshot
+
   |name   = Better Junimos
   |author   = CompSciLauren
+
   |author = hawkfalcon
   |id       = CompSciLauren.DailyScreenshot
+
   |id     = hawkfalcon.BetterJunimos
   |nexus id = 4779
+
   |nexus  = 2221
   |chucklefish id = 5907
+
   |github = hawkfalcon/Stardew-Mods
   |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 Junimos Crop Fields
   |author   = GuiNoya, Yesst
+
   |author = micfort
   |id       = GuiNoya.DailyTasksReport
+
   |id     = micfort.BetterJunimosCropFields
   |nexus id = 1624
+
   |nexus   = 10936
   |github  = GuiNoya/SVMods
+
   |source  = https://gitlab.com/micfort/betterjunimoscropfields
  
   |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 Junimos Forestry
   |author   = Danmw3
+
   |author = ceruleandeep
   |id       = danmw3.DanUtils
+
   |id     = ceruleandeep.BetterJunimosForestry
   |nexus id = 2287
+
   |nexus   = 8992
   |github   =  
+
   |github = ceruleandeep/CeruleanStardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after Better Junimos-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dark User Interface
+
   |name   = Better Lightning Rods
   |author   = zazizu
+
   |author = aedenthorn, Erinthe
   |id       = zazizu.darkUI
+
   |id     = aedenthorn.BetterLightningRods
   |nexus id = 4056
+
  |curse  = 868807
   |github   = cilekli-link/SDVMods
+
   |nexus   = 10631
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Data Layers, Data Maps
+
   |name   = Better Meowmere
   |author   = Pathoschild
+
   |author = TheMightyAmondee
   |id       = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
+
   |id     = TheMightyAmondee.BetterMeowmere
   |nexus id = 1691
+
   |nexus  = 20374
   |moddrop id = 606646
+
   |github = TheMightyAmondee/BetterMeowmere
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dear Diary, Journal Keeping Mod
+
   |name   = Better Meteorites
   |author   = MissCoriel
+
   |author = spacechase0
   |id       = misscoriel.diary
+
   |id     = spacechase0.BetterMeteorites
   |nexus id = 4451
+
  |curse  = 867727
   |moddrop id = 624395
+
   |nexus   = 5096
   |github   = MissCoriel/Dear-Diary
+
   |moddrop = 771682
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Debug Mode
+
   |name   = Better Mixed Seeds
   |author   = Pathoschild
+
   |author = Sonozuki
   |id       = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
+
   |id     = Satozaki.BetterMixedSeeds, EpicBellyFlop45.BetterMixedSeeds<!--changed in 3.0-->
   |nexus id = 679
+
   |nexus   = 3012
   |moddrop id = 606608
+
   |github  = Sonozuki/StardewMods
   |github   = Pathoschild/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
   |summary  = use [[#Re-Mixed Seeds|Re-Mixed Seeds]] or {{nexus mod|22495|Seed Overhaul}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Decrafting Mod
+
   |name   = Better Panning
   |author   = iSkLz_, MSCFC
+
   |author = AairTheGreat
   |id       = MSCFC.DecraftingMod
+
   |id     = AairTheGreat.BetterPanning
   |nexus id = 4158
+
   |nexus   = 4161
   |github  = iSkLz/DecraftingMod
+
   |github = AairTheGreat/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deep Woods
+
   |name   = Better Panning Extra Config
   |author   = Max Vollmer, SVProtector
+
   |author = trashcan9
   |id       = maxvollmer.deepwoodsmod
+
   |id     = trashcan9.BetterPanning.ExtraConfig
   |nexus id = 2571
+
   |nexus   = 16235
   |github  = maxvollmer/DeepWoodsMod
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Better Pannint-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deep Woods Seasonal Obelisk
+
   |name   = Better Panning Spot
   |author   = Sandman53
+
   |author = ForgedBrass
   |id       = maxvollmer.deepwoodsmod.seasonalobelisk
+
   |id     = ForgedBrass.BetterPanningSpot
   |nexus id = 5016
+
   |nexus   = 10608
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Delivery Service
+
   |name   = Better Planting
   |author   = AxesOfEvil
+
   |author = Achtuur
   |id       = AxesOfEvil.DeliveryService
+
   |id     = Achtuur.BetterPlanting
   |nexus id = 5187
+
   |nexus   = 17252
   |github   = AxesOfEvil/SV_DeliveryService
+
   |github = Achtuur/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Delivery Upgrade Tool
+
   |name   = Better Quality More Seeds
   |author   = Dash, yuukidach
+
   |author = bmarquismarkail, Space Baby
   |id       = Pathoschild.test
+
   |id     = SpaceBaby.BetterQualityMoreSeeds, SB_BQMS<!--changed in 2.0.0-4-->
   |nexus id = 5570
+
   |nexus   = 935
   |github  =  
+
   |github = bmarquismarkail/SV_BetterQualityMoreSeeds
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deluxe Auto-Grabber, Coop Grabber
+
   |name   = Better Quarry
   |author   = stokastic
+
   |author = Nishtra
   |id       = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
+
   |id     = BetterQuarry
   |nexus id = 2462
+
   |nexus   = 771
   |github   = stokastic/CoopGrabber
+
   |github =
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
   |unofficial version = 2.5.2-unofficial.4-mizzion
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-30#post-3354650
+
   |summary  = use {{nexus mod|5170|Better Quarry Redux}} instead.
  |pull request      = https://github.com/stokastic/CoopGrabber/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Deluxe Hats
+
   |name   = Better Ranching, Better Milking
   |author   = domsim1
+
   |author = Urbanyeti
   |id       = domsim1.DeluxeHats
+
   |id     = BetterRanching
   |nexus id = 5836
+
   |nexus   = 859
   |github   = domsim1/stardew-valley-deluxe-hats-mod
+
   |github = urbanyeti/stardew-better-ranching
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Demetrius Visits Cave
+
   |name   = Better Rarecrows
   |author   = Kichjo
+
   |author = Sonozuki
   |id       = Kichjo.DemetriusVisitsCave
+
   |id     = Satozaki.BetterRarecrows, EpicBellyFlop45.BetterRarecrows<!--changed in 1.0.5-->
   |nexus id = 5477
+
   |nexus   = 3232
   |github   = KeelanRosa/StardewMods
+
   |github = Sonozuki/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Destroyable Bushes
+
   |name   = Better Return Scepter
   |author   = Esca, Esca-MMC
+
   |author = DecidedlyHuman
   |id       = Esca.DestroyableBushes
+
   |id     = DecidedlyHuman.BetterReturnScepter
   |nexus id = 6304
+
   |nexus  = 11610
   |moddrop id = 798245
+
   |github = DecidedlyHuman/StardewValleyMods
   |github   = Esca-MMC/DestroyableBushes
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dialogue Emotes
+
   |name   = Better RNG
   |author   = PurrplingCat
+
   |author = Zoryn
   |id       = PurrplingCat.DialogueEmotes
+
   |id     = Zoryn.BetterRNG
   |nexus id = 6537
+
   |nexus   =
   |github  = purrplingcat/DialogueEmotes
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Did You Water Your Crops
+
  |name    = Better Rods
   |author  = Nishtra
+
  |author  = Achtuur
   |id       = Nishtra.DidYouWaterYourCrops
+
  |id      = Achtuur.BetterRods
   |nexus id = 1583
+
  |nexus  = 17026
   |github  =  
+
  |github  = Achtuur/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Better Shipping Bin
 +
   |author = MindMeltMax
 +
  |id      = MindMeltMax.BetterShipping
 +
  |curse   = 1004479
 +
  |moddrop = 1135742
 +
  |nexus  = 10487
 +
  |github  = MindMeltMax/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Shipping Box
 +
  |author  = Kithio
 +
   |id     = Kithio:BetterShippingBox, Kithio.BetterShippingBox<!--changed in 1.0.3-unofficial-->
 +
   |nexus   =
 +
  |chucklefish = 4302
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
+
   |summary  = Use [[#Better Shipping Bin|Better Shipping Bin]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Shop Menu
 +
  |author  = spacechase0
 +
  |id      = spacechase0.BetterShopMenu
 +
  |curse  = 867744
 +
  |moddrop = 771614
 +
  |nexus  = 2012
 +
  |github  = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
+
   |name   = Better Signs
   |author   = shanks3042
+
   |author = stebaker92, Steve Baker
   |id       = shanks3042.StardewValleyEasyPrairieKing
+
   |id     = stebaker92.bettersigns
   |nexus id = 5816
+
   |nexus  = 7482
   |curseforge id  = 393984
+
   |github =
  |curseforge key = easyprairieking-journey-of-the-prairie-king
 
   |github   =
 
  |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Disable Gamepad, Disable Controller
+
   |name   = Better Skull Cavern Falling
   |author   = lperkins2, Logan Perkins
+
   |author = Max Vollmer, SVProtector
   |id       = lperkins2.DisableController
+
   |id     = maxvollmer.betterskullcavernfalling
   |nexus id = 2229
+
   |nexus   = 2558
   |github  =  
+
   |github = maxvollmer/BetterSkullCavernFalling
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Discord Rich Presence
+
   |name   = Better Slingshots
   |author   = FayneAldan
+
   |author = CatCattyCat, Cat
   |id       = FayneAldan.RichPresence
+
   |id     = cat.betterslingshots
   |nexus id = 2156
+
   |nexus   = 2067
   |github  = FayneAldan/SVRichPresence
+
  |moddrop = 833552
 +
   |github = danvolchek/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dish of the Day Display
+
   |name   = Better Sonar Bobber
   |author   = MouseyPounds
+
   |author = Spiderbuttons
   |id       = MouseyPounds.DishOfTheDayDisplay
+
   |id     = Spiderbuttons.BetterSonarBobber
   |nexus id = 3960
+
   |nexus   = 24837
   |github   = MouseyPounds/stardew-mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dismantle Craftables
+
   |name   = Better Sort
   |author   = jahangmar
+
   |author = Jower
   |id       = jahangmar.DismantleCraftables
+
   |id     = Jower.BetterSort
   |nexus id = 3687
+
   |nexus   = 1992
   |github   = jahangmar/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Don't Eat That
+
   |name   = Better Special Orders
   |author   = Pyrohead37
+
   |author = Xeru
   |id       = Pyrohead37.DontEatThat
+
   |id     = xeru.BetterSpecialOrders
   |nexus id = 1951
+
   |nexus   = 24125
   |github   = jahangmar/StardewValleyMods
+
   |github = xeru98/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Double Standard Farm
+
   |name   = Better Sprinklers
   |author   = Leaf
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = Leaf.DoubleStandardFarm
+
   |id     = Speeder.BetterSprinklers, SPDSprinklersMod<!--changed in 2.3-->
   |nexus id = 3928
+
   |nexus   = 41
   |github   =  
+
  |chucklefish = 3551
 +
   |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Durable Fences
+
   |name   = Better Sprinklers Plus
   |author   = Zoryn
+
   |author = JamesCodesThings
   |id       = Zoryn.DurableFences
+
   |id     = com.CodesThings.BetterSprinklersPlus
   |nexus id =
+
   |nexus  = 17767
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github = jamescodesthings/smapi-better-sprinklers
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = DVR
+
   |name   = Better Sprinklers Plus (1.6)
   |author   = captncraig
+
   |author = gingajamie
   |id       = captncraig.dvr
+
   |id     = com.gingajamie.BetterSprinklersPlus
   |nexus id = 3860
+
   |nexus   = 21624
   |github   = captncraig/StardewMods
+
   |github = gingajamie/smapi-better-sprinklers-plus-encore
  
   |broke in = Stardew Valley 1.4
+
   |status  = abandoned
 +
  |summary = use [[#Better Sprinklers Plus|Better Sprinklers Plus]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Stardrops
 +
  |author  = Rokugin
 +
  |id      = Rokugin.BetterStardrops
 +
  |nexus  = 21360
 +
  |github  = rokugin/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Better Statue Of Blessings
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.betterStatueOfBlessings
 +
  |curse  = 1081728
 +
  |nexus  = 25022
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Checklist
+
   |name   = Better Tappers
   |author   = gunnargolf
+
   |author = CaptainSully
   |id       = gunnargolf.DynamicChecklist
+
   |id     = CaptainSully.BetterTappers
   |nexus id = 1145
+
   |nexus   = 9875
   |github   = gunnargolf/DynamicChecklist
+
  |moddrop = 1035408
 +
   |github = CaptainSully/StardewMods
  
   |broke in     = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
<!--
+
}}
   |unofficial version = 1.0.2-unofficial.1-Mizzion
+
{{#invoke:SMAPI compatibility|entry
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329010
+
   |name    = Better Theater
-->
+
  |author  = TianXiaobai
   |pull request = https://github.com/gunnargolf/DynamicChecklist/pull/7
+
   |id      = TianXiaobai.BetterTheater
 +
  |nexus  = 25002
 +
   |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Horses
+
   |name   = Better Train Loot
   |author   = Bpendragon
+
   |author = AairTheGreat, Aair, AairTheGreat
   |id       = Bpendragon-DynamicHorses
+
   |id     = AairTheGreat.BetterTrainLoot
   |nexus id = 874
+
   |nexus   = 4234
   |github   = Bpendragon/DynamicHorses
+
   |github = AairTheGreat/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial version = 1.0.8-unofficial.1-Sandman53
   |summary  = use [[#Adopt 'n Skin|Adopt 'n Skin]] instead.
+
   |unofficial url    = {{github|Sandman534/StardewValleyMods/releases/tag/release}}
  |map local versions = 1.1-release → 1.2<!--manifest incorrect + not updated-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Machines
+
   |name   = Better Transmutation
   |author   = tyran285, Ryuuze
+
   |author = f4iTh, JertsukkaTheMan
   |id       = DynamicMachines
+
   |id     = f4iTh.BetterTransmutation
   |nexus id = 374
+
   |nexus   = 2120
   |github   =  
+
   |github =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3.29
   |status  = workaround
+
   |status  = abandoned
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
+
   |summary  = remove this mod (no longer maintained; use {{nexus mod|5996|More Bar Transmutation}}  instead).
 
 
  |map local versions = 1.1 → 1.1.1<!--manifest not updated-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Night Time
+
   |name   = Better Trash Can
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = shivaGuy
   |id       = knakamura.dynamicnighttime
+
   |id     = shivaGuy.BetterTrashCan
   |nexus id = 2072
+
   |nexus  = 11814
   |moddrop id = 664041
+
   |github =
   |github   = Sakorona/SDVMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic NPC Sprites
+
   |name   = Better Truffles
   |author   = BashNinja
+
   |author = temisthem
   |id       = BashNinja.DynamicNPCSprites
+
   |id     = tem696969696969.BetterTruffles
   |nexus id = 1183
+
   |nexus   = 23228
   |github   = miketweaver/BashNinja_SDV_Mods
+
   |github = kqrse/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use [[#Content Patcher|Content Patcher]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Dynamic Price
+
   |name   = Better Watering Can and Hoe
   |author   = ZaneYork
+
   |author = Aflojack45
   |id       = ZaneYork.DynamicPrice
+
   |id     = Aflojack45.BetterWateringCanAndHoe
   |nexus id  = 5831
+
   |nexus   = 23946
   |github   = ZaneYork/SDV_Mods
+
   |github = Aflojack/BetterWateringCanAndHoe
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   | name     = Dynamic Running Speed
+
   |name   = Better Workbenches
   | author   = Vrakyas
+
   |author = CatCattyCat, Cat
   | id       = Vrakyas.DynamicRunningSpeed
+
   |id     = cat.betterworkbenches
   | nexus id = 4029
+
   |nexus   = 4830
   | github   =  
+
  |moddrop = 833559
 +
   |github = danvolchek/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
}}
 
{{/entry
 
  |name    = Easier Farming
 
  |author  = Cautious Waffle, skulmuk
 
  |id      = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
 
  |nexus id = 1426
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Easier Fishing
 
  |author  = majordot
 
  |id      = MajorDOT.EasierFishing
 
  |nexus id =
 
  |curseforge id  = 305367
 
  |curseforge key = easier-fishing
 
  |github  =
 
 
 
  |broke in = SMAPI 3.0
 
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
+
   |summary  = use [[#Workbench Helper|Workbench Helper]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easy Farming
+
   |name   = Betwitched
   |author   = MountainDewBoi
+
   |author = b_wandert
   |id       = MountainDewBoi.EasyFarming
+
   |id     = b_wandert.Betwitched
   |nexus id = 4162
+
   |nexus   = 10172
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Point and Plant|Point and Plant]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easy Gifting
+
   |name   = Big Crop Bonus
   |author   = CeruleanSpirit
+
   |author = Tocseoj
   |id       = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
+
   |id     = Tocseoj.BigCropBonus
   |nexus id = 2957
+
  |curse  = 1008360
   |github   =  
+
  |moddrop = 1553635
 +
   |nexus   = 22337
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Easy Petting
+
   |name   = Big Fridges
   |author   = CeruleanSpirit
+
   |author = AlanBF
   |id       = EasyPetting.3032
+
   |id     = AlanBF.BigFridge
   |nexus id = 3032
+
   |nexus   = 22457
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Eat More
+
   |name   = Bigger Backpack
   |author   = crc-fehler
+
   |author = spacechase0
   |id       = crc.eatmore
+
   |id     = spacechase0.BiggerBackpack
   |nexus id = 2724
+
  |chucklefish = 5191
   |github   =  
+
  |curse  = 867747
 +
  |moddrop = 384783
 +
   |nexus   = 1845
 +
   |github = spacechase0/BiggerBackpack
  
   |broke in = SMAPI 3.0
+
   |warnings = Broken on Android.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Eidee Easy Fishing
+
   |name   = Bigger Craftables
   |author   = EideeHi
+
   |author = spacechase0
   |id       = net.eidee.stardew_valley.easy_fishing
+
   |id     = spacechase0.BiggerCraftables
   |nexus id = 4806
+
  |curse  = 867714
   |github  = eideehi/EideeEasyFishing
+
   |nexus   = 7530
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = EiTK
+
   |name   = Bigger Craftables for 1.6
   |author   = enaium
+
   |author = manifoldSamurai, mfdsam
   |id       = Enaium.EiTK
+
   |id     = YourName.BiggerCraftables
   |curseforge id  = 365803
+
   |nexus   = 24886
   |curseforge key = eitk
+
   |github =
  |nexus id =  
 
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Elevator
+
   |name   = Bigger Fridges
   |author   = Ilyaki
+
   |author = Entoarox
   |id       = Ilyaki.Elevator
+
   |id     = Entoarox.BiggerFridges
   |nexus id = 2952
+
   |nexus   = 21678
   |github   = Ilyaki/Elevator
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Elven Krobus, Underdark Krobus
+
   |name   = Bigger Riverlands Farm
   |author   = Mel Noelle and Kirbylink
+
   |author = Jessebot, JessebotX
   |id       = melnoelle.underdarkkrobus
+
   |id     = jessebot.biggerriverlands
   |nexus id = 3071
+
   |nexus   = 3025
   |github   = KirbyLink/UnderdarkKrobus
+
  |moddrop = 467184
 +
   |github = JessebotX/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Empty Hands
+
   |name   = Big Silo
   |author   = Oblitus
+
   |author = lperkins2, Logan Perkins
   |id       = QuicksilverFox.EmptyHands
+
   |id     = lperkins2.BigSilo
   |nexus id = 1176
+
   |nexus   = 2429
   |github   = quicksilverfox/StardewMods
+
   |source  = {{nexus mod|2429}}
 +
 
 +
   |dev note = source in download
  
   |broke in           = SMAPI 3.0
+
   |broke in = SMAPI 3.12.0
   |unofficial version = 1.1.1-unofficial.1-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344473
+
   |summary  = use [[#Silo Size|Silo Size]] instead.
  |pull request      = https://github.com/quicksilverfox/StardewMods/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enemy Health Bars, Health Bars
+
   |name   = Billboard Anywhere
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = Omegasis, Alpha_Omegasis
   |id       = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
+
   |id     = Omegasis.BillboardAnywhere
   |nexus id = 193
+
   |nexus  = 492
   |chucklefish id = 3529
+
   |github  = janavarro95/Stardew_Valley_Mods
   |source  = https://gitlab.com/speeder1/SMAPIHealthbarMod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enemy Health Bars, Enemies Health Bars
+
   |name   = Billboard Profit Margin
   |author   = TheThor59
+
   |author = desto
   |id       = Thor.EnemyHealthBars
+
   |id     = desto.BillboardProfitMargin
   |nexus id = 3627
+
   |nexus   = 6948
   |github   = TheThor59/StardewMods
+
   |github = desto-git/sdv-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Energy Count
+
   |name   = Binning Skill
   |author   = Crystallyne
+
   |author = drbirbdev
   |id       = Crystallyne.EnergyCount
+
   |id     = drbirbdev.BinningSkill
   |nexus id = 4272
+
   |nexus   = 14073
   |github   = Crystallyne/EnergyCount
+
   |github = drbirbdev/StardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Energy Time
+
   |name   = Birb Core
   |author   = nikperic, ThatOneCow
+
   |author = drbirbdev
   |id       = nikperic.EnergyTime
+
   |id     = drbirbdev.BirbCore
   |nexus id = 6488
+
   |nexus   = 19140
   |source  = https://gitlab.com/nikperic/energytime
+
   |github  = drbirbdev/StardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enhanced Loot Magnet, Magnet Mod
+
   |name   = Birthday Buff
   |author   = aedenthorn
+
   |author = aedenthorn, Erinthe
   |id       = Aedenthorn.MagnetMod
+
   |id     = aedenthorn.BirthdayBuff
   |nexus id = 4856
+
   |nexus   = 17747
   |github   = aedenthorn/StardewValleyMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayBuff
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Enhanced Relationships
+
   |name   = Birthday Friendship, Birthday Knowledge Friendship
   |author   = Mizzion
+
   |author = aedenthorn, Erinthe
   |id       = mizzion.enhancedrelationships
+
   |id     = aedenthorn.BirthdayKnowledgeFriendship<!--changed in 0.1.1-unofficial.1-->, aedenthorn.BirthdayFriendship
   |nexus id = 1927
+
   |nexus  = 17974
   |moddrop id = 661356
+
   |github = aedenthorn/StardewValleyMods
   |github   = Mizzion/MyStardewMods
+
 
}}
+
   |broke in          = Stardew Valley 1.6
{{/entry
+
   |unofficial version = 0.1.1-unofficial.1-mouahrara
   |name    = Entoarox Framework
+
   |unofficial url    = {{github|mouahrara/aedenthorn}}#BirthdayKnowledgeFriendship
   |author  = Entoarox
 
  |id      = Entoarox.EntoaroxFramework
 
   |nexus id = 2269
 
  |chucklefish id = 4228
 
  |github  = Entoarox/StardewMods
 
  |warnings = Broken on Android (crashes on startup).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Equal Money Split
+
   |name   = Birthday Mail
   |author   = The Fluffy Robot, TheFluffyRobot
+
   |author = KathrynHazuka
   |id       = TheFluffyRobot.EqualMoneySplit
+
   |id     = KathrynHazuka.BirthdayMail
   |nexus id = 5526
+
   |nexus  = 276
  |github  = jamespfluger/Stardew-EqualMoneySplit
+
   |github = KathrynHazuka/StardewValley_BirthdayMail
}}
 
{{/entry
 
  |name    = Equivalent Exchange
 
  |author   = MercuriusXeno, x3n0ph0b3
 
  |id      = MercuriusXeno.EquivalentExchange
 
  |nexus id = 1656
 
   |github   = MercuriusXeno/EquivalentExchange
 
  
   |broke in = Stardew Valley 1.3
+
   |dev note = author ignored previous PRs
}}
 
{{/entry
 
  |name    = Escape to East Scarpe
 
  |author   = lemurkat, LemurKat and kdau
 
  |id      = LemurKat.EastScarpe.SMAPI
 
  |nexus id = 5787
 
  |source  = https://gitlab.com/kdau/eastscarpe
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Event Repeater
+
   |name   = Birthday Notifications
   |author   = MissCoriel
+
   |author = Honduriel
   |id       = misscoriel.eventrepeater
+
   |id     = Honduriel.SVM_BirthdayNotifications
   |nexus id = 3642
+
   |nexus  = 20948
  |curseforge id  = 317347
+
   |github =
  |curseforge key = event-repeater
 
   |moddrop id = 606979
 
   |github   =  
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Everlasting Baits and Unbreakable Tackles
+
   |name   = Birthday Today
   |author   = Digus
+
   |author = ChiroxT
   |id       = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
+
   |id     = treinke.birthdaytoday
   |nexus id = 2360
+
   |nexus   = 11578
   |github   = Digus/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Exhaustion Tweaks
+
   |name   = BJS Capsule Mod
  |author  = mytigio
+
   |author = BunnyJumps
  |id      = mytigio.exhaustiontweaks
+
   |id     = BunnyJumps.BJSCapsuleMod
  |nexus id = 6247
+
   |nexus  = 2502
  |github  = mytigio/SDVMods
+
   |github =
}}
 
{{/entry
 
   |name     = Expanded Fridge, Dynamic Expanded Fridge
 
   |author   = Lodukas
 
   |id       = Uwazouri.ExpandedFridge
 
   |nexus id = 1191
 
  |github   = Uwazouri/ExpandedFridge
 
}}
 
{{/entry
 
  |name    = Expanded Preconditions Utility
 
  |author  = Cherry, CherryChain
 
  |id      = Cherry.ExpandedPreconditionsUtility
 
  |nexus id = 6529
 
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{/entry
 
  |name    = Experience Bars
 
  |author  = spacechase0
 
  |id      = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
 
  |nexus id = 509
 
  |chucklefish id = 3905
 
  |moddrop id = 127275
 
   |github   = spacechase0/ExperienceBars
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/experience-bars/ latest version from author's website].
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Experience Rate Multiplier
+
   |name   = BJS MP Kick Mod
   |author   = MSCFC, iSkLz
+
   |author = BunnyJumps
   |id       = SkLz.ExpMultiply
+
   |id     = BunnyJumps.BJSMPKickMenu
   |nexus id = 5910
+
   |nexus  = 2503
  |github  = iSkLz/ExperienceMultiplier
+
   |github =
}}
 
{{/entry
 
   |name    = Extended Bus System
 
  |author  = Tondorian
 
  |id      = ExtendedBusSystem
 
  |nexus id =
 
  |chucklefish id = 4373
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.4
+
   |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     = Extended Fridge
+
   |name   = BJS Night Sounds
   |author   = Crystalmir
+
   |author = BunnyJumps
   |id       = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
+
   |id     = BunnyJumps.BJSNightSounds
   |nexus id = 485
+
   |nexus   = 2501
   |github   = Mystra007/ExtendedFridgeSMAPI
+
   |github =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = SMAPI 2.8
   |status  = workaround
+
   |status  = abandoned
  |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 
<!--
 
  |unofficial version = 1.1.1-unofficial.4.mizzion
 
  |unofficial url    = https://community.playstarbound.com/attachments/extendedfridge-1-1-1-unofficial-4-mizzion-zip.202825/
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extended Minecart
+
   |name   = BJS No Clip
   |author   = Entoarox
+
   |author = BunnyJumps
   |id       = Entoarox.ExtendedMinecart
+
   |id     = BunnyJumps.BJSNoClip
   |nexus id = 2271
+
   |nexus  = 2820
   |chucklefish id = 4359
+
   |github =
   |github   = Entoarox/StardewMods
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extended Reach
+
   |name   = BJS Only Treasure Room
   |author   = spacechase0
+
   |author = BunnyJumps
   |id       = spacechase0.ExtendedReach
+
   |id     = BunnyJumps.BJSOnlyTreasureRoom
   |nexus id = 1493
+
   |nexus  = 3145
   |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].
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extra Fish Information
+
   |name   = BJS Plant Everywhere
   |author   = Ceasg
+
   |author = BunnyJumps
   |id       = Ceasg.ExtraFishInformation
+
   |id     = BunnyJumps.BJSPlantEverywhere
   |nexus id = 4170
+
   |nexus   = 3143
   |github  = ceasg/StardewValleyMods
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = FaeQuest
+
   |name   = BJS Stop Grass
   |author   = Navi-chan, ooo0000
+
   |author = BunnyJumps
   |id       = NaviChan.FaeQuest
+
   |id     = BunnyJumps.BJSStopGrass
   |nexus id = 2484
+
   |nexus   = 2500
   |github   =  
+
   |github =
  
 
   |broke in = Stardew Valley 1.3.29
 
   |broke in = Stardew Valley 1.3.29
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fall 28 Snow Day
+
   |name   = BJS Thunderstorm
   |author   = Omegasis, Alpha_Omegasis
+
   |author = BunnyJumps
   |id       = Omegasis.Fall28SnowDay
+
   |id     = BunnyJumps.BJSThunderStorm
   |nexus id = 486
+
   |nexus   = 3144
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Family Planning
+
   |name   = BJS Time Skipper
   |author   = loe2run
+
   |author = BunnyJumps
   |id       = Loe2run.FamilyPlanning
+
   |id     = BunnyJumps.BJSTimeSkipper
   |nexus id = 4515
+
   |nexus   = 2178
   |github   = loe2run/FamilyPlanningMod
+
   |github =
  
   |broke in           = Content Patcher 1.17
+
   |broke in = Stardew Valley 1.5
  |unofficial version = 1.3.3-unofficial.1-pathoschild
+
<!--
   |unofficial url    = https://forums.stardewvalley.net/index.php?threads/unofficial-mod-updates.2096/post-13203
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-74821
 +
  |unofficial version = 1.4.3-unofficial.1-Vivan
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Familiars
+
   |name   = BJS True Master
   |author   = aedenthorn
+
   |author = Qther - BunnyJumps
   |id       = aedenthorn.Familiars
+
   |id     = BunnyJumps.BJSTrueMaster
   |nexus id = 6429
+
   |nexus  = 5324
  |github  = aedenthorn/StardewValleyMods
+
   |github =
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.6
   |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  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Automation: Barn Door Automation
+
   |name   = Blackhearts
   |author   = Oranisagu
+
   |author = Mightywa33ior
   |id       = none<!--no manifest ID-->
+
   |id     = Mightywa33ior.Blackhearts
   |nexus id =
+
   |nexus  = 7502
   |url      = https://community.playstarbound.com/threads/111931
+
   |github =
   |github   = oranisagu/SDV-FarmAutomation
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |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   = Blahaj Blast
   |author   = Oranisagu
+
   |author = spacechase0
   |id       = none<!--no manifest ID-->
+
   |id     = spacechase0.BlahajBlast
   |nexus id =
+
   |nexus  = 17550
   |url      = https://community.playstarbound.com/threads/111931
+
   |github = spacechase0/StardewValleyMods
   |github   = oranisagu/SDV-FarmAutomation
 
  
   |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   = Blessings and Curses
   |author   = Advize
+
   |author = GenDeathrow
   |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     = gendeathrow.BNC
   |nexus id = 130
+
   |nexus   =
   |github   = AdvizeGH/FarmExpansion
+
  |curse  = 307717
 +
   |github = GenDeathrow/SDV_BlessingsAndCurses
  
   |broke in           = Stardew Valley 1.3.16
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
  |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   = Blinking Cursed Mannequins
   |author   = MabelSyrup
+
   |author = Dragoon23
   |id       = mabelsyrup.farmhouse
+
   |id     = Dragoon23.BlinkingMannequin
   |nexus id = 3731
+
   |nexus   = 25750
   |github   = mjSurber/FarmHouseRedone
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm in the Sky, Fundo
+
   |name   = Blood Trail
   |author   = BrasileiroTop
+
   |author = aurnj, Roy Li
   |id       = BrasileiroTop.Fundo
+
   |id     = RuyiLi.BloodTrail
   |nexus id = 5423
+
   |nexus  =
  |github   =  
+
   |url     = https://community.playstarbound.com/threads/blood-trail.129308
}}
+
   |github =
{{/entry
 
   |name     = Farm Rearranger
 
  |author  = Cherry & cel10e
 
  |id      = cel10e.Cherry.FarmRearranger
 
  |nexus id = 5142
 
  |moddrop id = 716395
 
  |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
{{/entry
 
  |name    = Farm Resource Generator
 
  |author  = jwdred
 
  |id      =
 
  |nexus id = 647
 
   |github   =  
 
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
  |status  = workaround
 
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Type Manager
+
   |name   = Bloody Damage Overlay, Damage Overlay
   |author   = Esca, Esca-MMC
+
   |author = pepoluan
   |id       = Esca.FarmTypeManager
+
   |id     = pepoluan.DamageOverlay
   |nexus id = 3231
+
   |nexus   = 8796
   |moddrop id = 598755
+
   |github  =
   |github  = Esca-MMC/FarmTypeManager
+
   |source  = https://sourceforge.net/p/sdvmod-damage-overlay/
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Animations
+
   |name   = Blue Chickens Are Green
   |author   = Pathoschild
+
   |author = explosivetortellini
   |id       = Pathoschild.FastAnimations
+
   |id     = explosivetortellini.BlueChickensAreGreen
   |nexus id = 1089
+
   |nexus   = 4815
   |moddrop id = 606631
+
   |github  = explosivetortellini/bluechickensaregreen
   |github  = Pathoschild/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Grass
+
   |name   = Blue Chickens in Multiplayer
   |author   = IceGladiador
+
   |author = WindHero
   |id       = IceGladiador.FasterGrass
+
   |id     = WindHero.BlueChickensInMultiplayer
   |nexus id = 1772
+
   |nexus   = 2336
   |github   =  
+
   |github = HeroOfTheWinds/BlueChickensInMultiplayer
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Grass Growth|Grass Growth]] instead.
+
   |summary  = remove this mod (bug was only present during 1.3 beta and was fixed in 1.3.19).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Bomb Drop
 +
  |author  = WillTheMage
 +
  |id      = WillTheMage.BombDropMod
 +
  |nexus  = 26062
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Horse
+
   |name   = Bookcase
   |author   = kibbe
+
   |author = Darkhax
   |id       = kibbe.faster_horse
+
   |id     = darkhax.bookcase
   |nexus id = 2791
+
   |nexus   =
   |github  =  
+
  |curse  = 297252
 +
   |github = Stardew-Valley-Modding/Bookcase
 +
 
 +
   |broke in = Stardew Valley 1.4<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Paths
+
   |name   = Boomerangs, Boomerang Mod
   |author   = Entoarox
+
   |author = Arannya
   |id       = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
+
   |id     = Arannya.Weapons.Boomerangs
   |nexus id = 2277
+
   |nexus  = 22724
   |chucklefish id = 3641
+
   |github = arannya/BoomerangMod
   |github   = Entoarox/StardewMods
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Faster Run
+
   |name   = Borderless Wood Floor
   |author   = KathrynHazuka
+
   |author = Digus
   |id       = KathrynHazuka.FasterRun
+
   |id     = Digus.BorderlessWoodFloorMod
   |nexus id = 733
+
   |nexus   = 4711
   |github   = KathrynHazuka/StardewValley_FasterRun
+
   |github = Digus/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Petting
+
   |name   = Boss Creatures
   |author   = DerTod2
+
   |author = aedenthorn, Erinthe
   |id       = de.dertod2.FastPetting
+
   |id     = Aedenthorn.BossCreatures
   |nexus id = 5039
+
  |curse  = 868905
   |github  =  
+
   |nexus   = 5864
 +
   |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 Travel
+
   |name   = Bow
   |author   = Death, DeathGameDev
+
   |author = spacechase0
   |id       = DeathGameDev.FastTravel
+
   |id     = spacechase0.Bow
   |nexus id = 1529
+
   |nexus   = 2756
   |github   = DeathGameDev/SDV-FastTravel
+
  |moddrop = 771627
 +
   |github = spacechase0/Bow
  
   |broke in          = Stardew Valley 1.3.13
+
   |status  = abandoned
   |unofficial version = 1.2.1-unofficial.3-pathoschild
+
   |summary = remove this mod (no longer maintained; use [[#Archery|Archery]] instead).
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346224
 
  |pull request      = https://github.com/Mckenon/SDV-FastTravel/pull/12
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Feeling Lucky?
+
   |name   = Brave New World - Core, BNW Core
   |author   = minervamaga
+
   |author = DiogoAlbano
   |id       = minervamaga.FeelingLucky
+
   |id     = DiogoAlbano.BNWCore
   |moddrop id = 752859
+
   |nexus  = 15871
   |github  = minervamaga/FeelingLucky
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Festival End Time Tweak
+
   |name   = Brazilian Names for NPCs, Nomes Brasileiros
   |author   = KirbyLink
+
   |author = charbonn, Charles Bonnevialle
   |id       = kirbylink.festivalendtimetweak
+
   |id     = Charles.NomesBrasileiros
   |nexus id = 2966
+
  |moddrop = 793149
   |github   = KirbyLink/FestivalEndTimeTweak
+
   |nexus   =
 +
   |github =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.2.1-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344462
 
  |pull request      = https://github.com/KirbyLink/FestivalEndTimeTweak/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Festival of the Mundane
+
   |name   = Breath of Fire 3 Fishing Sounds
   |author   = MouseyPounds, MouseyPounds and Mr. Podunkian
+
   |author = Guedez, guedez2
   |id       = MouseyPounds.ShadowFestival
+
   |id     = bof.three.fishing.sounds
   |nexus id = 4630
+
   |nexus   = 5105
   |github  = MouseyPounds/stardew-mods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Simple Sound Manager-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = FeTK - Stardew-Valley Toolkit
+
   |name   = Breeding Overhaul
   |author   = Felix-Dev
+
   |author = StarAmy
   |id       = Felix-Dev.FeTK
+
   |id     = StarAmy.BreedingOverhaul
   |nexus id = 4403
+
   |nexus   = 13974
   |github   = Felix-Dev/StardewMods
+
   |github = StarAmy/BreedingOverhaul
  
   |broke in           = Stardew Valley 1.4
+
  |status  = abandoned
  |unofficial version = 1.0.1-unofficial.2-digus
+
   |broke in = Stardew Valley 1.6<!--@retest-after Animal Husbandry Overhaul, @retest-after Paritee's Better Farm Animal Variety-->
  |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     = Fighting With NPCs
+
   |name   = Breed Like Rabbits 2: Procreation Boogaloo
   |author   = Eduanttunes
+
   |author = f4iTh, JertsukkaTheMan
   |id       = EduAnttunes.FightingWithNPCs
+
   |id     = f4iTh.BreedLikeRabbits2
   |nexus id = 5865
+
   |nexus   = 3429
   |github   = eduanttunes/sv_fighting_with_npcs
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fireballs!
+
   |name   = Breed Like Rabbits, Breed Rabbits
   |author   = aurnj, Roy Li
+
   |author = Dycedarger
   |id       = RoyLi.Fireballs
+
   |id     = dycedarger.breedlikerabbits
   |nexus id =
+
   |nexus  = 948
   |url      = https://community.playstarbound.com/threads/fireballs.129346
+
   |github =
   |github   =  
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Breed Like Rabbits 2: Procreation Boogaloo|Breed Like Rabbits 2: Procreation Boogaloo]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = FishDex
+
   |name   = Brighter Building Paint
   |author   = rupak0577
+
   |author = tem696969696969
   |id       = rupak0577.FishDex
+
   |id     = tem696969696969.BrighterBuildingPaint
   |nexus id =  
+
   |nexus   = 22807
   |github   = rupak0577/FishDex
+
   |github = kqrse/StardewValleyMods
  |url      = https://github.com/rupak0577/FishDex
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Finder
+
   |name   = Buff Framework
   |author   = Aair, AairTheGreat
+
   |author = aedenthorn, Erinthe
   |id       = AairTheGreat.FishFinder
+
   |id     = aedenthorn.BuffFramework
   |nexus id = 5011
+
   |nexus   = 17746
   |github  = AairTheGreat/StardewValleyMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.6.1-unofficial.7-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#BuffFramework
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Info
+
   |name   = Buffs Last
   |author   = Speshkitty
+
   |author = aceynk
   |id       = speshkitty.fishinfo
+
   |id     = aceynk.BuffsLast
   |nexus id = 5452
+
   |nexus   = 25611
   |github   =  
+
   |github = aceynk/Buffs-Last
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Preview
+
   |name   = Buffs Show Game Time, Buffs Game Time
   |author   = Jonqora
+
   |author = Jesse
   |id       = Jonqora.FishPreview
+
   |id     = jesse.buffsgametime
   |nexus id = 6303
+
   |nexus   = 18996
   |github  = Jonqora/StardewMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Adjust
+
   |name   = Bug Net
   |author   = Shuai Zhang
+
   |author = spacechase0
   |id       = shuaiz.FishingAdjustMod
+
   |id     = spacechase0.BugNet
   |nexus id = 1350
+
  |curse  = 867724
   |github   = hcoona/StardewValleyMods
+
  |moddrop = 771693
 +
   |nexus   = 5099
 +
   |github = spacechase0/StardewValleyMods
  
   |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 Assistant
+
   |name   = Buildable Enchanting Forge, Buildable Forge
   |author   = KilZenc
+
   |author = Stari
   |id       = KilZenc.FishingAssistant
+
   |id     = Start.BuildableForge
   |nexus id = 5815
+
   |nexus   = 8893
   |github  =  
+
   |github = SlivaStari/BuildableForge
 +
 
 +
  |status  = abandoned
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Automaton
+
   |name   = Buildable Ginger Island Farm
   |author   = Drynwynn, thepaladinknight
+
   |author = mouahrara
   |id       = Drynwynn.FishingAutomaton
+
   |id     = mouahrara.BuildableGingerIslandFarm
   |nexus id = 2527
+
   |nexus   = 20600
   |github   = Drynwynn/StardewValleyMods
+
   |github = mouahrara/BuildableGingerIslandFarm
 
 
  |broke in = SMAPI 2.8
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Logbook
+
   |name   = Buildable Greenhouse Updated
   |author   = M3ales
+
   |author = Yariazen
   |id       = FishingLogbook
+
   |id     = Yariazen.BuildableGreenhouse
   |nexus id =
+
   |nexus  = 11831
  |curseforge id  = 299792
+
   |github = Yariazen/YariazenMods
   |curseforge key = fishing-logbook
 
   |github   = M3ales/FishingLogbook
 
  
   |broke in = Stardew Valley 1.4
+
  |status  = abandoned
  |dev note = incompatibility possibly due to Bookcase
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Mod
+
   |name   = Build and Place Anything Anywhere, Anything Anywhere
   |author   = Zoryn
+
   |author = Espy
   |id       = Zoryn.FishingMod
+
   |id     = Espy.AnythingAnywhere
   |nexus id =  
+
   |moddrop = 1558607
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |nexus  = 21233
   |github   = Zoryn4163/SMAPI-Mods
+
   |github = Smoked-Fish/AnythingAnywhere
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Practice
+
   |name   = Build Endurance
   |author   = BlaDe
+
   |author = Omegasis, Alpha_Omegasis
   |id       = BlaDe.FishingPractice
+
   |id     = Omegasis.BuildEndurance
   |nexus id = 4157
+
   |nexus   = 445
   |github  =  
+
   |github = janavarro95/Stardew_Valley_Mods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishing Tuner Redux
+
   |name   = Builder's List
   |author   = Hammurabi
+
   |author = bmarquismarkail, Space Baby
   |id       = HammurabiFishingTunerRedux
+
   |id     = SpaceBaby.BuildersList, SB_BuildersList<!--changed in 0.0.2-->
   |nexus id =
+
   |nexus  = 5347
   |chucklefish id = 4578
+
   |github  = bmarquismarkail/SV_BuildersList
   |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
 
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Me
+
   |name   = Build Health
   |author   = marikaefer
+
   |author = Omegasis, Alpha_Omegasis
   |id       = marikaefer.FishMe
+
   |id     = Omegasis.BuildHealth
   |nexus id = 4756
+
   |nexus   = 446
   |github   =  
+
   |github = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fish Reminder
+
   |name   = Buildings Included
   |author   = Mizzion
+
   |author = MindMeltMax
   |id       = mizzion.fishreminder
+
   |id     = MindMeltMax.MapBuildings
   |nexus id = 3615
+
   |nexus  = 27359
   |moddrop id = 661375
+
   |github =
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fishy Blood Moon
+
   |name   = Build On Any Tile
   |author   = MattDeDuck, Duckshard
+
   |author = Esca, Esca-MMC
   |id       = MattDeDuck.FishyBloodMoon
+
   |id     = Esca.BuildOnAnyTile
   |nexus id = 3725
+
   |nexus   = 6854
   |github  =  
+
   |github = Esca-MMC/BuildOnAnyTile
 +
   |moddrop = 827525
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fix Animal Tools
+
   |name   = Build Stats
   |author   = bcmpinc
+
   |author = Miiohau
   |id       = bcmpinc.FixAnimalTools
+
   |id     = miiohau.buildstats
   |nexus id = 3215
+
   |nexus  = 15377
  |github  = bcmpinc/StardewHack
+
   |github =
}}
 
{{/entry
 
   |name    = Fix Dice
 
  |author  = Ashley, bambimenot
 
  |id      = ashley.fixdice
 
  |nexus id = 4556
 
   |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   = Bulk Animal Purchase
   |author  = randomAnon1234
+
   |author = aedenthorn, Erinthe
   |id      = none<!--no manifest ID-->
+
   |id      = aedenthorn.BulkAnimalPurchase
   |nexus id = 591
+
   |curse  = 868767
   |github   =  
+
   |nexus   = 11539
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.2.2-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#BulkAnimalPurchase
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Floor Shadow Switcher
+
   |name   = Bulk Buy
   |author   = MouseyPounds
+
   |author = focustense
   |id       = MouseyPounds.FloorShadowSwitcher
+
   |id     = focustense.BulkBuy
   |nexus id = 3885
+
   |nexus   = 26856
   |github   = MouseyPounds/stardew-mods
+
   |github = focustense/StardewBulkBuy
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flower Bombs
+
   |name   = Bulk Staircases
   |author   = kdau
+
   |author = BananaFruit
   |id       = kdau.FlowerBombs
+
   |id     = BananaFruit.BulkStaircases
   |nexus id = 6228
+
   |nexus   = 23482
   |moddrop id = 794657
+
   |moddrop = 1084873
   |source  = https://gitlab.com/kdau/flowerbombs
+
   |github  = BananaFruit1492/BulkStaircases
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flower Color Picker
+
   |name   = Bundle Display
   |author   = spacechase0
+
   |author = 0JOG, OjOg
   |id       = spacechase0.FlowerColorPicker
+
   |id     = OjOg.BundleDisplay
   |nexus id = 1229
+
   |nexus  = 18135
   |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.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flower Dance Hearts Change
+
  |name    = Bush Bloom Mod
   |author   = ron075sh
+
  |author  = NCarigon
   |id       = ron075sh.FlowerDanceHeartsChange
+
  |id      = NCarigon.BushBloomMod
   |nexus id = 3019
+
  |nexus  = 15792
   |github   =  
+
  |github  = ncarigon/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Bus Locations
 +
   |author = Hootless
 +
   |id     = hootless.BusLocations
 +
   |nexus   = 2905
 +
   |github = hootless/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial url    = https://github.com/Xytronix/BusLocations/releases
   |summary  = use [[#Three Heart Flower Festival Dance Partners|Three Heart Flower Festival Dance Partners]] instead.
+
   |unofficial version = 1.2.2-unofficial.1-Xytronix
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flower Rain
+
   |name   = Button's Extra Books
   |author   = spacechase0
+
   |author = Spiderbuttons
   |id       = spacechase0.FlowerRain
+
   |id     = Spiderbuttons.ButtonsExtraBooksCore
   |nexus id = 6131
+
   |nexus   = 21526
   |github   = spacechase0/FlowerRain
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Flowery Tools
+
   |name   = Button's Extra Trigger Action Stuff
   |author   = Cat, CatCattyCat
+
   |author = Spiderbuttons
   |id       = cat.flowerytools
+
   |id     = Spiderbuttons.BETAS
   |nexus id = 6203
+
   |nexus   = 27100
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Food Buff Stacking
+
   |name   = Buttplug Valley
   |author   = thejcannon
+
   |author = DryIcedMatcha, Salty
   |id       = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
+
   |id     = Salty.ButtplugValley
   |nexus id = 4321
+
  |moddrop = 1480911
   |github   = thejcannon/Stardew-FoodBuffStacking
+
   |nexus   = 19336
 +
   |github = DryIcedTea/Buttplug-Valley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Forage at the Farm
+
   |name   = Buyable Dwarf Scrolls
   |author   = Nishtra
+
   |author = MattDeDuck, Duckshard
   |id       = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
+
   |id     = MattDeDuck.BuyableDwarfScrolls
   |nexus id = 673
+
   |nexus   = 5307
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 
<!--
 
  |unofficial version = 1.9.1-unofficial.1-Olivki
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-39#post-3317761
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Forecaster
+
   |name   = Buy Back Collectables
   |author   = Remy Bach
+
   |author = Omegasis, Alpha_Omegasis
   |id       = remybach.forecaster
+
   |id     = Omegasis.BuyBackCollectables, BuyBackCollectables<!--changed in 1.4-->
   |nexus id = 3037
+
   |nexus   = 507
   |github  = remybach/stardew-valley-forecaster
+
   |github = janavarro95/Stardew_Valley_Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Foxyfficiency
+
   |name   = Buy Cooking Recipes, Buy Recipes
   |author   = Fokson
+
   |author = Denifia
   |id       = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
+
   |id     = Denifia.BuyRecipes
   |nexus id = 2520
+
   |nexus  = 1126
  |github   =  
+
   |github = Denifia/StardewMods
}}
 
{{/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
   |unofficial version = 1.0.7-unofficial.1-devoncode
+
   |unofficial url    = {{nexus mod|21137}}
   |unofficial url    = https://forums.stardewvalley.net/index.php?threads/unofficial-mod-updates.2096/post-13344
+
   |unofficial version = 2.1.1-unofficial.2-cyxyr
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Free Slingshot
+
   |name   = Bwdyworks
   |author   = DJ-STLN
+
   |author = bwdy
   |id       = DJ-STLN.FreeSlingshot
+
   |id     = bwdyworks
   |nexus id = 3320
+
   |nexus   = 3530
   |github   =  
+
   |github =
  
 
   |broke in = Stardew Valley 1.4
 
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Free the Toolbar
+
   |name   = Calcifer
   |author   = danmw3
+
   |author = sophie
   |id       = danmw3.freethetoolbar
+
   |id     = sophie.Calcifer
   |nexus id = 4960
+
   |nexus   = 20628
   |github   =  
+
   |github = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Friendly Divorce
+
   |name   = Calendar Anywhere
   |author   = aedenthorn
+
   |author = Zoryn
   |id       = aedenthorn.FriendlyDivorce
+
   |id     = Zoryn.CalendarAnywhere
   |nexus id = 6241
+
   |nexus   =
   |github  = aedenthorn/StardewValleyMods
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Friends Forever
+
   |name   = Calico Statue Spotter
   |author   = Isaac S
+
   |author = wronque
   |id       = IsaacS.FriendsForever
+
   |id     = wronque.CalicoStatueSpotter
   |nexus id = 1738
+
   |nexus   = 25837
   |github   = isaacs-dev/Minidew-Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fruit Tree Shaker
+
   |name   = Call to Build
   |author   = aedenthorn
+
   |author = TheWarpriest
   |id       = Aedenthorn.FruitTreeShaker
+
   |id     = TheWarpriest.CallToBuild
   |nexus id = 5776
+
   |nexus   = 26122
   |github   = aedenthorn/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Furniture Anywhere
+
   |name   = Camera Control
   |author   = Entoarox
+
   |author = Nitbandier
   |id       = Entoarox.FurnitureAnywhere
+
   |id     = Nitbandier.CameraControl
   |nexus id = 2276
+
   |nexus  = 21502
   |chucklefish id = 4324
+
   |github =
   |github   = Entoarox/StardewMods
 
  |warnings = Many players report a crash when season changes to winter., Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Game Reminder
+
   |name   = Camera Pan
   |author   = mmanlapat
+
   |author = atravita
   |id       = mmanlapat.GameReminder
+
   |id     = atravita.CameraPan
   |nexus id = 1153
+
  |curse  = 870958
   |github   =  
+
  |moddrop = 1369940
 +
   |nexus   = 16218
 +
   |github = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
  |status  = workaround
 
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Garbage Collector
+
   |name   = Campfire Cooking
   |author   = Loogooter
+
   |author = Kabigon
   |id       = OlegSilkin.garbage_collector
+
   |id     = Kabigon.CampfireCooking
   |nexus id = 2463
+
   |nexus   = 2297
   |github   =  
+
   |github = KabigonFirst/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3.29
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Auto Trash|Auto Trash]] instead.
+
   |summary  = use [[#Limited Campfire Cooking|Limited Campfire Cooking]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Gate Fix
+
   |name   = Cape Stardew
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Arony, dreamygloom
   |id       = f4iTh.GateFix
+
   |id     = dreamygloom.CapeStardewCode
   |nexus id = 4859
+
   |nexus   = 14635
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Gate Opener
+
   |name   = Capitalist Split Money
   |author   = mralbobo
+
   |author = Ilyaki
   |id       = mralbobo.GateOpener
+
   |id     = Ilyaki.CapitalistSplitMoney
   |nexus id =
+
   |nexus  = 3083
   |url      = https://community.playstarbound.com/threads/111988
+
   |github = Ilyaki/CapitalistSplitMoney
   |github   = mralbobo/stardew-gate-opener
 
  
   |broke in     = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4
   |status       = workaround
+
   |status   = obsolete
   |summary     = use [[#Auto Gate|Auto Gate]] instead.
+
   |summary = remove this mod (separate money was added in Stardew Valley 1.4).
  |pull request = https://github.com/mralbobo/stardew-gate-opener/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Generic Mod Config Menu
+
   |name   = Capstone Professions
   |author   = spacechase0
+
   |author = spacechase0
   |id       = spacechase0.GenericModConfigMenu
+
   |id     = spacechase0.CapstoneProfessions
   |nexus id = 5098
+
   |curse  = 867711
   |chucklefish id = 5898
+
   |nexus  = 7636
   |moddrop id = 771692
+
   |github  = spacechase0/StardewValleyMods
   |github  = spacechase0/GenericModConfigMenu
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Generic Shop Extender
+
   |name   = Carry Chest
   |author  = rabbitgreen49, IrregularPorygon
+
   |author = spacechase0
   |id      = GenericShopExtender
+
   |id      = spacechase0.CarryChest
   |nexus id = 814
+
   |curse  = 867756
   |github   = IrregularPorygon/SMAPIGenericShopMod
+
  |moddrop = 134674
 +
   |nexus   = 1333
 +
   |github = spacechase0/StardewValleyMods
  
   |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 Glam
+
   |name   = Carry Your Pet
   |author   = MartyrPher
+
   |author = DecidedlyHuman
   |id       = MartyrPher.GetGlam
+
   |id     = DecidedlyHuman.CarryYourPet
   |nexus id = 5044
+
   |nexus   = 13009
   |github   = MartyrPher/GetGlam
+
   |github = DecidedlyHuman/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Gem Isles
+
   |name   = Car Warp, Decorative Cars<!--changed in 1.3.0-->
   |author   = aedenthorn
+
   |author = skellady and sophiesalacia
   |id       = aedenthorn.GemIsles
+
   |id     = sophie.CarWarp
   |nexus id = 6692
+
   |nexus   = 11102
   |github   = aedenthorn/StardewValleyMods
+
   |github = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Geode Info Menu
+
   |name   = Casks Anywhere
   |author   = CatCattyCat, Cat
+
   |author = YukiShiku, LeonBlade
   |id       = cat.geodeinfomenu
+
   |id     = CasksAnywhere
   |nexus id = 1448
+
   |nexus   = 878
   |github  = danvolchek/StardewMods
+
  |chucklefish = 5486
 +
  |moddrop = 124612
 +
   |github = LeonBlade/CasksAnywhere
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
   |summary  = remove this mod (no longer maintained; use [[#Custom Cask Mod|Custom Cask Mod]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ghost Town
+
   |name   = Casks Everywhere
   |author   = Platonymous
+
   |author = CatCattyCat, Cat
   |id       = Platonymous.GhostTown
+
   |id     = cat.caskseverywhere
   |nexus id = 2992
+
   |nexus   = 2994
   |moddrop id = 793902
+
   |moddrop = 833561
   |github  = Platonymous/Stardew-Valley-Mods
+
   |github = danvolchek/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Custom Cask Mod|Custom Cask Mod]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Giant Crop Ring
+
   |name   = Casks on Ground
   |author   = CatCattyCat, Cat
+
   |author = punyo, yakminepunyo
   |id       = cat.giantcropring
+
   |id     = punyo.CasksOnGround
   |nexus id = 1182
+
   |nexus   = 2406
   |github   = danvolchek/StardewMods
+
   |github = pomepome/CasksOnGround
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.4
  |name    = Gift Taste Helper
+
   |status   = workaround
  |author  = tstaples
+
   |summary  = use [[#Custom Cask Mod|Custom Cask Mod]] instead.
   |id      = tstaples.GiftTasteHelper, 8008db57-fa67-4730-978e-34b37ef191d6<!--changed in 2.5-->
 
  |nexus id = 229
 
  |github  = tstaples/GiftTasteHelper
 
}}
 
{{/entry
 
  |name    = God Mode
 
  |author  = treyh0
 
  |id      = treyh0.GodMode
 
  |nexus id = 2641
 
   |github   =  
 
}}
 
{{/entry
 
   |name    = Goodbye SMAPI
 
  |author  = Jessebot
 
  |id      = Jessebot.GoodbyeSMAPI
 
  |nexus id = 6514
 
  |github  = JessebotX/StardewValleyMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Go To Bed
+
   |name   = Casual Life
   |author   = candidus42
+
   |author = adverserath
   |id       = Candidus42.GoToBed
+
   |id     = Adverserath.CasualLife
   |nexus id = 4967
+
   |nexus   = 6011
   |github   = mus-candidus/GoToBed
+
   |github = adverserath/StardewValley-CasualLifeMod
}}
 
{{/entry
 
  |name    = Go To Sleep
 
  |author  = yy376
 
  |id      = yy376.GoToSleep
 
  |nexus id = 2195
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |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     = Grandfather's Gift
+
   |name   = Catalogue Filter
   |author   = ShadowDragon8685
+
   |author = aedenthorn, Erinthe
   |id       = ShadowDragon.GrandfathersGift
+
   |id     = aedenthorn.CatalogueFilter
   |nexus id = 985
+
  |curse  = 868740
   |github   =  
+
   |nexus   = 13137
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Grandfather's Gift Remade|Grandfather's Gift Remade]] instead.
+
   |summary  = use [[#Catalogue Filter- Continued|Catalogue Filter - Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grandfather's Gift Remade
+
   |name   = Catalogue Filter - Continued
   |author   = pepoluan
+
   |author = aedenthorn and FlyingTNT
   |id       = pepoluan.GrandfatherGiftRemade
+
   |id     = FlyingTNT.CatalogueFilter
   |nexus id = 4151
+
   |nexus  = 22379
   |chucklefish id = 5783
+
   |github = FlyingTNT/StardewValleyMods
   |github   =
 
  |source  = https://bitbucket.org/pepoluan/sdvmod-grandfather-gift-remade
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grass Growth
+
   |name   = Catalogue Framework
   |author   = bcmpinc
+
   |author = leroymilo
   |id       = bcmpinc.GrassGrowth
+
   |id     = leroymilo.CatalogueFramework
   |nexus id = 2732
+
   |nexus   = 22364
   |github   = bcmpinc/StardewHack
+
   |github = Leroymilo/Catalogue-Framework
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Grass Growth Adjuster, Grass Adjustor
+
   |name   = Catalogues Anywhere
   |author   = Jellypowered, Shockade
+
   |author = Cherry, CherryChain
   |id       = Jellypowered.GrassChance
+
   |id     = Cherry.CataloguesAnywhere
   |nexus id = 3365
+
   |nexus   = 4949
   |github   =  
+
  |moddrop = 716382
 +
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Greenhouse 20x20
+
   |name   = CATastrophic Hunger Crisis, Catastrophic Hunger Code
   |author   = sirloinmeatt
+
   |author = StarCat
   |id       = sirloinmeatt.Greenhouse20x20
+
   |id     = StarCat.CatastrophicHungerCode
   |nexus id = 2662
+
   |nexus   = 19528
   |github   =  
+
   |github =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.1-art17
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-32#post-3354836
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Greenhouse Entry Mod
+
   |name   = Categorize Chests
   |author   = pancham138
+
   |author = SteelixLeiter
   |id       = Pancham138.GreenhouseEntryMod
+
   |id     = CategorizeChests
   |nexus id = 6150
+
   |nexus   = 1300
   |github   =  
+
   |github = doncollins/StardewValleyMods
}}
 
{{/entry
 
  |name    = GreenHut
 
  |author  = CroiDorcha
 
  |id      = CroiDorcha.GreenHut
 
  |nexus id = 1735
 
  |github  =
 
  
  |broke in = Stardew Valley 1.4
 
}}
 
{{/entry
 
  |name    = Hair Growth
 
  |author  = skn
 
  |id      = skn.HairGrowthMod
 
  |nexus id = 3279
 
  |github  =
 
 
  |broke in = Stardew Valley 1.4
 
}}
 
{{/entry
 
  |name    = Happy Birthday
 
  |author  = Omegasis, Alpha_Omegasis
 
  |id      = Omegasis.HappyBirthday
 
  |nexus id = 520
 
  |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
{{/entry
 
  |name    = Happy Birthday
 
  |author  = Oxyligen
 
  |id      = HappyBirthday
 
  |nexus id = 1064
 
  |github  =
 
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Happy Birthday|Happy Birthday by Omegasis]] 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     = Happy Fish Jump
+
   |name   = Cat Gifts
   |author   = Sakorona
+
   |author = skuldomg, Skuld
   |id       = KoihimeNakamura.HappyFishJump
+
   |id     = skuldomg.catGifts
   |nexus id = 6516
+
   |nexus   = 2132
   |github  = Sakorona/SDVMods
+
   |github = skuldomg/catGifts
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = obsolete
 +
  |summary  = remove this mod (equivalent feature added in Stardew Valley 1.6).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hardcore Mines
+
   |name   = Cats and Dogs
   |author   = kibbe, lillvik
+
   |author = DelphinWave
   |id       = kibbe.hardcore_mines
+
   |id     = DelphinWave.CatsAndDogsMod
   |nexus id = 1674
+
   |nexus  = 7407
  |github   =  
 
  
  |broke in = Stardew Valley 1.3
+
   |status = obsolete
   |status   = workaround
+
   |summary = remove this mod (equivalent feature added in Stardew Valley 1.6).
   |summary = use [[#Hardcore Mines 2|Hardcore Mines 2]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hardcore Mines 2
+
   |name   = Cauldron of Chance
   |author   = ItsLittany
+
   |author = Expl0
   |id       = itslittany.HardcoreMines2
+
   |id     = Expl0.CauldronOfChance
   |nexus id = 6411
+
   |nexus   = 10975
   |github  =
+
   |github = WizardsLizards/CauldronOfChance
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Harp of Yoba Redux
+
   |name   = Cave of Memories
   |author   = Platonymous
+
   |author = PeacefulEnd
   |id       = Platonymous.HarpOfYobaRedux
+
   |id     = PeacefulEnd.CaveOfMemories
   |nexus id = 914
+
   |curse   = 870927
   |curseforge id  = 307654
+
   |nexus   = 12619
   |curseforge key = the-harp-of-yoba
+
   |github = Floogen/MysticalBuildings
   |moddrop id = 793924
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Harvest Moon Witch Princess Mod, WitchPrincess
+
   |name   = Cellar Available
   |author   = Dounat2201, Sasara
+
   |author = candidus42
   |id       = Sasara.Witch-Princess, Sasara.WitchPrincess<!--changed in 2.0-->
+
   |id     = Candidus42.CellarAvailable
   |nexus id = 1157
+
   |nexus   = 5104
   |github   = Sasara2201/WitchPrincess
+
   |github = mus-candidus/CellarAvailable
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Harvest With Scythe
+
   |name   = Challenger
   |author   = ThatNorthernMonkey
+
   |author = Slothsoft
   |id       = 965169fd-e1ed-47d0-9f12-b104535fb4bc
+
   |id     = Slothsoft.Challenger
   |nexus id = 236
+
   |nexus   = 14196
   |github   = ThatNorthernMonkey/HarvestWithScythe
+
   |github = slothsoft/stardew-challenger
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |status  = workaround
 
  |summary  = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hay Bales as Silos
+
   |name   = Challenger → Automate
   |author   = Cherry, CherryChain
+
   |author = Slothsoft
   |id       = Cherry.HayBalesSilo
+
   |id     = Slothsoft.ChallengerAutomate
   |nexus id = 5151
+
   |nexus   = 14196
   |moddrop id = 716396
+
   |github  = slothsoft/stardew-challenger
   |github  = ChroniclerCherry/stardew-valley-mods
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Challenger-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health Bars
+
   |name   = Challenging Community Center Bundles
   |author   = Zoryn
+
   |author = alvadea & jaksha6472
   |id       = Zoryn.HealthBars
+
   |id     = alja.CCCB
   |nexus id =  
+
   |nexus   = 6361
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |moddrop = 845377
   |github   = Zoryn4163/SMAPI-Mods
+
   |github = Jaksha6472/ChallengingCommunityCenterBundles
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health Bars (Darkhax)
+
   |name   = Chance Cubes
   |author   = Darkhax
+
   |author = Turkey2349
   |id       = darkhax.healthbars
+
   |id     = turkey2349.chancecubes
   |nexus id =  
+
   |nexus   =
   |curseforge id  = 302910
+
   |curse   = 297899
   |curseforge key = health-bars
+
   |github =
   |github   = Stardew-Valley-Modding/HealthBars
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.4
  |status  = workaround
 
  |summary  = use [[#Health Bars|Health Bars by Zoryn]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health and Stamina Regeneration
+
   |name   = Change Cabin Type
   |author   = Jessebot, JessebotX
+
   |author = funny-snek
   |id       = Jessebot.HealthStaminaRegen
+
   |id     = funnysnek.ChangeCabinType
   |nexus id = 3207
+
   |nexus  = 3046
   |moddrop id = 624105
+
   |github =
   |github   = JessebotX/StardewValleyMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Health and Stamina Tweaks
+
   |name   = Change Dialogues
   |author   = Kiddles, Svard
+
   |author = mardrest
   |id       = Kiddles.HASTweaks
+
   |id     = mardrest.ChangeDialogues, mardrest.ChangeDialoguesEn<!--changed in 1.9.3-->
   |nexus id = 5630
+
   |nexus   = 5335
   |github   = SvardXI/HAS_Tweaks
+
  |moddrop = 800760
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Heartbeat
+
   |name   = Change Farm Caves
   |author   = themattfiles
+
   |author = MindMeltMax
   |id       = themattfiles.HeartBeat
+
   |id     = MindMeltMax.ChangeFarmCaves
   |nexus id = 5941
+
  |curse  = 1004487
   |github   = embolden/Heartbeat
+
  |moddrop = 1247516
 +
   |nexus   = 14000
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hello SMAPI
+
   |name   = Change Horse Sounds
   |author   = Jessebot, JessebotX
+
   |author = CyanFire
   |id       = Jessebot.HelloSMAPI
+
   |id     = CF.ChangeHorseSounds
   |nexus id = 4483
+
   |nexus   = 13428
   |github   = JessebotX/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Help for Hire
+
   |name   = Change Professions
   |author   = furyx639, LeFauxMatt
+
   |author = Alek, amazingalek
   |id       = furyx639.HelpForHire
+
   |id     = Alek.ChangeProfessions
   |nexus id = 5316
+
   |nexus   = 3989
   |github  = ImJustMatt/SDVCustomChores
+
   |github = aleksanderwaagr/Stardew-ChangeProfessions
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Helpful Spouses
+
   |name   = Change Shoe Color
   |author   = furyx639, LeFauxMatt
+
   |author = Shaklin
   |id       = furyx639.HelpfulSpouses
+
   |id     = shaklin.changeshoecolor
   |nexus id = 5175
+
   |nexus   = 6101
   |github   = ImJustMatt/SDVCustomChores
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Help Wanted Quest Fixes
+
   |name   = Change Slime Hutch Limit
   |author   = Pokeytax
+
   |author = Cherry, CherryChain
   |id       = Pokeytax.HelpWantedQuestFixes
+
   |id     = Cherry.SlimeHutchLimit
   |nexus id = 2644
+
   |nexus   = 6455
   |github   = gembree/HelpWantedQuestFixes
+
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Here Fishy
+
   |name   = CHAOS mod for Stardew Valley, Stardew_CHAOS_Mod
   |author   = aedenthorn
+
   |author = Majesity
   |id       = aedenthorn.HereFishy
+
   |id     = Majesity.Stardew_CHAOS_Mod
   |nexus id = 6586
+
   |nexus  = 19052
  |github   = aedenthorn/StardewValleyMods
+
   |github = DevWithMaj/Stardew-CHAOS
}}
 
{{/entry
 
  |name    = Highlighted Jars
 
  |author  = Annosz
 
  |id      = Annosz.HighlightedJars
 
  |nexus id = 6833
 
   |github   = Annosz/StardewValleyModding
 
}}
 
{{/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   = Character Customization Anywhere, Change Character Appearance Anywhere
   |author   = CatCattyCat, Cat
+
   |author = jeanne
   |id       = cat.holdtobreakgeodes
+
   |id     = jeanne.CharacterCustomizationAnywhere
   |nexus id = 1689
+
   |nexus   = 7415
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Home Sewing Kit
+
   |name   = Character Wiki Linker, WikiLinker
   |author   = MouseyPounds
+
   |author = StultusV
   |id       = MouseyPounds.HomeSewingKit
+
   |id     = StultusV.WikiLinker
   |nexus id = 4935
+
   |nexus   = 12999
   |github   = MouseyPounds/stardew-mods
+
   |github = JudeRV/SDV_WikiLinker
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Horse Whistle
+
   |name   = Chargeable Resource Tools
   |author   = icepuente
+
   |author = DaLion
   |id       = icepuente.HorseWhistle
+
   |id     = DaLion.Chargeable
   |nexus id = 1131
+
   |nexus   = 23048
   |github   = icepuente/StardewValleyMods
+
   |github = daleao/sdv
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Horse Whistle
+
   |name   = Charlie Out of Her Coop, Charlie The Chicken
   |author   = nabuma
+
   |author = PeepCake
   |id       = HorseWhistle_SMAPI
+
   |id     = PeepCake.CharlieTheChicken
   |nexus id =
+
   |nexus  = 6986
   |url      = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
+
   |github =
   |github   =  
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Horse Whistle|Horse Whistle by icepuente]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Chaste Valley
 +
  |author  = Tensor
 +
  |id      = Tensor.ChasteValley
 +
   |nexus   = 21925
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = HP Bars
+
   |name   = Chat Commands
   |author   = Ilyaki
+
   |author = CatCattyCat, Cat
   |id       = Ilyaki.HPBar
+
   |id     = cat.chatcommands
   |nexus id = 1736
+
   |nexus   = 2092
   |github   =  
+
  |moddrop = 833554
 +
   |github = danvolchek/StardewMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Health Bars|Health Bars by Zoryn]] instead.
+
   |summary  = use [[#Default On Cheats|Default On Cheats]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Huggable Scarecrows
+
   |name   = Chatter
   |author   = bogie5464
+
   |author = Jboss
   |id       = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
+
   |id     = Jboss.Chatter
   |nexus id = 3190
+
   |nexus   = 16559
   |github   = bogie5464/HuggableScarecrows
+
   |github = jbossjaslow/Chatter
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hunger
+
   |name   = Cheaper Beach Bridge Repair
   |author   = Yyeahdude
+
   |author = Annosz
   |id       = HungerYyeadude
+
   |id     = Annosz.CheaperBeachBridgeRepair
   |nexus id = 613
+
   |nexus   = 5826
   |github  =  
+
   |github = Annosz/StardewValleyModding
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hunger and Thirst
+
  |name    = Chef Helper - Add to Fridges
   |author   = PrimevalTitmouse
+
  |author  = Rui3
   |id       = PrimevalTitmouse.ModEntry
+
  |id      = Rui3.ChefHelperAddToFridges
   |nexus id = 1110
+
  |nexus  = 5606
   |github   =  
+
  |github  = ChristinaEd/ChefHelperAddToFridges
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Chefs Closet
 +
   |author = elDudeerino
 +
   |id     = Duder.ChefsCloset
 +
   |nexus   = 1030
 +
   |github = deLaDude/ChefsCloset
  
 
   |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 [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hunger for food
+
   |name   = Cherryrar
   |author   = Tigerle01, Stephan Hensel
+
   |author = Edu Anttunes
   |id       = HungerForFoodByTigerle
+
   |id     = Cherryrar.Functions
   |nexus id = 810
+
   |nexus   = 6603
   |github   =  
+
   |github =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary = use [[#Simple Hunger System|Simple Hunger System]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hungry Morning
+
   |name   = Chess
   |author   = lech43
+
   |author = Platonymous
   |id       = lech43.HungryMorning
+
   |id     = Platonymous.Chess
   |nexus id = 6391
+
  |curse  = 877229
   |github  =
+
  |moddrop = 793917
 +
   |nexus   = 3976
 +
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hybrid Crop Engine
+
   |name   = Chess Boards
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.HybridCropEngine
+
   |id     = aedenthorn.ChessBoards
   |nexus id = 6577
+
  |curse  = 868765
   |github  = spacechase0/HybridCropEngine
+
   |nexus   = 11580
 +
   |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     = Idle Animations, Animacoes
+
   |name   = Chest Displays
   |author   = BrasileiroTop
+
   |author = MindMeltMax
   |id       = BrasileiroTop.Animacoes
+
   |id     = MindMeltMax.ChestDisplays
   |nexus id = 5139
+
  |curse  = 997977
   |github   =  
+
   |nexus   = 7644
 +
  |moddrop = 1135692
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Idle Pause
+
   |name   = ChestEx
   |author   = Veleek
+
   |author = berkayylmao
   |id       = Veleek.IdlePause
+
   |id     = berkayylmao.ChestEx
   |nexus id = 1092
+
   |nexus   = 4180
   |github   = veleek/IdlePause
+
  |curse  = 501477
 +
   |github = berkayylmao/StardewValleyMods
  
   |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
+
{{#invoke:SMAPI compatibility|entry
   |pull request      = https://github.com/veleek/IdlePause/pull/2
+
  |name    = Chest Feature Set
 +
   |author  = zack20136
 +
   |id      = zack20136.ChestFeatureSet
 +
   |nexus  = 21155
 +
  |github = zack20136/ChestFeatureSet
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Idle Timer
+
   |name   = Chest Label System
   |author   = LordAndreios
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = LordAndreios.IdleTimer
+
   |id     = SPDChestLabel, Speeder.ChestLabel<!--changed in 1.5.1-pathoschild-update-->
   |nexus id = 2858
+
   |nexus  = 242
  |github  = emperorzuul/SMAPI_MODS
+
   |chucklefish = 3550
 
+
   |source  = https://gitlab.com/speeder1/ChestNameWithHoverLabel
  |broke in    = SMAPI 3.0
 
   |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   = Chest Naming
   |author   = AustinYQM
+
   |author = M3ales
   |id       = AustinYQM.ImprovedMill
+
   |id     = ChestNaming
   |nexus id = 1748
+
   |nexus   =
   |github   = AustinYQM/ImprovedMill
+
  |curse  = 299791
 +
   |github = M3ales/ChestNaming
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Chests Anywhere|Chests Anywhere]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Improved Quality of Life
+
   |name   = Chest Pooling
   |author   = Demiacle
+
   |author = mralbobo
   |id       = Demiacle.ImprovedQualityOfLife
+
   |id     = mralbobo.ChestPooling
   |nexus id = 1025
+
   |nexus   =
   |github   = demiacle/QualityOfLifeMods
+
  |url    = https://community.playstarbound.com/threads/111988
 +
   |github = mralbobo/stardew-chest-pooling
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.4
}}
+
   |status  = workaround
{{/entry
+
   |summary  = use [[#Better Chests|Better Chests]], [[#Convenient Chests|Convenient Chests]], or [[#Chest Pooling V2|Chest Pooling V2]] instead.
   |name    = Increase Animal House Max Population
 
   |author  = Mizzion
 
  |id      = mizzion.increaseanimalhousemaxpopulation
 
  |nexus id = 4861
 
  |github  = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Increased Artifact Spots
+
   |name   = Chest Pooling V2
   |author   = Mizzion
+
   |author = jslattery26
   |id       = mizzion.increasedartifactspots
+
   |id     = jslattery26.ChestPoolingV2
   |nexus id = 3340
+
   |nexus  = 22461
   |moddrop id = 663705
+
   |github = jslattery26/stardew_mods
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Industrial Furnace
+
   |name   = Chest Preview
   |author   = Traktori
+
   |author = sergiomadd
   |id       = Traktori.IndustrialFurnace
+
   |id     = sergiomadd.ChestPreview
   |nexus id = 5568
+
   |nexus  = 13946
  |github   = Traktori7/StardewValleyMods
+
   |github = sergiomadd/StardewValleyMods
}}
 
{{/entry
 
  |name    = Industrial Furnace for Automate
 
  |author  = Traktori
 
  |id      = Traktori.AM.IndustrialFurnace
 
  |nexus id = 5568
 
   |github   = Traktori7/StardewValleyMods
 
}}
 
{{/entry
 
  |name    = Infertile Soil
 
  |author  = Sabera, kelbesque
 
  |id      = Sabera.InfertileSoil
 
  |nexus id = 2515
 
  |github  =
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infested Levels
+
   |name   = Chests Anywhere
   |author   = Eireon
+
   |author = Pathoschild
   |id       = Eireon.InfestedLevels
+
   |id     = Pathoschild.ChestsAnywhere, ChestsAnywhere<!--changed in 1.9-->
   |nexus id = 2823
+
  |curse  = 1000640
   |github   = benrpatterson/InfestedLevels
+
   |nexus   = 518
 +
  |moddrop = 606600
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infinite Junimo Cart Lives
+
   |name   = Chest Value
   |author   = Renny
+
   |author = Jppkr4
   |id       = renny.infinitejunimocartlives
+
   |id     = Jppkr4.ChestValue
   |nexus id = 2705
+
   |nexus   = 23816
   |github   = OfficialRenny/InfiniteJunimoCartLives
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Input Fix
+
   |name   = Chest Values
   |author   = Windmill_City
+
   |author = MysticalAsian
   |id       = Windmill_City.InputFix
+
   |id     = MysticalAsian.ChestValues
   |nexus id = 5693
+
   |nexus   = 23878
   |github   = Windmill-City/InputFix
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = InstaCrops
+
   |name   = Child Bed Config
   |author   = WuestMan, redknightofdoom
+
   |author = aclockworkhound
   |id       = WuestMan.InstaCrops
+
   |id     = aclockworkhound.ChildBedConfig
   |nexus id = 4077
+
   |nexus   = 3540
   |github  = Brian-Wuest/Instacrops
+
   |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     = Instant Buildings From Farm
+
   |name   = Children Like Parents, Dynamic Children Replacer
   |author   = BitwiseJon
+
   |author = CroiDorcha
   |id       = BitwiseJonMods.InstantBuildings
+
   |id     = CroiDorcha.ChildrenLikeParent
   |nexus id = 2070
+
   |nexus   = 1756
   |github  = bitwisejon/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Instant Eat Key
+
   |name   = Children's Beds Removal
  |author  = nini700
+
   |author = Prismuth
  |id      = nini700.InstantEatKey
+
   |id     = Prismuth.ChildBedsRemoval
  |nexus id = 4464
+
   |nexus  = 1655
  |github  =
+
   |github =
}}
 
{{/entry
 
   |name     = Instant Fishing
 
   |author   = aurnj, Roy Li
 
   |id       = RuyiLi.InstantFishing
 
   |nexus id =
 
   |url      = https://community.playstarbound.com/threads/instant-fishing-mod.129163
 
   |github   =  
 
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
+
   |summary  = use {{nexus mod|2714|LB's Improved Farmhouse - No Beds and Spouse Room Fixes}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instant Geodes
+
   |name   = Child to NPC
   |author   = montana123
+
   |author = loe2run
   |id       =  
+
   |id     = Loe2run.ChildToNPC
   |nexus id =
+
   |nexus  = 4568
   |url      = https://community.playstarbound.com/threads/109038
+
   |github = loe2run/ChildToNPC
   |github   =  
 
  
   |broke in = Stardew Valley 1.1
+
   |broke in = Stardew Valley 1.5
   |status  = workaround
+
<!--
   |summary  = use [[#Fast Animations|Fast Animations]] instead.
+
   |unofficial version = 1.2.1-unofficial.8-candidus42
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-68501
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instant Grow Trees
+
   |name   = Chill in Your Farmhouse
   |author   = cantorsdust
+
   |author = Husky110
   |id       = cantorsdust.InstantGrowTrees, community.InstantGrowTrees, dc50c58b-c7d8-4e60-86cc-e27b5d95ee59<!--changed in 1.3.1 and 1.2-->
+
   |id     = Husky110.ChillInYourFarmHouse
   |nexus id = 173
+
   |nexus   = 1768
   |github   = cantorsdust/StardewMods
+
   |github = Husky110/ChillInYourFarmHouse
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Instantly Eat Item
+
   |name   = Choose Baby Gender
   |author   = Guedez
+
   |author = Travoos
   |id       = eat.item.instantly
+
   |id     =
   |nexus id = 5116
+
   |nexus   = 590
   |github  =  
+
   |github =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status   = workaround
 +
  |summary  = use [[#Family Planning|Family Planning]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Interaction Helper
+
   |name   = Choose Random Farm Event
   |author   = Hammurabi
+
   |author = RunoV
   |id       = HammurabiInteractionHelper
+
   |id     = RunoV.ChooseRandomFarmEvent
   |nexus id =
+
   |nexus  = 8524
   |chucklefish id = 4640
+
   |github  = valruno/ChooseRandomFarmEvent
   |source  = https://community.playstarbound.com/resources/interaction-helper.4640/updates
 
  
   |broke in           = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
<!--
 
  |unofficial version = 1.0.4-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-77#post-3343190
 
-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Interactions, Interacoes
+
   |name   = Chummy Fix
   |author   = BrasileiroTop
+
   |author = ItsLittany
   |id       = BrasileiroTop.Interacoes
+
   |id     = itslittany.ChummyFix
   |nexus id = 4862
+
   |nexus   = 6363
   |github  =  
+
  |moddrop = 804100
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Interaction Tweaks
+
   |name   = Circle of Thorns - NPC Hector
   |author   = jahangmar
+
   |author = DestyNova and KittyCatCasey, KittyCatCasey
   |id       = jahangmar.InteractionTweaks
+
   |id     = DestyNova.Hector.SMAPI
   |nexus id = 3771
+
   |nexus   = 16032
   |github  = jahangmar/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Never Ending Adventure and Circle of Thorns|Never Ending Adventure and Circle of Thorns]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Intravenous Coffee
+
   |name   = CJB Automation
   |author   = mpcomplete
+
   |author = CJBok
   |id       = mpcomplete.IntravenousCoffee
+
   |id     = CJBAutomation
   |nexus id = 2224
+
   |nexus   = 211
   |github   = mpcomplete/StardewMods
+
   |github = CJBok/SDV-Mods
}}
 
{{/entry
 
  |name    = Invite Code Mod
 
  |author  = ThePqtatoGalaxy, KOREJJamJar
 
  |id      = KOREJJamJar.InviteCodeMod
 
  |nexus id = 4023
 
  |github  =
 
  
   |broke in = Stardew Valley 1.4
+
   |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     = Investment
+
   |name   = CJB Cheats Menu
   |author   = MissCoriel
+
   |author = CJBok and Pathoschild
   |id       = misscoriel.invest
+
   |id     = CJBok.CheatsMenu, CJBCheatsMenu<!--changed in 1.14-->
   |nexus id = 5293
+
  |curse  = 1000644
   |github   =  
+
   |nexus   = 4
 +
  |moddrop = 741872
 +
   |github = CJBok/SDV-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Iridium Tools Patch
+
   |name   = CJB Item Spawner
   |author   = Redwood
+
   |author = CJBok and Pathoschild
   |id       = Redwood.IridiumToolsPatch
+
   |id     = CJBok.ItemSpawner, CJBItemSpawner<!--changed in 1.7-->
   |nexus id = 2897
+
   |curse  = 1000641
   |github   = EKomperud/StardewMods
+
   |nexus   = 93
 
+
  |moddrop = 741893
   |map local versions = 1.0.0 → 1.0.1<!--manifest not updated-->
+
   |github  = CJBok/SDV-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Item AutoTrasher, AutoTrash
+
   |name   = CJB Show Item Sell Price
   |author   = S1mmyy
+
   |author = CJBok and Pathoschild
   |id       = S1mmyy.AutoTrash
+
   |id     = CJBok.ShowItemSellPrice, CJBShowItemSellPrice<!--changed in 1.7-->
   |nexus id = 5140
+
  |curse  = 1000642
   |github   =  
+
   |nexus   = 5
 +
  |moddrop = 509768
 +
   |github = CJBok/SDV-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Item Bags
+
   |name   = Clay Map
   |author   = SlayerDharok
+
   |author = Underscore
   |id       = SlayerDharok.Item_Bags
+
   |id     = underscore.clay_map
   |nexus id = 5382
+
   |nexus   = 11903
   |github   =
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Item Tooltips
+
   |name   = Clean Beach
   |author   = Jaredlll08
+
   |author = Artinity
   |id       = BlameJared.ItemTooltips
+
   |id     = Artinity.CleanBeach
   |nexus id =
+
   |nexus  = 14936
   |curseforge id  = 297655
+
   |github = Artinity/clean-beach
  |curseforge key = item-tooltips
 
   |github   = jaredlll08/Item-Tooltips
 
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Jar Opener
+
   |name   = Clean Cellar
  |author  = Genowhirl9999
+
   |author = Sonozuki
  |id      = genowhirl9999.jaropener
+
   |id     = EpicBellyFlop45.CleanCellar
  |nexus id = 5292
+
   |nexus  = 2975
  |github  =
+
   |github = Sonozuki/StardewMods
}}
 
{{/entry
 
   |name     = Jiggly Junimo Bundles
 
   |author   = Jonas Henriksson, Greger
 
   |id       = Greger.JigglyJunimoBundles
 
   |nexus id =
 
   |url      = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
 
   |github   = gr3ger/Stardew_JJB
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = JoJa84+, JoJa-84-Plus--Ingame-calculator
+
   |name   = Clean Farm
   |author   = k4rakara
+
   |author = tstaples
   |id       = k4rakara.JoJa84Plus
+
   |id     = tstaples.CleanFarm
   |nexus id = 5803
+
   |nexus   = 794
   |github   = K4rakara/Stardew-Mods
+
   |github = tstaples/CleanFarm
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = JoJaBan - Arcade Sokoban
+
   |name   = Clear Farm Debris
   |author   = Platonymous
+
   |author = David Renne
   |id       = Platonymous.JoJaBan
+
   |id     = DavidRenne.ClearFarmDebris
   |nexus id = 3118
+
   |nexus  = 26715
  |curseforge id  = 308257
+
   |github =
  |curseforge key = jojaban-arcade-sokoban
 
   |moddrop id = 793907
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Joys of Efficiency
+
   |name   = Clear Glasses, Clear Glasses - HD Graphics and Filters
   |author   = punyo, yakminepunyo
+
   |author = aurpine
   |id       = punyo.JoysOfEfficiency
+
   |id     = aurpine.ClearGlasses
   |nexus id = 2162
+
   |nexus   = 21090
   |github   = pomepome/JoysOfEfficiency
+
   |github = aurpine/Stardew-SpriteMaster
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Json Assets
+
   |name   = Click 2 Move
  |author  = spacechase0
+
   |author = MarthaSolomon, SolomonsWorkshop
  |id      = spacechase0.JsonAssets
+
   |id     = SolomonsWorkshop.Click2Move
  |nexus id = 1720
+
   |nexus  = 2219
  |chucklefish id = 5138
+
   |github =
  |moddrop id = 399895
 
  |github  = spacechase0/JsonAssets
 
}}
 
{{/entry
 
   |name     = Jump Over
 
   |author   = spacechase0
 
   |id       = spacechase0.JumpOver
 
   |nexus id = 1844
 
   |chucklefish id = 5190
 
  |moddrop id = 384782
 
   |github   = spacechase0/JumpOver
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/jump-over/ latest version from author's website].
+
  |broke in = Stardew Valley 1.3.29
 +
  |status  = workaround
 +
   |summary  = use [[#Right Click Move Mode|Right Click Move Mode]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Deposit Anywhere
+
   |name   = Climates of Ferngill, Ferngill Custom Weather, Ferngill Weathers
   |author   = Zoryn
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       = Zoryn.JunimoDepositAnywhere
+
   |id     = KoihimeNakamura.FerngillCustomWeathers, KoihimeNakamura.ClimatesOfFerngill<!--changed in 2.0-->
   |nexus id =  
+
   |nexus   = 604
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
  |moddrop = 664033
   |github   = Zoryn4163/SMAPI-Mods
+
   |github  = Sakorona/SDVMods
 +
  |broke in = Stardew Valley 1.6
 +
   |status  = abandoned
 +
   |summary  = remove this mod (no longer maintained)
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Kart Anywhere
+
   |name   = Clint's Backstock
   |author   = MartyrPher
+
   |author = Rokugin
   |id       = JunimoKartAnywhere
+
   |id     = Rokugin.ClintsBackstock
   |nexus id = 4315
+
   |nexus   = 20886
   |github   =  
+
   |github = rokugin/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Kart Cheater
+
   |name   = Clock24
   |author   = ryaon
+
   |author = Lysero
   |id       = Ryaon.JunimoKartCheater
+
   |id     = Lysero.Clock24
   |nexus id = 5137
+
   |nexus   = 3718
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#24h Clock|24h Clock by Lajna]] or [[#24-Hour Clock Patcher|24-Hour Clock Patcher by pepoluan]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junk Mail
+
   |name   = Clothes Rack
   |author   = Taskmaster
+
   |author = LunaticShade
   |id       = Taskmaster.JunkMail
+
   |id     = LunaticShade.ClothesRack
   |nexus id = 4452
+
   |nexus   = 18765
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Kamikaze
+
   |name   = Cloudy Skies
   |author   = aurnj, Roy Li
+
   |author = Khloe Leclair
   |id       = RuyiLi.Kamikaze
+
   |id     = leclair.cloudyskies
   |nexus id =
+
   |nexus  = 23135
   |url      = https://community.playstarbound.com/threads/kamikaze-mod.129126
+
   |github = KhloeLeclair/StardewMods
   |github   =  
 
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Kawakami - Healer NPC
+
   |name   = Coal Regen
   |author   = Gorzalt and Flerfarvet
+
   |author = Blucifer, BluciferProgrammer
   |id       = gorzalt.kawakami
+
   |id     = Blucifer.CoalRegen
   |nexus id = 2549
+
   |nexus   = 1664
   |github   = Gorzalt/StardewValleyMods
+
   |github = AbbyNode/StardewValley-CoalRegen
  
   |broke in = Stardew Valley 1.3.29
+
   |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     = Keep Partners, Keep Your Partners
+
   |name   = Cobalt
   |author   = EssGee, SG
+
   |author = spacechase0
   |id       = SG.Partners
+
   |id     = spacechase0.Cobalt
   |nexus id = 5625
+
   |nexus  = 1723
  |github   =  
+
   |github = spacechase0/Cobalt
}}
 
{{/entry
 
  |name    = Krobus Sells Larger Stacks
 
  |author  = Annosz
 
  |id      = Annosz.KrobusSellsLargerStacks
 
  |nexus id = 5993
 
   |github   = Annosz/StardewValleyModding
 
}}
 
{{/entry
 
  |name    = Ladder and Snow Yam Tip
 
  |author  = WhiteMind
 
  |id      = WhiteMind.LAST
 
  |nexus id = 1906
 
  |github  =
 
  
 
   |broke in = Stardew Valley 1.3
 
   |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     = Ladder Locator
+
   |name   = Cock-a-doodle-dont
   |author   = ChaosEnergy
+
   |author = Fuzzy
   |id       = ChaosEnergy.LadderLocator
+
   |id     = fuzzy.cockadoodledont
   |nexus id = 3094
+
   |nexus   = 7584
   |github   = yuri-moens/LadderLocator
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lavapulse's New Chickens and Eggs, Lavapulse Chickens
+
   |name   = Coin Collector
   |author   = Lavapulse
+
   |author = aedenthorn, Erinthe
   |id       = Lavapulse.LavapulseChickens
+
   |id     = aedenthorn.CoinCollector
   |nexus id = 4821
+
  |curse  = 868837
   |github   =  
+
   |nexus   = 9843
 +
   |github = aedenthorn/StardewValleyMods
  
   |map local version  = 1.0.8 → 1.0.81<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lefty Mode
+
   |name   = Cold Pets
   |author   = Max Vollmer, SVProtector
+
   |author = Tyler Gibbs
   |id       = maxvollmer.leftymode
+
   |id     = tylergibbs2.ColdPets
   |nexus id = 6199
+
   |nexus   = 14379
   |github   = maxvollmer/LeftyMode
+
   |github = tylergibbs2/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Level Extender
+
   |name   = Cold Weather Haley SMAPI
   |author   = unidarkshin, Devin Lematty
+
   |author = DanielSerrano, Lord Xamon
   |id       = DevinLematty.LevelExtender, Devin Lematty.Level Extender<!--changed in 1.3-->
+
   |id     = LordXamon.ColdWeatherHaleyPRO
   |nexus id = 1471
+
   |nexus   = 1169
   |github   = unidarkshin/Stardew-Mods
+
   |github =
  |dev note = author ignored previous PRs
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = SMAPI 2.0
   |unofficial version = 3.1.1-unofficial.1-minervamaga
+
   |status  = abandoned
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353952
+
   |summary  = remove this mod (no longer maintained; use use {{nexus mod|3091|Cold Weather Haley for Content Patcher}} instead).
  |pull request      = https://github.com/unidarkshin/Stardew-Mods/pull/20
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Leveling Adjustment
+
   |name   = Collapsing On The Farm Fix
   |author   = jahangmar
+
   |author = monsoonsheep
   |id       = jahangmar.LevelingAdjustment
+
   |id     = monsoonsheep.CollapseOnFarmFix
   |nexus id = 4689
+
   |nexus   = 18086
   |github   = jahangmar/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Level Up Notifications
+
   |name   = Color Blind Mod, SDV Colorblind Mod
   |author   = kd8lvt
+
   |author = CISC 3141, Testing, Upsters
   |id       = Level Up Notifications, kd8lvt.LevelUpNotifications <!--actual + unofficial manifest ID-->
+
   |id     = Testing.SDVColorBlindMod
   |nexus id = 855
+
   |nexus  = 10380
   |curseforge id  = 300715
+
   |github =
  |curseforge key = level-up-notifications
 
   |github   =  
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 0.0.3-unofficial.1-leifericson
+
}}
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-20#post-3353915
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Colored Chests
 +
   |author  = Igorious
 +
   |id      = 4befde5c-731c-4853-8e4b-c5cdf946805f
 +
  |nexus  =
 +
  |chucklefish = 3684
 +
  |github  =
  
   |map remote versions = 1.0.0-1.3patch → 0.0.2-unofficial.1-pathoschild<!--CurseForge version incorrect-->
+
   |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     = Lewd Leah
+
   |name   = Colored Crystalariums
   |author   = prowlingDemon, unknownDev
+
   |author = sophiesalacia
   |id       = unknownDev.lewdLeah
+
   |id     = sophie.ColoredCrystalariums
   |nexus id = 4402
+
   |nexus   = 14428
   |github   =  
+
   |github = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Limited Campfire Cooking
+
   |name   = Colorful Chests
   |author   = Cherry, CherryChain
+
   |author = spacechase0
   |id       = Cherry.LimitedCampfireCooking
+
   |id     = spacechase0.ColorfulChests
   |nexus id = 4971
+
   |nexus   = 1623
   |moddrop id = 716383
+
   |moddrop = 279189
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github = spacechase0/ColorfulChests
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Line Sprinklers
+
   |name   = Colorful Fishing Rods
   |author   = Hootless
+
   |author = atravita
   |id       = hootless.LineSprinklers
+
   |id     = atravita.ColorfulFishingRods
   |nexus id = 2917
+
   |nexus   = 25258
   |github   = hootless/StardewMods
+
   |github = 6480k/colorful-fishing-rods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Loan Mod
+
   |name   = Colorful Fish Ponds
   |author   = Doomnik
+
   |author = rokugin
   |id       = Doomnik.LoanMod
+
   |id     = rokugin.colorfulfishponds
   |nexus id = 3882
+
   |nexus   = 23615
   |github   =  
+
   |github = rokugin/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Location Compass
+
   |name   = Combat Controls
   |author   = Bouhm
+
   |author = DJ-STLN
   |id       = Bouhm.LocationCompass
+
   |id     = DJ-STLN.Krutonium.CombatControls, DJ-STLN.CombatControls<!--changed in 2.0-->
   |nexus id = 3045
+
   |nexus   = 2590
   |curseforge id = 308286
+
   |github = DJ-STLN/CombatControls
  |curseforge key = location-compass
 
  |github  = Bouhm/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Locked Crab Pots
+
   |name   = Combat Controls Redux
   |author   = nini700
+
   |author = NormanPCN
   |id       = nini700.LockedCrabPot
+
   |id     = NormanPCN.CombatControlsRedux
   |nexus id = 4461
+
   |nexus   = 10496
   |github   =  
+
   |github = NormanPCN/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lockpicks
+
   |name   = Combat Dummies, Combat Dummy
   |author   = bwdy
+
   |author = PeacefulEnd
   |id       = bwdy.lockpicks
+
   |id     = PeacefulEnd.CombatDummy
   |nexus id = 3521
+
  |curse  = 870919
   |github  = bwdymods/SDV-Lockpicks
+
   |nexus   = 16769
 +
   |github = Floogen/CombatDummy
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Longer Lasting Lures
+
   |name   = Combat Level Damage Scaler
   |author   = Caraxian
+
   |author = spacechase0
   |id       = caraxian.LongerLastingLures
+
   |id     = spacechase0.CombatLevelDamageScaler
   |nexus id = 2510
+
  |curse  = 867732
   |github   = Caraxi/StardewValleyMods
+
  |moddrop = 771671
 +
   |nexus   = 3905
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Longevity
+
   |name   = Combat with Farming Implements
   |author   = RTGOAT
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = RTGOAT.Longevity
+
   |id     = SPDFarmingImplementsInCombat
   |nexus id = 649
+
   |nexus   = 313
   |github  =  
+
   |source  = https://gitlab.com/speeder1/farming-implements-combat
  
   |warnings = Requires manually replacing game files; see install instructions on the mod page.
+
   |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
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Combine Many Rings
 +
  |author  = Stari
 +
  |id      = Stari.CombineManyRings
 +
  |nexus  = 8801
 +
  |github  = SlivaStari/CombineManyRings
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Comics
 +
  |author  = Platonymous
 +
  |id      = Platonymous.Comics
 +
  |nexus  = 6281
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
  |broke in = Stardew Valley 1.5.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Community Bundle Item Tooltip
 +
  |author  = Musbah Sinno
 +
  |id      = musbah.bundleTooltip
 +
  |nexus  = 1329
 +
  |github  = musbah/StardewValleyMod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lookup Anything
+
   |name   = Community Center Anywhere
   |author   = Pathoschild
+
   |author = Stingray
   |id       = Pathoschild.LookupAnything, LookupAnything<!--changed in 1.10.1-->
+
   |id     = Stingray.CommunityCenterAnywhere<!--changed in 3.0.0-->, Stingray.CCA
   |nexus id = 541
+
   |nexus  = 10150
   |moddrop id = 606605
+
   |github = Stingrayss/StardewValley
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Loose Audio Files
+
   |name   = Community Center Bundles Randomizer
   |author   = aedenthorn
+
   |author = bowtochris
   |id       = aedenthorn.LooseAudioFiles
+
   |id     = bowtochris.CommunityCenterBundlesRandomizer
   |nexus id = 5999
+
   |nexus   = 20425
   |github   = aedenthorn/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lore-Friendly JojaMart Prices
+
   |name   = Community Center Helper
   |author   = Huanir
+
   |author = vgperson
   |id       = Huanir.LoreFriendlyJojaPrices
+
   |id     = vgperson.CommunityCenterHelper
   |nexus id = 2658
+
   |nexus   = 6893
   |github   =  
+
   |github = vgperson/CommunityCenterHelper
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lost Woods
+
   |name   = Community Kitchen
   |author   = Raik, Raik167, YousernameZo
+
   |author = blueberry
   |id       = raik.testmod
+
   |id     = blueberry.CommunityKitchen
   |nexus id = 6291
+
   |nexus   = 9851
   |github  =  
+
   |github = b-b-blueberry/CustomCommunityCentre
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Custom Community Center-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Love Bubbles
+
   |name   = Companion NPCs
   |author   = SteelixLeiter, Don Collins
+
   |author = Redwood
   |id       = LoveBubbles
+
   |id     = Redwood.CompanionNPCs
   |nexus id = 1318
+
   |nexus   = 3175
   |github   = doncollins/StardewValleyMods
+
   |github = EKomperud/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in     = Stardew Valley 1.4
   |status   = workaround
+
   |status       = workaround
   |summary = use [[#Better Ranching|Better Ranching]] instead.
+
   |summary     = use [[#NPC Adventures|NPC Adventures]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Loved Labels
+
   |name   = Compost&#44; Pests&#44; and Cultivation
   |author   = Advize and Jinxiewinxie
+
   |author = jahangmar
   |id       = Advize.LovedLabels
+
   |id     = jahangmar.CompostPestsCultivation
   |nexus id = 279
+
   |nexus   = 4446
   |github   = AdvizeGH/LovedLabels
+
   |github = jahangmar/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 2.2.1-unofficial.3-pathoschild
 
  |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   = Comprehensive Stardew Valley Mod, My Modding
   |author   = spacechase0
+
   |author = BenW, BW
   |id       = spacechase0.LuckSkill, LuckSkill<!--changed in 0.1.4-->
+
   |id     = BW.MyModding
   |nexus id = 521
+
   |nexus   = 20918
   |chucklefish id = 4053
+
  |github  =
   |moddrop id = 127279
+
}}
   |github   = spacechase0/LuckSkill
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Concentration on Farming
 +
  |author  = punyo, yakminepunyo
 +
   |id     = punyo.ConcentrationOnFarming
 +
   |nexus  = 1445
 +
   |github =
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/luck-skill/ latest version from author's website].
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Configurable Bundle Costs
 +
  |author = sophiesalacia
 +
  |id      = sophie.ConfigurableBundleCosts, Vertigon.ConfigurableBundleCosts<!--before 1.0.1-->
 +
  |nexus  = 9444
 +
  |github  = sophiesalacia/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Lunar Disturbances
+
   |name   = Configurable Cellar Extension (with tillable soil), Boogies Cellar Soil Fix
   |author   = Sakorona
+
   |author = Boogie, BoogieBest
   |id       = KoihimeNakamura.LunarDisturbances
+
   |id     = boogie.greenhouse
   |nexus id = 2208
+
   |nexus  = 7109
   |moddrop id = 664151
+
   |github =
   |github   = Sakorona/SDVMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Machine Augmentors
+
   |name   = Configurable Junimo Kart
   |author   = SlayerDharok
+
   |author = seitanicbean
   |id       = SlayerDharok.MachineAugmentors
+
   |id     = seitanicbean.configurablejunimokart
   |nexus id = 5600
+
   |nexus   = 6725
   |github  = Videogamers0/SDV-MachineAugmentors
+
   |source  = https://gitlab.com/tophatsquid/sdv-configurable-junimo-kart
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Machine Speed Change
+
   |name   = Configurable Luck
   |author   = IceGladiador
+
   |author = sophiesalacia
   |id       = IceGladiador.MachineSpeedChange
+
   |id     = sophie.ConfigurableLuck
   |nexus id = 1780
+
   |nexus   = 14610
   |github   =  
+
  |github  = sophiesalacia/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Configurable Machines
 +
  |author  = KnockedMallard42
 +
  |id     = 21da6619-dc03-4660-9794-8e5b498f5b97
 +
  |nexus  = 280
 +
   |github =
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Configure Machine Speed|Configure Machine Speed]] instead.
+
   |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Magic
+
   |name   = Configurable Shipping Dates
   |author   = spacechase0
+
   |author = Nishtra
   |id       = spacechase0.Magic
+
   |id     = ConfigurableShippingDates
   |nexus id = 2007
+
   |nexus  = 675
   |chucklefish id = 5242
+
   |github =
  |moddrop id = 399898
 
   |github   = spacechase0/Magic
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/magic/ latest version from author's website].
+
   |broke in = SMAPI 2.0
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Magic Junimo Pet
+
   |name   = Configurable Special Orders Unlock
   |author   = Entoarox
+
   |author = sophiesalacia
   |id       = Entoarox.MagicJunimoPet
+
   |id     = Vertigon.ConfigurableSpecialOrdersUnlock
   |nexus id = 3567
+
   |nexus   = 8690
   |github   = Entoarox/StardewMods
+
   |github = sophiesalacia/StardewMods
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.6
  |name    = Mail Framework
 
  |author  = Digus
 
   |id      = DIGUS.MailFrameworkMod
 
  |nexus id = 1536
 
  |github  = Digus/StardewValleyMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mail Order Pigs
+
   |name   = Configure Machine Outputs
   |author   = jwdred
+
   |author = Mizzion
   |id       = jwdred.MailOrderPigs
+
   |id     = mizzion.configuremachineoutputs
   |nexus id = 632
+
   |nexus   = 3490
   |github   = jdusbabek/stardewvalley
+
  |moddrop = 661367
 +
   |github = Mizzion/MyStardewMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.4-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
 
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Map Image Export
+
   |name   = Configure Machine Speed
   |author   = spacechase0
+
   |author = BayesianBandit
   |id       = spacechase0.MapImageExporter, MapImageExporter<!--changed in 1.0.2-->
+
   |id     = BayesianBandit.ConfigureMachineSpeed
   |nexus id = 1073
+
   |nexus  = 3519
  |chucklefish id = 4655
+
   |github = BayesianBandit/ConfigureMachineSpeed
   |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.6
}}
 
{{/entry
 
  |name    = Map Utilities
 
  |author  = mabelSyrup
 
  |id      = mabelsyrup.maputils
 
  |nexus id = 4716
 
  |github  = mjSurber/Map-Utilities
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mayonnaise++, Mayonnaise Plus Plus
+
   |name   = Configure Machine Speed
   |author   = theStormWeaver, Adam 'theStormWeaver' Chevalier
+
   |author = Steph Hoel
   |id       = xirsoi.mayonnaiseplusplus
+
   |id     = StephHoel.ConfigureMachineSpeed
   |nexus id = 4634
+
   |nexus   = 21005
   |github   = xirsoi/MayonnaisePlusPlus
+
   |github = StephHoel/ModsStardewValley
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mega Storage
+
   |name   = Confirm Gifts
   |author   = AmazingAlek and furyx639
+
   |author = BadScientist
   |id       = Alek.MegaStorage
+
   |id     = BadScientist.ConfirmGifts
   |nexus id = 4089
+
   |nexus   = 23224
   |github   = ImJustMatt/Stardew-MegaStorage
+
   |github = BadScientist/ConfirmGifts
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Menus Everywhere
+
   |name   = Confirm Warp Totem
   |author   = nman130
+
   |author = John Peters
   |id       = nman130.MenusEverywhere
+
   |id     = JohnPeters.ConfirmWarpTotem
   |nexus id = 6119
+
   |nexus   = 20255
   |github   = nman130/Stardew-Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mice in the Valley
+
   |name   = Connected Fences
   |author   = candidus42
+
   |author = sergiomadd
   |id       = Candidus42.MiceInTheValley
+
   |id     = sergiomadd.ConnectedFences
   |nexus id = 4638
+
   |nexus   = 10063
   |github   =  
+
   |github = sergiomadd/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Milo Dog
+
   |name   = Connected Garden Pots
   |author   = Clark, wilsonch3451
+
   |author = aedenthorn, Erinthe
   |id       = Clark.MiloDog
+
   |id     = aedenthorn.ConnectedGardenPots
   |nexus id = 2861
+
   |curse   = 868773
  |github   =  
+
   |nexus  = 11411
}}
+
   |github = aedenthorn/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
+
   |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#ConnectedGardenPots
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mine Changes
+
   |name   = Consistent Tree Growth Speed
   |author   = JPAN
+
   |author = IceGladiador
   |id       = jpan.MineChanges
+
   |id     = IceGladiador.ConsistentTreeGrowthSpeed
   |nexus id = 3963
+
   |nexus  = 1799
  |github  = JPANv2/Stardew-Valley-Mine-Changes
+
   |github =
}}
 
{{/entry
 
  |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
+
   |broke in = Stardew Valley 1.3.29
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
+
   |summary  = use [[#Aggressive Acorns|Aggressive Acorns]] 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   = Console Chat
   |author   = Nishtra
+
   |author = Sonozuki
   |id       = Nishtra.MiningWithExplosives, MiningWithExplosives, MiningWithExplosives<!--changed in 1.2 and 1.1-->
+
   |id     = EpicBellyFlop45.ConsoleChat
   |nexus id = 770
+
   |nexus   = 3768
   |github   =  
+
   |github = Sonozuki/StardewMods
 
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Misophonia Accessibility, Remove Eat Sound<!--changed in 2.0-->
+
   |name   = Console Code
   |author   = The Fluffy Robot
+
   |author = spacechase0
   |id       = TheFluffyRobot.MisophoniaAccessibility, TheFluffyRobot.RemoveEatSound<!--changed in 2.0-->
+
   |id     = spacechase0.ConsoleCode
   |nexus id = 5691
+
  |curse  = 867737
   |github   = jamespfluger/Stardew-MisophoniaAccessibility
+
  |moddrop = 771643
 +
   |nexus   = 3101
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mobile Arcade
+
   |name   = Console Commands, TrainerMod
   |author   = aedenthorn
+
   |author = SMAPI
   |id       = aedenthorn.MobileArcade
+
   |id     = SMAPI.ConsoleCommands
   |nexus id = 6538
+
   |nexus   =
   |github   = aedenthorn/StardewValleyMods
+
  |url    = https://smapi.io
 +
   |github = Pathoschild/SMAPI
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mobile Audio Player
+
   |name   = Console Coordinates
   |author   = aedenthorn
+
   |author = Pillow
   |id       = aedenthorn.MobileAudioPlayer
+
   |id     = Pillow.ConsoleCoordinates
   |nexus id = 6568
+
   |nexus   = 8957
   |github  = aedenthorn/StardewValleyMods
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mobile Calendar
+
   |name   = Content Code
   |author   = aedenthorn
+
   |author = spacechase0
   |id       = aedenthorn.MobileCalendar
+
   |id     = spacechase0.ContentCode
   |nexus id = 6601
+
  |curse  = 867697
   |github   = aedenthorn/StardewValleyMods
+
   |nexus   = 10545
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mobile Catalogues
+
   |name   = Content Patcher
   |author   = aedenthorn
+
   |author = Pathoschild
   |id       = aedenthorn.MobileCatalogues
+
   |id     = Pathoschild.ContentPatcher
   |nexus id = 6543
+
  |curse  = 309243
   |github   = aedenthorn/StardewValleyMods
+
  |moddrop = 470174
 +
   |nexus   = 1915
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mobile Phone
+
   |name   = Content Patcher Animations
   |author   = aedenthorn
+
   |author = spacechase0
   |id       = aedenthorn.MobilePhone
+
   |id     = spacechase0.ContentPatcherAnimations
   |nexus id = 6523
+
  |curse  = 867733
   |github   = aedenthorn/StardewValleyMods
+
  |moddrop = 771670
 +
   |nexus   = 3853
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mobile Television
+
   |name   = Content Patcher Editor
   |author   = aedenthorn
+
   |author = aedenthorn, Erinthe
   |id       = aedenthorn.MobileTelevision
+
   |id     = aedenthorn.ContentPatcherEditor
   |nexus id = 6575
+
   |nexus   = 17661
   |github   = aedenthorn/StardewValleyMods
+
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod List Command
+
   |name   = Content Patcher Json Processor
   |author   = Blackclaw
+
   |author = Jamie Taylor
   |id       = Blackclaw.ModListCommand
+
   |id     = jltaylor-us.ContentPatcherJsonProcessor
   |nexus id = 5131
+
   |nexus   = 13320
   |github   = Xebeth/StardewValley-ListModsCommand
+
   |github = jltaylor-us/StardewJsonProcessor
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod Settings Tab
+
   |name   = Context-Sensitive Gift Cursor
   |author   = Gilar Fasulaki
+
   |author = Vanguard3000
   |id       = GilarF.ModSettingsTab
+
   |id     = Vanguard3000.ContextSensitiveGiftCursor
   |nexus id = 4579
+
   |nexus   = 6564
   |github   = GilarF/SVM
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod Update Menu
+
   |name   = Continuous Music
   |author   = CatCattyCat, Cat
+
   |author = exhaustors
   |id       = cat.modupdatemenu
+
   |id     = exhaustors.ContinuousMusic
   |nexus id = 2536
+
   |nexus   = 24348
   |github   = danvolchek/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mod Updater
+
   |name   = Controller Radial Keybindings
   |author   = Platonymous
+
   |author = spacechase0
   |id       = Platonymous.ModUpdater
+
   |id     = spacechase0.ControllerRadialKeybindings
   |nexus id = 6338
+
  |curse  = 867143
   |github   = Platonymous/Stardew-Valley-Mods
+
   |nexus   = 12801
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Monster Level Tip
+
   |name   = Control Tree
   |author   = WhiteMind
+
   |author = Cluom
   |id       = WhiteMind.MonsterLT
+
   |id     = Cluom.ControlTree
   |nexus id = 1896
+
   |nexus   = 23119
   |github   =  
+
   |github =
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
  |name    = Monster Log Anywhere
+
   |name   = Control Valley
  |author  = MouseyPounds
+
   |author = TheTexanTesla
  |id      = MouseyPounds.MonsterLogAnywhere
+
   |id     = TheTexanTesla.ControlValley
  |nexus id = 3997
+
   |nexus  = 8160
  |github  = MouseyPounds/stardew-mods
+
   |github = tesla1889tv/ControlValleyMod
}}
 
{{/entry
 
   |name     = Monthly Mail
 
   |author   = Taskmaster
 
   |id       = Taskmaster.MonthlyMail
 
   |nexus id = 4523
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Moody Planet
 
  |author   = Daniel McMenamy , Deathest1
 
  |id      = f1r3w477.MoodyPlanet
 
  |nexus id = 2830
 
   |github   = F1r3w477/TheseModsAintLoyal
 
  
   |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
 
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
 
}}
 
}}
{{/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
   |moddrop id = 771640
+
   |github =
   |github   = spacechase0/MoreBuildings
+
   |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 Giant Crops
+
   |name   = Cooperative Egg Hunt
   |author   = spacechase0
+
   |author = aedenthorn, Erinthe
   |id       = spacechase0.MoreGiantCrops
+
   |id     = aedenthorn.CooperativeEggHunt
   |nexus id = 5263
+
   |nexus  = 17058
   |moddrop id = 771694
+
   |github = aedenthorn/StardewValleyMods
   |github   = spacechase0/MoreGiantCrops
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Grass
+
   |name   = Copper Still
   |author   = EpicBellyFlop45
+
   |author = NCarigon
   |id       = EpicBellyFlop45.MoreGrass
+
   |id     = NCarigon.CopperStill
   |nexus id = 5398
+
   |nexus   = 15333
   |github   = AndyCrocker/StardewMods
+
   |github = ncarigon/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Grass Starters
+
   |name   = Copy Invite Code
   |author   = spacechase0
+
   |author = CatCattyCat, Cat
   |id       = spacechase0.MoreGrassStarters
+
   |id     = cat.copyinvitecode
   |nexus id = 1702
+
   |nexus   = 2171
   |chucklefish id = 5129
+
   |github  = danvolchek/StardewMods
   |moddrop id = 313307
+
 
   |github  = spacechase0/MoreGrassStarters
+
   |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
+
  |curse  = 870941
   |github  =  
+
   |nexus   = 8522
 +
   |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
 +
<!--
 +
  |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     = More Rain
+
   |name   = Crab Pot Collect Jellies
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Cloudyluna
   |id       = Omegasis.MoreRain
+
   |id     = Cloudyluna.CrabPotCollectJellies
   |nexus id = 441
+
   |nexus   = 27358
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = More Random Edition, Randomizer
+
   |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
+
   |curse  = 868897
   |chucklefish id = 5271
+
   |nexus   = 6279
   |moddrop id = 771616
+
   |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
+
  |curse  = 868850
   |github   =  
+
   |nexus   = 8031
 +
   |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
+
  |curse  = 868683
   |github  =  
+
   |nexus   = 15341
 +
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = MOTD Mod
+
   |name   = Craft Anything Framework
   |author   = thfr
+
   |author = MindMeltMax
   |id       = thfr.MOTDMod
+
   |id     = MindMeltMax.CAF
   |nexus id = 3703
+
   |nexus   = 24794
   |github   = rfht/MOTDMod
+
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Move Faster
+
   |name   = Craft Counter
   |author   = Shuai Zhang
+
   |author = bcmpinc
   |id       = shuaiz.MoveFasterMod
+
   |id     = bcmpinc.CraftCounter
   |nexus id = 1351
+
   |nexus   = 2739
   |github   = hcoona/StardewValleyMods
+
   |github = bcmpinc/StardewHack
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = Stardew Valley 1.4
   |status  = workaround
+
   |status  = obsolete
   |summary  = use [[#Auto Speed|Auto Speed]] instead.
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crafting Collections Page
 +
  |author  = Gurm0
 +
  |id      = Gurm0.CraftingCollection
 +
  |curse  = 1008156
 +
  |nexus  = 21620
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crafting Counter
 +
  |author  = lolpcgaming
 +
  |id      = lolpcgaming.CraftingCounter
 +
  |nexus  = 1585
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = obsolete
 +
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Movement Mod, Movement Modifier
+
   |name   = Craft Priority
   |author   = Zoryn
+
   |author = trienow
   |id       = Zoryn.MovementModifier
+
   |id     = de.trienow.stardew.craftpriority
   |nexus id =  
+
   |nexus   = 4174
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github  = trienow/Stardew-CraftPriority
   |github   = Zoryn4163/SMAPI-Mods
+
 
 +
   |status  = obsolete
 +
   |summary = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Movement Speed
+
   |name   = Crane Machine
   |author   = bcmpinc
+
   |author = chocolatte12
   |id       = bcmpinc.MovementSpeed
+
   |id     = chocolatte12.CraneMachine
   |nexus id = 2736
+
   |nexus   = 20112
   |github   = bcmpinc/StardewHack
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = MTN, More Than Necessary
+
   |name   = Crane Man Begone
   |author   = SgtPickles, GameMX
+
   |author = MouseyPounds
   |id       = SgtPickles.MTN, Weil.MTN<!--changed in 1.1-->
+
   |id     = MouseyPounds.CraneManBegone
   |nexus id = 2256
+
   |nexus   = 4704
   |github   = Dawilly/MTN2
+
   |github = MouseyPounds/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Backpacks
+
   |name   = Creaturebook
   |author   = skiilaa
+
   |author = KediDili
   |id       = skiilaa.MultiplayerBackpacks
+
   |id     = KediDili.Creaturebook
   |nexus id = 2282
+
   |nexus   = 13807
   |github   =  
+
   |github = KediDili/Creaturebook
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Idle
+
   |name   = Creeper Forage
   |author   = DoubleZ
+
   |author = bwdy
   |id       = DoubleZ.MultiplayerIdle
+
   |id     = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
   |nexus id = 3765
+
   |nexus   = 2115
   |github  = SourceZh/MultiplayerIdle
+
   |github =
 +
 
 +
  |status  = abandoned
 +
   |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Mod Checker
+
   |name   = Critter Fixes
   |author   = Cherry, CherryChain
+
   |author = juminos
   |id       = Cherry.MultiplayerModChecker
+
   |id     = juminos.CritterFixes
   |nexus id = 6609
+
   |nexus   = 24667
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |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
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crocus Crew Sea Monster Alert, Sea Monster Alert
 +
  |author  = violetlizabet
 +
   |id      = violetlizabet.seaMonster
 +
  |nexus  = 20486
 +
   |github  = elizabethcd/SeaMonsterAlert
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Time
+
   |name   = Cropbeasts
   |author   = lolmaj
+
   |author = kdau
   |id       = lolmaj.MultiplayerTime
+
   |id     = kdau.Cropbeasts
   |nexus id = 2543
+
  |moddrop = 784523
   |github  = MaciejMarkuszewski/StardewValleyMod
+
   |nexus   = 6030
 +
   |github =
 +
   |source  = https://gitlab.com/kdau/cropbeasts
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiple Gifts for Spouses
+
   |name   = Crop Check
   |author   = Redwood
+
   |author = Fairfield
   |id       = Redwood.MultipleGiftsForSpouse
+
   |id     = FairfieldBW.CropCheck
   |nexus id = 2910
+
   |nexus   = 9224
   |github   = EKomperud/StardewMods
+
   |github = FairfieldBW/CropCheck
  
   |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 Spouses
+
   |name   = Crop Color Combiner
   |author   = aedenthorn
+
   |author = MouseyPounds
   |id       = aedenthorn.MultipleSpouses
+
   |id     = MouseyPounds.CropColorCombiner
   |nexus id = 6227
+
   |nexus   = 3986
   |github   = aedenthorn/StardewValleyMods
+
   |github = MouseyPounds/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiple Sprites and Portraits On Rotation, File Loading
+
   |name   = Crop Extension
   |author  = SlyMerc
+
   |author = Platonymous
   |id      = FileLoading
+
   |id      = Platonymous.CropExtension
   |nexus id = 1094
+
   |curse  = 877230
   |github   =  
+
   |nexus   = 3208
 +
  |moddrop = 793915
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Fairy
 +
  |author  = Abs, abslam
 +
  |id      = abs.CropFairy
 +
  |nexus  = 4885
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Crop Grace Period
 +
  |author  = lefthandedkid, stoobinator
 +
  |id      = stoobinator.seasonspillover
 +
  |nexus  = 7203
 +
  |github  = stoobinator/Stardew-Valley-Grace-Period
  
   |map local versions = 1.1 → 1.12<!--manifest not updated-->
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multitool
+
   |name   = Crop Growth Adjustments
   |author   = Miome
+
   |author = GZhynko
   |id       = miome.MultiToolMod
+
   |id     = GZhynko.CropGrowthAdjustments
   |nexus id = 2546
+
   |nexus   = 18914
   |github   = miome/MultitoolMod
+
   |github = gzhynko/stardew-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multi Yield Crops
+
   |name   = Crop Growth Info
   |author   = Cherry, CherryChain
+
   |author = aedenthorn, Erinthe
   |id       = Cherry.MultiYieldCrops
+
   |id     = aedenthorn.CropGrowthInfo<!--changed in 0.1.1-unofficial.1-->, aedenthorn.CropGrowthInformation
   |nexus id = 6069
+
  |curse  = 868752
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |nexus   = 12178
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |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     = Murdercrows
+
   |name   = Crop Harvest Bubbles
   |author   = aedenthorn
+
   |author = aedenthorn, Erinthe
   |id       = aedenthorn.Murdercrows
+
   |id     = aedenthorn.CropHarvestBubbles
   |nexus id = 6615
+
   |nexus   = 17761
   |github   = aedenthorn/StardewValleyMods
+
   |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     = Murder Drone, Personal Combat Drone
+
   |name   = Crop Hat
   |author   = cotboy
+
   |author = aedenthorn, Erinthe
   |id       = cambam.MURDERDRONE
+
   |id     = aedenthorn.CropHat
   |nexus id = 4507
+
  |curse  = 868754
   |github  = camcamcamcam/murderdrone
+
   |nexus   = 11787
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |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     = Mushroom Levels
+
   |name   = Crop Markers
   |author   = Eireon, Ben Patterson
+
   |author = aedenthorn, Erinthe
   |id       = Eireon.MushroomLevels, BenPattherson.MushroomLevels<!--changed in 1.0.1-->
+
   |id     = aedenthorn.CropMarkers
   |nexus id = 2818
+
  |nexus  = 18120
  |github  = benrpatterson/MushroomLevels
+
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in           = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#CropMarkers
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mushroom Level Tip
+
   |name   = Crop Safety
   |author   = WhiteMind
+
   |author = BadNetCode
   |id       = WhiteMind.MLT
+
   |id     = BadNetCode.CropSafety
   |nexus id = 1894
+
   |nexus   = 1233
   |github   =  
+
  |moddrop = 130160
 +
   |github =
  
 
   |broke in = Stardew Valley 1.3
 
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mushroom Propagator - Grow More Mushrooms
+
   |name   = Crops Anytime Anywhere
   |author   = blueberry, blueberry and Oddshot
+
   |author = Pathoschild
   |id       = blueberry.MushroomPropagator, blueberry.BlueberryMushroomMachine<!--changed in 1.50-->
+
   |id     = Pathoschild.CropsAnytimeAnywhere
   |nexus id = 4637
+
  |curse  = 1000626
   |github   = razikh-git/BlueberryMushroomMachine
+
   |nexus   = 3000
 +
  |moddrop = 606647
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = My Money
+
   |name   = Crops Survive Season Change
   |author   = Marcos Brendon
+
   |author = aedenthorn, Erinthe
   |id       = marcos.mymoney
+
   |id     = aedenthorn.CropsSurviveSeasonChange
   |nexus id = 6736
+
   |nexus   = 18030
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.3-unofficial.3-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CropsSurviveSeasonChange
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Neat Additions
+
  |name    = Crops Watered Indicator
   |author   = Ilyaki
+
  |author  = Tyler Thrailkill, snowe2010
   |id       = ilyaki.neatadditions
+
  |id      = tylerthrailkill.cropswateredindicator
   |nexus id = 2648
+
  |nexus  = 3200
   |github   = Ilyaki/NeatAdditions
+
  |github  = snowe2010/starbound-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Crop Tooltips
 +
   |author = GenDeathrow
 +
   |id     = gengeathrow.croptooltip
 +
   |nexus   =
 +
  |curse  = 307933
 +
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 +
  |status  = workaround
 +
  |summary  = use [[#Lookup Anything|Lookup Anything]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Network Optimizer
+
   |name   = Crop Transplant
   |author   = Ilyaki
+
   |author = Digus
   |id       = Ilyaki.NetworkOptimizer
+
   |id     = DIGUS.CropTransplantMod
   |nexus id = 3021
+
   |nexus   = 2594
   |github   = Ilyaki/NetworkOptimizer
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   | name     = New Clothes Every Day
+
   |name   = Crop Variation
   | author   = Vrakyas
+
   |author = aedenthorn, Erinthe
   | id       = Vrakyas.NewClothesEveryDay
+
   |id     = aedenthorn.CropVariation
   | nexus id = 4030
+
   |curse  = 868770
   | github   =  
+
   |nexus   = 11467
   | 3.0 ready= yes
+
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |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     = New Game on Launch
+
   |name   = Crop Walker
   |author   = Nobbele
+
   |author = MindMeltMax
   |id       = Nobbele.NewGameOnLaunch
+
   |id     = MindMeltMax.CropWalker
   |nexus id = 2654
+
   |curse  = 1004489
   |github  = 4ppleCracker/NewGameOnLaunch
+
   |moddrop = 1443553
 
+
   |nexus  = 16632
   |broke in    = Stardew Valley 1.4
+
   |github  = MindMeltMax/Stardew-Valley-Mods
   |pull request = https://github.com/nobbele/NewGameOnLaunch/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = New Machines
+
   |name   = Crop Watering Bubbles
   |author   = Igorious
+
   |author = aedenthorn, Erinthe
   |id       = F70D4FAB-0AB2-4B78-9F1B-AF2CA2236A59
+
   |id     = aedenthorn.CropWateringBubbles
   |nexus id =
+
   |nexus  = 17773
   |chucklefish id = 3683
+
   |github = aedenthorn/StardewValleyMods
   |github   = Igorious/StardevValleyNewMachinesMod
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Custom Farming Redux|Custom Farming Redux]] instead.
+
   |summary  = use [[#Crop Watering Bubbles Continued|Crop Watering Bubbles Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Nice Messages
+
   |name   = Crop Watering Bubbles Continued
   |author   = Nori, seaweednori
+
   |author = aedenthorn and tem696969696969, Erinthe
   |id       = nori.NiceMessages
+
   |id     = tem696969696969.CropWateringBubbles
   |nexus id = 6160
+
   |nexus   = 21428
   |github   =  
+
   |github = kqrse/StardewValleyMods-aedenthorn
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Night Owl
+
   |name   = Crowcalypse
   |author   = Omegasis, Alpha_Omegasis
+
   |author = stardemod
   |id       = Omegasis.NightOwl
+
   |id     = stardemod.Crowcalypse
   |nexus id = 433
+
   |nexus   = 22594
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Cheat Shortcuts (No Map Overwrite)
+
   |name   = Crow Curse Mod, Miihau's Crow Curse
   |author   = kulcris
+
   |author = Miihau
   |id       = kulcris.NoCheatShortcuts
+
   |id     = Miihau.MiihausCrowCurse
   |nexus id = 2310
+
   |nexus   = 16926
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Noclip Mode
+
   |name   = Crystal Ball
   |author   = Pathoschild
+
   |author = Thom Smith, Thom1729
   |id       = Pathoschild.NoclipMode
+
   |id     = Thom1729.CrystalBall
   |nexus id = 3900
+
   |nexus  = 7826
   |moddrop id = 691002
+
   |github =
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Crows
+
   |name   = Crystalline Junimo Chests
   |author   = CatCattyCat, Cat
+
   |author = LeFauxMatt and pegfingers
   |id       = cat.nocrows
+
   |id     = furyx639.CrystallineJunimoChests
   |nexus id = 1682
+
  |moddrop = 1547134
   |github   = danvolchek/StardewMods
+
  |curse  = 998266
 +
   |nexus   = 20658
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Fence Decay
+
   |name   = Current Location
   |author   = CatCattyCat, Cat
+
   |author = Omegasis, AlphaOmegasis
   |id       = cat.nofencedecay
+
   |id     = CurrentLocation102120161203
   |nexus id = 1180
+
   |nexus   = 638
   |github  = danvolchek/StardewMods
+
   |github = janavarro95/Stardew_Valley_Mods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
   |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Friendship Decay
+
   |name   = Current Location
   |author   = hitachihex
+
   |author = Vrakyas
   |id       = hitachihex.NoFriendshipDecay
+
   |id     = Vrakyas.CurrentLocation
   |nexus id =
+
   |nexus  = 4028
   |url      = https://community.playstarbound.com/threads/no-friendship-decay.108278/
+
   |github  =
   |source  = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
 
  
   |broke in = Stardew Valley 1.2?
+
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Friends Forever|Friends Forever]] or [[#CJB Cheats Menu|CJB Cheats Menu]] instead.
+
   |summary  = use [[#Debug Mode|Debug Mode]] instead.
<!--
 
  |unofficial version = 1.1.2-unofficial.1-f4ith
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-3#post-3273371
 
-->
 
}}
 
{{/entry
 
  |name    = No Kids Ever
 
  |author  = Hangy
 
  |id      = Hangy.NoKidsEver
 
  |nexus id = 1464
 
  |github  = L3thal1ty/No-Kids-Ever
 
}}
 
{{/entry
 
  |name    = No Kimchi
 
  |author  = jaeha, qpqpqp121
 
  |id      = jaeha.No_Kimchi
 
  |nexus id = 5043
 
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Mine Flyers Redux
+
   |name   = Cursor Teleport, Teleport to Cursor
   |author   = minervamaga
+
   |author = Patap, Pataper
   |id       = minervamaga.NoMineFlyersRedux
+
   |id     = Patap.CursorTeleport
   |nexus id =
+
   |nexus  = 17934
   |moddrop id = 631110
+
   |github = pa4op/stardew-teleport
   |github   = minervamaga/NoMineFlyersRedux
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No More Accidental Exhaustion, Exhaustion Protection
+
   |name   = Custom Achievements
   |author   = Guedez
+
   |author = aedenthorn, Erinthe
   |id       = exhaustion.protection
+
   |id     = aedenthorn.CustomAchievements
  |nexus id = 5113
+
   |curse   = 868832
  |moddrop id = 707180
+
   |nexus   = 10047
   |github   =  
+
   |github = aedenthorn/StardewValleyMods
}}
 
{{/entry
 
   |name    = No More Pets
 
  |author  = Omegasis, Alpha_Omegasis
 
  |id      = Omegasis.NoMorePets, NoMorePets<!--changed in 1.4-->
 
   |nexus id = 506
 
   |github   = janavarro95/Stardew_Valley_Mods
 
  
   |broke in     = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |pull request = https://github.com/janavarro95/Stardew_Valley_Mods/pull/50
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No More Random Mine Flyers
+
   |name   = Custom Adventure Guild Challenges
   |author   = Drynwynn, thepaladinknight
+
   |author = DefenTheNation
   |id       = Drynwynn.NoAddedFlyingMineMonsters
+
   |id     = DefenTheNation.CustomGuildChallenges
   |nexus id = 2528
+
   |nexus   = 2301
   |github   = Drynwynn/StardewValleyMods
+
   |github = defenthenation/StardewMod-CustomSlayerChallenges
  
   |broke in = SMAPI 2.8
+
   |broke in = Stardew Valley 1.5
 
+
<!--
   |status  = workaround
+
   |unofficial url    = {{github|lshtech/StardewMod-CustomSlayerChallenges}}/releases
   |summary  = use [[#No Mine Flyers Redux|No Mine Flyers Redux]] instead.
+
   |unofficial version = 2.0.1-unofficial.1-eble
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Rumble Horse
+
   |name   = Custom Asset Modifier, Custom Asset Editor
   |author   = Xangria
+
   |author = Omegasis, AlphaOmegasis
   |id       = Xangria.NoRumbleHorse
+
   |id     = Omegasis.CustomAssetModifier
   |nexus id = 1779
+
   |nexus   = 1836
   |github   =  
+
   |github = janavarro95/Stardew_Valley_Mods
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = SMAPI 3.0
}}
+
   |status  = abandoned
{{/entry
+
   |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
   |name    = No Seeds
 
   |author  = lech43
 
  |id      = lech43.NoSeeds
 
  |nexus id = 6392
 
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Soil Decay
+
   |name   = Custom Backpack Framework
   |author  = ThatNorthernMonkey
+
   |author = aedenthorn, Erinthe
   |id      = 289dee03-5f38-4d8e-8ffc-e440198e8610
+
   |id      = aedenthorn.CustomBackpack
   |nexus id = 237
+
   |curse  = 868732
   |github   = ThatNorthernMonkey/NoSoilDecay
+
   |nexus   = 13826
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#No Soil Decay Redux|No Soil Decay Redux]] instead.
+
   |summary  = use [[#The Return of Custom Backpack Framework|The Return of Custom Backpack Framework]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Soil Decay Redux
+
   |name   = Custom Blessings Framework
   |author   = Platonymous
+
   |author = Tomokisan
   |id       = Platonymous.NoSoilDecayRedux
+
   |id     = tomokisan.customBlessingsFramework
   |nexus id = 1084
+
   |curse   = 1081730
   |curseforge id  = 307727
+
   |nexus   = 25267
   |curseforge key = no-soil-decay-redux
+
   |github =
   |moddrop id = 793930
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Non Destructive NPCs
+
   |name   = Custom Bundles
   |author   = MadaraUchiha
+
   |author = LeFauxMatt
   |id       = MadaraUchiha.NonDestructiveNPCs
+
   |id     = furyx639.CustomBundles
   |nexus id = 5176
+
   |nexus   = 8258
   |github   = MadaraUchiha/NonDestructiveNPCs
+
 
 +
   |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Non-Random Prairie King
+
   |name   = Custom Bush
   |author   = aedenthorn
+
   |author = LeFauxMatt
   |id       = aedenthorn.NonRandomPrairieKing
+
   |id     = furyx639.CustomBush
   |nexus id = 6509
+
  |curse  = 998265
   |github   = aedenthorn/StardewValleyMods
+
  |moddrop = 1547214
 +
   |nexus   = 20619
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Note Blocks
+
   |name   = Custom Cabin Fix
   |author   = Yaramy
+
   |author = weizinai
   |id       = yaramy.noteblocks
+
   |id     = weizinai.CustomCabinFix
   |nexus id = 6646
+
   |nexus   = 26979
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Notes
+
   |name   = Custom Cask Mod
   |author   = Platonymous
+
   |author = Digus
   |id       = Platonymous.Notes
+
   |id     = DIGUS.CustomCaskMod
   |nexus id = 3068
+
   |nexus  = 2642
   |curseforge id  = 307729
+
   |github = Digus/StardewValleyMods
  |curseforge key = notes
 
  |moddrop id = 793905
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Not Far From The Tree
+
   |name   = Custom Chest Types
   |author   = TheElm
+
   |author = aedenthorn, Erinthe
   |id       = TheElm.NotFarFromTheTree
+
   |id     = aedenthorn.CustomChestTypes
   |nexus id = 4739
+
  |curse  = 868861
   |github  =  
+
   |nexus   = 7755
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = NPC Adventures, It's Time to Adventure
+
   |name   = Custom Chores
   |author   = PurrplingCat
+
   |author = LeFauxMatt
   |id       = purrplingcat.npcadventure
+
   |id     = furyx639.CustomChores
   |nexus id = 4582
+
   |curse  = 871840
   |github   = purrplingcat/PurrplingMod
+
   |nexus   = 5315
}}
+
   |moddrop = 717888
{{/entry
+
   |github  =
   |name    = NPC Jasper Dialogue Patch
+
 
   |author  = Jonqora (for Lemurkat)
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
   |id      = Jonqora.NPCJasperFix
 
  |nexus id = 5599
 
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = NPC Map Locations
+
   |name   = Custom Community Center Bundles
   |author   = Bouhm
+
   |author = Alja, alvadea & jaksha
   |id       = Bouhm.NPCMapLocations, NPCMapLocationsMod<!--changed in 2.0-->
+
   |id     = alja.CustomCCB
   |nexus id = 239
+
   |nexus   = 21340
   |github   = Bouhm/stardew-valley-mods
+
   |github = Jaksha6472/ChallengingCommunityCenterBundles
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = NPC Speak
+
   |name   = Custom Community Centre
   |author   = jwdred
+
   |author = blueberry
   |id       =  
+
   |id     = blueberry.CustomCommunityCentre
   |nexus id = 694
+
   |nexus   = 9850
   |github   =  
+
   |github = b-b-blueberry/CustomCommunityCentre
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Numerical Health
+
   |name   = Custom Companions
   |author   = Hydrox, hydrox6
+
   |author = PeacefulEnd
   |id       = Hydrox.NumericalHealth
+
   |id     = PeacefulEnd.CustomCompanions
   |nexus id = 4863
+
  |curse  = 870939
   |github   =  
+
   |nexus   = 8626
 +
   |github = Floogen/CustomCompanions
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Object Progress Bars
+
   |name   = Custom Crafting Stations
   |author   = Adeel Tariq
+
   |author = Cherry, CherryChain
   |id       = Adeel.ObjectProgressbars
+
   |id     = Cherry.CustomCraftingStations
   |nexus id = 2803
+
   |nexus   = 6293
   |github   =  
+
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Object Time Left
+
   |name   = Custom Critters
   |author   = spacechase0
+
   |author = spacechase0
   |id       = spacechase0.ObjectTimeLeft
+
   |id     = spacechase0.CustomCritters
   |nexus id = 1315
+
   |curse  = 867759
   |chucklefish id = 4842
+
   |moddrop = 130428
   |moddrop id = 131148
+
   |nexus  = 1255
   |github   = spacechase0/ObjectTimeLeft
+
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = OmniFarm
+
   |name   = Custom Crops
   |author   = lambui
+
   |author = spacechase0
   |id       = PhthaloBlue.Omnifarm
+
   |id     = spacechase0.CustomCrops
   |nexus id =  
+
   |nexus   = 1592
   |url      = https://community.playstarbound.com/threads/127299
+
   |moddrop = 273617
   |github   = lambui/StardewValleyMod_OmniFarm
+
   |github = spacechase0/CustomCrops
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.3
   |name    = One Click Shed Reloader
+
   |status   = abandoned
   |author   = BitwiseJon
+
   |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
   |id      = BitwiseJonMods.OneClickShedReloader
 
  |nexus id = 2052
 
  |github  = bitwisejon/StardewValleyMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = One Silo Storage
+
   |name   = Custom Crops Decay
   |author   = SorryLate, rharyanto
+
   |author = ZaneYork
   |id       = SorryLate.OneSiloStorage, SorryLate.OneSiloStorageAndroid
+
   |id     = ZaneYork.CustomCropsDecay
   |nexus id = 5150
+
   |nexus   = 5830
   |github  =  
+
   |github = ZaneYork/SDV_Mods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = One Sprinkler One Scarecrow
+
   |name   = Custom Crystalarium Mod
   |author   = Mizzion
+
   |author = Digus
   |id       = mizzion.onesprinkleronescarecrow
+
   |id     = DIGUS.CustomCrystalariumMod
   |nexus id = 3633
+
   |nexus  = 2516
   |moddrop id = 661376
+
   |github = Digus/StardewValleyMods
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Only Iridium
+
   |name   = Custom Crystalarium Mod → CCRMAutomate
   |author   = xiaoye97
+
   |author = Digus
   |id       = xiaoye97.OnlyIridium
+
   |id     = Digus.CCRMAutomate
   |nexus id = 4471
+
   |nexus   = 8193
   |github   =  
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Organize Inventory Shortcut
+
   |name   = Custom Death Penalty Plus
   |author   = Yyeahdude
+
   |author = TheMightyAmondee, MightyAmondee
   |id       = Yyeahdude.OrganzieShortcut
+
   |id     = TheMightyAmondee.CustomDeathPenaltyPlus
   |nexus id = 4772
+
   |nexus   = 7069
   |github   =  
+
  |moddrop = 853913
 +
   |github = TheMightyAmondee/CustomDeathPenaltyPlus
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ornamental
+
   |name   = Custom Decoration Areas
   |author   = Taskmaster
+
   |author = aedenthorn, Erinthe
   |id       = Taskmaster.Ornamental
+
   |id     = aedenthorn.CustomWallsAndFloors
   |nexus id = 4981
+
  |curse  = 868842
   |github  =  
+
   |nexus   = 9626
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Out of Season Bonuses, Seasonal Items
+
  |name    = Custom Dungeon Floors
   |author  = Midori Armstrong, azureglasses
+
  |author  = aedenthorn, Erinthe
   |id       = midoriarmstrong.seasonalitems
+
  |id      = Aedenthorn.CustomMonsterFloors
   |nexus id = 1452
+
  |curse  = 868904
   |github   =  
+
  |nexus  = 5894
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Custom Egg Amount to Win the Egg Festival, Egg Festival Custom Egg Amount
 +
   |author = onlythechosen
 +
  |id      = otc.eggfestivalcustomeggamount
 +
  |nexus   = 22380
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Element Handler
 +
  |author  = Platonymous
 +
   |id     = Platonymous.CustomElementHandler
 +
   |nexus   = 1068
 +
   |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     = Pacifist Valley
+
   |name   = Custom Elevator Sound, Customizable Elevator Bell Ding Sound Replacer
   |author   = aedenthorn
+
   |author = pneuma163
   |id       = Aedenthorn.PacifistValley
+
   |id     = pneuma163.CustomElevatorSound
   |nexus id = 5464
+
   |nexus   = 24972
   |github   = aedenthorn/StardewValleyMods
+
   |github = pneuma163/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Paritee's Better Farm Animal Variety
+
   |name   = Custom Emotes
   |author   = Paritee
+
   |author = purrplingcat
   |id       = Paritee.BetterFarmAnimalVariety
+
   |id     = PurrplingCat.CustomEmotes
   |nexus id = 3296
+
   |nexus   = 10861
   |github   = paritee/Paritee.StardewValley.Frameworks
+
   |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
 +
  |summary  = remove this mod (no longer maintained; use [[#Producer Framework Mod → PFMAutomate|Producer Framework Mod → PFMAutomate]] instead.
 +
<!--
 +
  |unofficial version = 2.12.10-unofficial.1-minervamaga
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-26#post-3354284
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Parsnips Absolutely Everywhere But It's Garlic, Garlics
+
   |name   = Custom Farm Loader
   |author   = f4iTh, JertsukkaTheMan
+
   |author = DeLiXx
   |id       = SolomonsWorkshop.ParsnipsAbsolutelyEverywhereButItsGarlic
+
   |id     = DeLiXx.Custom_Farm_Loader
   |nexus id = 3524
+
  |curse  = 990485
   |github  =  
+
   |nexus   = 13804
 +
   |github =
 +
   |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Part of the Community
+
   |name   = Custom Farm Types
   |author   = bmarquismarkail, Space Baby
+
   |author = spacechase0
   |id       = SpaceBaby.PartOfTheCommunity, SB_PotC <!-- changed in 1.1.6-2 -->
+
   |id     = spacechase0.CustomFarmTypes
   |nexus id = 923
+
   |nexus  = 1140
  |github  = bmarquismarkail/SV_PotC
+
   |moddrop = 128708
}}
+
   |github = spacechase0/CustomFarmTypes
{{/entry
 
  |name    = Passable Ladders
 
  |author   = J_Hizzal
 
   |id      = J_Hizzal.PassableLadders
 
  |nexus id = 2985
 
   |github   = joelra/SDV-PassableLadders
 
  
   |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 =  
+
   |curse  = 868895
   |curseforge id  = 307090
+
   |nexus   = 6358
   |curseforge key = pdq-paths
+
   |github = aedenthorn/StardewValleyMods
   |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
+
{{#invoke:SMAPI compatibility|entry
   |pull request      = https://github.com/jdusbabek/stardewvalley/pull/12
+
  |name    = Custom Gift Dialogue
 +
   |author  = PurrplingCat
 +
   |id      = PurrplingCat.CustomGiftDialogue
 +
   |nexus  = 7304
 +
  |github = purrplingcat/StardewMods
  
   |warnings = Works on Android with caveats (menu displays with visual glitches; use close gesture to leave mod).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pelican Postal Service
+
   |name   = Custom Gift Limits
   |author   = ElectroCrumpet
+
   |author = aedenthorn, Erinthe
   |id       = ElectroCrumpet.PelicanPostalService
+
   |id     = aedenthorn.CustomGiftLimits
   |nexus id = 2770
+
  |curse  = 868725
   |github   = TobinWilson/PelicanPostalService
+
   |nexus   = 13964
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.0.7-unofficial.1-Strobe
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-54#post-3357484
+
   |summary  = use [[#Custom Gift Limits - Continued|Custom Gift Limits - Continued]] instead.
  |pull request      = https://github.com/TobinWilson/PelicanPostalService/pull/1
 
 
}}
 
}}
{{/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
 
  |moddrop id = 793929
 
   |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
+
  |curse  = 868668
   |github   =  
+
   |nexus   = 16744
 +
   |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.
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Customizable Cart Redux
 +
  |author  = Sakorona, Kylindra, KoihimeNakamura
 +
  |id      = KoihimeNakamura.CCR
 +
   |nexus  = 1402
 +
   |moddrop = 664037
 +
   |github = Sakorona/SDVMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Personal Anvil
+
   |name   = Customizable Death Penalty
   |author   = Strobe
+
   |author = CatCattyCat, Cat
   |id       = Strobe.PersonalAnvil
+
   |id     = cat.customizabledeathpenalty
   |nexus id = 5326
+
   |nexus   = 1991
   |github   = strobel1ght/Personal-Anvil
+
  |moddrop = 833547
 +
   |github = danvolchek/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Personal Effects
+
   |name   = Customizable Traveling Cart Days
   |author   = bwdy
+
   |author = Yyeahdude
   |id       = bwdy.personaleffects
+
   |id     = Yyeahdude.TravelingCart, TravelingCartYyeahdude<!-- changed in 1.2-->
   |nexus id = 3532
+
   |nexus   = 567
   |github   = bwdymods/SDV-PersonalEffects
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |dev note = incompatibility possibly due to bwdyworks
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Customize Anywhere
 +
  |author  = Cherry, CherryChain
 +
  |id      = Cherry.CustomizeAnywhere
 +
  |nexus  = 4734
 +
  |moddrop = 716356
 +
   |github  = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Choice Perks
+
   |name   = Customize Cursor Sprite
   |author   = skuldomg, Skuld
+
   |author = Sonozuki
   |id       = skuldomg.petChoicePerks
+
   |id     = EpicBellyFlop45.CustomizeCursorSprite
   |nexus id = 3313
+
   |nexus   = 3014
   |github   = skuldomg/petChoicePerks
+
   |github = Sonozuki/StardewMods
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
   |unofficial version = 1.0.1-unofficial.1-annosz
+
}}
   |unofficial url    = https://forums.stardewvalley.net/index.php?threads/unofficial-mod-updates.2096/post-14054
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Customize Dresser
 +
  |author  = Dragoon23
 +
  |id      = Dragoon23.CustomizeDresser
 +
   |nexus  = 23359
 +
   |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Enhancement Mod
+
   |name   = Customize Exterior
   |author   = Jfulmer, Consillium
+
   |author = spacechase0
   |id       = JfulmerPetEnhancementMod
+
   |id     = spacechase0.CustomizeExterior, CustomizeExterior<!--changed in 1.0.3-->
   |nexus id =  
+
   |nexus   = 1099
   |url      = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
+
   |moddrop = 127272
   |github   = jlfulmer/PetEnhancementMod
+
   |github = spacechase0/StardewValleyMods
  
   |broke in      = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
<!--
+
}}
   |unofficial version = 0.0.2-unofficial.2-pathoschild
+
{{#invoke:SMAPI compatibility|entry
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-63#post-3330575
+
  |name    = Customize Starting Health and Stamina, Custom Health and Stamina Start
-->
+
  |author  = MissCoriel
   |status        = workaround
+
  |id     = misscoriel.hpstam
   |summary      = use [[#Pet Interaction|Pet Interaction]] instead.
+
  |curse  = 885084
   |pull request = https://github.com/jlfulmer/PetEnhancementMod/pull/2
+
   |nexus  = 5275
 +
   |github  = MissCoriel/Customize-Health-and-Stamina
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Customize Trinkets
 +
   |author  = Dragoon23
 +
   |id      = Dragoon23.CustomizeTrinkets
 +
  |nexus  = 23818
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Interaction
+
   |name   = Customize Wedding Attire
   |author   = jahangmar
+
   |author = violetlizabet
   |id       = jahangmar.PetInteraction
+
   |id     = violetlizabet.CustomizeWeddingAttire
   |nexus id = 4232
+
   |nexus   = 10761
   |github   = jahangmar/StardewValleyMods
+
   |github = elizabethcd/CustomizeWeddingAttire
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pet Spawn Location
+
   |name   = Custom Kissing
   |author   = Shaklin
+
   |author = Digus
   |id       = shaklin.petspawnlocation
+
   |id     = DIGUS.CustomKissingMod
   |nexus id = 5986
+
   |nexus   = 4664
   |github   =  
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Phone Villagers
+
   |name   = Custom Linens
   |author   = DewMods
+
   |author = Mevima
   |id       = DewMods.StardewValleyMods.PhoneVillagers
+
   |id     = Mevima.CustomLinens
   |nexus id = 2681
+
   |nexus   = 1027
   |github   =  
+
   |github =
  
 
   |broke in = SMAPI 3.0
 
   |broke in = SMAPI 3.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Mobile Phone|Mobile Phone]] instead.
+
   |summary  = use {{nexus mod|2184|Custom Linens for Content Patcher}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Placeable Mine Shafts
+
   |name   = Custom Localization
   |author   = aedenthorn
+
   |author = ZaneYork
   |id       = Aedenthorn.PlaceShaft
+
   |id     = ZaneYork.CustomLocalization, SMAPI.CustomLocalization<!--changed in 1.0.1-->
   |nexus id = 5440
+
   |nexus   = 5377
   |github  = aedenthorn/StardewValleyMods
+
   |github = ZaneYork/SDV_CustomLocalization
 +
 
 +
  |summary  = use latest version.
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = obsolete
 +
   |warnings = Only compatible with Android. ([[Modding:Migrate to Stardew Valley 1.5.5#Custom languages|Custom languages]] were added in Stardew Valley 1.5.5.)
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plan Importer
+
   |name   = Custom Locks
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.PlanImporter
+
   |id     = aedenthorn.CustomLocks
   |nexus id = 2071
+
   |curse  = 868899
   |curseforge id  = 308058
+
   |nexus  = 6251
   |curseforge key = plan-importer
+
   |github  = aedenthorn/StardewValleyMods
  |moddrop id = 793846
+
 
   |github  = Platonymous/Stardew-Valley-Mods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plantable Mushroom Trees
+
   |name   = Custom Locks Updated
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Rokugin
   |id       = f4iTh.PMT
+
   |id     = Rokugin.CustomLocksUpdated
   |nexus id = 2349
+
   |nexus   = 21148
   |github   =  
+
   |github = rokugin/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plantable Palm Trees
+
   |name   = Custom Machine Experience
   |author   = MouseyPounds
+
   |author = weizinai
   |id       = MouseyPounds.PlantablePalmTrees
+
   |id     = weizinai.CustomMachineExperience
   |nexus id = 4096
+
   |nexus   = 25455
   |github   = MouseyPounds/stardew-mods
+
   |github = weizinai/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plant on Grass
+
   |name   = Custom Mine Cart Steam
   |author   = Demiacle
+
   |author = aedenthorn, Erinthe
   |id       = Demiacle.PlantOnGrass
+
   |id     = aedenthorn.CustomMineCartSteam
   |nexus id = 1026
+
  |curse  = 868704
   |github   =  
+
   |nexus   = 14508
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
   |status   = workaround
+
}}
   |summary = use [[#Tillable Ground|Tillable Ground]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Moss
 +
   |author  = aceynk
 +
   |id      = aceynk.CustomMoss
 +
   |nexus  = 26220
 +
  |github = aceynk/CustomMoss
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Movies
 +
  |author  = Platonymous
 +
  |id      = Platonymous.CustomMovies
 +
  |nexus  = 4737
 +
  |moddrop = 793918
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Platonic Relationships
+
   |name   = Custom Music
   |author   = Cherry, CherryChain
+
   |author = Platonymous
   |id       = Cherry.PlatonicRelationships
+
   |id     = Platonymous.CustomMusic
   |nexus id = 4668
+
   |curse  = 307367
   |moddrop id = 716353
+
   |moddrop = 793904
   |github   = ChroniclerCherry/stardew-valley-mods
+
  |nexus  = 3043
 +
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PlatoTK
+
   |name   = Custom Names
   |author   = Platonymous
+
   |author = MindMeltMax
   |id       = Platonymous.PlatoTK
+
   |id     = MindMeltMax.CustomNames
   |nexus id = 6589
+
  |curse  = 1008334
   |github   = Platonymous/Stardew-Valley-Mods
+
   |nexus   = 23131
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Plato Warp Menu
+
   |name   = Custom NPC
   |author   = Platonymous
+
   |author = Platonymous
   |id       = Platonymous.PlatoWarpMenu, Platonymous.PlatoCheatMenu<!--changed in 1.2-->
+
   |id     = Platonymous.CustomNPC
   |nexus id = 5384
+
   |nexus  = 1607
   |moddrop id = 793920
+
   |github = Platonymous/Stardew-Valley-Mods
   |github   = Platonymous/Stardew-Valley-Mods
+
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Please Fix Error
+
   |name   = Custom NPC Exclusions
   |author   = Jessebot
+
   |author = Esca, Esca-MMC
   |id       = Jessebot.PleaseFixError
+
   |id     = Esca.CustomNPCExclusions
   |nexus id = 6492
+
   |nexus   = 7089
   |github   = JessebotX/StardewValleyMods
+
  |moddrop = 847997
 +
   |github = Esca-MMC/CustomNPCExclusions
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Point and Plant
+
   |name   = Custom NPC Fixes
   |author   = jwdred
+
   |author = spacechase0
   |id       = jwdred.PointAndPlant
+
   |id     = spacechase0.CustomNPCFixes
   |nexus id = 572
+
  |curse  = 867734
   |github   = jdusbabek/stardewvalley
+
  |moddrop = 771669
 +
   |nexus   = 3849
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.1-unofficial.4-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-3#post-3352649
 
  |pull request      = https://github.com/jdusbabek/stardewvalley/pull/11
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pollen Sprites
+
   |name   = Custom NPC Paintings
   |author   = Esca
+
   |author = avaallonn, AvalonMFX
   |id       = Esca.PollenSprites
+
   |id     = AvalonMFX.CustomNPCPaintings
   |nexus id = 6149
+
   |curse  = 1069124
   |moddrop id = 790268
+
   |nexus  = 26228
   |github   = Esca-MMC/PollenSprites
+
   |github = 1Avalon/Avas-Stardew-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PokeMania
+
   |name   = Custom NPC - Riley, Riley House
   |author   = The Krominator
+
   |author = SG
   |id       = TheKrominatorPokemania
+
   |id     = SG.RileyHouse
   |nexus id = 2676
+
   |nexus   = 5811
   |github   =  
+
   |github =
  
   |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 Obelisks
   |author   = MouseyPounds
+
   |author = XxHarvzBackxX
   |id       = MouseyPounds.PondPainter
+
   |id     = harvz.CustomObelisks
   |nexus id = 4703
+
   |nexus   = 10202
   |github   = MouseyPounds/stardew-mods
+
   |github = XxHarvzBackxX/Custom-Obelisks
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pong
+
   |name   = Custom Object Production
   |author   = CatCattyCat, Cat
+
   |author = aedenthorn, Erinthe
   |id       = cat.Pong
+
   |id     = aedenthorn.CustomObjectProduction
   |nexus id = 1994
+
  |curse  = 868827
   |github  = danvolchek/StardewMods
+
   |nexus   = 10152
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pony Weight Loss Program
+
   |name   = Custom Ore Nodes
   |author   = BadNetCode
+
   |author = aedenthorn, Erinthe
   |id       = BadNetCode.PonyWeightLossProgram
+
   |id     = aedenthorn.CustomOreNodes
   |nexus id = 1232
+
   |curse  = 868903
   |moddrop id = 130159
+
   |nexus  = 5966
   |github  =  
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Portable TV
+
   |name   = Custom Paths
   |author   = kdau
+
   |author = Entoarox
   |id       = kdau.PortableTV
+
   |id     = Entoarox.CustomPaths
   |nexus id = 5674
+
   |nexus   = 2272
   |moddrop id = 761325
+
   |chucklefish = 5234
   |github  =  
+
   |github = Entoarox/StardewMods
   |source  = https://gitlab.com/kdau/portabletv
+
 
 +
   |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     = Portal Guns
+
   |name   = Custom Pet Beds, Pet Bed
   |author   = TrollTheBotman
+
   |author = aedenthorn, Erinthe
   |id       = JoshJKe.PortalGun
+
   |id     = aedenthorn.PetBed
   |nexus id = 3049
+
  |curse  = 868814
   |github  =  
+
   |nexus   = 10462
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Portraiture
+
   |name   = Custom Picture Frames
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.Portraiture
+
   |id     = aedenthorn.CustomPictureFrames
   |nexus id = 999
+
   |curse  = 868801
   |curseforge id = 308062
+
   |nexus  = 10704
   |curseforge key = portaiture
+
   |github  = aedenthorn/StardewValleyMods
  |moddrop id = 793927
+
 
   |github  = Platonymous/Stardew-Valley-Mods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Power Nap, Bed Energy Regain
+
   |name   = Custom Picture Frames Redux
   |author   = LakeMonster_, LakeMonster666
+
   |author = Prism 99
   |id       = LakeMonster_.BedEnergyRegain
+
   |id     = prism99.aedenthorn.CustomPictureFrames
   |nexus id = 5256
+
   |nexus   = 27147
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PPJA Producer Converter
+
   |name   = Custom Quest Expiration
   |author   = Digus
+
   |author = hawkfalcon
   |id       = Digus.PPJAProducerConverter
+
   |id     = hawkfalcon.CustomQuestExpiration
   |nexus id = 4972
+
   |nexus   = 2148
   |github   = Digus/StardewValleyMods
+
   |github = hawkfalcon/Stardew-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Prairie King Cheater, Fector's Challenge Achievement, Fector Challenge
+
   |name   = Custom Reminders
   |author   = ryaon
+
   |author = Dem1se
   |id       = Ryaon.FectorChallenge
+
   |id     = Dem1se.CustomReminders
   |nexus id = 5125
+
   |nexus   = 6215
   |github   =  
+
  |moddrop = 793899
 +
   |github = Dem1se/CustomReminders
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Prairie King Made Easy
+
   |name   = Custom Renovations, Renovations
   |author   = Mucchan
+
   |author = aedenthorn, Erinthe
   |id       = Mucchan.PrairieKingMadeEasy
+
   |id     = aedenthorn.Renovations
   |nexus id =  
+
   |curse  = 868839
   |chucklefish id = 3594
+
   |nexus  = 9687
   |github   = mucchan/sv-mod-prairie-king
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in           = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.0.1-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324503
 
  |pull request      = https://github.com/mucchan/sv-mod-prairie-king/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Prairie King Prizes (Lootboxes)
+
   |name   = Custom Resource Clumps
   |author   = Renny
+
   |author = aedenthorn, Erinthe
   |id       = renny.prairiekingprizes
+
   |id     = aedenthorn.CustomResourceClumps
   |nexus id = 2811
+
  |curse  = 868875
   |github  = OfficialRenny/PrairieKingPrizes
+
   |nexus   = 6669
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Predict Seed Maker
+
   |name   = Custom Shirts
   |author   = lech43
+
   |author = Platonymous
   |id       = lech43.PredictSeedMaker
+
   |id     = Platonymous.CustomShirts
   |nexus id = 6395
+
   |nexus   = 2416
   |github  =
+
   |github = Platonymous/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
  |status   = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pregnancy Role
+
   |name   = Custom Shops Redux
   |author   = kdau
+
   |author = Omegasis, Alpha_Omegasis
   |id       = kdau.PregnancyRole
+
   |id     = Omegasis.CustomShopReduxGui
   |nexus id = 5762
+
   |nexus   = 1378
   |moddrop id = 768494
+
  |github  = janavarro95/Stardew_Valley_Mods
   |github   =  
+
 
   |source  = https://gitlab.com/kdau/pregnancyrole
+
   |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     = Price Drops
+
   |name   = Custom Signs
   |author   = skuldomg, Skuld
+
   |author = aedenthorn, Erinthe
   |id       = skuldomg.priceDrops
+
   |id     = aedenthorn.CustomSigns
   |nexus id = 2047
+
  |curse  = 868777
   |github   = skuldomg/priceDrops
+
   |nexus   = 11336
 +
   |github = aedenthorn/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
+
{{#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     = Price Fluctuation
+
   |name   = Custom Spouse Patio
   |author   = lech43
+
   |author = aedenthorn, Erinthe
   |id       = lech43.PriceFluctuation
+
   |id     = aedenthorn.CustomSpousePatio
   |nexus id = 6396
+
   |nexus   = 6630
   |github  =
+
   |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     = Prices
+
   |name   = Custom Spouse Patio Redux
   |author   = skiilaa
+
   |author = aedenthorn, Erinthe
   |id       = skiilaa.Prices
+
   |id     = aedenthorn.CustomSpousePatioRedux
   |nexus id = 2255
+
  |curse  = 868793
   |github   =  
+
   |nexus   = 10889
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in           = Stardew Valley 1.6
   |status  = workaround
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068
   |summary  = use [[#CJB Show Item Sell Price|CJB Show Item Sell Price]] instead.
+
   |unofficial version = 0.3.6-unofficial.1-FlyingTNT
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Price Tooltips
+
   |name   = Custom Spouse Patio Wizard
   |author   = Darkhax
+
   |author = aedenthorn, Erinthe
   |id       = darkhax.pricetooltip
+
   |id     = aedenthorn.CustomSpousePatioWizard
   |nexus id =  
+
   |curse  = 868860
   |curseforge id  = 299169
+
   |nexus   = 7775
   |curseforge key = price-tooltips
+
   |github = aedenthorn/StardewValleyMods
   |github   = Stardew-Valley-Modding/PriceTooltips
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest after Custom Spouse Patio-->
  |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 Spouse Rooms
   |author   = stokastic
+
   |author = aedenthorn, Erinthe
   |id       = stokastic.PrismaticTools
+
   |id     = aedenthorn.CustomSpouseRooms
   |nexus id = 2428
+
  |curse  = 868833
   |github   = stokastic/PrismaticTools
+
   |nexus   = 10029
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in          = Stardew Valley 1.3.29
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.7.1-unofficial.8-Seawolf
+
  |status            = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-40#post-3355536
+
   |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/stokastic/PrismaticTools/pull/3
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123184
 +
  |unofficial version = 0.8.3-unofficial.1-FlyingTNT
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Spouse Rooms - Continued
 +
  |author  = Datamancer
 +
  |id      = datamancer.CustomSpouseRooms
 +
  |nexus  = 20966
 +
  |moddrop = 1534005
 +
  |github  = csandwith/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Custom Starter Furniture
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.CustomStarterFurniture
 +
   |curse  = 868669
 +
  |nexus  = 16729
 +
  |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Producer Framework Mod
+
   |name   = Custom Starter Package
   |author   = Digus
+
   |author = aedenthorn, Erinthe
   |id       = Digus.ProducerFrameworkMod
+
   |id     = aedenthorn.CustomStarterPackage
   |nexus id = 4970
+
  |curse  = 868717
   |github  = Digus/StardewValleyMods
+
   |nexus   = 14152
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.2.1-unofficial.2-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#CustomStarterPackage
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Producer Framework Mod → PFMAutomate
+
   |name   = Custom Tapper Framework
   |author   = Digus
+
   |author = Selph, zombifier
   |id       = Digus.PFMAutomate
+
   |id     = selph.CustomTapperFramework
   |nexus id = 5038
+
   |nexus   = 22975
   |github   = Digus/StardewValleyMods
+
   |github = zombifier/My_Stardew_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Profit Calculator
+
   |name   = Custom Tokens
   |author   = spacechase0
+
   |author = TheMightyAmondee, MightyAmondee
   |id       = spacechase0.ProfitCalculator
+
   |id     = TheMightyAmondee.CustomTokens
   |nexus id = 3378
+
   |nexus  = 7517
  |chucklefish id = 5657
+
   |github = TheMightyAmondee/CustomTokens
   |moddrop id = 771668
 
   |github   = spacechase0/StardewProfitCalculator
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Profit Margins
+
   |name   = Custom Toolbar
   |author   = Cherry, CherryChain
+
   |author = aedenthorn, Erinthe
   |id       = Cherry.ProfitMargins
+
   |id     = aedenthorn.CustomToolbar
   |nexus id = 4663
+
  |curse  = 868779
   |moddrop id = 716352
+
   |nexus   = 11322
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
   |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     = Progressive Access Farm
+
   |name   = Custom Tool Effect
   |author   = onjulraz
+
   |author = ZaneYork
   |id       = onjulraz.ProFarm, onjulraz.ProFarm_2<!--alternate versions of the same mod-->
+
   |id     = ZaneYork.CustomToolEffect
   |nexus id = 2923
+
   |nexus   = 5712
   |github   =  
+
   |github = ZaneYork/CustomToolEffect
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Project S
+
   |name   = Custom Tool Range
   |author   = NarlanMarlan
+
   |author = trashcan9
   |id       = narlan.projects
+
   |id     = trashcan9.CustomToolRange
   |nexus id = 3785
+
   |nexus   = 16384
   |github   = NolanEastburn/ProjectS
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Puffer Eggs to Mayonnaise, Pufferfish Chickens
+
   |name   = Custom Tracker
   |author   = gzhynko
+
   |author = Esca, Esca-MMC
   |id       = GZhynko.PufferEggsToMayonnaise
+
   |id     = Esca.CustomTracker
   |nexus id = 6162
+
   |nexus   = 5108
   |github  = gzhynko/StardewMods
+
   |github = Esca-MMC/CustomTracker
 +
   |moddrop = 706059
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Puffer Eggs to Mayonnaise → PEMAutomate
+
   |name   = Custom Transparency
   |author   = gzhynko
+
   |author = CatCattyCat, Cat
   |id       = GZhynko.PufferEggsToMayonnaise.Automate
+
   |id     = cat.customtransparency
   |nexus id = 6162
+
   |nexus   = 2359
   |github   = gzhynko/StardewMods
+
  |moddrop = 833556
 +
   |github = danvolchek/StardewMods
 +
 
 +
  |broke in = SMAPI 4.0.8
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Public Access TV
+
   |name   = Custom Trash Can
   |author   = kdau
+
   |author = ShivaGuy
   |id       = kdau.PublicAccessTV
+
   |id     = ShivaGuy.CustomTrashCan
   |nexus id = 5605
+
   |nexus  = 11835
   |moddrop id = 757967
+
   |github  =
   |source  = https://gitlab.com/kdau/predictivemods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Purchasable Galaxy Item
+
   |name   = Custom Tree Tweaks, More Wood
   |author   = SorryLate
+
   |author = aedenthorn, Erinthe
   |id       = SorryLate.GalaxyItem
+
   |id     = aedenthorn.TreeTweaks
   |nexus id = 5289
+
  |curse  = 868798
   |github  =  
+
   |nexus   = 10760
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Purchasable Recipes
+
   |name   = Custom TV
   |author   = Paracosm
+
   |author = Platonymous
   |id       = Paracosm.PurchasableRecipes
+
   |id     = Platonymous.CustomTV
   |nexus id = 1722
+
  |curse  = 877224
   |github   =  
+
   |nexus   = 6775
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
  |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 TV Channel
   |author   = Platonymous
+
   |author = chieeri323
   |id       = Platonymous.Toolkit
+
   |id     = chieeri323.customtvchannel
   |nexus id = 1726
+
   |nexus  = 24278
  |curseforge id  = 306738
+
   |github =
  |curseforge key = pytk-platonymous-toolkit
 
   |moddrop id = 793815
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Qi Exchanger
+
   |name   = Custom Wake Up Time
   |author   = Mizzion
+
   |author = Tomokisan
   |id       = mizzion.qiexchanger
+
   |id     = tomokisan.customWakeUpTime
   |nexus id = 1930
+
   |curse  = 1081741
   |moddrop id = 661359
+
   |nexus  = 26260
   |github   = Mizzion/MyStardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quaint Wooden Bridge For Your Farm, Quaint Farm Bridge
+
   |name   = Custom Wallpaper Framework
   |author   = Prismuth
+
   |author = aedenthorn, Erinthe
   |id       = <Prismuth.QuaintFarmBridge
+
   |id     = aedenthorn.CustomWallpaperFramework
   |nexus id = 1647
+
  |curse  = 868751
   |github   =  
+
   |nexus   = 12510
 +
   |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 Walls and Floors
   |author   = SilentOak
+
   |author = Platonymous
   |id       = SilentOak.QualityProducts
+
   |id     = Platonymous.CustomWallsAndFloors
   |nexus id = 3609
+
  |curse  = 307569
   |github   = silentoak/StardewMods
+
  |moddrop = 793903
 +
   |nexus   = 3010
 +
   |github = Platonymous/Stardew-Valley-Mods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.5.5
   |status  = workaround
+
   |status  = obsolete
   |summary  = use {{ModDrop mod|707502|Quality Artisan Products}} instead.
+
   |summary  = remove this mod (support for custom walls & floors added in Stardew Valley 1.5.5).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quality Products → Auto Quality Patch
+
   |name   = Custom Warp Locations
   |author   = SilentOak
+
   |author = CatCattyCat, Cat
   |id       = SilentOak.AutoQualityPatch
+
   |id     = cat.customwarplocations
   |nexus id = 3609
+
   |nexus   = 1688
   |github   = silentoak/StardewMods
+
  |moddrop = 833544
 +
   |github = danvolchek/StardewMods
  
   |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 Scrubber
+
   |name   = Custom Warp Points
   |author   = Traktori
+
   |author = aedenthorn, Erinthe
   |id       = Traktori.QualityScrubber
+
   |id     = aedenthorn.CustomWarpPoints
   |nexus id = 5663
+
  |curse  = 868840
   |github   = Traktori7/StardewValleyMods
+
   |nexus   = 9651
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quality Scrubber for Automate
+
   |name   = Custom Warps
   |author   = Traktori
+
   |author = f4iTh, JertsukkaTheMan
   |id       = Traktori.AM.QualityScrubber
+
   |id     = f4iTh.CustomWarps
   |nexus id = 5663
+
   |nexus   = 3445
   |github   = Traktori7/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quest Delay
+
   |name   = Custom Winter Star Gifts
   |author   = BadNetCode
+
   |author = XxHarvzBackxX
   |id       = BadNetCode.QuestDelay
+
   |id     = harvz.CWSG
   |nexus id = 1239
+
   |nexus   = 10024
   |moddrop id = 473938
+
   |github  = XxHarvzBackxX/Custom-Winter-Star-Gifts
   |github  =  
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quest Framework
+
   |name   = Cut the Cord, TvMenu
   |author   = PurrplingCat
+
   |author = cgifox
   |id       = PurrplingCat.QuestFramework
+
   |id     = cgifox.CutTheCord
   |nexus id = 6414
+
   |nexus   = 9571
   |github  = purrplingcat/QuestFramework
+
   |github = harshlele/CutTheCord
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quick Responses
+
   |name   = Cycle Tools
   |author   = aedenthorn
+
   |author = LeFauxMatt
   |id       = aedenthorn.QuickResponses
+
   |id     = furyx639.CycleTools
   |nexus id = 6548
+
  |curse  = 871827
   |github  = aedenthorn/StardewValleyMods
+
   |nexus   = 13973
 +
   |github = LeFauxMatt/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quick Start
+
   |name   = Daily Farm Photo
   |author   = WuestMan, redknightofdoom
+
   |author = Seawolf, seawolf87
   |id       = WuestMan.QuickStart
+
   |id     = Seawolf.DailyFarmPhoto
   |nexus id = 2375
+
   |nexus   = 4791
   |github   = Brian-Wuest/Quick_Start
+
   |github = Seawolf87/DailyFarmPhoto
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Quotes
+
   |name   = Daily Luck and Weather Predictions, Steps Taken RNG Prediction on Screen
   |author   = aedenthorn
+
   |author = BlaDe
   |id       = aedenthorn.Quotes
+
   |id     = BlaDe.StepsTakenOnScreen
   |nexus id = 6503
+
   |nexus   = 6783
   |github   = aedenthorn/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Raincoat When Raining
+
   |name   = Daily Luck Message
   |author   = BikiFae, bikinavisho
+
   |author = Schematix, Schmtx
   |id       = BikiFae.RainCoatWhenRaining
+
   |id     = Schematix.DailyLuckMessage
   |nexus id = 4659
+
   |nexus   = 1327
   |github   = bikinavisho/RainCoatWhenRaining
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Stardew Notifications|Stardew Notifications]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Daily Luck on HUD, Just Luck Mod, Luck Score HUD
 +
  |author  = zeldela, delaney
 +
  |id      = dJustLuckMod
 +
  |nexus  = 10386
 +
  |moddrop = 1070645
 +
  |github  = zeldela/sdv-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = RainPlus
+
   |name   = Daily News
   |author   = Deadlykirpy
+
   |author = bashNinja
   |id       = Kirpy.RainPlus
+
   |id     = bashNinja.DailyNews
   |nexus id = 6559
+
   |nexus   = 1141
   |github  =  
+
   |github = miketweaver/DailyNews
 +
 
 +
   |broke in = Stardew Valley 1.3
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rain Randomizer
+
   |name   = Daily Notifications, Event Notifications
   |author   = EvilPdor
+
   |author = dreamsicl
   |id       =  
+
   |id     = EventNotifications
   |nexus id =  
+
   |nexus   =
   |url      = https://community.playstarbound.com/threads/111526
+
   |chucklefish = 3621
   |github   =  
+
   |github =
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.2?
   |status  = workaround
+
   |status  = abandoned
   |summary  = use [[#Climates of Ferngill|Climates of Ferngill]] instead.
+
   |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
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Random Hair Color
+
   |name   = Daily Pet the Animals
   |author   = bookworm89723
+
   |author = flowoeB
   |id       = davis.randomhair
+
   |id     = flowoeB.DailyPetTheAnimals
   |nexus id = 3271
+
   |nexus   = 8356
   |github   = joaniedavis/RandomHairMod
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Randomized Energy
+
   |name   = Daily Phone Quest
   |author   = LakeMonster_, LakeMonster666
+
   |author = ActionJackson
   |id       = LakeMonster_.RandomizedEnergy
+
   |id     = ActionJackson.DailyPhoneQuest
   |nexus id = 5250
+
   |nexus   = 14648
   |github  =  
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Quest Framework-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Random NPCs, Random Visitors
+
   |name   = Daily Planner, Stardew In-Game Daily Planner<!--changed in 1.2.0-->
   |author   = aedenthorn
+
   |author = MevNav
   |id       = Aedenthorn.RandomNPC
+
   |id     = MevNav.DailyPlanner
   |nexus id = 4911
+
   |nexus   = 16704
   |github   = aedenthorn/StardewValleyMods
+
   |github = BuildABuddha/StardewDailyPlanner
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Random Tastes
+
   |name   = Daily Quest Anywhere
   |author   = skiilaa
+
   |author = Omegasis, Alpha_Omegasis
   |id       = skiilaa.RandomTastes
+
   |id     = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
   |nexus id = 2285
+
   |nexus   = 513
 +
  |github  = janavarro95/Stardew_Valley_Mods
  
   |broke in          = SMAPI 3.0
+
   |status  = abandoned
   |unofficial version = 1.0.1-unofficial.1-pathoschild
+
   |summary = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3345023
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Range Display, Sprinkler Range
+
   |name   = Daily Screenshot
   |author   = CatCattyCat, Cat
+
   |author = CompSciLauren
   |id       = cat.sprinklerrange
+
   |id     = CompSciLauren.DailyScreenshot
   |nexus id = 1179
+
   |nexus   = 4779
   |github   = danvolchek/StardewMods
+
  |chucklefish = 5907
 +
  |moddrop = 677025
 +
  |curse  = 353698
 +
   |github = CompSciLauren/stardew-valley-daily-screenshot-mod
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Range Highlight
+
   |name   = Daily Special Orders
   |author   = Jamie Taylor
+
   |author = shekurika
   |id       = jltaylor-us.RangeHighlight
+
   |id     = shekurika.DailySpecialOrders
   |nexus id = 6752
+
   |nexus   = 9693
   |github   = jitaylor-us/StardewRangeHighlight
+
   |github = shekurika/DailySpecialOrders
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.6
  |name    = Readers Digest
 
  |author  = Remy Bach
 
   |id      = remybach.readersdigest
 
  |nexus id = 3040
 
  |github  = remybach/stardew-valley-readersdigest
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Realistic Fishing
+
   |name   = Daily Tasks Report
   |author   = Kevin Connors
+
   |author = GuiNoya, Yesst
   |id       = KevinConnors.RealisticFishing
+
   |id     = GuiNoya.DailyTasksReport
   |nexus id = 2623
+
   |nexus   = 1624
   |github   = kevinforrestconnors/RealisticFishing
+
   |github = GuiNoya/SVMods
  
   |broke in     = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
 
<!--
 
<!--
   |unofficial version = 1.2.3-unofficial.3-Mizzion
+
   |unofficial version = 1.4.2-unofficial.8-prism99
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-70#post-3334907
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-56142
 
-->
 
-->
  |pull request = https://github.com/kevinforrestconnors/RealisticFishing/pull/46
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Realistic Random Names
+
   |name   = Daily Tasks Report Plus
   |author   = aedenthorn
+
   |author = Prism 99
   |id       = aedenthorn.RealNames
+
   |id     = Prism99.DailyTasksReportPlus
   |nexus id = 6269
+
   |nexus   = 20871
   |github   = aedenthorn/StardewValleyMods
+
   |github = Prism-99/DailyTaskReportPlus
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Real Time
+
   |name   = DaLionheart
   |author   = Enaium, Lightcolour888
+
   |author = DaLion
   |id       = Enaium.RealTime
+
   |id     = DaLion.Core
   |nexus id = 5336
+
   |nexus   = 24332
   |github   = Enaium/Stardew_Valley_Mods
+
   |github = daleao/sdv
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Real Weather
+
   |name   = Dan Utils
   |author   = SixthTitan
+
   |author = Danmw3
   |id       = SixthTitan.SDVWM_RealWeather
+
   |id     = danmw3.DanUtils
   |nexus id = 5773
+
   |nexus   = 2287
   |github  =  
+
   |github =
 +
 
 +
   |broke in = SMAPI 3.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Recatch Legendary Fish
+
   |name   = Dark User Interface
   |author   = cantorsdust
+
   |author = zazizu
   |id       = cantorsdust.RecatchLegendaryFish, community.RecatchLegendaryFish, b3af8c31-48f0-43cf-8343-3eb08bcfa1f9<!--changed in 1.5.1 and 1.3-->
+
   |id     = zazizu.darkUI
   |nexus id = 172
+
   |nexus   = 4056
   |github  = cantorsdust/StardewMods
+
   |github = cilekli-link/SDVMods
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Recover Stamina
+
   |name   = Data Layers, Data Maps
   |author   = lperkins2, Logan Perkins
+
   |author = Pathoschild
   |id       = lperkins2.RecoverStamina
+
   |id     = Pathoschild.DataLayers, Pathoschild.DataMaps<!--changed in 1.4-->
   |nexus id = 2332
+
   |curse  = 1000628
   |github   =  
+
   |nexus   = 1691
 
+
  |moddrop = 606646
   |broke in = SMAPI 3.0
+
   |github  = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Regeneration
+
   |name   = Date Night
   |author   = Hammurabi
+
   |author = SUPERT
   |id       = HammurabiRegeneration
+
   |id     = supert.datenight
   |nexus id =
+
   |nexus  = 11459
  |chucklefish id = 4584
 
  |source   = https://community.playstarbound.com/resources/regeneration.4584/updates
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |summary  = use {{nexus mod|22714|Date Night Redux}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Regen Mod
+
   |name   = Day Limiter
   |author   = Zoryn
+
   |author = Parzivl, tadfoster
   |id       = Zoryn.RegenMod
+
   |id     = Parzivl.DayLimiter<!--changed in 1.0.5-->, tadfoster.DayLimiter
   |nexus id =
+
   |nexus  = 25529
   |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
+
   |github = tadfoster/StardewValleyMods
   |github   = Zoryn4163/SMAPI-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Regular Quality
+
   |name   = Dear Diary, Journal Keeping Mod
   |author   = desto, JustToDownloadThings
+
   |author = MissCoriel
   |id       = desto.RegularQuality
+
   |id     = misscoriel.diary
   |nexus id = 5090
+
  |curse  = 885086
   |github   = desto-git/smapi-RegularQuality
+
   |nexus   = 4451
 +
  |moddrop = 624395
 +
   |github = MissCoriel/Dear-Diary
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Bar UI
+
   |name   = Deathpoint - Monster Health Display Mod
   |author  = SlyMerc
+
   |author = JeiPi, JeiP1
   |id       = RelationshipBar
+
  |id      = JeiPi.Deathpoint
   |nexus id = 1009
+
  |nexus   = 25241
   |github   =  
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Death Tweaks
 +
  |author  = aedenthorn, Erinthe
 +
   |id     = aedenthorn.DeathTweaks
 +
   |nexus   = 18174
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Debug Mode
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.DebugMode, Pathoschild.Stardew.DebugMode<!--changed in 1.4-->
 +
  |curse  = 1000634
 +
  |nexus  = 679
 +
  |moddrop = 606608
 +
  |github  = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationships Enhanced
+
   |name   = Decrafting Mod
   |author   = rodrigovaz
+
   |author = iSkLz_, MSCFC
   |id       = relationshipsenhanced
+
   |id     = MSCFC.DecraftingMod
   |nexus id =
+
   |nexus  = 4158
   |chucklefish id = 4435
+
   |github = iSkLz/DecraftingMod
   |github   =  
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Status
+
   |name   = Deep Woods
   |author  = Dragonisser
+
   |author = Max Vollmer, SVProtector
   |id      = relationshipstatus
+
   |id      = maxvollmer.deepwoodsmod
   |nexus id = 751
+
   |curse  = 992429
   |github   =  
+
   |nexus   = 2571
 +
   |github = maxvollmer/DeepWoodsMod
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
 
  |map local versions = 1.0.4 → 1.0.5<!--manifest not updated-->
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Tooltips
+
   |name   = Deep Woods Seasonal Obelisk
   |author   = M3ales
+
   |author = Sandman53
   |id       = M3ales.RelationshipTooltips
+
   |id     = maxvollmer.deepwoodsmod.seasonalobelisk
   |nexus id =
+
   |nexus  = 5016
  |curseforge id  = 298040
+
   |github =
   |curseforge key = relationship-tooltips
 
   |github   = M3ales/RelationshipTooltips
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after Deep Woods-->
  |dev note = incompatibility possibly due to Bookcase
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Relationship Tracker
+
   |name   = Deep Woods Warp Network Integration
   |author   = Branic
+
   |author = Tlitookilakin
   |id       = Branic.RelationshipTracker
+
   |id     = tlitookilakin.deepwoodswarpnet
   |nexus id = 2845
+
   |nexus   = 10240
   |github   = Paradox355/SDVMods
+
  |moddrop = 1060419
 +
   |github = tlitookilakin/WarpnetDeepwoods
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6<!--@restest after Warp Network-->
  |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   = Default Animal Skin Replacer, Default Skin Replace
   |author   = Surkasu
+
   |author = bungus
   |id       = Surkasu.Reminders
+
   |id     = bungus.DefaultSkinReplace
   |nexus id = 2481
+
   |nexus   = 21612
   |github   =
+
   |github  = BussinBungus/BungusSDVMods
 
 
  |broke in = SMAPI 3.0
 
  |status  = workaround
 
  |summary = use [[#Custom Reminders|Custom Reminders]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Remote Fridge Storage
+
   |name   = Default Farmer
   |author   = EternalSoap, arjan3004
+
   |author = Tyler Gibbs
   |id       = EternalSoap.RemoteFridgeStorage
+
   |id     = tylergibbs2.DefaultFarmer
   |nexus id = 2545
+
   |nexus   = 12421
   |github   = SoapStuff/Remote-Fridge-Storage
+
   |github = tylergibbs2/StardewValleyMods
  |warnings = Broken on Android (loads but does not work).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Remove All Monsters
+
   |name   = Default On Cheats
   |author   = David J. Lee, djslzx
+
   |author = EnderTedi
   |id       = djsl.RemoveAllMonsters
+
   |id     = EnderTedi.DefaultOnCheats
   |nexus id = 5727
+
   |nexus   = 21035
   |github   =  
+
   |github = EnderTedi/DefaultOnCheats
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rename
+
   |name   = Default Window Size
   |author   = Remmie, CoinzReturns
+
   |author = DecidedlyHuman
   |id       = Remmie.Rename
+
   |id     = DecidedlyHuman.DefaultWindowSize
   |nexus id = 2130
+
   |nexus   = 10939
   |github   =  
+
   |github = DecidedlyHuman/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rented Tools
+
   |name   = Delivery Service
   |author   = JarvieK
+
   |author = AxesOfEvil
   |id       = JarvieK.RentedTools
+
   |id     = AxesOfEvil.DeliveryService
   |nexus id = 1307
+
   |nexus   = 5187
   |github   = Jarvie8176/StardewMods
+
   |github = AxesOfEvil/SV_DeliveryService
  
   |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   = Delivery Upgrade Tool
   |author   = jwdred
+
   |author = Dash, yuukidach
   |id       = jwdred.Replanter
+
   |id     = Pathoschild.test
   |nexus id = 589
+
   |nexus   = 5570
   |github   = jdusbabek/stardewvalley
+
   |github =
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 1.1.2-unofficial.1-mizzion
 
  |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   = Deluxe Auto-Grabber, Coop Grabber
   |author   = littleraskol
+
   |author = stokastic
   |id       = lrsk_sdvm_rerg.0925160827
+
   |id     = stokastic.DeluxeGrabber, stokastic.CoopGrabber<!--changed in 2.0-->
   |nexus id = 6837
+
   |nexus  = 2462
   |chucklefish id = 4465
+
   |github = stokastic/CoopGrabber
   |github   = littleraskol/ReRegeneration
 
}}
 
{{/entry
 
  |name    = Reseed, Roc's Reseed Mod
 
  |author  = rocslayer, James Overton
 
  |id      = Roc.Reseed
 
  |nexus id = 2421
 
  |github  =
 
  
 
   |broke in = Stardew Valley 1.3.29
 
   |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     = Reset Terrain Features
+
   |name   = Deluxe Auto-Petter
   |author   = mabelSyrup
+
   |author = Frostiverse
   |id       = MabelSyrup.ResetTerrainFeatures
+
   |id     = Frostiverse.DeluxeAutoPetter
   |nexus id = 4715
+
   |nexus   = 23226
   |github   =  
+
   |github = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Retro Active Achievements
+
   |name   = Deluxe Grabber Redux
   |author   = iceburg
+
   |author = ferdaber
   |id       = 7e474181-e1a0-40f9-9c11-retroactive
+
   |id     = ferdaber.DeluxeGrabberRedux
   |nexus id = 4974
+
   |nexus   = 7920
   |github   = ManApart/RetroActiveAchievements
+
   |github = ferdaber/sdv-mods
}}
 
{{/entry
 
  |name    = Reusable Wallpapers and Floors, Wallpaper Retain
 
  |author  = Iceburg
 
  |id      = dae1b553-2e39-43e7-8400-c7c5c836134b
 
  |nexus id = 356
 
  |github  =
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
+
   |summary  = use [[#Deluxe Grabber Redux 1.6|Deluxe Grabber Redux 1.6]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Right Click Move Mode
+
   |name   = Deluxe Grabber Redux 1.6
   |author   = ylsama
+
   |author = Nykal145
   |id       = ylsama.RightClickMoveMode
+
   |id     = Nykal145.DeluxeGrabberRedux16
   |nexus id = 2614
+
   |nexus   = 20799
   |github   = ylsama/RightClickMoveMode
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rise And Shine
+
   |name   = Deluxe Hats
   |author   = Yoshify
+
   |author = domsim1
   |id       = Yoshify.RiseAndShine
+
   |id     = domsim1.DeluxeHats
   |nexus id = 3
+
   |nexus   = 5836
   |github   =  
+
   |github = domsim1/stardew-valley-deluxe-hats-mod
  
   |broke in = SMAPI 0.39.1
+
   |broke in = Stardew Valley 1.6
<!--
+
}}
   |unofficial version = 1.1.1-whisk-update
+
{{#invoke:SMAPI compatibility|entry
   |unofficial url    = https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/page-5#post-3237772
+
  |name    = Deluxe Journal
-->
+
  |author  = MolsonCAD
 +
   |id      = MolsonCAD.DeluxeJournal
 +
  |nexus  = 11436
 +
   |github  = MolsonCAD/DeluxeJournal
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rope Bridge
+
   |name   = Demanding Shipping
   |author   = Teban100
+
   |author = lech43
   |id       = RopeBridge
+
   |id     = lech43.DemandingShipping
   |nexus id = 824
+
   |nexus   = 7315
   |github   = StephenKairos/Teban100-StardewMods
+
   |github =
  
   |broke in           = SMAPI 2.6
+
   |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-55#post-3324704
 
  |pull request      = https://github.com/StephenKairos/Teban100-StardewMods/pull/3
 
}}
 
{{/entry
 
  |name    = Running Key
 
  |author  = strato35
 
  |id      = Strato35.RunningKey
 
  |nexus id = 5527
 
  |github  =
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Running Late
+
   |name   = Demetrius Solo Dancing, Robin Building Token
   |author   = Coll1234567
+
   |author = DrSpactacus, NateMod
   |id       = Coll1234567.RunningLate
+
   |id     = NateMod.RobinBuildingToken
   |nexus id = 3518
+
   |nexus   = 22564
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rush Orders
+
   |name   = Demetrius Visits Cave
   |author   = spacechase0
+
   |author = Kichjo
   |id       = spacechase0.RushOrders, RushOrders<!--changed in 1.1-->
+
   |id     = Kichjo.DemetriusVisitsCave
   |nexus id = 605
+
   |nexus  = 5477
   |chucklefish id = 4274
+
   |github = KeelanRosa/StardewMods
  |moddrop id = 127276
 
   |github   = spacechase0/RushOrders
 
  
   |summary  = get [https://spacechase0.com/mods/stardew-valley/rush-orders/ latest version from author's website].
+
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
   |summary  = use {{nexus mod|17575|Demetrius Visits Cave Redux}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Safe Lightning
+
   |name   = Desert Bloom Farm
   |author   = CatCattyCat, Cat
+
   |author = DeLiXx
   |id       = cat.safelightning
+
   |id     = DeLiXx.Desert_Bloom_Farm
   |nexus id = 2039
+
  |curse  = 990494
   |github  = danvolchek/StardewMods
+
   |nexus   = 16750
 +
   |github =
 +
   |source  = https://gitlab.com/delixx/stardew-valley/desert-bloom-farm
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sailor Moon Hairstyles and Clothing, Sailor Styles
+
   |name   = Desert Obelisk
   |author   = blueberry
+
   |author = CatCattyCat, Cat
   |id       = blueberry.SailorStyles, blueberry.SailorStyles.Clothing, blueberry.SailorStyles.Hair, blueberry.SailorStylesHairstyles<!--clothing + hair mods merged in 4.0; hair mod ID changed in 3.0-->
+
   |id     = cat.desertobelisk
   |nexus id = 4154
+
   |nexus  = 2021
  |github   = razikh-git/SailorStyles
+
   |moddrop = 833549
}}
+
   |github = danvolchek/StardewMods
{{/entry
 
  |name    = Sauvignon in Stardew
 
   |author  = Jesse, Jdvicks94
 
  |id      = Jesse.SauvignonInStardew
 
  |nexus id = 2597
 
   |github   = JDvickery/Sauvignon-in-Stardew
 
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.4
   |unofficial version = 1.9.1-unofficial.5-BigBhole69
+
   |status  = obsolete
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-21#post-3353940
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Save Anywhere
+
   |name   = Destroyable Bushes
   |author   = Omegasis, Alpha_Omegasis
+
   |author = Esca, Esca-MMC
   |id       = Omegasis.SaveAnywhere
+
   |id     = Esca.DestroyableBushes
   |nexus id = 444
+
   |nexus   = 6304
   |github  = janavarro95/Stardew_Valley_Mods
+
   |moddrop = 798245
   |warnings = Broken on Android (use the built-in autosave instead).
+
   |github  = Esca-MMC/DestroyableBushes
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Save Backup
+
   |name   = Detailed Sprites
   |author   = SMAPI
+
   |author = RainsKuro, RainzKuro
   |id       = SMAPI.SaveBackup
+
   |id     = RainzKuro.DetailedSprites
   |nexus id =  
+
   |nexus   = 15549
   |url      = https://smapi.io
+
   |github  =
   |github  = Pathoschild/SMAPI
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Save Game Options
+
   |name   = DewCord Rich Presence
   |author   = SorryLate, rharyanto
+
   |author = explosivetortellini
   |id       = SorryLate.SaveGameOptions
+
   |id     = explosivetortellini.StardewValleyDRP
   |nexus id = 5190
+
   |nexus   = 8348
   |github  =  
+
   |github = explosivetortellini/StardewValleyDRP
 +
 
 +
  |broke in = Stardew Valley 1.5.5
 +
  |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scale Up
+
   |name   = Dialog to Clipboard
   |author   = Platonymous
+
   |author = dlrdlrdlr
   |id       = Platonymous.ScaleUp
+
   |id     = dlrdlrdlr.DialogToClipboard
   |nexus id = 3130
+
   |nexus  = 23834
   |curseforge id  = 310789
+
   |github = dlrdlrdlr/DialogToClipboard
  |curseforge key = scale-up
 
  |moddrop id = 793912
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scarecrow Highlighter
+
   |name   = Dialogue Box Redesign
   |author   = WretchedPenguin
+
   |author = gzhynko
   |id       = WretchedPenguin.ScarecrowHighlighter
+
   |id     = GZhynko.DialogueBoxRedesign
   |nexus id = 3579
+
   |nexus   = 8853
   |github   =  
+
   |github = gzhynko/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scroll To Blank
+
   |name   = Dialogue Display Framework
   |author   = Caraxian
+
   |author = aedenthorn, Erinthe
   |id       = caraxian.scroll.to.blank
+
   |id     = aedenthorn.DialogueDisplayFramework
   |nexus id = 4144
+
   |curse  = 868761
   |chucklefish id = 4405
+
   |nexus  = 11661
   |github   = Caraxi/StardewValleyMods
+
   |github = aedenthorn/StardewValleyMods
}}
 
{{/entry
 
  |name    = Scroll To Zoom
 
  |author  = Tomwa
 
  |id      = Tomwa.ScrollToZoom
 
  |nexus id = 2163
 
  |github  =
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.5-unofficial.2-OrchidAlloy
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354192
+
   |summary  = use {{nexus mod|22678|Dialogue Display Framework Continued}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scrying Orb
+
   |name   = Dialogue Emotes
   |author   = kdau
+
   |author = PurrplingCat
   |id       = kdau.ScryingOrb
+
   |id     = PurrplingCat.DialogueEmotes
   |nexus id = 5603
+
   |nexus  = 6537
   |moddrop id = 756553
+
   |github  = purrplingcat/DialogueEmotes
   |source  = https://gitlab.com/kdau/predictivemods
 
}}
 
{{/entry
 
  |name    = Scythe Harvesting
 
  |author  = mmanlapat
 
  |id      = mmanlapat.ScytheHarvesting, ScytheHarvesting <!--changed in 1.6-->
 
  |nexus id = 1106
 
  |github  =
 
  
  |broke in = Stardew Valley 1.3.29
+
   |status  = abandoned
   |status   = workaround
 
  |summary = use [[#Yet Another Harvest With Scythe Mod|Yet Another Harvest With Scythe Mod]] instead.
 
}}
 
{{/entry
 
  |name    = SDV Game of Life
 
  |author  = Super Aardvark, ubererdferkel
 
  |id      = SuperAardvark.GameOfLife
 
  |nexus id = 5361
 
  |github  = super-aardvark/AardvarkMods-SDV
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SDV Twitch
+
   |name   = Dialogue Extension
   |author   = Dawgeth
+
   |author = elbe
   |id       = MTD.SDVTwitch
+
   |id     = elbe.DialogueExtension
   |nexus id = 1760
+
   |nexus   = 10851
   |github   =  
+
   |github = lshtech/DialogueExtension
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SDVWM, The Weather Machine
+
   |name   = Dialogue Keys
   |author   = SixthTitan
+
   |author = PokeBenji
   |id       = SixthTitan.SDVWM, SixthTitan.StarDewValleyWeatherMachine <!--changed in 2.2-->
+
   |id     = PokeBenji.DialogueKeys
   |nexus id = 3203
+
  |curse  = 1022342
   |github   =  
+
   |nexus   = 24325
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Bag
+
   |name   = Dialogue New Line
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.SeedBag
+
   |id     = aedenthorn.DialogueNewLine
   |nexus id = 1133
+
   |curse   = 868753
   |curseforge id  = 307726
+
   |nexus   = 12175
   |curseforge key = seed-bag
+
   |github = aedenthorn/StardewValleyMods
   |moddrop id = 793931
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Catalogue
+
   |name   = Dialogue Tester
   |author   = spacechase0
+
   |author = DecidedlyHuman
   |id       = spacechase0.SeedCatalogue
+
   |id     = DecidedlyHuman.DialogueTester
   |nexus id = 1640
+
   |nexus  = 9887
   |chucklefish id = 5090
+
   |moddrop = 1035899
   |moddrop id = 281292
+
   |github = DecidedlyHuman/DialogueTester
   |github   = spacechase0/SeedCatalogue
 
  
   |summary = get [https://spacechase0.com/mods/stardew-valley/seed-catalogue/ latest version from author's website].
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Machines
+
   |name   = Dialogue Trees
   |author   = Veress
+
   |author = aedenthorn, Erinthe
   |id       = Veress.SeedMachines
+
   |id     = aedenthorn.DialogueTrees
   |nexus id = 6265
+
  |curse  = 868845
   |github  = mrveress/SDVMods
+
   |nexus   = 9550
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Maker Crop Quality, SMCQ
+
   |name   = Did You Water Your Crops
   |author   = mcoocr
+
   |author = Nishtra
   |id       = mcoocr.smcq
+
   |id     = Nishtra.DidYouWaterYourCrops
   |nexus id = 3089
+
   |nexus   = 1583
   |github   = Noomklaw/SV_BetterQualityMoreSeeds
+
   |github =
  
   |broke in    = SMAPI 3.0
+
   |status   = workaround
   |status      = workaround
+
   |summary = use [[#Crops Watered Indicator|Crops Watered Indicator]] instead.
   |summary     = use [[#Better Quality More Seeds|Better Quality More Seeds]] instead.
+
   |broke in = Stardew Valley 1.3.29
   |pull request = https://github.com/Noomklaw/SV_BetterQualityMoreSeeds/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seeds are Rare
+
   |name   = Difficulty Changer for Journey of the Prairie King, Stardew Valley Easy Prairie King
   |author   = jahangmar
+
   |author = shanks3042
   |id       = jahangmar.SeedsAreRare
+
   |id     = shanks3042.StardewValleyEasyPrairieKing
   |nexus id = 3618
+
   |nexus   = 5816
   |github  = jahangmar/StardewValleyMods
+
   |github =
 +
   |source  = https://gitlab.com/shanks3042/stardewvalleyeasyprairieking
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seed Shortage
+
   |name   = Difficulty Socializing
   |author   = Xynerorias
+
   |author = PokeBenji
   |id       = xynerorias.seedshortage
+
   |id     = PokeBenji.DifficultySocializing
   |nexus id = 5614
+
  |curse  = 1023363
   |github   = xynerorias/Seed-Shortage
+
   |nexus   = 24389
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Self Service
+
   |name   = Dimensional Pockets
   |author   = JarvieK
+
   |author = spacechase0
   |id       = JarvieK.SelfService
+
   |id     = spacechase0.DimensionalPockets
   |nexus id = 1304
+
  |curse  = 867145
   |github   = Jarvie8176/StardewMods
+
   |nexus   = 12706
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |unofficial version = 0.3.4-unofficial.1-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3346341
 
  |pull request      = https://github.com/Jarvie8176/StardewMods/pull/7
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Self Service Shops
+
   |name   = Dino Form
   |author   = GuiNoya, Yesst
+
   |author = aedenthorn, Erinthe
   |id       = GuiNoya.SelfServiceShop
+
   |id     = aedenthorn.DinoForm
   |nexus id = 1622
+
   |nexus   = 18244
   |github   = GuiNoya/SVMods
+
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |status  = workaround
+
}}
   |summary = use [[#Self Service|Self Service]] instead.
+
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Dino Form 2
 +
   |author = juminos
 +
  |id      = juminos.DinoForm2
 +
  |nexus  = 24718
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Send Items to Other Farmers, Send Letters
+
   |name   = Disable Auto Pickup
   |author   = Denifia
+
   |author = Eugenii10
   |id       = Denifia.SendItems
+
   |id     = KubichekEV.DisableAutoPickup
   |nexus id = 1087
+
   |nexus   = 9717
   |moddrop id = 127754
+
   |github  =
   |github  = Denifia/StardewMods
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Singin' Stone
+
   |name   = Disable Building Fade
   |author   = CyTheGuy01
+
   |author = calebstein1
   |id       = CyTheGuy01.TestMod
+
   |id     = calebstein1.StardewDisableBuildingFade
   |nexus id = 6463
+
   |nexus   = 24558
   |github   =  
+
   |github = calebstein1/StardewDisableBuildingFade
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sit on Chairs, Sentar Em Cadeiras
+
   |name   = Disable Gamepad, Disable Controller
   |author   = BrasileiroTop, Vagabundo2421
+
   |author = lperkins2, Logan Perkins
   |id       = BrasileiroTop.Sentar
+
   |id     = lperkins2.DisableController
   |nexus id = 4729
+
   |nexus   = 2229
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Separate Greenhouse
+
   |name   = Discord Rich Presence
   |author   = lolmaj
+
   |author = RuiNtD
   |id       = lolmaj.SeparateGreenhouse
+
   |id     = RuiNtD.RichPresence, FayneAldan.RichPresence<!--before 2.4.3-->
   |nexus id = 3965
+
   |nexus   = 2156
   |github   = MaciejMarkuszewski/StardewValleySeparateGreenhouse
+
   |github = RuiNtD/SVRichPresence
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Server Bookmarker
+
   |name   = Dish of the Day Display
   |author   = Ilyaki
+
   |author = MouseyPounds
   |id       = Ilyaki.ServerBookmarker
+
   |id     = MouseyPounds.DishOfTheDayDisplay
   |nexus id = 2968
+
   |nexus   = 3960
   |github   = Ilyaki/ServerBookmarker
+
   |github = MouseyPounds/stardew-mods
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-69#post-3362360
 
  |unofficial version = 1.0.5-unofficial.2-jenrikku
 
  |pull request      = {{github|Ilyaki/ServerBookmarker/pull/1}}
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Server Browser
+
   |name   = Dismantle Craftables
   |author   = Ilyaki
+
   |author = jahangmar
   |id       = Ilyaki.ServerBrowser
+
   |id     = jahangmar.DismantleCraftables
   |nexus id = 3227
+
   |nexus   = 3687
   |github   = Ilyaki/Server-Browser
+
   |github = jahangmar/StardewValleyMods
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Server Port Changer
+
   |name   = Display Energy
   |author   = PhantomGamers
+
   |author = dmarcoux
   |id       = PhantomGamers.ServerPortChanger
+
   |id     = dmarcoux.DisplayEnergy
   |nexus id = 2993
+
   |nexus   = 10662
   |github   = PhantomGamers/StardewPortChanger
+
  |moddrop = 1087175
 +
   |github = dmarcoux/DisplayEnergy
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Set Unique Game ID
+
   |name   = Display Monster Health
   |author   = dJomp
+
   |author = Atesba
   |id       = dJomp.SetUniqueGameID
+
   |id     = Atesba.DisplayMonsterHealth
   |nexus id = 2042
+
   |nexus   = 20984
   |github   =  
+
   |github =
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shed Notifications
+
   |name   = Display Player Stats
   |author   = TheCroak
+
   |author = Fleem
   |id       = TheCroak.BuildingsNotifications
+
   |id     = Fleem.DisplayPlayerStats
   |nexus id = 620
+
   |nexus   = 21547
   |github   =  
+
   |github = FleemUmbleem/DisplayPlayerStats
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shenandoah Library
+
   |name   = Displays
   |author   = Nishtra
+
   |author = spacechase0 and ParadigmNomad
   |id       = Nishtra.ShenandoahProject, Shenandoah Project<!--changed in 1.2-->
+
   |id     = spacechase0.Displays
   |nexus id = 756
+
  |curse  = 867712
   |github   =  
+
   |nexus   = 7635
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ship Anything, Ship Everything
+
   |name   = Distant Lands - A Small Witch Swamp Expansion, Aimons Witch Swamp Overhaul Patches
   |author   = Berkay Yigit, berkayylmao
+
   |author = Aimon111
   |id       = berkay2578.ShipAnything, berkay2578.ShipEverything<!--changed in 1.1-->
+
   |id     = AimonsWitchSwampOverhaulPatchesMAPONLY<!--alternate version-->, AimonsWitchSwampOverhaulPatches
   |nexus id = 3782
+
  |curse  = 1010281
   |github   = berkayylmao/StardewValleyMods
+
   |nexus   = 18109
 +
   |github = SimonK1122/WitchSwampOverhaulPatches
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ship From Inventory
+
   |name   = Diverse Stardew Valley - Seasonal Outfits - DSV Core
   |author   = Platonymous
+
   |author = Airyn and the DSV Team
   |id       = Platonymous.ShipFromInventory
+
   |id     = DSV.Core
   |nexus id = 3219
+
   |nexus  = 17059
  |curseforge id  = 310737
+
   |github =
   |curseforge key = ship-from-inventory
 
  |moddrop id = 793916
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shipment Tracker
+
   |name   = Do Not Eat My Crops
   |author   = Iceburg
+
   |author = u_u__w
   |id       = 7e474181-e1a0-40f9-9c11-d08a3dcefaf3
+
   |id     = u_u__w.DoNotEatMyCrops
   |nexus id = 321
+
   |nexus   = 26324
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shipping Taxes
+
   |name   = Don't Eat That
   |author   = NOGAF
+
   |author = Pyrohead37
   |id       = NOGAF.ShippingTaxes
+
   |id     = Pyrohead37.DontEatThat
   |nexus id = 5189
+
   |nexus   = 1951
   |github  =  
+
   |github = jahangmar/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shop Anywhere
+
   |name   = Don't Stop Me Now
   |author   = SorryLate, rharyanto
+
   |author = Shockah
   |id       = SorryLate.ShopAnywhere
+
   |id     = Shockah.DontStopMeNow
   |nexus id = 5299
+
   |nexus   = 10941
   |github   =
+
   |github = Shockah/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shop Expander
+
   |name   = Double Standard Farm, Double Farm
   |author  = Entoarox
+
   |author = Leaf
   |id       = Entoarox.ShopExpander, EntoaroxShopExpander<!--changed in 1.5.2-->
+
  |id      = Leaf.DoubleFarm<!--changed in 3.0.0-->, Leaf.DoubleStandardFarm
   |nexus id = 2278
+
  |nexus  = 3928
   |chucklefish id = 4381
+
  |github  =
   |github   = Entoarox/StardewMods
+
}}
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
+
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Downtown Zuzu
 +
   |author  = XxHarvzBackxX, Zuzu Development Team
 +
   |id     = DTZ.DowntownZuzuDLL, ZDT.DowntownZuzuDLL<!--changed in 0.5.0-->
 +
  |curse  = 987160
 +
   |nexus   = 8587
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = DPad Inventory Hotkey
 +
  |author  = joljyo
 +
   |id     = joljyo.DPadInventoryHotkey
 +
   |nexus   = 7507
 +
   |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shop Tile Framework
+
   |name   = Dragon Pearl Lure
   |author   = Cherry, CherryChain
+
   |author = violetlizabet
   |id       = Cherry.ShopTileFramework
+
   |id     = violetlizabet.DragonPearlLure
   |nexus id = 5005
+
   |nexus  = 15109
   |moddrop id = 716384
+
   |github = elizabethcd/DragonPearlLure
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Showcase
+
   |name   = Draw Fish Ponds Over Grass
   |author   = Igorious
+
   |author = atravita
   |id       = Igorious.Showcase
+
   |id     = atravita.DrawFishPondsOverGrass
   |nexus id =  
+
  |curse  = 870981
   |chucklefish id = 4487
+
   |moddrop = 1125248
   |github   = Igorious/Stardew_Valley_Showcase_Mod
+
   |nexus  = 11352
 +
   |github = atravita-mods/StardewMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dreamscape
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.Dreamscape
 +
  |curse  = 868756
 +
  |nexus  = 11742
 +
  |github  = aedenthorn/StardewValleyMods
  
   |map local versions = 0.9-500 → 0.9<!--manifest incorrect-->
+
   |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#Dreamscape
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Show Catch Quality
+
   |name   = Dresser Sorter
   |author   = f4iTh, JertsukkaTheMan
+
   |author = idermailer
   |id       = f4iTh.ShowCatchQuality
+
   |id     = idermailer.dresserSorter
   |nexus id = 3326
+
   |nexus   = 24443
   |github   =  
+
   |github = idermailer/DresserSorter
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Show Item Quality
+
   |name   = Drive By
   |author   = Jonqora
+
   |author = BlaDe
   |id       = Jonqora.ShowItemQuality
+
   |id     = BlaDe.DriveBy
   |nexus id = 6311
+
   |nexus   = 12033
   |github   = Jonqora/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Show Cooking Recipes
+
   |name   = Drop It - Drop Item Hotkey
   |author   = MasterOfMutton
+
   |author = Goldenrevolver
   |id       = faragodavid.showcookingrecipes
+
   |id     = Goldenrevolver.DropItHotkey
   |nexus id = 5525
+
   |nexus   = 7971
   |github   =  
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Show Players Behind Map Tiles
+
   |name   = Drop Seeds After Eating
   |author   = aedenthorn
+
   |author = Cloudyluna
   |id       = aedenthorn.ShowPlayerBehind
+
   |id     = Cloudyluna.DropSeedsAfterEating
   |nexus id = 6540
+
   |nexus   = 27353
   |github   = aedenthorn/stardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Shroom Spotter
+
   |name   = Dungeon Buddy
   |author   = TehPers
+
   |author = SwiftSails
   |id       = TehPers.ShroomSpotter
+
   |id     = SwiftSails.DungeonBuddy
   |nexus id = 908
+
   |nexus  = 7864
   |moddrop id = 125766
+
   |github =
   |github   = TehPers/StardewValleyMods
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after Custom NPC Exclusions-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dungeon Merchants
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.DungeonMerchants
 +
  |curse  = 868698
 +
  |nexus  = 14630
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Silent Scarecrows
+
   |name   = Durable Fences
   |author   = climaxius
+
   |author = Zoryn
   |id       = climaxius.silentscarecrows
+
   |id     = Zoryn.DurableFences
   |nexus id = 3258
+
   |nexus   =
   |github  = robbiev/SilentScarecrows
+
   |url    = {{github|Zoryn4163/SMAPI-Mods}}/releases
 +
   |github  = Zoryn4163/SMAPI-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Silo Report
+
   |name   = Durin's Rest
   |author   = bogie5464
+
   |author = NoFogBob and PaulDunstan
   |id       = bogie5464.SiloReport
+
   |id     = NoFogBob.DurinsRest_CSharp
   |nexus id = 3194
+
   |nexus   = 12345
   |github  = bogie5464/SiloReport
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Crop Label
+
   |name   = Dusty Overhaul
   |author   = TheMusketeer
+
   |author = CyanFire
   |id       = SimpleCropLabel
+
   |id     = CF.SMAPI.DustyOverhaul
   |nexus id = 314
+
   |nexus   = 13057
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Hunger System, Hunger Mod
+
   |name   = Dusty Overhaul - SVE
   |author   = skn
+
   |author = CyanFire
   |id       = skn.HungerMod
+
   |id     = CF.SMAPI.DustyOverhaulSVE
   |nexus id = 3270<!--was 1127 before re-release-->
+
   |nexus   = 13265
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Sound Manager
+
   |name   = DVR
   |author   = Omegasis, AlphaOmegasis
+
   |author = captncraig
   |id       = Omegasis.SimpleSoundManager
+
   |id     = captncraig.dvr
   |nexus id = 1410
+
   |nexus   = 3860
   |github  = janavarro95/Stardew_Valley_Mods
+
   |github = captncraig/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Simple Sprinkler
+
   |name   = Dwarf Scroll Prices
   |author   = ADoby, tZed, Tobias Z
+
   |author = noriteway
   |id       = tZed.SimpleSprinkler
+
   |id     = norite.DwarfScrollPrice<!--changed in 1.1.0-->, noriteway.DwarfScrollPrice
   |nexus id = 76
+
   |nexus   = 16386
   |github   = ADoby/SimpleSprinkler
+
   |github = noriteway/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Siv's Marriage
+
   |name   = Dwarvish Mattock
   |author   = sivolobwho, Tori Leblanc, Siv
+
   |author = Anthony Hilyard, Grend
   |id       = 6266959802, medoli900.Siv's Marriage Mod, Siv.MarriageMod<!--official, two 1.2.3-unofficial versions-->
+
   |id     = com.anthonyhilyard.dwarvishmattock
   |nexus id = 366
+
   |curse   = 536418
  |github  = tlcasebeer/SivsMarriageMod
+
   |nexus   = 9684
 
+
   |github = AHilyard/DwarvishMattock
   |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   = Dynamic Bodies
   |author   = Alphablackwolf
+
   |author = ribeena
   |id       = alphablackwolf.skillPrestige, 6b843e60-c8fc-4a25-a67b-4a38ac8dcf9b<!--changed circa 1.0.9-->
+
   |id     = ribeena.dynamicbodies
   |nexus id = 569
+
   |nexus   = 12893
   |github   = Alphablackwolf/SkillPrestige
+
   |github = ribeena/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   = Dynamic Checklist
   |author   = Alphablackwolf
+
   |author = gunnargolf
   |id       = Alphablackwolf.CookingSkillPrestigeAdapter, 20d6b8a3-b6e7-460b-a6e4-07c2b0cb6c63<!--changed circa 1.1-->
+
   |id     = gunnargolf.DynamicChecklist
   |nexus id = 569
+
   |nexus   = 1145
   |github   = Alphablackwolf/SkillPrestige
+
   |github = gunnargolf/DynamicChecklist
  
   |broke in           = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
   |unofficial version = 1.2.4-unofficial.12-pathoschild
+
  |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-56#post-3358097
+
  |summary  = use [[#Daily Tasks Report|Daily Tasks Report]] instead.
  |pull request      = https://github.com/Alphablackwolf/SkillPrestige/pull/11
+
<!--
 +
   |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     = Skill Prestige for Luck Skill
+
   |name   = Dynamic Clothing
   |author   = Alphablackwolf
+
   |author = hilovids
   |id       = Alphablackwolf.LuckSkillPrestigeAdapter
+
   |id     = hilovids.DynamicClothing
   |nexus id = 569
+
   |nexus   = 10078
   |github   = Alphablackwolf/SkillPrestige
+
   |github =
  
   |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 Magic
+
   |name   = Dynamic Crops
   |author   = Alphablackwolf
+
   |author = HaulinOats
   |id       = alphablackwolf.MagicPrestigeAdapter
+
   |id     = HaulinOats.DynamicCrops
   |nexus id = 569
+
   |nexus   = 13800
   |github   = Alphablackwolf/SkillPrestige
+
   |github = HaulinOats/StardewMods
  
   |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   = Dynamic Dialogues Framework
   |author   = DewMods
+
   |author = mistyspring
   |id       = DewMods.StardewValleyMods.SkipFishingMinigame
+
   |id     = mistyspring.dynamicdialogues
   |nexus id = 2697
+
   |nexus   = 12836
   |github   =  
+
   |github = misty-spring/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skip Intro
+
   |name   = Dynamic Festival Rewards
   |author   = Pathoschild
+
   |author = mistyspring
   |id       = Pathoschild.SkipIntro, SkipIntro<!--changed in 1.4-->
+
   |id     = mistyspring.DynamicFestivalRewards
   |nexus id = 533
+
   |nexus  = 20253
   |moddrop id = 606601
+
   |github =
   |github   = Pathoschild/StardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skull Cavern Drill
+
   |name   = Dynamic Flooring
   |author   = S1mmyy
+
   |author = aedenthorn, Erinthe
   |id       = S1mmyy.SkullCavernDrill
+
   |id     = aedenthorn.DynamicFlooring
   |nexus id = 6121
+
  |curse  = 868692
   |github  =  
+
   |nexus   = 14780
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Dynamic Flooring - Continued|Dynamic Flooring - Continued]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Skull Cavern Elevator
+
   |name   = Dynamic Flooring - Continued
   |author   = Bifibi, Lestoph
+
   |author = aedenthorn & CyanFire
   |id       = SkullCavernElevator
+
   |id     = aedenthorn.DynamicFlooring
   |nexus id = 963
+
   |nexus   = 27888
   |github   =  
+
   |github = CyanFireUK/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sleepless Fisherman
+
   |name   = Dynamic Game Assets
   |author   = Annosz
+
   |author = spacechase0
   |id       = Annosz.SleeplessFisherman
+
   |id     = spacechase0.DynamicGameAssets
   |nexus id = 5915
+
  |curse  = 867707
   |github  = Annosz/StardewValleyModding
+
   |nexus   = 9365
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sleepless in Stardew
+
   |name   = Dynamic Game Assets → DGA Automate
   |author   = instafluff
+
   |author = spacechase0
   |id       = instafluff.sleeplessinstardew
+
   |id     = spacechase0.DGAAutomate
   |nexus id = 5445
+
   |nexus   = 9365
   |github   = instafluff/SleeplessInStardew
+
   |github = spacechase0/StardewValleyMods
}}
+
 
{{/entry
+
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
   |name    = Sleepovers
 
  |author  = bwdy
 
  |id      = bwdy.sleepovers
 
  |nexus id = 3531
 
  |github  = bwdymods/SDV-Sleepovers
 
}}
 
{{/entry
 
  |name    = Sleep Worker
 
  |author  = Platonymous
 
  |id      = Platonymous.SleepWorker
 
  |nexus id = 2062
 
  |moddrop id = 793835
 
  |github  = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sleepy Eye
+
   |name   = Dynamic Horses
   |author   = spacechase0
+
   |author = Bpendragon
   |id       = spacechase0.SleepyEye
+
   |id     = Bpendragon-DynamicHorses
   |nexus id = 1152
+
   |nexus  = 874
   |chucklefish id = 4709
+
   |github = Bpendragon/DynamicHorses
  |moddrop id = 129011
 
   |github   = spacechase0/SleepyEye
 
}}
 
{{/entry
 
  |name    = Slime Mods, Slime Minigame, Slime QOL
 
  |author  = Tofu, SadDodo
 
  |id      = Tofu.SlimeMinigame, Tofu.SlimeQOL
 
  |nexus id = 2743
 
  |github  =
 
  
   |broke in = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; use [[#Adopt 'n Skin|Adopt 'n Skin]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Slime Spawner
+
   |name   = Dynamic Machines
   |author   = aurnj, Roy Li
+
   |author = tyran285, Ryuuze
   |id       = RuyiLi.SlimeSpawner
+
   |id     = DynamicMachines
   |nexus id =
+
   |nexus  = 374
   |url      = https://community.playstarbound.com/threads/slime-spawner.129326/
+
   |github =
   |github   =  
 
  
 
   |broke in = SMAPI 2.0
 
   |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Configure Machine Outputs|Configure Machine Outputs]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Slower Fence Decay
+
   |name   = Dynamic Map Tiles
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = aedenthorn, Erinthe
   |id       = Speeder.SlowerFenceDecay, SPDSlowFenceDecay<!--changed in 0.5.2-pathoschild-update-->
+
   |id     = aedenthorn.DynamicMapTiles
   |nexus id = 252
+
  |curse  = 868915
   |source  = https://gitlab.com/speeder1/FenceSlowDecayMod
+
   |nexus   = 14566
 +
   |github  = aedenthorn/StardewValleyMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
+
   |summary  = use [[#Dynamic Map Tiles - Continued|Dynamic Map Tiles - Continued]] instead.
   |summary  = use [[#No Fence Decay|No Fence Decay]] instead.
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dynamic Map Tiles - Continued
 +
  |author  = Datamancer
 +
  |id      = datamancer.DynamicMapTiles
 +
  |nexus  = 21084
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Small Beach Farm
+
   |name   = Dynamic Night Time
   |author   = Pathoschild
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       = Pathoschild.SmallBeachFarm
+
   |id     = knakamura.dynamicnighttime
   |nexus id = 3750
+
   |nexus   = 2072
   |moddrop id = 606555
+
   |moddrop = 664041
   |github   = Pathoschild/StardewMods
+
   |github = Sakorona/SDVMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Smart Cursor
+
   |name   = Dynamic NPC Sprites
   |author   = stokastic
+
   |author = BashNinja
   |id       = stokastic.SmartCursor
+
   |id     = BashNinja.DynamicNPCSprites
   |nexus id = 2458
+
   |nexus   = 1183
   |github   = stokastic/SmartCursor
+
   |github = miketweaver/BashNinja_SDV_Mods
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3
   |unofficial version = 1.1.1-unofficial.1-pathoschild
+
  |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-55#post-3324498
+
  |summary  = use [[#Content Patcher|Content Patcher]] instead.
   |pull request      = https://github.com/stokastic/SmartCursor/pull/2
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Dynamic Price
 +
  |author  = ZaneYork
 +
  |id      = ZaneYork.DynamicPrice
 +
  |nexus  = 5831
 +
   |github  = ZaneYork/SDV_Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Dynamic Reflections
 +
  |author  = PeacefulEnd
 +
  |id      = PeacefulEnd.DynamicReflections
 +
  |curse  = 870926
 +
   |nexus  = 12831
 +
  |github = Floogen/DynamicReflections
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SmartMod
+
   |name   = Dynamic Running Speed
   |author   = KuroBear
+
   |author = Vrakyas
   |id       = KuroBear.SmartMod
+
   |id     = Vrakyas.DynamicRunningSpeed
   |nexus id =
+
   |nexus  = 4029
   |url      = https://community.playstarbound.com/threads/108104
+
   |github =
   |github   =  
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Snack Anything
+
   |name   = Early Bed Mod
   |author   = Cherry, ChroniclerCherry
+
   |author = Nokane
   |id       = Cherry.SnackAnything
+
   |id     = Nokane.EarlyBedMod
   |nexus id = 5196
+
   |nexus  = 25168
   |moddrop id = 716397
+
   |github =
   |github   = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Snail Mail
+
   |name   = Early Community Upgrades
   |author   = Darkhax
+
   |author = sophiesalacia
   |id       = darkhax.snailmail
+
   |id     = Vertigon.EarlyCommunityUpgrades
   |nexus id =
+
   |nexus  = 8450
   |curseforge id  = 307861
+
   |github = dtomlinson-ga/EarlyCommunityUpgrades
  |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
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Social Tab Patch for Unlimited Players
+
   |name   = Early Ginger Island
   |author   = funny-snek
+
   |author = Shockah
   |id       = funnysnek.socialtabpatch
+
   |id     = Shockah.EarlyGingerIsland
   |nexus id = 2981
+
   |nexus   = 13885
   |github   =  
+
   |github = Shockah/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sorted Storages
+
   |name   = Easier Cave Puzzle
   |author   = TeamCoFH, Tech, Zeldo
+
   |author = atravita
   |id       = Zeldo.LinkedStorages
+
   |id     = atravita.NerfCavePuzzle
   |nexus id =  
+
   |curse  = 870978
   |curseforge id  = 290653
+
   |moddrop = 1131424
   |curseforge key = sorted-storages
+
   |nexus  = 11500
   |github   =  
+
   |github = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Convenient Chests|Convenient Chests]] instead.
+
   |summary  = use [[#Easy Island Puzzle|Easy Island Puzzle]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SpaceCore
+
   |name   = Easier Dart Puzzle
   |author   = spacechase0
+
   |author = atravita
   |id       = spacechase0.SpaceCore
+
   |id     = atravita.EasierDartPuzzle
   |nexus id = 1348
+
  |curse  = 870971
   |chucklefish id = 4868
+
  |moddrop = 1205159
   |moddrop id = 136998
+
   |nexus   = 13049
   |github   = spacechase0/SpaceCore_SDV
+
   |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     = Spawn Monsters
+
   |name   = Easier Farming
   |author   = Berisan
+
   |author = Cautious Waffle, skulmuk
   |id       = Berisan.SpawnMonsters
+
   |id     = cautiouswaffle.EasierFarming, cautiouswafffle.EasierFarming<!--changed in 1.0.1-->
   |nexus id = 3201
+
   |nexus   = 1426
   |github   = Berisan/SpawnMonsters
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spawn Sea Monster
+
   |name   = Easier Fishing
   |author   = Edu Anttunes
+
   |author = majordot
   |id       = EduAnttunes.SpawnSeaMonster
+
   |id     = MajorDOT.EasierFishing
   |nexus id = 5736
+
   |nexus   =
   |github  =  
+
  |curse  = 305367
 +
   |github =
 +
 
 +
   |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Speed Mod
+
   |name   = Easier Monster Eradication
   |author   = Blackclaw
+
   |author = NormanPCN
   |id       = Blackclaw.SpeedMod
+
   |id     = NormanPCN.EasierMonsterEradication
   |nexus id = 5082
+
   |nexus   = 11548
   |github   = Xebeth/StardewValley-SpeedMod
+
   |github = NormanPCN/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spenny
+
   |name   = Easier Special Orders
   |author   = spacechase0
+
   |author = TheMightyAmondee
   |id       = spacechase0.Spenny
+
   |id     = TheMightyAmondee.EasierSpecialOrders
   |nexus id = 2755
+
   |nexus  = 8342
  |chucklefish id = 5522
+
   |github = TheMightyAmondee/EasierSpecialOrders
   |moddrop id = 771624
 
   |github   = spacechase0/Spenny
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Split Screen
+
   |name   = East Scarp (SMAPI)
   |author   = Ilyaki
+
   |author = LemurKat and kdau
   |id       = Ilyaki.SplitScreen
+
   |id     = atravita.EastScarp<!--changed in 2.4.0-->, LemurKat.EastScarp.SMAPI<!--changed in 2.0.0-->, LemurKat.EastScarpe.SMAPI
  |nexus id = 2139
+
  |nexus  = 5787
  |github  = Ilyaki/SplitScreen
+
   |source  = https://gitlab.com/kdau/eastscarp
 
 
  |broke in           = SMAPI 3.0
 
  |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   = Easy Access
   |author   = Dounat2201, Sasara
+
   |author = LeFauxMatt
   |id       = Sasara.pumkin
+
   |id     = furyx639.EasyAccess
   |nexus id = 4586
+
  |curse  = 871835
   |github   =  
+
  |moddrop = 1547212
 +
   |nexus   = 11002
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spouse Outdoor Area
+
   |name   = Easy Attack
   |author   = Shaklin
+
   |author = season
   |id       = shaklin.spouseoutdoorarea
+
   |id     = season.EasyAttack
   |nexus id = 6747
+
   |nexus   = 20832
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spouse's Room Mod
+
   |name   = Easy Chest
   |author   = Wata, Watagatapitusberry
+
   |author = season
   |id       = Spouseroom
+
   |id     = season.EasyChest
   |nexus id =
+
   |nexus  = 20842
   |url      = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
+
   |github =
   |github   =  
 
 
 
  |broke in = SMAPI 2.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Spouse Stuff
+
   |name   = Easy Cleaner
   |author   = hquake, Per Sikker Hansen, Sikker
+
   |author = season
   |id       = Sikker.SpouseStuff
+
   |id     = season.EasyCleaner
   |nexus id = 4651
+
   |nexus   = 20865
   |github   = sikker/SpouseStuff
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint
+
   |name   = Easy Crane Game
   |author   = Yoshify
+
   |author = Dragoon23
   |id       =  
+
   |id     = Dragoon23.EasyCraneGame
   |nexus id = 2
+
   |nexus   = 22488
   |github   =
+
   |github  =
 
 
  |broke in = SMAPI 0.39.1
 
  |status  = workaround
 
  |summary = use [[#Sprint Sprint|Sprint Sprint]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint and Dash Buttons
+
   |name   = Easy Darts Game
   |author   = OrSpeeder, Mauricio Gomes
+
   |author = Dragoon23
   |id       = SPDSprintAndDash
+
   |id     = Dragoon23.EasyDartGame
   |nexus id = 235
+
   |nexus  = 22506
  |github  =
 
  |source   = https://gitlab.com/speeder1/SPDSprintAndDashMod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint and Dash Redux
+
   |name   = Easy Fairy
   |author   = littleraskol
+
   |author = season
   |id       = littleraskol.SprintAndDashRedux, lrsk_sdvm_sndr.0921161059<!--changed in 1.3-->
+
   |id     = season.EasyFairy
   |nexus id = 560
+
   |nexus  = 20931
   |chucklefish id = 4201
+
   |github =
   |github   = littleraskol/Sprint-And-Dash-Redux
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprinting
+
   |name   = Easy Farming
   |author   = Patrick, mistersnuggler
+
   |author = MountainDewBoi
   |id       =  
+
   |id     = MountainDewBoi.EasyFarming
   |nexus id =
+
   |nexus  = 4162
   |url      = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
+
   |github =
   |github   = oliverpl/SprintingMod
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.4
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Sprint Sprint|Sprint Sprint]] instead.
+
   |summary  = use [[#Point and Plant|Point and Plant]] or [[#Smart Building|Smart Building]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SprintNRegen, Eating food or crops restores health and stamina over time plus enables sprinting
+
   |name   = Easy Farm Switcher
   |author   = Abs, abslam
+
   |author = DeLiXx
   |id       = abs.SprintNRegen
+
   |id     = DeLiXx.Easy_Farm_Switcher
   |nexus id = 4898
+
  |curse  = 990826
   |github  =  
+
   |nexus   = 16873
 +
   |github =
 +
   |source  = https://gitlab.com/delixx/stardew-valley/custom-farm-loader
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint Sprint
+
   |name   = Easy Fishin'
   |author   = Jessebot, JessebotX
+
   |author = Frostiverse
   |id       = Jessebot.SprintSprint
+
   |id     = Frostiverse.EasyFishin
   |nexus id = 4778
+
   |nexus   = 22268
   |github   = JessebotX/StardewValleyMods
+
   |github = Hunter-Chambers/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprite Master
+
   |name   = Easy Fishing
   |author   = Ameise, Ameisen, mkukli
+
   |author = season
   |id       = DigitalCarbide.SpriteMaster
+
   |id     = season.EasyFishing
   |nexus id = 4922
+
   |nexus   = 20830
   |github   = ameisen/SV-SpriteMaster
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stack Check Fix
+
   |name   = Easy Gift
   |author   = punyo, yakminepunyo
+
   |author = season
   |id       = punyo.StackCheckFix
+
   |id     = season.EasyGift
   |nexus id = 2433
+
   |nexus   = 20838
   |github   = pomepome/StackCheckFix
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stack Everything
+
   |name   = Easy Gifting
   |author   = CatCattyCat, Cat
+
   |author = CeruleanSpirit
   |id       = cat.stackeverything
+
   |id     = EasyGifting.2957, EasyGifting.60073756<!--changed in 2.0-->
   |nexus id = 2053
+
   |nexus   = 2957
   |github  = danvolchek/StardewMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = StackSplitX
+
   |name   = Easy Harvest
   |author   = tstaples
+
   |author = season
   |id       = tstaples.StackSplitX
+
   |id     = season.EasyHarvest
   |nexus id = 798
+
   |nexus   = 20924
   |github  = tstaples/StackSplitX
+
   |github =
 
+
}}
   |broke in          = Stardew Valley 1.4
+
{{#invoke:SMAPI compatibility|entry
   |unofficial version = 1.5.1-unofficial.4-mizzion
+
   |name    = Easy Island Puzzle
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-11#post-3353213
+
  |author  = MindMeltMax
   |pull request      = https://github.com/tstaples/StackSplitX/pull/4
+
   |id      = MindMeltMax.EasyIslandPuzzle
 +
   |curse  = 1004494
 +
   |nexus  = 22642
 +
   |github  = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stack to Nearby Chests
+
   |name   = Easy Path Destruction
   |author   = Ilyaki
+
   |author = StultusV
   |id       = Ilyaki.StackToNearbyChests
+
   |id     = StultusV.EasyPathDestruction
   |nexus id = 1787
+
   |nexus   = 8775
   |github   = Ilyaki/StackToNearbyChests
+
   |github = JudeRV/Stardew-EasyPathDestruction
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = StaminaRegen
+
   |name   = Easy Petting
   |author   = EvilPdor
+
   |author = CeruleanSpirit
   |id       =  
+
   |id     = EasyPetting.3032
   |nexus id =
+
   |nexus  = 3032
   |url      = https://community.playstarbound.com/threads/111526
+
   |github =
   |github   = natfoth/StardewValleyMods
 
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.5
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Regen Mod|Regen Mod]] or [[#Health and Stamina Regeneration|Health and Stamina Regeneration]] instead.
+
   |summary  = use [[#Animal Observer|Animal Observer]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Standardized Krobus
+
   |name   = Easy Travel, Easy Move
   |author   = minervamaga
+
   |author = season
   |id       = minervamaga.StandardizedKrobus
+
   |id     = season.EasyMove
   |nexus id =
+
   |nexus  = 20872
   |moddrop id = 716314
+
   |github =
   |github   = minervamaga/StandardizedKrobus
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Starbot
+
   |name   = Easy Upgrade
   |author   = bwdy
+
   |author = Senofu
   |id       = bwdy.starbot
+
   |id     = Senofu.EasyUpgrade
   |nexus id = 4755
+
   |nexus   = 23496
   |github   = bwdymods/SDV-Starbot
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Aquarium Code
+
   |name   = Easy Valley
   |author   = Cherry (for Gervig91), CherryChain
+
   |author = season
   |id       = Cherry.StardewAquarium
+
   |id     = season.EasyValley
   |nexus id = 6372
+
   |nexus   = 21181
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Brewery
+
   |name   = Eat & Drink From Inventory
   |author   = Cylon
+
   |author = Zamiel
   |id       = cylon.stardewbrewery
+
   |id     = Zamiel.EatDrinkFromInventory
   |nexus id = 2057
+
   |nexus   = 21280
   |github   = JustCylon/stardew-brewery
+
   |github = Zamiell/stardew-valley-mods
 
 
  |broke in = Stardew Valley 1.3
 
  |status  = workaround
 
  |summary  = use {{nexus mod|4604|Stardew Brewery - Unofficial 1.3 Port}} instead
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Config Menu
+
   |name   = Eat Food In Backpack Instantly, Eat In Backpack
   |author   = Juice805
+
   |author = philosquare
   |id       = Juice805.StardewConfigMenu
+
   |id     = philosquare.EatInBackpack
   |nexus id = 1312
+
   |nexus   = 22872
   |github   = StardewConfigFramework/StardewConfigMenu
+
   |github = philosquare/EatInBackpack
 
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Discord
+
   |name   = Eat More
   |author   = Steven Kraft
+
   |author = crc-fehler
   |id       = StevenKraft.StardewDiscord
+
   |id     = crc.eatmore
   |nexus id = 3608
+
   |nexus   = 2724
   |github   = steven-kraft/StardewDiscord
+
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 3.0
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Editor
+
   |name   = Economy Mod
   |author   = spacechase0
+
   |author = millerscout
   |id       = spacechase0.StardewEditor.GameIntegration
+
   |id     = Millerscout.EconomyMod
   |nexus id = 1298
+
   |nexus  = 6955
   |chucklefish id = 4837
+
   |github = millerscout/StardewMillerMods
   |github   = spacechase0/StardewEditor
 
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Hack
+
   |name   = Edit Stable Ownership
   |author   = bcmpinc
+
   |author = Predo
   |id       = bcmpinc.StardewHack
+
   |id     = predo.sdvmods.EditStableOwnership
   |nexus id = 3213
+
   |nexus   = 26346
   |github   = bcmpinc/StardewHack
+
   |github = PedroLucasMiguel/PredoSDVMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Hypnos - Sleeping Overhaul, Hypnos
+
   |name   = EH Smash Quality
   |author   = davikr, apdapreturns
+
   |author = EH Lim
   |id       = davikr.hypnos
+
   |id     = tech.enghao.sv.eh-smash-quality
   |nexus id = 5935
+
   |nexus   = 9303
   |github  = davicr/StardewHypnos
+
   |github =
 +
   |warnings = Only compatible with Android.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew In-Game Daily Planner
+
  |name    = Eidee Easy Fishing
   |author   = MevNav
+
  |author  = EideeHi
   |id       = MevNav.DailyPlanner
+
  |id      = net.eidee.stardew_valley.easy_fishing
   |nexus id = 3941
+
  |nexus  = 4806
   |github   = BuildABuddha/StardewDailyPlanner
+
  |github  = eideehi/EideeEasyFishing
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = EiTK
 +
   |author = enaium
 +
   |id     = Enaium.EiTK
 +
  |curse  = 365803
 +
   |nexus   =
 +
   |github =
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |unofficial version = 0.5.3-unofficial.1-Cherry
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-58#post-3358615
 
  |pull request      = https://github.com/BuildABuddha/StardewDailyPlanner/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Locations
+
   |name   = Elevator
   |author   = Mizzion
+
   |author = Ilyaki
   |id       = mizzion.stardewlocations
+
   |id     = Ilyaki.Elevator
   |nexus id = 1929
+
   |nexus   = 2952
   |moddrop id = 661357
+
  |github  = Ilyaki/Elevator
   |github   = Mizzion/MyStardewMods
+
 
 +
   |broke in = Stardew Valley 1.5
 +
<!--
 +
   |unofficial version = 1.2.0-unofficial.kokirichild
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-77618
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew News Feed
+
   |name   = Elliot Is Fabio
   |author   = Other Buckets
+
   |author = Dr Dirtbag, DrDirtbag
   |id       = OtherBuckets.StardewNewsFeed
+
   |id     = ElliottIsFabio.ElliottIsFabio
   |nexus id = 3206
+
   |nexus   = 23229
   |github   = Mikesnorth/StardewNewsFeed
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Notifications
+
   |name   = Elven Krobus, Underdark Krobus
   |author   = monopandora
+
   |author = Mel Noelle and Kirbylink
   |id       = stardewnotification, mondopandora.stardewnotification <!--changed in 1.8.1 or earlier-->
+
   |id     = melnoelle.underdarkkrobus
   |nexus id = 4713
+
   |nexus   = 3071
   |moddrop id = 664154
+
  |github  = KirbyLink/UnderdarkKrobus
   |github   = Sakorona/SDVMods
+
 
 +
   |broke in = SMAPI 3.0
 +
   |status  = workaround
 +
   |summary  = use [[#Standardized Krobus|Standardized Krobus]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Symphony Remastered, Stardew Symphony
+
   |name   = Email App
   |author   = Omegasis, Alpha_Omegasis
+
   |author = aedenthorn, Erinthe
   |id       = Omegasis.StardewSymphonyRemastered, Omegasis.StardewSymphony<!--changed in 2.0-->
+
   |id     = aedenthorn.Email
   |nexus id = 425
+
  |curse  = 868778
   |github  = janavarro95/Stardew_Valley_Mods
+
   |nexus   = 11325
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Mobile Phone-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Valley ESP, sdv-helper
+
   |name   = Emily for Stardew Impact<!--Nexus-->, SDI Emily<!--manifest-->
   |author   = reimu, r2h, tomdc
+
   |author = aedenthorn, Erinthe
   |id       = reimu.sdv-helper
+
   |id     = aedenthorn.SDIEmily
   |nexus id = 3917
+
  |curse  = 868710
   |github   = rei2hu/stardewvalley-esp
+
   |nexus   = 14366
 +
   |github = aedenthorn/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Valley Expanded
+
   |name   = Emotes
   |author   = Flashshifter
+
   |author = aurnj, Roy Li
   |id       = FlashShifter.SVECode
+
   |id     = RuyiLi.Emotes
   |nexus id = 3753
+
   |nexus   =
   |github  = FlashShifter/StardewValleyExpanded
+
  |url    = https://community.playstarbound.com/threads/emotes.129159
 +
   |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     = Stardew Valley Randomizer
+
   |name   = Empty Hands
   |author   = Tooshi
+
   |author = Oblitus
   |id       = Tooshi.Randomizer
+
   |id     = QuicksilverFox.EmptyHands
   |nexus id = 5185
+
   |nexus  = 1176
  |curseforge id  = 308003
+
   |github = quicksilverfox/StardewMods
   |curseforge key = stardew-valley-randomizer
 
   |github   = cTooshi/stardew-valley-randomizer
 
}}
 
{{/entry
 
  |name    = Stardust Core
 
  |author  = Omegasis, Alpha_Omegasis
 
  |id      = Omegasis.StardustCore, StarDustCore<!--changed in 2.0-->
 
  |nexus id = 2341
 
  |github  = janavarro95/Stardew_Valley_Mods
 
}}
 
{{/entry
 
  |name    = Starting Money
 
  |author  = mmanlapat
 
  |id      = mmanlapat.StartingMoney, StartingMoney<!--changed in 1.1-->
 
  |nexus id = 1138
 
  |github  =
 
  
   |broke in = SMAPI 3.0
+
   |status  = abandoned
 +
  |summary = remove this mod (no longer maintained; use [[#Empty Your Hands|Empty Your Hands]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Start With Hat
+
   |name   = Empty Jar Bubbles
   |author   = treyh0
+
   |author = tem696969696969
   |id       = treyh0.StartWithHat
+
   |id     = tem696969696969.EmptyJarBubbles
   |nexus id = 2628
+
   |nexus   = 22598
   |github   =  
+
   |github = kqrse/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stash Items to Chest
+
   |name   = Empty Your Hands
   |author   = lambui
+
   |author = BlueSight
   |id       = BlueMod_StashItemsToChest
+
   |id     = BlueSight.EmptyYourHands
   |nexus id =
+
   |nexus  = 19736
   |url      = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
+
   |github = Hikari-BS/StardewMods
   |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   = Enaium ToolKit
   |author   = Advize and jinxiewinxie
+
   |author = Enaium
   |id       = jinxiewinxie.StoneBridgeOverPond
+
   |id     = Enaium.EnaiumToolKit
   |nexus id = 316
+
   |curse  = 436787
   |github  = Jinxiewinxie/StardewValleyMods
+
   |moddrop = 863959
 
+
   |nexus   =
   |broke in          = SMAPI 3.0
+
   |github  = Enaium-StardewValleyMods/EnaiumToolKit
   |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   = Enchantable Scythes and Golden Scythe Respawns
   |author   = Nishtra
+
   |author = Goldenrevolver
   |id       = Nishtra.StumpsTohardwoodStumps, StumpsToHardwoodStumps<!--changed in 1.1-->
+
   |id     = Goldenrevolver.EnchantableScythes
   |nexus id = 691
+
   |nexus   = 10668
   |github   =
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
 
  |broke in = Stardew Valley 1.3.29
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Subterranian Overhaul, Dwarvish
+
   |name   = Enchanted Adventurer's Guild Rewards
   |author   = mytigio
+
   |author = Goldenrevolver
   |id       = mytigio.SubterranianOverhaul
+
   |id     = Goldenrevolver.EnchantedAdventurersGuildRewards
   |nexus id = 4149
+
   |nexus   = 20942
   |github   = mytigio/SDVMods
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Summit Reborn
+
   |name   = Enchanted Cowboy Boots
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = Goldenrevolver
   |id       = KoihimeNakamura.summitreborn
+
   |id     = Goldenrevolver.ObtainableCowboyBoots
   |nexus id = 2073
+
   |nexus   = 20941
   |github   = JohnsonNicholas/SDVMods
+
   |github = Goldenrevolver/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sundrop City
+
   |name   = Enchanted Galaxy and Infinity Weapons, Enchanted Galaxy Weapons
   |author   = The Sundrop Team
+
   |author = NamelessTo
   |id       = SundropCity.Main, SundropTeam.SundropCity<!--changed in 0.2-->
+
   |id     = NamelessTo.EnchantedGalaxyWeapons
   |nexus id = 4014
+
  |curse  = 1001630
   |github   = Entoarox/StardewMods
+
   |nexus   = 21904
 +
   |github = namelessto/EnchantedGalaxyWeapons
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Surfing Festival
+
   |name   = Enemy Health Bars, Enemies Health Bars
   |author   = spacechase0 and ParadigmNomad
+
   |author = TheThor59
   |id       = spacechase0.SurfingFestival
+
   |id     = Thor.EnemyHealthBars
   |nexus id = 6688
+
   |nexus   = 3627
   |github  = spacechase0/SurfingFestival
+
   |github = TheThor59/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Queen Of Sauce Reminder
+
   |name   = Enemy Health Bars, Health Bars
   |author   = TheShwamp
+
   |author = OrSpeeder, Mauricio Gomes
   |id       = TheShwamp.TheQueenOfSauceReminder
+
   |id     = SPDHealthBar, Speeder.HealthBars<!--changed in 1.7.1-pathoschild-update-->
   |nexus id = 5172
+
   |nexus   = 193
   |github   =  
+
  |chucklefish = 3529
 +
  |source  = https://gitlab.com/speeder1/SMAPIHealthbarMod
 +
 
 +
  |broke in          = Stardew Valley 1.5
 +
   |unofficial version = 1.9.2-unofficial.3-JoXW
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123209
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = SvFishingMod
+
   |name   = Energy Count
   |author   = KDERazorback
+
   |author = Crystallyne
   |id       = KDERazorback.SvFishingMod
+
   |id     = Crystallyne.EnergyCount
   |nexus id = 6403
+
   |nexus   = 4272
   |github   = KDERazorback/SvFishingMod
+
   |github = Crystallyne/EnergyCount
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Swim
+
   |name   = Energy Protect
   |author   = aedenthorn
+
   |author = philosquare
   |id       = aedenthorn.Swim
+
   |id     = philosquare.EnergyProtect
   |nexus id = 6326
+
   |nexus   = 21918
   |github   = aedenthorn/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Swizzy Meads
+
   |name   = Energy Rework
   |author   = Swizzy Studios
+
   |author = seferoni
   |id       = SwizzyStudios.SwizzyMeads
+
   |id     = seferoni.EnergyRework
   |nexus id = 3241
+
   |nexus   = 21686
   |github   = SwizzyStudios/SV-SwizzyMeads
+
   |github = seferoni/EnergyRework
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tab Autoloot
+
   |name   = Energy Time
   |author   = Guedez
+
   |author = nikperic, ThatOneCow
   |id       = tab.autoloot
+
   |id     = nikperic.EnergyTime
   |nexus id = 5115
+
   |nexus   = 6488
   |github  =  
+
   |source  = https://gitlab.com/nikperic/energytime
}}
 
{{/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
+
   |broke in          = Stardew Valley 1.6
   |unofficial version = 1.1.1-unofficial.2-pathoschild
+
   |unofficial version = 1.4.2-unofficial.2-huancz
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-79#post-3344736
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-138720
  |pull request      = https://github.com/Jinxiewinxie/StardewValleyMods/pull/5
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tapper Ready
+
   |name   = Enhanced Loot Magnet, Magnet Mod
   |author   = skunkkky
+
   |author = aedenthorn, Erinthe
   |id       = skunkkk.TapperReady
+
   |id     = Cheath.MagnetModRedux<!--changed in 1.2.1-unofficial.1-->, Aedenthorn.MagnetMod
   |nexus id = 1219
+
  |curse  = 868911
   |github   =  
+
   |nexus   = 4856
 +
   |github = aedenthorn/StardewValleyMods
  
   |broke in = Stardew Valley 1.3
+
   |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     = Taxes Mod
+
   |name   = Enhanced Relationships
   |author   = bdawson1993
+
   |author = Mizzion
   |id       =  
+
   |id     = mizzion.enhancedrelationships
   |nexus id = 38
+
   |nexus  = 1927
  |github   =  
+
   |moddrop = 661356
 
+
   |github = Mizzion/MyStardewMods
   |broke in = SMAPI 0.39.1
 
   |status  = workaround
 
  |summary = use [[#Shipping Taxes|Shipping Taxes]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teh's Core Mod
+
   |name   = Enhanced Slingshots
   |author   = TehPers
+
   |author = ytsc
   |id       = TehPers.CoreMod, TehPers.Core<!--changed in re-release-->
+
   |id     = ytsc.EnhancedSlingshots
   |nexus id = 3256<!--was 2150 before re-release-->
+
   |nexus   = 12763
   |github   = TehPers/StardewValleyMods
+
   |github = YTSC/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teh's Festive Slimes
+
   |name   = Enough Sleep
   |author  = TehPers
+
   |author = sodapotato
   |id       = TehPers.FestiveSlimes
+
   |id      = sodapotato.enoughsleep
   |nexus id = 2990
+
  |nexus  = 21536
   |github  = TehPers/StardewValleyMods
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Entoarox Framework
 +
  |author  = Entoarox
 +
   |id     = Entoarox.EntoaroxFramework
 +
   |nexus   = 2269
 +
  |chucklefish = 4228
 +
   |github = Entoarox/StardewMods
 +
 
 +
   |warnings = Broken on Android (crashes on startup).
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |dev note = incompatibility possibly due to Teh's Core Mod
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Teh's Fishing Overhaul
+
   |name   = Entoarox Modding Utilities
   |author   = TehPers
+
   |author = Entoarox
   |id       = TehPers.FishingOverhaul
+
   |id     = Entoarox.Utilities
   |nexus id = 866
+
   |nexus  = 5521
   |moddrop id = 123679
+
   |github = Entoarox/StardewMods
   |github   = TehPers/StardewValleyMods
 
  
   |broke in          = Stardew Valley 1.4
+
   |warnings = players report frequent crashes when loading saves or approaching the greenhouse.
  |unofficial version = 2.1.5-unofficial.1-Mendaere
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-73#post-3364498
 
  |pull request      = https://github.com/TehPers/StardewValleyMods/pull/27
 
}}
 
{{/entry
 
  |name    = Teleporter
 
  |author  = Bifibi
 
  |id      = Teleporter
 
  |nexus id =
 
  |chucklefish id = 4374
 
  |github  =
 
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6<!--@retest-linked-->
  |status  = workaround
 
  |summary  = use [[#Fast Travel|Fast Travel]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Theft of the Winter Star
+
   |name   = Equal Money Split
   |author   = spacechase0 + ParadigmNomad
+
   |author = The Fluffy Robot, TheFluffyRobot
   |id       = spacechase0.TheftOfTheWinterStar
+
   |id     = TheFluffyRobot.EqualMoneySplit
   |nexus id = 5062
+
   |nexus  = 5526
   |moddrop id = 771680
+
   |github = jamespfluger/Stardew-EqualMoneySplit
   |github   = spacechase0/TheftOfTheWinterStar
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Farmer That Stared at Rocks
+
   |name   = Equivalent Exchange
   |author   = ItsLittany
+
   |author = MercuriusXeno, x3n0ph0b3
   |id       = itslittany.RockBreaker
+
   |id     = MercuriusXeno.EquivalentExchange
   |nexus id = 6376
+
   |nexus   = 1656
   |moddrop id = 804101
+
  |github  = MercuriusXeno/EquivalentExchange
   |github   =
+
 
 +
   |broke in = Stardew Valley 1.3
 +
   |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Moon
+
   |name   = Escape Rope
   |author   = Pucklynn
+
   |author = lestoph
   |id       = shannon.MoonMod
+
   |id     = lestoph.EscapeRope
   |nexus id = 2482
+
   |nexus   = 8576
   |github   =  
+
   |github = Bifibi/SDVEscapeRope
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Escargo Win Bug Fix
 +
  |author  = BlackJack
 +
  |id      = BlackJack.EscargoWinBugfix
 +
  |nexus  = 24556
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Pumpkin King
+
   |name   = Esca's Modding Plugins
   |author   = KirbyLink
+
   |author = Esca, Esca-MMC
   |id       = kirbylink.pumpkinking
+
   |id     = Esca.EMP
   |nexus id = 3006
+
   |nexus  = 9296
  |github   = KirbyLink/PumpkinKing
+
   |moddrop = 1005443
 
+
   |github  = Esca-MMC/EscasModdingPlugins
   |broke in          = Stardew Valley 1.4
 
   |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     = Three Heart Flower Festival Dance Partners, 3-heart Dance Partner
+
   |name   = Esc Dialogue Mod
   |author   = spacechase0
+
   |author = g33k, g33kidd
   |id       = ThreeHeartDancePartner
+
   |id     = g33k.EscDialogueMod
   |nexus id = 500
+
   |nexus  = 21812
   |chucklefish id = 3767
+
   |github =
  |moddrop id = 127278
 
   |github   = spacechase0/ThreeHeartDancePartner
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name    = Throwable Axe
+
   |name    = Even Better Artisan Good Icons
   |author  = spacechase0
+
   |author  = chsiso58
   |id      = spacechase0.ThrowableAxe
+
   |id      = haze1nuts.evenbetterartisangoodicons
   |nexus id = 5097
+
   |nexus   =
  |moddrop id = 771683
+
   |github  = chsiao58/EvenBetterArtisanGoodIcons
   |github  = spacechase0/ThrowableAxe
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tillable Ground
+
   |name   = Even Better RNG
   |author   = hawkfalcon
+
   |author = pepoluan
   |id       = hawkfalcon.TillableGround
+
   |id     = pepoluan.EvenBetterRNG
   |nexus id = 2175
+
   |nexus   = 8680
   |github   = hawkfalcon/Stardew-Mods
+
   |chucklefish = 6117
 +
   |source  = https://sourceforge.net/p/sdvmod-even-better-rng/
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tilled Soil Decay
+
   |name   = Even Better Warehouse
   |author   = bcmpinc
+
   |author = charliedemilho
   |id       = bcmpinc.TilledSoilDecay
+
   |id     = charliedemilho.EvenBetterWarehouse
   |nexus id = 2738
+
   |nexus   = 10396
   |github  = bcmpinc/StardewHack
+
   |github =
 +
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Before Harvest
+
   |name   = Event Black Bars
   |author   = Asconoid
+
   |author = gzhynko
   |id       = Asconoid.TimeBeforeHarvest
+
   |id     = GZhynko.EventBlackBars
   |nexus id = 5764
+
   |nexus   = 7962
   |github   =  
+
   |github = gzhynko/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Freeze
+
   |name   = Event Limiter
   |author   = Omegasis, Alpha_Omegasis
+
   |author = TheMightyAmondee
   |id       = Omegasis.TimeFreeze, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 1.2-->
+
   |id     = TheMightyAmondee.EventLimiter
   |nexus id = 973
+
   |nexus   = 10735
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = TheMightyAmondee/EventLimiter
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Multiplier
+
   |name   = Event Lookup
   |author   = DefenTheNation
+
   |author = shekurika
   |id       = DefenTheNation.TimeMultiplier
+
   |id     = shekurika.EventLookup
   |nexus id = 2262
+
   |nexus   = 8505
   |github   = DefenTheNation/StardewMod-TimeMultiplier
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time of the Prairie King
+
   |name   = Event Music Volume
   |author   = The Fluffy Robot
+
   |author = jorgamun
   |id       = TheFluffyRobot.TimeOfThePrairieKing
+
   |id     = jorgamun.EventMusicVolume
   |nexus id = 5631
+
   |nexus   = 10650
   |github   = jamespfluger/Stardew-TimeOfThePrairieKing
+
   |github = jorgamun/EventMusicVolume
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Reminder
+
   |name   = Event Repeater
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = MissCoriel
   |id       = KoihimeNakamura.TimeReminder
+
   |id     = misscoriel.eventrepeater
   |nexus id = 1000
+
   |nexus   = 3642
   |moddrop id = 664035
+
  |curse  = 317347
   |github   = JohnsonNicholas/SDVMods
+
   |moddrop = 606979
 +
   |github = MissCoriel/Event-Repeater
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TimeSpeed
+
   |name   = Event Sound Adjuster
   |author   = cantorsdust
+
   |author = shekurika
   |id       = cantorsdust.TimeSpeed, community.TimeSpeed, 4108e859-333c-4fec-a1a7-d2e18c1019fe<!--changed in 2.3.3 and 2.1-->
+
   |id     = shekurika.EventSoundAdjuster
   |nexus id = 169
+
   |nexus   = 8734
   |github   = cantorsdust/StardewMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TMXL Map Toolkit, TMX Loader
+
   |name   = Event Tester
   |author   = Platonymous
+
   |author = BlaDe
   |id       = Platonymous.TMXLoader
+
   |id     = BlaDe.EventTester
   |nexus id = 1820
+
   |nexus  = 11178
   |curseforge id = 306750
+
   |github =
  |curseforge key = tmx-loader
 
  |moddrop id = 771913
 
   |github   = Platonymous/Stardew-Valley-Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = To Do List
+
   |name   = Event Tester, SinZ's Event Tester
   |author   = Eleanor, eleanoot
+
   |author = SinZ and atravita
   |id       = eleanoot.todolist, eleanor.todolist<!--changed in 1.1.1-->
+
   |id     = sinZandAtravita.SinZsEventTester
   |nexus id = 1630
+
   |nexus   = 19458
   |github   = eleanoot/stardew-to-do-mod
+
   |github = atravita-mods/StardewMods
 
 
  |broke in    = Stardew Valley 1.3.29
 
<!--
 
  |unofficial version = 1.1.3-unofficial.2-pathoschild
 
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-61#post-3329144
 
-->
 
  |pull request = https://github.com/eleanoot/stardew-to-do-mod/pull/1
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Toolbar Tooltips
+
   |name   = Everlasting Baits and Unbreakable Tackles
   |author   = danmw3
+
   |author = Digus
   |id       = danmw3.toolbartooltips
+
   |id     = DIGUS.EverlastingBaitsAndUnbreakableTacklesMod
   |nexus id = 4977
+
   |nexus   = 2360
   |github   =  
+
   |github = Digus/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Charging
+
   |name   = Excavation Skill, New Skill - Archaeology, Archaeology Skill for Stardew 1.5
   |author   = mralbobo
+
   |author = moonslime
   |id       = mralbobo.ToolCharging
+
   |id     = moonslime.ExcavationSkill
   |nexus id =
+
   |nexus  = 15793
   |url      = https://community.playstarbound.com/threads/111988
 
  |github  = mralbobo/stardew-tool-charging
 
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
   |unofficial version = 1.2.2-unofficial.1-pathoschild
+
   |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-78#post-3344731
+
   |summary  = use [[#Archaeology Skill for 1.6|Archaeology Skill for 1.6]] instead.
  |pull request      = https://github.com/mralbobo/stardew-tool-charging/pull/2
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Geodes
+
   |name   = Exhaustion Tweaks
   |author   = spacechase0
+
   |author = mytigio
   |id       = spacechase0.ToolGeodes
+
   |id     = mytigio.exhaustiontweaks
   |nexus id = 3090
+
   |nexus  = 6247
   |chucklefish id = 5606
+
   |github = mytigio/SDVMods
   |curseforge id = 308018
 
  |curseforge key = tool-geodes
 
  |moddrop id = 771642
 
  |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Power Select
+
   |name   = Expanded Fridge, Dynamic Expanded Fridge
   |author   = CrazyWig
+
   |author = Lodukas
   |id       = crazywig.toolpowerselect
+
   |id     = Uwazouri.ExpandedFridge
   |nexus id = 2553
+
   |nexus   = 1191
   |github   =  
+
   |github = Uwazouri/ExpandedFridge
}}
 
{{/entry
 
  |name    = Tool Power Setup
 
  |author  = Gilar Fasulaki
 
  |id      = GilarF.ToolPowerSetup
 
  |nexus id = 4517
 
  |github  =
 
 
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Upgrade Costs
+
   |name   = Expanded Preconditions Utility
   |author   = Cherry, CherryChain
+
   |author = Cherry, CherryChain
   |id       = Cherry.ToolUpgradeCosts
+
   |id     = Cherry.ExpandedPreconditionsUtility
   |nexus id = 6576
+
   |nexus   = 6529
   |github   = ChroniclerCherry/stardew-valley-mods
+
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Upgrade Delivery
+
   |name   = Expanded Storage
   |author   = SorryLate
+
   |author = LeFauxMatt
   |id       = SorryLate.ToolUpgradeDelivery
+
   |id     = furyx639.ExpandedStorage
   |nexus id = 5421
+
  |curse  = 871838
   |github   = sorrylate/Stardew-Valley-Mod
+
  |moddrop = 1547203
 +
   |nexus   = 7431
 +
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tool Upgrade Delivery Service
+
   |name   = Expansive Combat, Proficiência
   |author   = Felix-Dev
+
   |author = Hamio, HamioDracny
   |id       = Felix-Dev.ToolUpgradeDeliveryService
+
   |id     = HamioDracny.ProficienciaEmDano
   |nexus id = 2938
+
   |nexus   = 7511
   |github   = Felix-Dev/StardewMods
+
   |github =
  
   |broke in          = Stardew Valley 1.4
+
   |status  = abandoned
  |unofficial version = 1.4.1-unofficial.1-pathoschild
 
  |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     = Town School Functions
+
   |name   = Exp Control
   |author   = Edu Anttunes
+
   |author = moonslime
   |id       = EduAnttunes.TownSchool.Functions
+
   |id     = moonslime.ExpControl
   |nexus id = 6317
+
   |nexus   = 23067
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tractor Mod
+
   |name   = Experience Bars
   |author   = Pathoschild
+
   |author = spacechase0
   |id       = Pathoschild.TractorMod, community.TractorMod, PhthaloBlue.TractorMod, BlueMod_TractorMod<!--changed in 4.0, 4.0-beta, and 3.2-->
+
   |id     = spacechase0.ExperienceBars, ExperienceBars<!--changed in 1.0.2-->
   |nexus id = 1401
+
   |curse  = 867392
   |moddrop id = 606639
+
   |moddrop = 127275
   |github   = Pathoschild/StardewMods
+
  |nexus  = 509
 +
   |github = spacechase0/StardewValleyMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tractor Sounds, Tractor Engine Sound
+
   |name   = Experience Multiplier
   |author   = MissCoriel
+
   |author = Falson
   |id       = misscoriel.tractorsounds
+
   |id     = Falson.ExperienceMultiplier
   |nexus id = 5781
+
   |nexus   = 25945
   |github   =  
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Train Station
+
   |name   = Experience Rate Multiplier
   |author   = Cherry, CherryChain
+
   |author = MSCFC, iSkLz
   |id       = Cherry.TrainStation
+
   |id     = SkLz.ExpMultiply
   |nexus id = 6183
+
   |nexus   = 5910
   |github  = ChroniclerCherry/stardew-valley-mods
+
   |github = iSkLz/ExperienceMultiplier
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Train Whistle
+
   |name   = Experience Updates
   |author   = Taskmaster
+
   |author = Quipex
   |id       = Taskmaster.TrainWhistle
+
   |id     = Quipex.ExperienceUpdates
   |nexus id = 4473
+
   |nexus   = 7581
   |github   =  
+
   |github = Quipex/ExperienceUpdates
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Transparent Objects
+
   |name   = Experience Viewer
   |author   = aedenthorn
+
   |author = Elite, EliteWise
   |id       = aedenthorn.TransparentObjects
+
   |id     = Elite.ExperienceViewer
   |nexus id = 6412
+
  |curse  = 1015116
   |github   = aedenthorn/StardewValleyMods
+
   |nexus   =
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trash Bear Item Helper, Trash Bear Name
+
   |name   = Expert Sitting
   |author   = MattDeDuck, Duckshard
+
   |author = aedenthorn, Erinthe
   |id       = MattDeDuck.TrashBearName
+
   |id     = aedenthorn.ExpertSitting
   |nexus id = 5252
+
  |curse  = 868870
   |github  = MattDeDuck/StardewValleyMods
+
   |nexus   = 7435
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = SMAPI 4.0.8
 +
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-134928
 +
  |unofficial version = 0.3.2-unofficial.1-greg6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trash Remover
+
   |name   = Extended Bus System
   |author   = SorryLate, rharyanto
+
   |author = Tondorian
   |id       = SorryLate.TrashRemover
+
   |id     = ExtendedBusSystem
   |nexus id = 5114
+
   |nexus   =
   |github  =  
+
  |chucklefish = 4373
 +
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.4
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trash Trash
+
   |name   = Extended Fridge
   |author   = Jaredlll08
+
   |author = Crystalmir
   |id       = BlameJared.TrashTrash
+
   |id     = Crystalmir.ExtendedFridge, Mystra007ExtendedFridge<!--changed in 1.0.1-->
   |nexus id =
+
   |nexus  = 485
  |curseforge id  = 297981
+
   |github = Mystra007/ExtendedFridgeSMAPI
   |curseforge key = trash-trash
 
   |github   = jaredlll08/Trash-Trash
 
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.2
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use [[#Auto Trash|Auto Trash]] instead.
+
   |summary  = use [[#Remote Fridge Storage|Remote Fridge Storage]] instead.
 +
<!--
 +
  |unofficial version = 1.1.1-unofficial.4.mizzion
 +
  |unofficial url    = https://community.playstarbound.com/attachments/extendedfridge-1-1-1-unofficial-4-mizzion-zip.202825/
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Traveling Takes Time
+
   |name   = Extended Minecart
   |author   = Vrakyas
+
   |author = Entoarox
   |id       = Vrakyas.TravelingTakesTime
+
   |id     = Entoarox.ExtendedMinecart
   |nexus id = 4031
+
   |nexus   = 2271
   |github  =  
+
  |chucklefish = 4359
 +
   |github = Entoarox/StardewMods
 +
 
 +
  |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Entoarox Modding Utilities-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Changes
+
   |name   = Extended Reach
   |author   = JPAN
+
   |author = spacechase0
   |id       = jpan.TreeChanges
+
   |id     = spacechase0.ExtendedReach
   |nexus id = 3964
+
  |curse  = 867754
   |github  = JPANv2/Stardew-Valley-Tree-Changes
+
  |moddrop = 242303
 +
   |nexus   = 1493
 +
   |github = spacechase0/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
   |unofficial version = 1.2.5-unofficial.1-p1xel8ted
 +
  |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-123560
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Shaker
+
   |name   = Extra Animal Configs
   |author   = TyoAtrosa
+
   |author = selph, zombifier
   |id       = TyoAtrosa.Treeshaker
+
   |id     = selph.ExtraAnimalConfig
   |nexus id = 2159
+
   |nexus   = 25328
   |github   = TyoAtrosa/TreeShaker
+
   |github = urbanyeti/stardew-better-ranching
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Spread
+
   |name   = Extra Content Mod
   |author   = bcmpinc
+
   |author = Alacrity, platinumhobo
   |id       = bcmpinc.TreeSpread
+
   |id     = Alacrity.ExtraContentMod
   |nexus id = 3183
+
   |nexus   = 8510
   |github   = bcmpinc/StardewHack
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Tree Transplant
+
   |name   = Extra Fish Information
   |author   = YukiShiku, LeonBlade
+
   |author = Ceasg
   |id       = TreeTransplant
+
   |id     = Ceasg.ExtraFishInformation
   |nexus id = 1342
+
   |nexus   = 4170
   |moddrop id = 526140
+
   |github  = ceasg/StardewValleyMods
   |github  = LeonBlade/TreeTransplant
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Trendy Haley
+
   |name   = Extra Machine Configs
   |author   = candidus42
+
   |author = Selph, zombifier
   |id       = Candidus42.TrendyHaley
+
   |id     = selph.ExtraMachineConfig
   |nexus id = 4984
+
   |nexus   = 22256
   |github   = mus-candidus/TrendyHaley
+
   |github = zombifier/My_Stardew_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TV Recipes
+
   |name   = Extra Map Actions
   |author   = SorryLate, rharyanto
+
   |author = rokugin
   |id       = SorryLate.TvRecipes
+
   |id     = rokugin.extramapactions
   |nexus id = 5260
+
   |nexus   = 26849
   |github   =
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TV Channel - Gardening with Hisame, Gardening TV Channel
+
   |name   = Extra Map Layers
   |author   = hisameartwork
+
   |author = aedenthorn, Erinthe
   |id       = HisameArtwork.GardeningChannel
+
   |id     = aedenthorn.ExtraMapLayers
   |nexus id = 5485
+
  |curse  = 868841
   |github   =
+
   |nexus   = 9633
 +
   |github = aedenthorn/StardewValleyMods<!--@retest-linked-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = TV Announcements
+
   |name   = Extra Map Layers for Android
   |author   = Zyin
+
   |author = aedenthorn, Erinthe
   |id       = Zyin.TVAnnouncements
+
   |id     = aedenthorn.ExtraMapLayersAndroid
   |nexus id = 3649
+
  |curse  = 868744
   |github   = Zyin055/TVAnnouncements
+
   |nexus   =
 +
   |github =
  
   |broke in = Stardew Valley 1.4
+
   |warnings = Only compatible with Android.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Twitch in Stardew Valley, Twitch for Stardew
+
   |name   = Extra Shop Phone Numbers
   |author   = Telshin, Tim "Telshin" Aldridge
+
   |author = PrincessFelicie
   |id       = telshin.twitch-for-stardew
+
   |id     = PrincessFelicie.ExtraShopPhoneNumbersCore
   |curseforge id  = 306420
+
   |nexus   = 25530
   |curseforge key = twitch-in-stardew-valley
+
   |github =
  |nexus id =  
 
   |github   =  
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ui Info Suite
+
   |name   = Extreme Fishing Overhaul
   |author   = Cdaragorn
+
   |author = Unidarkshin and Deathest1, Devin Lematty
   |id       = Cdaragorn.UiInfoSuite
+
   |id     = DevinLematty.ExtremeFishingOverhaul
   |nexus id = 1150
+
   |nexus   = 7490
   |github   = cdaragorn/Ui-Info-Suite
+
   |github =
   |warnings = Broken on Android.
+
 
 +
   |broke in = Json Assets 1.7.7
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = UI Mod Suite
+
   |name   = Extreme Weather
   |author   = Demiacle
+
   |author = BlaDe
   |id       = Demiacle.UiModSuite
+
   |id     = BlaDe.ExtremeWeather
   |nexus id = 1023
+
   |nexus   = 12334
   |github   = demiacle/UiModSuite
+
   |github =
  
   |broke in = Stardew Valley 1.2
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Ui Info Suite|Ui Info Suite]] instead.
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ultimate Gold
+
   |name   = Fabrication
   |author   = Shadowfoxss
+
   |author = XxHarvzBackxX
   |id       = Shadowfoxss.UltimateGoldStardew
+
   |id     = harvz.Fabrication
   |nexus id = 2833
+
   |nexus   = 10679
   |github   =  
+
   |github = XxHarvzBackxX/fabrication
 
 
  |broke in = SMAPI 3.0
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Underdark Sewer
+
   |name   = FaeQuest
   |author   = Mel Noelle and Kirbylink
+
   |author = Navi-chan, ooo0000
   |id       = melnoelle.underdarksewer
+
   |id     = NaviChan.FaeQuest
   |nexus id = 3070
+
   |nexus   = 2484
   |github   = KirbyLink/UnderdarkSewer
+
   |github =
  
   |broke in           = SMAPI 3.0
+
   |broke in = Stardew Valley 1.3.29
  |unofficial version = 1.1.1-unofficial.2-minervamaga
+
   |status   = abandoned
   |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
+
{{#invoke:SMAPI compatibility|entry
   |name     = Underground Secrets
+
   |name   = Fairy Fix
   |author   = aedenthorn
+
   |author = MindMeltMax
   |id       = aedenthorn.UndergroundSecrets
+
   |id     = MindMeltMax.FairyFix
   |nexus id = 6597
+
  |curse  = 1024723
   |github   = aedenthorn/StardewValleyMods
+
   |nexus   = 24469
 +
   |github = MindMeltMax/Stardew-Valley-Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Unique Children
+
   |name   = Fall 28 Snow Day
   |author   = Shaklin
+
   |author = Omegasis, Alpha_Omegasis
   |id       = shaklin.uniquechildren
+
   |id     = Omegasis.Fall28SnowDay
   |nexus id = 6278
+
   |nexus   = 486
   |github   =  
+
   |github = janavarro95/Stardew_Valley_Mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Unlimited Cats and Dogs
+
   |name   = Fall To Autumn
   |author   = funny-snek
+
   |author = jahangmar
   |id       = funnysnek.UnlimitedCatsandDogs
+
   |id     = jahangmar.FallToAutumn
   |nexus id = 2942
+
   |nexus   = 7174
   |github   =  
+
   |github = jahangmar/StardewValleyMods
  
   |broke in = SMAPI 3.0
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Unlimited Players
+
   |name   = Familiars
   |author   = Armitxes
+
   |author = aedenthorn, Erinthe
   |id       = Armitxes.UnlimitedPlayers
+
   |id     = aedenthorn.Familiars
   |nexus id = 2213
+
   |curse  = 868893
   |curseforge id  = 362847
+
   |nexus   = 6429
   |curseforge key = unlimited-players
+
   |github = aedenthorn/StardewValleyMods
   |github   = Armitxes/StardewValley_UnlimitedPlayers
 
}}
 
{{/entry
 
  |name    = Unlocked Doors
 
  |author  = damien
 
  |id      = damien.unlocked_doors
 
  |nexus id = 4338
 
  |github  =
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = workaround
 
  |summary  = use [[#Custom Locks|Custom Locks]] instead.
 
  |dev note = incompatibility possibly due to bwdyworks
 
}}
 
{{/entry
 
  |name    = Unlock Dye Menu
 
  |author  = Shaklin
 
  |id      = shaklin.unlockdyemenu
 
  |nexus id = 6156
 
  |github  =
 
}}
 
{{/entry
 
  |name    = Upgraded Horse, Horse Friendship and Speed Levels
 
  |author  = Richard Cai
 
  |id      = richard_cai.UpgradedHorse
 
  |nexus id = 5242
 
  |github  = RichardJCai/stardew-valley-mods
 
}}
 
{{/entry
 
  |name    = Upgrade Empty Cabins
 
  |author  = Cherry, CherryChain
 
  |id      = Cherry.UpgradeEmptyCabins
 
  |nexus id = 5253
 
  |moddrop id = 720987
 
  |github  = ChroniclerCherry/stardew-valley-mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Useful Bombs
+
   |name   = Family Planning
   |author   = punyo, yakminepunyo
+
   |author = loe2run
   |id       = punyo.UsefulBombs
+
   |id     = Loe2run.FamilyPlanning
   |nexus id = 2488
+
   |nexus   = 4515
   |github   = pomepome/UsefulBombs
+
   |github = loe2run/FamilyPlanningMod
  
   |broke in           = Stardew Valley 1.3.29
+
   |broke in = Stardew Valley 1.6
 
<!--
 
<!--
   |unofficial version = 1.0.5-unofficial.1-Mizzion
+
   |unofficial version = 1.3.3-unofficial.1-pathoschild
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329576
+
   |unofficial url    = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-13203
 
-->
 
-->
  |pull request      = https://github.com/pomepome/UsefulBombs/pull/3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = UV Index (Sunscreen Mod)
+
   |name   = Fancy Sprinklers
   |author   = Jonqora
+
   |author = trashcan9
   |id       = Jonqora.UVIndex
+
   |id     = trashcan9.FancySprinklers
   |nexus id = 6676
+
   |nexus   = 15857
   |github  = Jonqora/StardewMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after Dynamic Game Assets-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Variable Grass
+
   |name   = Fantastic Frames
   |author   = dantheman999
+
   |author = Taskmaster
   |id       = dantheman999.VariableGrass
+
   |id     = Taskmaster.FantasticFrames
   |nexus id =
+
   |nexus  = 4540
   |url      = https://community.playstarbound.com/threads/107658
+
   |github =
   |github   = dantheman999301/StardewMods
 
  
   |broke in           = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6
  |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   = Farmageddon
   |author   = bmarquismarkail, Space Baby
+
   |author = Max Vollmer, SVProtector
   |id       = SB_VerticalToolMenu
+
   |id     = maxvollmer.farmageddon
   |nexus id = 943
+
   |nexus   = 2618
   |github  = bmarquismarkail/SV_VerticalToolMenu
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Video Player
+
   |name   = Farm Animal Choices
   |author   = aedenthorn
+
   |author = ShivaGuy
   |id       = aedenthorn.VideoPlayer
+
   |id     = ShivaGuy.FarmAnimalChoices
   |nexus id = 6524
+
   |nexus   = 11850
   |github  = aedenthorn/StardewValleyMods
+
   |github =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Visualize
+
   |name   = Farm Animal Harvest Helper
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.Visualize
+
   |id     = aedenthorn.FarmAnimalHarvestHelper
   |nexus id = 1704
+
   |curse  = 868733
   |curseforge id  = 307573
+
   |nexus  = 13782
   |curseforge key = visualize
+
   |github  = aedenthorn/StardewValleyMods
  |moddrop id = 793933
+
 
   |github  = Platonymous/Stardew-Valley-Mods
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Void Effects, Stardew Void Effects
+
   |name   = Farm Anywhere
   |author   = Renny
+
   |author = hmkiesel
   |id       = renny.stardewvoideffects
+
   |id     = hmkiesel.FarmAnywhere
   |nexus id = 2703
+
   |nexus   = 13926
   |github  = OfficialRenny/StardewVoidEffects
+
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm Automation: Barn Door Automation
 +
  |author  = Oranisagu
 +
  |id     = none<!--no manifest ID-->
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/111931
 +
   |github = oranisagu/SDV-FarmAutomation
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Auto Animal Doors|Auto Animal Doors]] or [[#Automated Doors|Automated Doors]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm Automation: Item Collector
 +
  |author  = Oranisagu
 +
  |id      = none<!--no manifest ID-->
 +
  |nexus  =
 +
   |url    = https://community.playstarbound.com/threads/111931
 +
  |github  = oranisagu/SDV-FarmAutomation
  
   |broke in           = Stardew Valley 1.3.36
+
   |broke in = Stardew Valley 1.2
   |unofficial version = 1.3.2-unofficial.1-pathoschild
+
  |status  = workaround
   |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-62#post-3329160
+
  |summary  = use [[#Automate|Automate]] instead.
   |pull request      = https://github.com/OfficialRenny/StardewVoidEffects/pull/1
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name    = Farm Cave Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FarmCaveFramework
 +
  |curse  = 868811
 +
  |nexus  = 10506
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
   |summary  = use {{nexus mod|20910|Farm Cave Framework by aedenthorn (Unofficial 1.6 Update)}} instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wait Around
+
   |name   = Farm Cave Spawns More Tree Fruit, Farm Cave Spawn
   |author   = Alhifar
+
   |author = atravita
   |id       = Alhifar.WaitAround
+
   |id     = atravita.FarmCaveSpawn
   |nexus id =  
+
  |curse  = 870986
   |url      = https://community.playstarbound.com/threads/smapi-waitaround.111630/
+
   |moddrop = 1068205
   |github   = Alhifar/WaitAroundSMAPI
+
   |nexus  = 10186
 +
   |github = atravita-mods/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wake Up
+
   |name   = Farm Combat Grants XP Too, EXP From Monster Kills On Farm
   |author  = EvilPdor
+
   |author = atravita
   |id      =  
+
   |id      = atravita.ExpFromMonsterKillsOnFarm
   |nexus id =  
+
   |curse  = 870983
   |url      = https://community.playstarbound.com/threads/111526
+
   |moddrop = 1099838
   |github   =  
+
   |nexus  = 10924
 +
   |github = atravita-mods/StardewMods
  
   |broke in = SMAPI 2.0
+
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Walkshop
+
   |name   = Farm Computer Plus
   |author   = enaium
+
   |author = Boebie
   |id       = Enaium.Walkshop
+
   |id     = beau.farmcomputerplus
   |curseforge id  = 365806
+
   |nexus   = 19124
   |curseforge key = walkshop
+
   |github =
  |nexus id =  
 
   |github   = Enaium/Stardew_Valley_Mods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Walk Through Trellis
+
   |name   = Farm Computers Check Cellars
   |author   = TheOfficialTab
+
   |author = Ian Rubin, ianr427
   |id       = theofficialtab.walkthroughtrellis
+
   |id     = ianr.FarmComputersCheckCellars
   |nexus id = 1958
+
   |nexus   = 19581
   |github   = OfficialTab/walk-through-trellis
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wallpaper Recycler
+
   |name   = Farmer Helper
   |author   = Mizzion
+
   |author = aedenthorn, Erinthe
   |id       = mizzion.wallpaperrecycler
+
   |id     = aedenthorn.FarmerHelper
   |nexus id = 1905
+
   |curse  = 868825
   |moddrop id = 661354
+
   |nexus  = 10179
   |github  = Mizzion/MyStardewMods
+
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Warp Animals
+
   |name   = Farmer Helper (Updated)
   |author   = Symen
+
   |author = Fiorbeth
   |id       = Symen.WarpAnimals
+
   |id     = Fiorbeth.FarmerHelper
   |nexus id = 1400
+
   |nexus   = 21030
   |github   = simonbru/WarpAnimals
+
   |github = NTaylor1993/FarmerHelper
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Warp Chests
+
   |name   = Farmer Portraits
   |author   = CyTheGuy01, CyberCheese15
+
   |author = aedenthorn, Erinthe
   |id       = cybercheese.WarpChests
+
   |id     = aedenthorn.FarmerPortraits
   |nexus id = 6402
+
  |curse  = 868774
   |github  =
+
   |nexus   = 11398
 +
   |github = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Warp To Friends
+
  |name    = Farmer Portraits for 1.6
   |author   = Shalankwa
+
  |author  = mistyspring
   |id       = Shalankwa.WarpToFriends
+
  |id      = mistyspring.aedenthornFarmerPortraits
   |nexus id = 2180
+
  |nexus  = 20713
   |github   = Shalankwa/SDV_Mods
+
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Farmer Vitals Evolved
 +
   |author = Sensakuma
 +
   |id     = Sensakuma.FarmerVitalsEvolved
 +
   |nexus   = 11131
 +
   |github =
  
   |broke in           = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |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     = Wash Away Forage, Tidal Beach
+
   |name   = Farm Expansion
   |author   = Sakorona (ItsBenter)
+
   |author = Advize
   |id       = KoihimeNakamura.WashAwayForage
+
   |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 = 6715
+
   |nexus   = 130
   |github  = Sakorona/SDVMods
+
   |github = AdvizeGH/FarmExpansion
 +
 
 +
   |broke in = Stardew Valley 1.3.16
 +
  |status  = abandoned
 +
  |summary  = remove this mod (no longer maintained; see [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-25661 unofficial update] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Water Can Refiller
+
   |name   = Farmhand Finder
   |author   = Mizzion
+
   |author = 2Retr0
   |id       = mizzion.watercanrefiller
+
   |id     = 2Retr0.FarmhandFinder
   |nexus id = 3539
+
   |curse  = 661476
   |moddrop id = 661368
+
   |nexus  = 13153
   |github  = Mizzion/MyStardewMods
+
   |github = 2Retr0/FarmhandFinder
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Water Pet Bowl, Pet Water Bowl
+
   |name   = Farmhouse Fixes
   |author   = Mizzion
+
   |author = CyanFire
   |id       = mizzion.petwaterbowl
+
   |id     = CF.FarmhouseFixes
   |nexus id = 2009
+
   |nexus  = 16507
   |moddrop id = 661365
+
   |github =
   |github   = Mizzion/MyStardewMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Water Retaining Field
+
   |name   = Farmhouse Redone
   |author   = Digus
+
   |author = MabelSyrup
   |id       = DIGUS.WaterRetainingFieldMod
+
   |id     = mabelsyrup.farmhouse
   |nexus id = 2374
+
   |nexus   = 3731
   |github  = Digus/StardewValleyMods
+
   |github = mjSurber/FarmHouseRedone
 +
 
 +
   |broke in = Stardew Valley 1.5
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Waterproof Items
+
   |name   = Farmhouse Visits
   |author   = Esca, Esca-MMC
+
   |author = mistyspring
   |id       = Esca.WaterproofItems
+
   |id     = mistyspring.farmhousevisits
   |nexus id = 6460
+
   |nexus  = 12457
   |moddrop id = 807393
+
   |github = misty-spring/StardewMods
   |github   = Esca-MMC/WaterproofItems
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Weapon Reskinner
+
   |name   = Farm Hub
   |author   = spacechase0
+
   |author = Platonymous
   |id       = spacechase0.WeaponReskinner
+
   |id     = Platonymous.FarmHub
   |nexus id = 5095
+
   |nexus   = 2309
   |moddrop id = 771681
+
  |github  = Platonymous/Stardew-Valley-Mods
   |github   = spacechase0/WeaponReskinner
+
 
 +
   |broke in = Stardew Valley 1.4
 +
   |status   = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wear More Rings
+
   |name   = Farm Icons on Load Screen
   |author   = bcmpinc
+
   |author = b1rdyw1rdy
   |id       = bcmpinc.WearMoreRings
+
   |id     = b1rdyw1rdy.FarmIconOnLoadScreen
   |nexus id = 3214
+
   |nexus   = 24344
   |github   = bcmpinc/StardewHack
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Weather Illnesses
+
   |name   = Farming Tools Patch
   |author   = Sakorona
+
   |author = Torsang
   |id       = KoihimeNakamura.WeatherIllnesses
+
   |id     = torsang.farmingtoolspatch
   |nexus id = 2210
+
   |nexus  = 24066
   |moddrop id = 664153
+
   |github = Torsang/FarmingToolsPatch
   |github   = Sakorona/SDVMods
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Weather Controller
+
   |name   = Farm in Paradise, Textura de Neve
   |author   = EvilPdor
+
   |author = BrasileiroTop, LKboss
   |id       =  
+
   |id     = LKboss.TexturaNeve
   |nexus id =
+
   |nexus  = 13594
   |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   = Farm in the Sky, Fundo
   |author   = Opalie
+
   |author = BrasileiroTop
   |id       = Opalie.Wedding
+
   |id     = BrasileiroTop.Fundo
   |nexus id =  
+
   |nexus   = 5423
   |moddrop id = 526231
+
   |github  =
   |github  = Opalie/Wedding
+
 
 +
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = What Are You Missing
+
   |name   = Farm Rearranger
   |author   = PrivateButtface
+
   |author = Cherry & cel10e
   |id       = PrivateButtface.WhatAreYouMissing
+
   |id     = cel10e.Cherry.FarmRearranger
   |nexus id = 4430
+
   |nexus   = 5142
   |github   = LukeSeewald/PublicStardewValleyMods
+
  |moddrop = 716395
 +
   |github = ChroniclerCherry/stardew-valley-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = What Farm Cave, WhatAMush
+
   |name   = Farm Resource Generator
   |author   = Oxyligen
+
   |author = jwdred
   |id       = WhatAMush
+
   |id     =
   |nexus id = 1097
+
   |nexus   = 647
   |github   =  
+
   |github =
  
   |broke in = Stardew Valley 1.3
+
   |broke in = SMAPI 2.0
 
   |status  = workaround
 
   |status  = workaround
   |summary  = use {{nexus mod|3740|Which Farm Cave Redux}} instead.
+
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Farm Tablet
 +
  |author  = boneskull
 +
  |id      = com.boneskull.farm-tablet
 +
  |nexus   = 16447
 +
  |github  = Floogen/AlternativeTextures
 +
 
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = wHats Up
+
   |name   = Farm to Table Ready Meals
   |author   = Oxyligen
+
   |author = Speshkitty
   |id       = wHatsUp
+
   |id     = speshkitty.farmtotablereadymeals
   |nexus id = 1082
+
   |nexus   = 7148
   |github   =  
+
   |github = Speshkitty/FarmToTableReadyMeals
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Where's My Items?
+
   |name   = Farmtronics
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Joe Strout
   |id       = f4iTh.WheresMyItems
+
   |id     = strout.farmtronics
   |nexus id = 2086
+
   |nexus   = 10634
   |github   =  
+
   |github = JoeStrout/Farmtronics
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wind Effects
+
   |name   = Farm Type Manager
   |author   = CatCattyCat
+
   |author = Esca, Esca-MMC
   |id       = cat.windeffects
+
   |id     = Esca.FarmTypeManager
   |nexus id = 6647
+
   |nexus   = 3231
   |github   = danvolchek/StardewMods
+
  |moddrop = 598755
 +
   |github = Esca-MMC/FarmTypeManager
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Window Resize
+
   |name   = Farm Warps Patch
   |author   = thatnzguy
+
   |author = tlitookilakin
   |id       = thatnzguy.WindowResize
+
   |id     = tlitookilakin.farmwarpspatch
   |nexus id = 2266
+
   |nexus   = 8236
   |github  = thatnzguy/WindowResize
+
  |moddrop = 926207
 +
   |github = tlitookilakin/FarmWarpsPatch
 +
 
 +
   |status  = obsolete
 +
  |summary = remove this mod (bug was fixed in Stardew Valley 1.5.5).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Winter Grass
+
   |name   = Fashion Sense
   |author   = CatCattyCat, Cat
+
   |author = PeacefulEnd
   |id       = cat.wintergrass
+
   |id     = PeacefulEnd.FashionSense
   |nexus id = 1601
+
  |curse  = 870933
   |github   = danvolchek/StardewMods
+
   |nexus   = 9969
 +
   |github = Floogen/FashionSense
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Witcher Mod
+
   |name   = Fashion Sense Outfits
   |author   = aedenthorn
+
   |author = nihilistzsche
   |id       = Aedenthorn.WitcherMod
+
   |id     = nihilistzsche.FashionSenseOutfits
   |nexus id = 5797
+
   |nexus   = 18384
   |github   = aedenthorn/StardewValleyMods
+
   |github = nihilistzsche/FashionSenseOutfits
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wizard's Mystical Stationary
+
   |name   = Fast Animations
   |author   = Taskmaster
+
   |author = Pathoschild
   |id       = Taskmaster.WizardsMysticalStationary
+
   |id     = Pathoschild.FastAnimations
   |nexus id = 5246
+
  |curse  = 957496
   |github   =  
+
   |nexus   = 1089
 +
  |moddrop = 606631
 +
   |github = Pathoschild/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wonderful Farm Life
+
  |name    = Fast Control Input
   |author  = Jinxiewinxie and TaintedWheat
+
  |author  = weizinai
   |id      = WonderfulFarmLife
+
  |id      = weizinai.FastControlInput
   |nexus id =  
+
  |nexus  = 24324
   |url     = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
+
  |github  = weizinai/StardewValleyMods
   |github   = Jinxiewinxie/StardewValleyMods
+
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
   |name   = Fast Eat
 +
   |author = Zexu2K
 +
   |id      = Zeux2K.FastEat
 +
   |moddrop = 1591432
 +
   |nexus   = 25080
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Faster Events
 +
  |author  = libaryaddict
 +
   |id     = libraryaddict.FasterEvents
 +
  |nexus  = 7631
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Faster Grass
 +
  |author  = IceGladiador
 +
  |id      = IceGladiador.FasterGrass
 +
  |nexus  = 1772
 +
   |github =
  
   |broke in           = Stardew Valley 1.1 or 1.11
+
   |broke in = SMAPI 3.0
<!--
+
   |status  = workaround
   |unofficial version = 1.0.1-unofficial.3-pathoschild
+
   |summary  = use [[#Grass Growth|Grass Growth]] instead.
   |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     = Working Fireplace
+
   |name   = Faster Horse
   |author   = jahangmar
+
   |author = kibbe
   |id       = jahangmar.WorkingFireplace
+
   |id     = kibbe.faster_horse
   |nexus id = 3654
+
   |nexus   = 2791
   |github   = jahangmar/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = X
+
   |name   = Faster Paths
   |author   = skiilaa
+
   |author = Entoarox
   |id       = skiilaa.X
+
   |id     = Entoarox.FasterPaths, 615f85f8-5c89-44ee-aecc-c328f172e413<!--changed in 1.3-->
   |nexus id = 2286
+
   |nexus   = 2277
   |github   =  
+
  |chucklefish = 3641
 +
   |github = Entoarox/StardewMods
  
  |broke in = Stardew Valley 1.3.20
 
}}
 
{{/entry
 
  |name    = XNB Loader
 
  |author  = Entoarox
 
  |id      = Entoarox.XnbLoader
 
  |nexus id = 2275
 
  |chucklefish id = 4506
 
  |github  = Entoarox/StardewMods
 
 
   |warnings = Broken on Android (needs Entoarox Framework which crashes on startup).
 
   |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     = Yet Another Harvest With Scythe Mod, Harvest With Scythe
+
   |name   = Faster Path Speed
   |id      = bcmpinc.HarvestWithScythe
+
   |author  = gaussfire
   |nexus id = 2731
+
   |id     = gaussfire.FasterPathSpeed
   |author   = bcmpinc
+
   |nexus   = 9344
   |github   = bcmpinc/StardewHack
+
   |github = alanperrow/StardewModding
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = You've Got Mail - Twitch Integration
+
   |name   = Faster Run
   |author   = Jaredlll08, YGM Team
+
   |author = KathrynHazuka
   |id       = YGM.SDVMod
+
   |id     = KathrynHazuka.FasterRun
   |curseforge id  = 308005
+
   |nexus   = 733
   |curseforge key = youve-got-mail-twitch-integration
+
   |github = KathrynHazuka/StardewValley_FasterRun
  |nexus id =  
 
   |github   =  
 
  
   |broke in = Stardew Valley 1.4
+
   |broke in = SMAPI 2.0
   |dev note = incompatibility possibly due to Bookcase
+
   |status  = workaround
 +
  |summary  = use [[#Auto Speed|Auto Speed]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = zDailyIncrease
+
   |name   = Faster Transition
   |author   = thakyZ
+
   |author = Kumagabear
   |id       = zdailyincrease
+
   |id     = Kumagabear.FasterTransition
   |nexus id =
+
   |nexus  = 19584
   |chucklefish id = 4247
+
   |github = DotSharkTeeth/StardewValleyMods
   |github   = thakyZ/zDailyIncrease
 
 
 
  |broke in = Stardew Valley 1.3
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Zombie Outbreak
+
   |name   = Faster Trees
   |author   = aedenthorn
+
   |author = Krutonium
   |id       = aedenthorn.ZombieOutbreak
+
   |id     = ca.krutonium.fastertrees
   |nexus id = 6743
+
   |nexus   = 21952
   |github   = aedenthorn/StardewValleyMods
+
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Zoom Level Keybinding
+
   |name   = Fast Fish Ponds (and Rebalancing), Fast Fish Pond
   |author   = GuiNoya, Yesst
+
   |author = zeldela
   |id       = GuiNoya.ZoomLevelKeybind
+
   |id     = zeldela.FastFishPond
   |nexus id = 1621
+
   |nexus   = 14005
   |github   = GuiNoya/SVMods
+
   |github = zeldela/sdv-mods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Zoom Mod / Zoom Out Extreme
+
   |name   = Fast Forward
   |author   = RockinRolla
+
   |author = crazywig
   |id       = RockinMods.ZoomMod
+
   |id     = crazywig.FastForward
   |nexus id = 1326
+
   |nexus   = 7413
   |github   = rockinrolla/ZoomMod
+
   |github =
  
   |broke in           = Stardew Valley 1.3.33
+
   |broke in = Stardew Valley 1.6.4
  |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
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Zoomy Farmer
+
   |name   = Fast Geode, Instant Geodes
   |author   = Geko_X
+
   |author = ofmanynames
   |id       = gekox.zoomyFarmer
+
   |id     = InstantGeode
   |nexus id = 6031
+
   |nexus   = 750
   |github   =
+
   |github =
  |source  = https://gitlab.com/geko_x/stardew-mods
 
}}
 
|}
 
<div class="game-stable-version" style="display:none;">{{version|link=0}}</div><div class="game-beta-version" style="display:none;">{{version|beta|link=0}}</div>
 
  
===SMAPI mods (obsolete)===
+
  |broke in = Stardew Valley 1.2
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.
 
 
 
{| class="wikitable sortable plainlinks" id="mod-list"
 
|- 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
 +
  |summary  = remove this mod (no longer maintained; use [[#Fast Animations|Fast Animations]] instead).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = AFK Timer, AFK Idle Timer
+
   |name   = Fast Loads
   |author   = CKextreme
+
   |author = spajus
   |id       = CKextreme.AfkTimer
+
   |id     = spajus.fastloads
   |nexus id = 3721
+
   |nexus   = 19454
   |github   = CKextreme/StardewValley-Mods
+
   |github = spajus/stardew-valley-fast-loads
   |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Aging Mod
+
   |name   = Fast Parrot Express Animation
   |author   = skn
+
   |author = ErikShun, QuickNutz
   |id       = skn.AgingMod
+
   |id     = ErikShun.FastParrotExpressAnimation<!-- changed in 1.0.0 -->, YourName.YourProjectName
   |nexus id = 1129
+
   |moddrop = 1490579
   |github   =  
+
   |nexus   = 19634
   |broke in = SMAPI 2.0
+
   |github =
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = All Crops All Seasons
+
   |name   = Fast Petting
   |author   = cantorsdust
+
   |author = DerTod2
   |id       = cantorsdust.AllCropsAllSeasons, community.AllCropsAllSeasons, 29ee8246-d67b-4242-a340-35a9ae0d5dd7<!--changed in 1.5 and 1.3-->
+
   |id     = de.dertod2.FastPetting
   |nexus id = 170
+
   |nexus   = 5039
   |github   = cantorsdust/StardewMods
+
   |github  =
  |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   = Fast Travel
   |author   = Grant Peters
+
   |author = Death, DeathGameDev
   |id       = GPeters-AnimalMoodFix
+
   |id     = DeathGameDev.FastTravel
   |nexus id = 761
+
   |nexus   = 1529
   |github   =  
+
   |github = DeathGameDev/SDV-FastTravel
   |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   = FauxCore
   |author   = funny-snek
+
   |author = LeFauxMatt
   |id       = FunnySnek.AntiCheatClient, anticheatviachat.anticheatviachat<!--changed in 7.3-->
+
   |id     = furyx639.FauxCore
   |nexus id = 2887
+
   |moddrop = 1547213
   |github   = funny-snek/anticheat-and-servercode
+
   |curse   = 998273
   |status   = obsolete
+
   |nexus   = 20618
   |summary = remove this mod (only needed on the host now).
+
   |github = LeFauxMatt/StardewMods
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Archaeology House Content Management Helper
+
   |name   = Feeling Lucky?
   |author   = Felix-Dev
+
   |author = minervamaga
   |id       = Felix-Dev.ArchaeologyHouseContentManagementHelper
+
   |id     = minervamaga.FeelingLucky
   |nexus id = 2804
+
   |nexus   =
   |github  = Felix-Dev/StardewMods
+
   |moddrop = 752859
   |broke in = Stardew Valley 1.4
+
   |github  = minervamaga/FeelingLucky
  |status  = obsolete
+
 
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto-Grabber Mod
+
   |name   = Fellowship - Immersive Rings
   |author   = Jotser
+
   |author = DaLion
   |id       = Jotser.AutoGrabberMod
+
   |id     = DaLion.ImmersiveRings
   |nexus id = 2783
+
   |nexus   = 11380
   |github   =  
+
   |github =
   |status   = abandoned
+
 
  |summary  = remove this mod (no longer maintained; use [[#Deluxe Auto-Grabber|Deluxe Auto-Grabber]] instead).
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Auto Stack Items to Chest
+
   |name   = Fence Expanded, More Fences
   |author   = Chosimba
+
   |author = Zexu2K
   |id       = Chosimba.AutoStackItemsToChest
+
   |id     = Zexu2K.Fence.Expanded.C
   |nexus id = 2307
+
   |nexus   = 27296
   |github   =
+
   |github  =
  |broke in = SMAPI 3.0
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Baby Gender Interface
+
   |name   = Ferngill Dynamic Rain
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Sakorona, Kylindra, KoihimeNakamura
   |id       = f4iTh.BabyGenderInterface
+
   |id     = KoihimeNakamura.DynamicRainAndWind
   |nexus id = 1947
+
   |nexus   = 604
   |github   =  
+
  |moddrop = 664033
   |broke in = Stardew Valley 1.4
+
   |github = Sakorona/SDVMods
  |status  = abandoned
+
 
  |summary  = remove this mod (no longer maintained; use [[#Family Planning|Family Planning]] instead).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bee House Flower Range Fix
+
   |name   = Ferngill Fashion Festival, FashionFestivalSMAPI
   |author   = KirbyLink
+
   |author = UNA
   |id       = kirbylink.beehousefix
+
   |id     = UNA.FashionFestivalSMAPI
   |nexus id = 3013
+
   |nexus   = 17404
   |github   = KirbyLink/BeeHouseFix
+
   |github  =
  |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     = Better Crafting
+
   |name   = Ferngill Revenue Service
   |author   = RedstoneBoy
+
   |author = KarratKake
   |id       = RedstoneBoy.BetterCrafting
+
   |id     = KarratKake.FerngillRevenueService
   |nexus id = 2504
+
   |nexus   = 7566
   |github   = RedstoneBoy/BetterCrafting
+
   |github =
  |status  = abandoned
 
  |broke in = Stardew Valley 1.4
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Better Transmutation
+
   |name   = Ferngill Simple Economy
   |author   = f4iTh, JertsukkaTheMan
+
   |author = Paul Steele
   |id       = f4iTh.BetterTransmutation
+
   |id     = paulsteele.fse
   |nexus id = 2120
+
   |nexus   = 21414
   |github   =
+
   |github  = Annosz/UIInfoSuite2
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use {{nexus mod|3142|Crafting Recipes Expanded}} or {{nexus mod|5996|More Bar Transmutation}}  instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Capsule Mod
+
   |name   = Ferris the Rustacean
   |author   = BunnyJumps
+
   |author = Hackswell
   |id       = BunnyJumps.BJSCapsuleMod
+
   |id     = hackswell.FerrisTheRustacean
   |nexus id = 2502
+
   |nexus   = 26654
   |github   =
+
   |github =
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS MP Kick Mod
+
   |name   = Fertilizer Anytime
   |author   = BunnyJumps
+
   |author = stoobinator, lefthandedkid
   |id       = BunnyJumps.BJSMPKickMenu
+
   |id     = stoobinator.fertilizeranytime
   |nexus id = 2503
+
   |nexus   = 7259
   |github   =  
+
   |github = stoobinator/Stardew-Valley-Fertilizer-Anytime
   |broke in = Stardew Valley 1.3.29
+
 
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |status  = workaround
 +
   |summary  = use [[#Ultimate Fertilizer|Ultimate Fertilizer]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Night Sounds
+
   |name   = Fertilizer Bubbles
   |author   = BunnyJumps
+
   |author = temisthem
   |id       = BunnyJumps.BJSNightSounds
+
   |id     = tem696969696969.FertilizerBubbles
   |nexus id = 2501
+
   |nexus   = 23307
   |github   =  
+
   |github = kqrse/StardewValleyMods
  |broke in = SMAPI 2.8
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Only Treasure Room
+
   |name   = Festival End Time Tweak
   |author   = BunnyJumps
+
   |author = KirbyLink
   |id       = BunnyJumps.BJSOnlyTreasureRoom
+
   |id     = kirbylink.festivalendtimetweak
   |nexus id = 3145
+
   |nexus   = 2966
   |github  =  
+
   |github = KirbyLink/FestivalEndTimeTweak
   |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     = BJS Plant Everywhere
+
   |name   = Festival of the Mundane
   |author   = BunnyJumps
+
   |author = MouseyPounds, MouseyPounds and Mr. Podunkian
   |id       = BunnyJumps.BJSPlantEverywhere
+
   |id     = MouseyPounds.ShadowFestival
   |nexus id = 3143
+
   |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     = BJS Stop Grass
+
   |name   = FeTK - Stardew-Valley Toolkit
   |author   = BunnyJumps
+
   |author = Felix-Dev
   |id       = BunnyJumps.BJSStopGrass
+
   |id     = Felix-Dev.FeTK
   |nexus id = 2500
+
   |nexus   = 4403
   |github   =  
+
   |github = Felix-Dev/StardewMods
   |broke in = Stardew Valley 1.3.29
+
 
   |status  = abandoned
+
   |broke in = Stardew Valley 1.4
 +
<!--
 +
   |unofficial version = 1.0.1-unofficial.2-digus
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = BJS Thunderstorm
+
   |name   = Field Harvest
   |author   = BunnyJumps
+
   |author = aedenthorn, Erinthe
   |id       = BunnyJumps.BJSThunderStorm
+
   |id     = aedenthorn.FieldHarvest
   |nexus id = 3144
+
  |curse  = 868787
   |github   =  
+
   |nexus   = 11019
   |broke in = SMAPI 3.0
+
   |github = aedenthorn/StardewValleyMods
  |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Blue Chickens in Multiplayer
+
   |name   = Field Harvest Redux
   |author   = WindHero
+
   |author = Prism 99
   |id       = WindHero.BlueChickensInMultiplayer
+
   |id     = prism99.aedenthorn.FieldHarvest
   |nexus id = 2336
+
   |nexus   = 21703
   |github  = HeroOfTheWinds/BlueChickensInMultiplayer
+
   |github =
   |broke in = Stardew Valley 1.3
+
}}
   |status   = obsolete
+
{{#invoke:SMAPI compatibility|entry
   |summary = remove this mod (bug was only present during 1.3 beta and was fixed in 1.3.19).
+
  |name    = Field Works
 +
   |author  = ChiroxT
 +
   |id      = treinke.FieldWorks
 +
   |nexus   = 17267
 +
   |github =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Bwdyworks
+
   |name   = Fighting With NPCs
   |author   = bwdy
+
   |author = Edu Anttunes
   |id       = bwdyworks
+
   |id     = EduAnttunes.FightingWithNPCs
   |nexus id = 3530
+
   |nexus   = 5865
   |github   =  
+
   |github = eduanttunes/sv_fighting_with_npcs
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Capitalist Split Money
+
   |name   = File Replacer
   |author   = Ilyaki
+
   |author = certifiableGrimalkin
   |id       = Ilyaki.CapitalistSplitMoney
+
   |id     = certifiableGrimalkin.FileReplacer
   |nexus id = 3083
+
   |nexus   = 17553
   |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   = Filtered Chest Hopper
   |author   = CJBok
+
   |author = Shivion
   |id       = CJBAutomation
+
   |id     = shivion.FilteredChestHopper
   |nexus id = 211
+
   |nexus   = 21730
   |github   = CJBok/SDV-Mods
+
   |github = Shivion/StardewValleyMods
  |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     = Clock24
+
   |name   = Find Object Mod
   |author   = Lysero
+
   |author = Tran Minh Thong
   |id       = Lysero.Clock24
+
   |id     = find.object.mod
   |nexus id = 3718
+
   |nexus   = 8594
   |github   =
+
   |github  =
  |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   = Fine&#44; I'll Go Make My Own Seeds<!--manifest-->, Fine I Will Go Make My Own Seeds<!--Nexus-->
   |author   = spacechase0
+
   |author = HaulinOats
   |id       = spacechase0.Cobalt
+
   |id     = HaulinOats.FineIWillGoMakeMyOwnSeeds
   |nexus id = 1723
+
   |nexus  = 13944
   |chucklefish id = 5139
+
   |github =
   |github   = spacechase0/Cobalt
+
 
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Prismatic Tools|Prismatic Tools]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Colored Chests
+
   |name   = Fireballs!
   |author   = Igorious
+
   |author = aurnj, Roy Li
   |id       = 4befde5c-731c-4853-8e4b-c5cdf946805f
+
   |id     = RoyLi.Fireballs
   |nexus id =  
+
   |nexus   =
   |chucklefish id = 3684
+
   |url    = https://community.playstarbound.com/threads/fireballs.129346
   |github   =  
+
   |github =
   |broke in = Stardew Valley 1.1
+
 
  |status  = obsolete
+
   |broke in = SMAPI 2.0
  |summary  = remove this mod (colored chests added in Stardew Valley 1.1).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Concentration on Farming
+
   |name   = Fire Breath
   |author   = punyo, yakminepunyo
+
   |author = aedenthorn, Erinthe
   |id       = punyo.ConcentrationOnFarming
+
   |id     = aedenthorn.FireBreath
   |nexus id = 1445
+
  |curse  = 868871
   |github   =  
+
   |nexus   = 7311
   |broke in = Stardew Valley 1.3
+
   |github = aedenthorn/StardewValleyMods
   |status   = abandoned
+
 
 +
   |broke in           = Stardew Valley 1.6
 +
   |unofficial version = 0.1.1-unofficial.2-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#FireBreath
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Configurable Shipping Dates
+
   |name   = Fire Crackers, Firecracker Mod
   |author   = Nishtra
+
   |author = MindMeltMax
   |id       = ConfigurableShippingDates
+
   |id     = MindMeltMax.FireCracker
   |nexus id = 675
+
   |nexus   = 7321
   |github   =  
+
   |github =
  |broke in = SMAPI 2.0
+
 
   |status   = abandoned
+
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Copy Invite Code
+
   |name   = Fireworks Festival
   |author   = CatCattyCat, Cat
+
   |author = violetlizabet
   |id       = cat.copyinvitecode
+
   |id     = violetlizabet.FireworksFestival
   |nexus id = 2171
+
   |nexus   = 15261
   |github   = danvolchek/StardewMods
+
   |github = elizabethcd/FireworksFestival
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.3.17).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craft Counter
+
   |name   = Fischievements
   |author   = bcmpinc
+
   |author = MattDeDuck, Duckshard
   |id       = bcmpinc.CraftCounter
+
   |id     = MattDeDuck.Fischievements
   |nexus id = 2739
+
   |nexus   = 3658
   |github   = bcmpinc/StardewHack
+
   |github =
 +
 
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
   |status  = obsolete
+
   |status  = abandoned
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Craft Priority
+
   |name   = FishDex
   |author   = trienow
+
   |author = rupak0577
   |id       = de.trienow.stardew.craftpriority
+
   |id     = rupak0577.FishDex
   |nexus id = 4174
+
   |nexus   =
   |github   = trienow/Stardew-CraftPriority
+
   |github = rupak0577/FishDex
   |status  = obsolete
+
   |url    = {{github|rupak0577/FishDex}}
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crafting Counter
+
   |name   = Fish Exclusions
   |author   = lolpcgaming
+
   |author = GZhynko
   |id       = lolpcgaming.CraftingCounter
+
   |id     = GZhynko.FishExclusions
   |nexus id = 1585
+
   |nexus   = 7782
   |github   =
+
   |github  = gzhynko/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   = Fish Finder
   |author   = bwdy
+
   |author = Aair, AairTheGreat
   |id       = bwdy.creeperforage, bawdybytes.creeperforage<!--changed in 0.8-->
+
   |id     = AairTheGreat.FishFinder
   |nexus id = 2115
+
   |nexus   = 5011
   |github   =
+
   |github  = AairTheGreat/StardewValleyMods
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Personal Effects|Personal Effects]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Crop Safety
+
   |name   = Fish Info
   |author   = BadNetCode
+
   |author = Speshkitty
   |id       = BadNetCode.CropSafety
+
   |id     = speshkitty.fishinfo
   |nexus id = 1233
+
   |nexus  = 5452
   |moddrop id = 130160
+
   |github = Speshkitty/FishInfo
   |github   =  
 
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Current Location
+
   |name   = Fishing Adjust
   |author   = Omegasis, AlphaOmegasis
+
   |author = Shuai Zhang
   |id       = CurrentLocation102120161203
+
   |id     = shuaiz.FishingAdjustMod
   |nexus id = 638
+
   |nexus   = 1350
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = hcoona/StardewValleyMods
   |broke in = Stardew Valley 1.3
+
 
   |status  = abandoned
+
   |broke in = SMAPI 2.6
   |summary  = remove this mod (no longer maintained; use [[#Debug Mode|Debug Mode]] instead).
+
   |status  = workaround
 +
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Fishing Assistant 2<!--changed in 2.0.0-->, Fishing Assistant
 +
  |author  = ChibiKyu, KilZenc
 +
  |id      = ChibiKyu.FishingAssistant2<!--changed in 2.0.0-->, KilZenc.FishingAssistant
 +
  |nexus  = 5815
 +
  |github  =
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Crops
+
   |name   = Fishing Automaton
   |author   = spacechase0
+
   |author = Drynwynn, thepaladinknight
   |id       = spacechase0.CustomCrops
+
   |id     = Drynwynn.FishingAutomaton
   |nexus id = 1592
+
   |nexus  = 2527
  |chucklefish id = 5070
+
   |github = Drynwynn/StardewValleyMods
   |moddrop id = 273617
+
 
   |github   = spacechase0/CustomCrops
+
   |broke in = SMAPI 2.8
   |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   = Fishing Chests Expanded
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.CustomElementHandler
+
   |id     = aedenthorn.FishingChestsExpanded
   |nexus id = 1068
+
  |curse  = 868866
   |github   = Platonymous/Stardew-Valley-Mods
+
   |nexus   = 7694
   |broke in = Stardew Valley 1.3
+
   |github = aedenthorn/StardewValleyMods
   |status  = abandoned
+
 
   |summary  = remove this mod (no longer maintained; use [[#PyTK|PyTK]] instead).
+
   |broke in           = Stardew Valley 1.6<!--@retest-after Advanced Loot Framework-->
 +
   |unofficial version = 0.4.3-unofficial.3-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#FishingChestsExpanded
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Farm Types
+
   |name   = Fishing Don't Stop Time
   |author   = spacechase0
+
   |author = LyzzCL
   |id       = spacechase0.CustomFarmTypes
+
   |id     = LyzzCL.FishDontStopTime
   |nexus id = 1140
+
   |nexus  = 26186
  |chucklefish id = 4705
+
   |github  =
   |moddrop id = 128708
 
   |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   = Fishing Info Overlays
   |author   = EpicBellyFlop45
+
   |author = barteke22
   |id       = EpicBellyFlop45.CustomizeCursorSprite
+
   |id     = barteke22.FIshingInfoOverlays
   |nexus id = 3014
+
   |nexus   = 8970
   |github   = EpicBellyFlop45/StardewMods
+
   |github = barteke22/StardewMods
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom NPC
+
   |name   = Fishing Logbook
   |author   = Platonymous
+
   |author = M3ales
   |id       = Platonymous.CustomNPC
+
   |id     = FishingLogbook
   |nexus id = 1607
+
   |nexus   =
   |github   = Platonymous/Stardew-Valley-Mods
+
  |curse  = 299792
   |broke in = Stardew Valley 1.3
+
   |github = M3ales/FishingLogbook
  |status  = abandoned
+
 
  |summary  = remove this mod (no longer maintained; use [[#Content Patcher|Content Patcher]] instead).
+
   |broke in = Stardew Valley 1.4<!--@retest-after Bookcase-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Shirts
+
   |name   = Fishing Minigames
   |author   = Platonymous
+
   |author = barteke22 (Here Fishy base by aedenthorn)
   |id       = Platonymous.CustomShirts
+
   |id     = barteke22.FisingMinigames
   |nexus id = 2416
+
   |nexus   = 9345
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = barteke22/StardewMods
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Json Assets|Json Assets]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom Shops Redux
+
   |name   = Fishing Minigames, Fishing Minigames (Alternatives and Here Fishy)
   |author   = Omegasis, Alpha_Omegasis
+
   |author = barteke22
   |id       = Omegasis.CustomShopReduxGui
+
   |id     = barteke22.FishingMinigames
   |nexus id = 1378
+
   |nexus   = 9345
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = barteke22/StardewMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
   |status   = abandoned
+
}}
   |summary = remove this mod (no longer maintained; use [[#Shop Tile Framework|Shop Tile Framework]] + [[#TMXL Map Toolkit|TMXL Map Toolkit]] instead).
+
{{#invoke:SMAPI compatibility|entry
 +
   |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
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Custom TV
+
   |name   = Fishing Nets → Better Crafting
   |author   = Platonymous
+
   |author = MindMeltMax
   |id       = Platonymous.CustomTV
+
   |id     = MindMeltMax.Fishnets.BetterCrafting
   |nexus id = 1139
+
   |nexus   = 13819
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = MindMeltMax/Stardew-Valley-Mods
   |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   = Fishing Nets<!--Nexus-->, Fishnets<!--manifest-->
   |author   = dreamsicl
+
   |author = MindMeltMax
   |id       = EventNotifications
+
   |id     = MindMeltMax.Fishnets
   |nexus id =  
+
   |curse  = 1004486
   |chucklefish id = 3621
+
   |nexus  = 13819
   |github  =  
+
   |moddrop = 1247514
   |broke in = Stardew Valley 1.2?
+
   |github  = MindMeltMax/Stardew-Valley-Mods
   |status  = abandoned
+
}}
   |summary = remove this mod (no longer maintained; use [[#Stardew Notifications|Stardew Notifications]] instead).
+
{{#invoke:SMAPI compatibility|entry
<!--
+
   |name    = Fishing Practice
   |unofficial url    = https://community.playstarbound.com/attachments/eventnotifications-1-2-1-unofficial-3-f4ith-zip.201340
+
   |author = BlaDe
   |unofficial version = 1.2.1-unofficial.3-f4ith
+
  |id      = BlaDe.FishingPractice
-->
+
  |nexus  = 4157
 +
   |github  =
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Daily Quest Anywhere
+
   |name   = Fishing Progression
   |author   = Omegasis, Alpha_Omegasis
+
   |author = ChadlyMasterson
   |id       = Omegasis.DailyQuestAnywhere, DailyQuest<!--changed in 1.4-->
+
   |id     = chadlymasterson.fishingprogression
   |nexus id = 513
+
   |nexus   = 18749
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = chudders1231/SDV-FishingProgression
  |status  = abandoned
+
 
   |summary  = remove this mod (no longer maintained; use [[#Billboard Anywhere|Billboard Anywhere]] instead).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Desert Obelisk
+
   |name   = Fishing Tackle Tooltips
   |author   = CatCattyCat, Cat
+
   |author = BarleyZP
   |id       = cat.desertobelisk
+
   |id     = BarleyZP.FishingTackleTooltip
   |nexus id = 2021
+
   |nexus   = 24751
   |github   = danvolchek/StardewMods
+
   |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     = Emotes
+
   |name   = Fishing Trawler
   |author   = aurnj, Roy Li
+
   |author = PeacefulEnd
   |id       = RuyiLi.Emotes
+
   |id     = PeacefulEnd.FishingTrawler
   |nexus id =  
+
   |curse  = 870942
   |url      = https://community.playstarbound.com/threads/emotes.129159
+
   |nexus  = 8406
   |github   =  
+
   |github = Floogen/FishingTrawler
   |broke in = Stardew Valley 1.3
+
 
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |status  = workaround
 +
   |summary  = use [[#Fishing Trawler - New Horizons|Fishing Trawler - New Horizons]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Extreme Fishing Overhaul
+
   |name   = Fishing Trawler - New Horizons
   |author   = unidarkshin, Devin Lematty
+
   |author = PeacefulEnd
   |id       = DevinLematty.ExtremeFishingOverhaul
+
   |id     = PeacefulEnd.FishingTrawler.NewHorizons
   |nexus id = 2212
+
   |curse   = 870923
  |github   = unidarkshin/Stardew-Mods
+
   |nexus   = 15941
   |status   = abandoned
+
   |github = Floogen/FishingTrawler
   |summary = remove this mod (no longer maintained).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Farm Hub
+
   |name   = Fishing Treasure Spawner
   |author   = Platonymous
+
   |author = jangofett4
   |id       = Platonymous.FarmHub
+
   |id     = jangofett4.fishingtreasurespawner
   |nexus id = 2309
+
   |nexus   = 18119
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = jangofett4/FishingTreasureSpawner
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fast Geode, Instant Geodes
+
   |name   = Fishing Tuner Redux
   |author   = ofmanynames
+
   |author = Hammurabi
   |id       = InstantGeode
+
   |id     = HammurabiFishingTunerRedux
   |nexus id = 750
+
   |nexus   =
   |github   =  
+
   |chucklefish = 4578
   |broke in = Stardew Valley 1.2
+
   |source  = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
   |status  = abandoned
+
 
   |summary  = remove this mod (no longer maintained; use [[#Fast Animations|Fast Animations]] instead).
+
  |dev note = source in download
 +
 
 +
   |broke in = Stardew Valley 1.3
 +
   |status  = workaround
 +
   |summary  = use [[#Fishing Mod|Fishing Mod]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fischievements
+
   |name   = Fish Me
   |author   = MattDeDuck, Duckshard
+
   |author = marikaefer
   |id       = MattDeDuck.Fischievements
+
   |id     = marikaefer.FishMe
   |nexus id = 3658
+
   |nexus   = 4756
   |github   = MattDeDuck/StardewValleyMods
+
   |github =
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fixed Secret Woods Debris, Woods Debris Fix
+
   |name   = Fish of Stardew
   |author   = f4iTh and Lita, JertsukkaTheMan
+
   |author = AztecViper
   |id       = f4iTh.WoodsDebrisFix
+
   |id     = aztecviper.fishOfStardewMod
   |nexus id = 1941
+
   |nexus   = 24870
   |github   =
+
   |github  = astecviper/AztecVipers-Fish-of-Stardew
  |broke in = Stardew Valley 1.4
 
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Fix Scythe Exp
+
   |name   = Fish Pond Colors, Legendary Fish Ponds
   |author   = bcmpinc
+
   |author = ButterBear, Memegician
   |id       = bcmpinc.FixScytheExp
+
   |id     = BB.FishPondColors
   |nexus id =
+
   |nexus  = 23449
  |github   = bcmpinc/StardewHack
+
   |github  =
   |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).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Get Dressed
+
   |name   = Fish Preview
   |author   = Advize and Jinxiewinxie
+
   |author = Jonqora
   |id       = Advize.GetDressed
+
   |id     = Jonqora.FishPreview
   |nexus id = 331
+
   |nexus   = 6303
   |github   = AdvizeGH/GetDressed
+
   |github = Jonqora/StardewMods
  
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.6
  |status  = obsolete
 
  |summary  = remove this mod (no longer maintained; use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Json Assets|Json Assets]] packs instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hamlet
+
   |name   = Fish Reminder
   |author   = Taskmaster
+
   |author = Mizzion
   |id       = Taskmaster.Hamlet
+
   |id     = mizzion.fishreminder
   |nexus id = 4601
+
   |nexus   = 3615
   |github   =  
+
  |moddrop = 661375
 +
   |github = Mizzion/MyStardewMods
  
   |status  = abandoned
+
   |broke in = Stardew Valley 1.6
  |summary  = remove this mod (no longer maintained).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Happy Animals
+
   |name   = Fish Spot Bait
   |author   = StarPeanut, Greger
+
   |author = aedenthorn, Erinthe
   |id       = HappyAnimals
+
   |id     = aedenthorn.FishSpotBait
   |nexus id =  
+
   |nexus   = 17581
   |url      = https://community.playstarbound.com/threads/happy-animals-1-0.126655
+
   |github  = aedenthorn/StardewValleyMods
  |github  =
+
 
   |broke in = SMAPI 2.0
+
   |broke in           = Stardew Valley 1.6
   |status  = obsolete
+
   |unofficial url    = {{github|Rogue-Toast/Aedenthorn-StardewValleyMods}}/releases
   |summary  = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
+
   |unofficial version = 0.1.2-unofficial.1-logophile
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = HD Sprites
+
   |name   = Fish Tank Bubble Toggle, Star Amy's Bubble Toggle
   |author   = ninthworld
+
   |author = StarAmy
   |id       = NinthWorld.HDSprites
+
   |id     = StarAmy.bubbletoggle
   |nexus id = 4024
+
   |nexus   = 13076
   |github   = ninthworld/HDSprites
+
   |github  =
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#Sprite Master|Sprite Master]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Hotbar Hotswap
+
   |name   = Fishy Blood Moon
   |author   = Jaredlll08
+
   |author = MattDeDuck, Duckshard
   |id       = BlameJared.HotbarHotswap
+
   |id     = MattDeDuck.FishyBloodMoon
   |nexus id =  
+
   |nexus   = 3725
   |curseforge id = 298033
+
   |github =
  |curseforge key = hotbar-hotswap
+
 
  |github  = jaredlll08/HotbarHotswap
+
   |broke in = Stardew Valley 1.6
   |broke in = SMAPI 3.0
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Infinite Inventory
+
   |name   = Fix Animal Tools
   |author   = unidarkshin, Devin Lematty
+
   |author = bcmpinc
   |id       = DevinLematty.InfiniteInventory
+
   |id     = bcmpinc.FixAnimalTools
   |nexus id = 2247
+
   |nexus   = 3215
   |github   = unidarkshin/Stardew-Mods
+
   |github = bcmpinc/StardewHack
  |broke in = Stardew Valley 1.3.29
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Junimo Farm
+
   |name   = Fix Categories in Recipes, Categories in Recipes
   |author   = Platonymous
+
   |author = Traktori
   |id       = Platonymous.JunimoFarm
+
   |id     = Traktori.CategoriesInRecipes
   |nexus id = 984
+
   |nexus   = 11400
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Traktori7/StardewValleyMods
   |broke in = Stardew Valley 1.3
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Keyboard Mod Menu
+
   |name   = Fix Dice
   |author   = Shadowfoxss
+
   |author = Ashley, bambimenot
   |id       = Shadowfoxss.KeyboardModMenu
+
   |id     = ashley.fixdice
   |nexus id = 3147
+
   |nexus   = 4556
   |curseforge id = 308891
+
   |github =
  |curseforge key = keyboard-mod-menu
+
 
  |github  =
+
   |broke in = Stardew Valley 1.4
   |broke in = SMAPI 3.0
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Kisekae
+
   |name   = Fixed Ginger Island Beach Garden Pots
   |author   = Kabigon
+
   |author = wilsoncwc
   |id       = Kabigon.kisekae
+
   |id     = wilsoncwc.IslandPotFix
   |nexus id = 2348
+
   |nexus   = 23934
   |github   = KabigonFirst/StardewValleyMods
+
   |github  =
  |broke in = Stardew Valley 1.3.29
 
  |status  = obsolete
 
  |summary = remove this mod (no longer maintained; use [[#Customize Anywhere|Customize Anywhere]] + [[#Get Glam|Get Glam]] + [[#Json Assets|Json Assets]] packs instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Leah Cabin Music Fix
+
   |name   = Fixed Secret Woods Debris, Woods Debris Fix
   |author   = Huanir
+
   |author = f4iTh and Lita, JertsukkaTheMan
   |id       = Huanir.LeahCabinMusicFix
+
   |id     = f4iTh.WoodsDebrisFix
   |nexus id = 2653
+
   |nexus   = 1941
   |github   =  
+
   |github =
 +
 
 
   |broke in = Stardew Valley 1.4
 
   |broke in = Stardew Valley 1.4
 
   |status  = obsolete
 
   |status  = obsolete
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
+
   |summary  = remove this mod (added in Stardew Valley 1.4).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Less Strict Over-Exertion, AntiExhaustion
+
   |name   = Fixed Weapons Damage
   |author   = Permamiss
+
   |author = BlueSight
   |id       = BALANCEMOD_AntiExhaustion
+
   |id     = BlueSight.FixedWeaponsDamage
   |nexus id = 637
+
   |nexus   = 19896
   |github   =  
+
   |github = Hikari-BS/StardewMods
  |broke in = SMAPI 2.0
+
 
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Location and Music Logger
+
   |name   = Fix Pig Random
   |author   = Brandy Lover, WDavi
+
   |author = atravita
   |id       = Brandy Lover.LMlog
+
   |id     = atravita.FixPigRandom
   |nexus id = 1366
+
  |curse  = 870967
   |github   =  
+
  |moddrop = 1294434
   |broke in = Stardew Valley 1.3
+
   |nexus   = 15003
  |status  = abandoned
+
   |github = atravita-mods/StardewMods
 +
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Makeshift Multiplayer
+
   |name   = Fix Scythe Exp
   |author   = spacechase0
+
   |author = bcmpinc
   |id       = spacechase0.StardewValleyMP, StardewValleyMP<!--changed in 0.3-->
+
   |id     = bcmpinc.FixScytheExp
   |nexus id = 501
+
   |nexus   =
   |chucklefish id = 3796
+
   |github  = bcmpinc/StardewHack
   |moddrop id = 127274
+
   |url    = https://github.com/bcmpinc/StardewHack/releases
  |github   = spacechase0/StardewValleyMP
+
 
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.3.25
 
   |status  = abandoned
 
   |status  = abandoned
 +
  |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.25).
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Message Box API, ChatMod
+
   |name   = Fix TVs on Custom Farm Types
   |author   = Kithio
+
   |author = mouse
   |id       = Kithio:ChatMod
+
   |id     = mouse.FixTVsOnCustomFarmTypes
   |nexus id =  
+
   |moddrop = 1194570
   |chucklefish id = 4296
+
   |nexus  = 12717
   |github   =  
+
   |github = notevenamouse/StardewMods
  |broke in = SMAPI 2.0
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = MoodFix
+
   |name   = Flamingo Breeding
   |author   = vaindil
+
   |author = BlaDe
   |id       = vaindil.MoodFix
+
   |id     = BlaDe.FlamingoBreeding
   |nexus id = 1809
+
   |nexus   = 12015
   |github   = vaindil/sdv-moodfix
+
   |github  =
  |status  = obsolete
 
  |summary = remove this mod (animal mood bugs fixed in Stardew Valley 1.3).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Mood Guard
+
   |name   = Flavored And Generic Fuel For Artisan Recipes, Extra Fuel Config
   |author   = YonKuma, kumarei
+
   |author = selph, zombifier
   |id       = YonKuma.MoodGuard
+
   |id     = selph.ExtraFuelConfig
   |nexus id = 1597
+
   |nexus   = 21086
   |github   = YonKuma/MoodGuard
+
   |github = zombifier/My_Stardew_Mods
  |broke in = Stardew Valley 1.3
 
  |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   = Flexible Arms
   |author   = Platonymous
+
   |author = bcmpinc
   |id       = Platonymous.MoreMapLayers
+
   |id     = bcmpinc.FlexibleArms
   |nexus id = 1134
+
   |nexus   = 20902
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = bcmpinc/StardewHack
  |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   = Flexible Sprinklers
   |author   = ylsama
+
   |author = Shockah
   |id       = ylsama.MoveThoughObject
+
   |id     = Shockah.FlexibleSprinklers
   |nexus id = 2680
+
   |nexus   = 10931
   |github   =
+
   |github = Shockah/Stardew-Valley-Mods
  |source  = https://github.com/ylsama/RightClickMoveMode/tree/MoveThoughObjects
 
  |dev note = source in separate Git branch
 
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Noclip Mode|Noclip Mode]] or [[#Passable Objects|Passable Objects]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Emotes
+
   |name   = Flip Buildings
   |author   = FerMod
+
   |author = mouahrara
   |id       = FerMod.MultiplayerEmotes
+
   |id     = mouahrara.FlipBuildings
   |nexus id = 2347
+
   |nexus   = 18444
   |github   = FerMod/StardewMods
+
   |github = mouahrara/FlipBuildings
  |broke in = Stardew Valley 1.4
 
  |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   = Floating Garden Pots
   |author   = Unremarkable, animavoro
+
   |author = aedenthorn, Erinthe
   |id       = unremarkable.fix-sellToStorePrice
+
   |id     = aedenthorn.FloatingGardenPots
   |nexus id = 2135
+
   |nexus   = 17582
   |github   = Unremarkable/Stardew-Valley-Multiplayer-Sell-Price-Fix
+
   |github = aedenthorn/StardewValleyMods
   |broke in = Stardew Valley 1.3.11
+
 
   |status  = obsolete
+
   |broke in           = Stardew Valley 1.6
   |summary  = remove this mod (bug was fixed in Stardew Valley 1.3.17).
+
   |unofficial version = 0.1.1-unofficial.1-mouahrara
 +
   |unofficial url    = {{github|mouahrara/aedenthorn}}#FloatingGardenPots
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Multiplayer Shaft Fix
+
   |name   = FLO - New Custom NPC, FlorenceMod
   |author   = Prince-Leto
+
   |author = randomAnon1234
   |id       = princeleto.multiplayershaftfix
+
   |id     = none<!--no manifest ID-->
   |nexus id = 2922
+
   |nexus   = 591
   |github   = Prince-Leto/StardewValleyMods
+
   |github =
   |broke in = Stardew Valley 1.4
+
 
   |status  = obsolete
+
   |broke in = SMAPI 2.0
  |summary  = remove this mod (fixed in Stardew Valley 1.4).
+
   |status  = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Museum Rearranger
+
   |name   = Floor Shadow Switcher
   |author   = Omegasis, Alpha_Omegasis
+
   |author = MouseyPounds
   |id       = Omegasis.MuseumRearranger
+
   |id     = MouseyPounds.FloorShadowSwitcher
   |nexus id = 428
+
   |nexus   = 3885
   |github   = janavarro95/Stardew_Valley_Mods
+
   |github = MouseyPounds/stardew-mods
   |broke in = Stardew Valley 1.4
+
 
   |status  = obsolete
+
   |broke in = Stardew Valley 1.6
   |summary  = remove this mod (added in Stardew Valley 1.4).
+
   |status  = abandoned
 +
   |summary  = remove this mod (shadows can now be changed via Content Patch)
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Debug Mode
+
   |name   = Flower Bombs
   |author   = Pathoschild
+
   |author = kdau
   |id       = Pathoschild.NoDebugMode
+
   |id     = kdau.FlowerBombs
   |nexus id = 593
+
   |nexus   = 6228
   |github  = Pathoschild/StardewMods
+
   |moddrop = 794657
   |status  = abandoned
+
   |source  = https://gitlab.com/kdau/flowerbombs
   |summary  = remove this mod (debug mode removed in SMAPI 1.0).
+
 
 +
   |broke in = Stardew Valley 1.6<!--@retest-after PlatoTK-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = No Seeds From Trees Fix
+
   |name   = Flower Color Picker
   |author   = KirbyLink
+
   |author = spacechase0
   |id       = kirbylink.noseedsfromtreesfix
+
   |id     = spacechase0.FlowerColorPicker
   |nexus id = 2947
+
   |curse  = 867760
   |github  = KirbyLink/NoSeedsFromTreesFix
+
   |moddrop = 130043
   |broke in = SMAPI 3.0
+
   |nexus  = 1229
   |status  = obsolete
+
   |github  = spacechase0/StardewValleyMods
   |summary  = remove this mod (fixed in Stardew Valley 1.4).
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Personal Scepter, Personal Return Scepter
+
   |name   = Flower Dance Fix
   |author   = Alex Noddings
+
   |author = elfuun
   |id       = an.ownscepter
+
   |id     = FlowerDanceFix.elfuun
   |nexus id = 2404
+
   |nexus   = 8535
   |github   =  
+
  |moddrop = 980853
   |status  = abandoned
+
   |github = elfuun1/FlowerDanceFix
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PHDE Mob Spawner
+
   |name   = Flower Dance Hearts Change
   |author   = zesman
+
   |author = ron075sh
   |id       = MobSpawner.pseudohub.de
+
   |id     = ron075sh.FlowerDanceHeartsChange
   |nexus id = 2794
+
   |nexus   = 3019
   |github   =  
+
   |github =
   |broke in = Stardew Valley 1.3.29
+
 
   |status  = abandoned
+
   |broke in = SMAPI 3.0
 +
   |status  = workaround
 +
  |summary  = use [[#Three-Heart Dance Partner|Three-Heart Dance Partner]] instead.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = PHDE Unlocked Recipes
+
   |name   = Flower Dancing, Kelly's Flower Dancing
   |author   = zesman
+
   |author = kelly2892
   |id       = UnlockedRecipes.pseudohub.de
+
   |id     = kelly2892.flower.dancing.harmony
   |nexus id = 2798
+
   |nexus   = 8107
   |github   =  
+
   |github = kenny2892/StardewValleyMods
  |broke in = Stardew Valley 1.3.36
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Polygamy
+
   |name   = Flower Rain
   |author   = bwdy
+
   |author = spacechase0
   |id       = bwdy.polygamy
+
   |id     = spacechase0.FlowerRain
   |nexus id = 3542
+
  |curse  = 867722
   |github   = bwdymods/SDV-Polygamy
+
   |nexus   = 6131
 +
   |github = spacechase0/StardewValleyMods
  
   |broke in = Stardew Valley 1.4
+
   |broke in = Stardew Valley 1.6
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Multiple Spouses|Multiple Spouses]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Profession Adjustments
+
   |name   = Flowery Tools
   |author   = Kevin Connors
+
   |author = Cat, CatCattyCat
   |id       = KevinConnors.ProfessionAdjustments
+
   |id     = cat.flowerytools
   |nexus id = 2424
+
   |nexus   = 6203
   |github   = kevinforrestconnors/ProfessionAdjustments
+
  |moddrop = 833563
   |broke in = Stardew Valley 1.3.29
+
   |github = danvolchek/StardewMods
   |status   = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Flowing Mine Rocks
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FlowingMineRocks
 +
  |curse  = 868846
 +
  |nexus  = 9043
 +
   |github  = aedenthorn/StardewValleyMods
 +
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Puffer Chick - Chickens
+
   |name   = Fluent Eating
   |author   = EpicBellyFlop45
+
   |author = Kangzoel
   |id       = EpicBellyFlop45.PufferChickChickens
+
   |id     = Kangzoel.FluentEating
   |nexus id = 2997
+
   |nexus   = 11690
   |github   =  
+
   |github =
   |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Pumpkin Chickens
+
   |name   = Flying Start Loan
   |author   = EpicBellyFlop45
+
   |author = EstherHollow
   |id       = EpicBellyFlop45.PumpkinChickens
+
   |id     = EstherHollow.FlyingStartLoan
   |nexus id = 3004
+
   |nexus   = 11003
   |github   =  
+
   |github =
   |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Removable Horse Hats
+
   |name   = Font Settings, 字体设置
   |author   = CatCattyCat, Cat
+
   |author = Becks723
   |id       = cat.removablehorsehats
+
   |id     = Becks723.FontSettings
   |nexus id = 2223
+
   |nexus   = 12467
   |github   = danvolchek/StardewMods
+
   |github =
   |broke in = Stardew Valley 1.4
+
   |source = https://gitee.com/becks723/my-stardew-valley-mods
  |status  = obsolete
 
  |summary = remove this mod (added in Stardew Valley 1.4)
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ring of Fire
+
   |name   = Font Size Adjust, Stardew Valley Font Adjust
   |author   = Platonymous
+
   |author = AlerHughes
   |id       = Platonymous.RingOfFire
+
   |id     = AlerHughes.FA
   |nexus id = 1166
+
   |nexus   = 23363
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github =
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Rotate Toolbar
+
   |name   = Food Buff Stacking
   |author   = Pathoschild
+
   |author = thejcannon
   |id       = Pathoschild.RotateToolbar
+
   |id     = thejcannon.foodbuffstacking, thejcannon.stardewbuffstack<!--changed in 0.2.1-->
   |nexus id = 1100
+
   |nexus   = 4321
   |github   = Pathoschild/StardewMods
+
   |github = thejcannon/Stardew-FoodBuffStacking
  |status  = abandoned
+
 
   |summary  = remove this mod (added in Stardew Valley 1.4)
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Scream
+
   |name   = Food Buff Stacking Fix
   |author   = Taskmaster
+
   |author = Joreikarr
   |id       = Taskmaster.Scream
+
   |id     = joreikarr.foodbuffstackingfix
   |nexus id = 4588
+
   |nexus   = 19944
   |github   =
+
   |github =
   |status  = abandoned
+
 
 +
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Seasonal Immersion
+
   |name   = Food Cravings
   |author   = Entoarox
+
   |author = Hexenentendrache
   |id       = Entoarox.SeasonalImmersion, EntoaroxSeasonalImmersion, EntoaroxSeasonalBuildings, EntoaroxSeasonalHouse<!--changed in 1.7, 1.6 or earlier, and 1.1-->
+
   |id     = Hexenentendrache.FoodCravings
   |nexus id = 2273
+
   |nexus  = 17126
   |chucklefish id = 4262
+
   |github = Enteligenz/StardewMods
   |github   = Entoarox/StardewMods
 
  |broke in = Stardew Valley 1.3
 
  |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   = Food on the Table
   |author   = funny-snek
+
   |author = aedenthorn, Erinthe
   |id       = funnysnek.SeparateMoney
+
   |id     = aedenthorn.FoodOnTheTable
   |nexus id = 3086
+
   |curse  = 868794
   |github   =  
+
   |nexus   = 10886
   |broke in = Stardew Valley 1.4
+
   |github  = aedenthorn/StardewValleyMods
  |status  = obsolete
+
 
   |summary  = remove this mod (separate money was added in Stardew Valley 1.4).
+
   |broke in = Stardew Valley 1.6
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Set Money
+
   |name   = Food Poisoning
   |author   = j4c0b333
+
   |author = seferoni
   |id       = j4c0b333.SetMoney
+
   |id     = seferoni.FoodPoisoning
   |nexus id = 3889
+
   |nexus   = 22006
   |github   =
+
   |github  = seferoni/FoodPoisoning
  |broke in = Stardew Valley 1.4
 
  |status  = abandoned
 
  |summary = remove this mod (no longer maintained; use [[#CJB Cheats Menu|CJB Cheats Menu]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ship Anywhere
+
   |name   = Forage at the Farm
   |author   = spacechase0
+
   |author = Nishtra
   |id       = spacechase0.ShipAnywhere
+
   |id     = Nishtra.ForageAtTheFarm, ForageAtTheFarm<!--changed in 1.6 or earlier-->
   |nexus id = 1379
+
   |nexus  = 673
  |chucklefish id = 4926
+
   |github =
   |moddrop id = 183277
+
 
   |github   = spacechase0/ShipAnywhere
+
   |broke in = Stardew Valley 1.3.29
   |broke in = Stardew Valley 1.3
+
   |status  = workaround
   |status  = abandoned
+
   |summary  = use [[#Farm Type Manager|Farm Type Manager]] instead.
   |summary  = remove this mod (no longer maintained; use [[#Chests Anywhere|Chests Anywhere]] 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     = Skull Cave Saver
+
   |name   = Forage Crops
   |author   = cantorsdust
+
   |author = Kronosta
   |id       = cantorsdust.SkullCaveSaver, community.SkullCaveSaver, 8ac06349-26f7-4394-806c-95d48fd35774<!--changed in 1.2.2 and 1.1-->
+
   |id     = Kronosta.ForageCrops
   |nexus id = 175
+
   |nexus   = 21514
   |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   = Forage Fantasy
   |author   = Sakorona, Kylindra, KoihimeNakamura
+
   |author = Goldenrevolver
   |id       = KoihimeNakamura.SolarEclipseEvent
+
   |id     = Goldenrevolver.ForageFantasy
   |nexus id = 897
+
   |nexus   = 7554
   |github   = JohnsonNicholas/SDVMods
+
   |github = Goldenrevolver/Stardew-Valley-Mods
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Lunar Disturbances|Lunar Disturbances]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Speedster
+
   |name   = Forage Pointers
   |author   = Platonymous
+
   |author = Bpendragon
   |id       = Platonymous.Speedster
+
   |id     = Bpendragon.ForagePointers
   |nexus id = 1102
+
   |nexus   = 7781
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github = Bpendragon/ForagePointers
  |broke in = Stardew Valley 1.3
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Split Money
+
   |name   = Foraging Tracker Profession - Incorrect Arrow Position when Zoomed Fix, Tracker Zoom Fix
   |author   = Platonymous
+
   |author = DanielB
   |id       = Platonymous.SplitMoney
+
   |id     = DanielB.TrackerZoomFix
   |nexus id = 2303
+
   |nexus   = 17935
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github  =
  |status  = abandoned
 
  |summary = remove this mod (separate money was added in Stardew Valley 1.4).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprinkles
+
   |name   = Forecaster
   |author   = Platonymous
+
   |author = Remy Bach
   |id       = Platonymous.Sprinkles
+
   |id     = remybach.forecaster
   |nexus id =
+
   |nexus  = 3037
   |chucklefish id = 4592
+
   |github = remybach/stardew-valley-forecaster
   |github   =  
+
 
   |broke in = Stardew Valley 1.3
+
   |broke in = Stardew Valley 1.5
  |status  = abandoned
 
  |summary  = remove this mod (no longer maintained; use [[#Activate Sprinklers|Activate Sprinklers]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Sprint Sprint Sprint
+
   |name   = Forecaster Text, Forecaster Text
   |author   = Jessebot, JessebotX
+
   |author = TheElm
   |id       = Jessebot.SprintSprintSprint
+
   |id     = TheElm.ForecasterText
   |nexus id = 3294
+
   |nexus  = 7541
   |moddrop id = 624116
+
   |github = GStefanowich/SDV-Forecaster
   |github   = JessebotX/StardewMods
 
  |status  = obsolete
 
  |summary  = remove this mod (no longer maintained; use [[#Sprint Sprint|Sprint Sprint]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Stardew Content Compatibility Layer (SCCL)
+
   |name   = Fortunate Foot
   |author   = TehPers
+
   |author = PurelyInZane
   |id       = SCCL
+
   |id     = PurelyInZane.FortunateFoot
   |nexus id = 889
+
   |nexus   = 22610
   |github   = TehPers/StardewValleyMods
+
   |github =
  |broke in = Stardew Valley 1.2
 
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Swim (Almost) Anywhere, Swim Suit
+
   |name   = Foxyfficiency
   |author   = Platonymous
+
   |author = Fokson
   |id       = Platonymous.SwimSuit
+
   |id     = Fokson.Foxyfficiency, Fokson.ClickBGone<!--changed in 1.0.5-->
   |nexus id = 1215
+
   |nexus   = 2520
   |github   = Platonymous/Stardew-Valley-Mods
+
   |github =
   |broke in = SMAPI 3.0
+
 
  |status  = abandoned
+
   |broke in = Stardew Valley 1.5
  |summary  = remove this mod (no longer maintained; use [[#Swim|Swim]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Chest Dimension
+
   |name   = FQ Festival Tweaks
   |author   = zazizu
+
   |author = FletcherQuest
   |id       = zazizu.TheChestDimension
+
   |id     = FletcherQuest.FQFestivalTweaks
   |nexus id = 4013
+
   |nexus   = 9062
   |github   = cilekli-link/SDVMods
+
   |github =
   |status   = abandoned
+
 
 +
   |status = abandoned
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = The Long Night
+
   |name   = Frame Rate Logger
   |author   = Pathoschild
+
   |author = atravita
   |id       = Pathoschild.TheLongNight
+
   |id     = atravita.FrameRateLogger
  |nexus id = 1369
+
   |curse   = 870966
   |github   = pathoschild/StardewMods
+
   |moddrop = 1294433
   |broke in = Stardew Valley 1.3.20
+
   |nexus   = 15002
   |status   = abandoned
+
   |github = atravita-mods/StardewMods
   |summary = remove this mod (no longer maintained; use [[#Night Owl|Night Owl]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Notifier
+
   |name   = Frame Rate Viewer, FPS Viewer
   |author   = CKextreme
+
   |author = Adham084
   |id       = CKextreme.TimeNotifier
+
   |id     = adham084.fpsviewer
   |nexus id = 3706
+
   |nexus   = 14046
   |github   = CKextreme/StardewValley-Mods
+
   |github =
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Reminder
+
   |name   = Free Dusty
   |author   = Sakorona
+
   |author = skuldomg, Skuld
   |id       = KoihimeNakamura.TimeReminder
+
   |id     = skuldomg.freeDusty
   |nexus id = 1000
+
   |nexus   = 2206
   |github   = Sakorona/SDVMods
+
   |github = skuldomg/freeDusty
   |status   = abandoned
+
 
 +
   |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
 +
-->
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Time Travel
+
   |name   = Free Lock
   |author   = Cile_ed
+
   |author = weizinai
   |id       = Cile_ed.TimeTravel
+
   |id     = weizinai.FreeLock
   |nexus id = 4068
+
   |nexus   = 25329
   |github   =  
+
   |github = weizinai/StardewValleyMods
  |status  = abandoned
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Ultiplayer
+
   |name   = Free Love
   |author   = Platonymous
+
   |author = aedenthorn, Erinthe
   |id       = Platonymous.Ultiplayer
+
   |id     = aedenthorn.FreeLove
   |nexus id = 2134
+
  |curse  = 868835
   |github   = Platonymous/Stardew-Valley-Mods
+
   |nexus   = 10021
   |broke in = Stardew Valley 1.3.29
+
   |github = aedenthorn/StardewValleyMods
   |status   = abandoned
+
 
 +
   |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.
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = Wallpaper Fix
+
   |name   = Free Slingshot
   |author   = Travoos
+
   |author = DJ-STLN
   |id       =  
+
   |id     = DJ-STLN.FreeSlingshot
   |nexus id =
+
   |nexus  = 3320
   |curse id =  
+
   |github  =
   |chucklefish id = 4211
+
 
  |github  =
+
   |broke in = Stardew Valley 1.4
   |broke in = SMAPI 2.0
 
  |status  = obsolete
 
  |summary  = remove this mod (added in Stardew Valley 1.4; for wallpaper swapping use [[#Wallpaper Recycler|Wallpaper Recycler]] instead).
 
 
}}
 
}}
{{/entry
+
{{#invoke:SMAPI compatibility|entry
   |name     = XmlSerializerRetool
+
   |name   = Free the Toolbar
   |author   = Persival
+
   |author = danmw3
   |id       = none <!-- no ID in manifest -->
+
   |id     = danmw3.freethetoolbar
   |nexus id = 450
+
   |nexus   = 4960
   |github   =  
+
   |github =
  |broke in = Stardew Valley 1.1
 
  |status  = abandoned
 
}}
 
|}
 
  
===Content packs===
+
  |broke in = Stardew Valley 1.5
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]].
+
  |status  = workaround
 
+
  |summary  = Use [[#Scroll To Blank|Scroll To Blank]] instead.
{| class="wikitable sortable plainlinks" id="mod-list"
+
}}
|-
+
{{#invoke:SMAPI compatibility|entry
! mod name
+
  |name    = Freeze Time Multiplayer
! author
+
  |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
 +
  |curse  = 868900
 +
  |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
 +
  |curse  = 1054715
 +
  |nexus  = 25595
 +
  |github  = 1Avalon/Avas-Stardew-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Friendship Totems, Warp Totem to Other Player
 +
  |author  = ThisIsCad
 +
  |id      = ThisIsCad.FriendshipTotems
 +
  |nexus  = 25969
 +
  |github  = brandonwamboldt/FriendshipTotems
 +
}}
 +
{{#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
 +
  |curse  = 868907
 +
  |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
 +
  |curse  = 868772
 +
  |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 Inventory Toolbar (and Invisible Toolbar)
 +
  |author  = mushymato
 +
  |id      = mushymato.FullInventoryToolbar
 +
  |nexus  = 25711
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 868820
 +
  |nexus  = 10213
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Anywhere
 +
  |author  = Entoarox
 +
  |id      = Entoarox.FurnitureAnywhere
 +
  |nexus  = 2276
 +
  |chucklefish = 4324
 +
  |github  = Entoarox/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = abandoned
 +
  |summary  = remove this mod (furniture can be placed anywhere in Stardew Valley 1.5).
 +
<!--
 +
  |warnings = Many players report a crash when season changes to winter., Broken on Android (needs Entoarox Framework which crashes on startup).
 +
-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Display Framework
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureDisplayFramework
 +
  |curse  = 868797
 +
  |nexus  = 10855
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = 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
 +
  |curse  = 868721
 +
  |nexus  = 14092
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Furniture Recolor
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.FurnitureRecolor
 +
  |curse  = 868819
 +
  |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
 +
  |curse  = 868703
 +
  |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    = Garbage In Garbage Can
 +
  |author  = focustense
 +
  |id      = focustense.GarbageInGarbageCan
 +
  |nexus  = 26607
 +
  |github  = focustense/StardewAutoTrash
 +
}}
 +
{{#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
 +
  |curse  = 868691
 +
  |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
 +
  |curse  = 868874
 +
  |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    = Generate New Cabin Textures, Use New Cabins
 +
  |author  = Priff13
 +
  |id      = Priff13.UseNewCabins
 +
  |nexus  = 20778
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Generic Mod Config Menu
 +
  |author  = spacechase0
 +
  |id      = spacechase0.GenericModConfigMenu
 +
  |curse  = 867150
 +
  |moddrop = 771692
 +
  |nexus  = 5098
 +
  |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Generic Shop Extender
 +
  |author  = rabbitgreen49, IrregularPorygon
 +
  |id      = GenericShopExtender
 +
  |nexus  = 814
 +
  |github  = IrregularPorygon/SMAPIGenericShopMod
 +
 
 +
  |broke in = Stardew Valley 1.4
 +
<!--
 +
  |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
 +
  |curse  = 1081444
 +
  |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
 +
  |curse  = 867139
 +
  |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
 +
  |curse  = 868712
 +
  |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    = Glory Of Efficiency
 +
  |author  = hackswell
 +
  |id      = hackswell.GloryOfEfficiency
 +
  |nexus  = 25996
 +
  |github  = Hackswell/GloryOfEfficiency
 +
}}
 +
{{#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
 +
  |curse  = 997094
 +
  |nexus  = 10505
 +
  |github  = jltaylor-us/StardewGMCMOptions
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = God Mode
 +
  |author  = treyh0
 +
  |id      = treyh0.GodMode
 +
  |nexus  = 2641
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = God Mode 1.6
 +
  |author  = Sean M Garcia
 +
  |id      = seanmgarcia.godmode16
 +
  |nexus  = 21208
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Golden Animal Cracker Extractor
 +
  |author  = selph, zombifier
 +
  |id      = selph.CrackerExtractor
 +
  |nexus  = 27071
 +
  |github  = zombifier/My_Stardew_Mods
 +
}}
 +
{{#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    = Grass Spread Anywhere, Grow Grass Anywhere
 +
  |author  = LilEGrin
 +
  |id      = LilEGrin.GrassSpreadMod
 +
  |nexus  = 25927
 +
  |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 Sprinklers Lite, 温室洒水装置
 +
  |author  = Night
 +
  |id      = Night.GreenhouseSprinklersLite
 +
  |nexus  = 25823
 +
  |github  =
 +
}}
 +
{{#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
 +
  |curse  = 868828
 +
  |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
 +
  |curse  = 870944
 +
  |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
 +
  |curse  = 868755
 +
  |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 Portraiture Plus
 +
  |author  = Smallfire
 +
  |id      = Smallfire.HDPortraiturePlus
 +
  |nexus  = 26029
 +
  |github  = Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{#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    = Helpful Spouses
 +
  |author  = LeFauxMatt
 +
  |id      = furyx639.HelpfulSpouses
 +
  |curse  = 871841
 +
  |nexus  = 5175
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Custom Chores-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Help Wanted
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.HelpWanted
 +
  |curse  = 868696
 +
  |nexus  = 14640
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use {{nexus mod|21766|Dialogue Display Framework Continued}} instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Help Wanted Auto Accept
 +
  |author  = Ruse82
 +
  |id      = Ruse82.HelpWantedAutoAccept
 +
  |nexus  = 22235
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Help Wanted Quest Fixes
 +
  |author  = Pokeytax
 +
  |id      = Pokeytax.HelpWantedQuestFixes
 +
  |nexus  = 2644
 +
  |github  = gembree/HelpWantedQuestFixes
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hempire
 +
  |author  = Oga_The_Real
 +
  |id      = Oga_The_Real.Hempire
 +
  |nexus  = 14477
 +
  |github  =
 +
 
 +
  |status  = abandoned<!--mod page hidden-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Here Fishy
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.HereFishy
 +
  |curse  = 868881
 +
  |nexus  = 6586
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in          = Stardew Valley 1.6
 +
  |unofficial version = 0.4.1-unofficial.1-mouahrara
 +
  |unofficial url    = {{github|mouahrara/aedenthorn}}#HereFishy
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hibernation
 +
  |author  = Shockah
 +
  |id      = Shockah.Hibernation
 +
  |nexus  = 11421
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hide Chest Color Picker After Close
 +
  |author  = trashcan9
 +
  |id      = trashcan9.HideChestColorPickerAfterClose
 +
  |nexus  = 16075
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Highlighted Jars
 +
  |author  = Annosz
 +
  |id      = Annosz.HighlightedJars
 +
  |nexus  = 6833
 +
  |github  = Annosz/StardewValleyModding
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Highlight Empty Machines
 +
  |author  = atravita
 +
  |id      = atravita.HighlightEmptyMachines
 +
  |curse  = 870976
 +
  |moddrop = 1137391
 +
  |nexus  = 11664
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = High Roller Slots
 +
  |author  = Tomokisan
 +
  |id      = tomokisan.highRollerSlots
 +
  |curse  = 1081456
 +
  |nexus  = 24765
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hit Markers
 +
  |author  = bendenewb, newbie9598
 +
  |id      = newbie9598.HitMarkersMeme
 +
  |nexus  = 2098
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hmm Cheese Yum
 +
  |author  = tomasitobambito
 +
  |id      = tomasitobambito.HmmCheeseYum
 +
  |nexus  = 9343
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hoe and Water Direction
 +
  |author  = TheThor59
 +
  |id      = Thor.HoeWaterDirection
 +
  |nexus  = 10052
 +
  |github  = TheThor59/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HoeDown
 +
  |author  = BlaDe
 +
  |id      = BlaDe.HoeDown
 +
  |nexus  = 9798
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hold to Break Geodes
 +
  |author  = CatCattyCat, Cat
 +
  |id      = cat.holdtobreakgeodes
 +
  |nexus  = 1689
 +
  |moddrop = 833545
 +
  |github  = danvolchek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hold to Pause
 +
  |author  = samspartan
 +
  |id      = samspartan.HoldToPause
 +
  |nexus  = 7352
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hold to Process Geodes
 +
  |author  = Jamie Taylor
 +
  |id      = jltaylor-us.HTPG
 +
  |nexus  = 26189
 +
  |github  = jltaylor-us/StardewHoldToProcessGeodes
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Holiday Sales
 +
  |author  = atravita
 +
  |id      = atravita.HolidaySales
 +
  |curse  = 870970
 +
  |moddrop = 1205160
 +
  |nexus  = 13050
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Home Sewing Kit
 +
  |author  = MouseyPounds
 +
  |id      = MouseyPounds.HomeSewingKit
 +
  |nexus  = 4935
 +
  |github  = MouseyPounds/stardew-mods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Honey Harvest Sync
 +
  |author  = voltaek
 +
  |id      = voltaek.HoneyHarvestSync
 +
  |nexus  = 20493
 +
  |github  = voltaek/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hopper Extractor
 +
  |author  = BPavol, Lamacik
 +
  |id      = bpavol.hopper_extractor
 +
  |nexus  = 16688
 +
  |github  = BPavol/stardew-valley-mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horny Festivals, Festival Warps
 +
  |author  = Girafarig
 +
  |id      = Girafarig.FestivalWarps
 +
  |nexus  = 10844
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Flute Anywhere
 +
  |author  = Pathoschild
 +
  |id      = Pathoschild.HorseFluteAnywhere
 +
  |curse  = 1000620
 +
  |nexus  = 7500
 +
  |github  = Pathoschild/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Flute Auto Mount
 +
  |author  = MercuryVN
 +
  |id      = MercuryVN.HorseFluteAutoMount
 +
  |nexus  = 24018
 +
  |github  = MercuryVN/HorseFluteAutoMount
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Overhaul
 +
  |author  = Goldenrevolver
 +
  |id      = Goldenrevolver.HorseOverhaul
 +
  |nexus  = 7911
 +
  |github  = Goldenrevolver/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Squeeze
 +
  |author  = jorgamun
 +
  |id      = jorgamun.HorseSqueeze
 +
  |nexus  = 10446
 +
  |github  = jorgamun/HorseSqueeze
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Whistle
 +
  |author  = icepuente
 +
  |id      = icepuente.HorseWhistle
 +
  |nexus  = 1131
 +
  |github  = icepuente/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.5
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Horse Whistle
 +
  |author  = nabuma
 +
  |id      = HorseWhistle_SMAPI
 +
  |nexus  =
 +
  |url    = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Flute Anywhere|Horse Flute Anywhere]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Host Tools
 +
  |author  = MattPlays
 +
  |id      = MattPlays.HostTools
 +
  |nexus  = 11154
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hotbar Hotswap
 +
  |author  = Jaredlll08
 +
  |id      = BlameJared.HotbarHotswap
 +
  |nexus  =
 +
  |curse  = 298033
 +
  |github  = jaredlll08/HotbarHotswap
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hot Chocolate Coffee Alternative
 +
  |author  = certifiableGrimalkin
 +
  |id      = certifiableGrimalkin.HotChocolateCoffeeAlternative
 +
  |nexus  = 16159
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hover Labels
 +
  |author  = Achtuur
 +
  |id      = Achtuur.HoverLabels
 +
  |nexus  = 17501
 +
  |github  = Achtuur/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HP Bars
 +
  |author  = Ilyaki
 +
  |id      = Ilyaki.HPBar
 +
  |nexus  = 1736
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Enemy Health Bars|Enemy Health Bars]] (by OrSpeeder or by TheThor59) or [[#Health Bars|Health Bars]] (by Zoryn) instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HQ Farmer Mod
 +
  |author  = AsakOhee
 +
  |id      = AsakOhee.HQFarmerMod
 +
  |nexus  = 19644
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = HUD Customizer
 +
  |author  = Espy
 +
  |id      = Espy.HUDCustomizer
 +
  |nexus  = 23704
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Huggable Scarecrows
 +
  |author  = bogie5464
 +
  |id      = Bogie5464.HuggableScarecrows, HuggableScarecrow.Bogie5464<!--changed in 0.0.2-->
 +
  |nexus  = 3190
 +
  |github  = bogie5464/HuggableScarecrows
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hugs and Kisses
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.HugsAndKisses
 +
  |curse  = 868831
 +
  |nexus  = 10062
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#Hugs and Kisses Continued|Hugs and Kisses Continued]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hugs and Kisses Continued
 +
  |author  = JoXW
 +
  |id      = JoXW.HugsAndKisses
 +
  |nexus  = 21019
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hunger
 +
  |author  = Yyeahdude
 +
  |id      = HungerYyeadude
 +
  |nexus  = 613
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hunger and Thirst
 +
  |author  = PrimevalTitmouse
 +
  |id      = PrimevalTitmouse.ModEntry
 +
  |nexus  = 1110
 +
  |github  =
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = workaround
 +
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hunger for Food
 +
  |author  = Tigerle01, Stephan Hensel
 +
  |id      = HungerForFoodByTigerle
 +
  |nexus  = 810
 +
  |github  =
 +
 
 +
  |broke in = SMAPI 2.0
 +
  |status  = workaround
 +
  |summary  = use [[#Another Hunger Mod|Another Hunger Mod]], [[#Hunger|Hunger]], or [[#Simple Hunger System|Simple Hunger System]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hungry Morning
 +
  |author  = lech43
 +
  |id      = lech43.HungryMorning
 +
  |nexus  = 6391
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hybrid Crop Engine
 +
  |author  = spacechase0
 +
  |id      = spacechase0.HybridCropEngine
 +
  |curse  = 867721
 +
  |nexus  = 6577
 +
  |github  = spacechase0/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Hypno Valley
 +
  |author  = Kryspur
 +
  |id      = Kryspur.HypnoValley
 +
  |nexus  = 9052
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Identifiable Combined Rings
 +
  |author  = atravita
 +
  |id      = atravita.IdentifiableCombinedRings
 +
  |curse  = 870959
 +
  |moddrop = 1358005
 +
  |nexus  = 15928
 +
  |github  = atravita-mods/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after AtraCore-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = I Dig Where I Want
 +
  |author  = WillTheMage
 +
  |id      = WillTheMage.IDigWhereIWant
 +
  |nexus  = 26063
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Idle Animations, Animacoes
 +
  |author  = BrasileiroTop
 +
  |id      = BrasileiroTop.Animacoes
 +
  |nexus  = 5139
 +
  |github  =
 +
 
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Idle Pause
 +
  |author  = Veleek
 +
  |id      = Veleek.IdlePause
 +
  |nexus  = 1092
 +
  |github  = veleek/IdlePause
 +
 
 +
  |broke in          = Stardew Valley 1.4
 +
  |unofficial version = 1.2.2-unofficial.1-pathoschild
 +
  |unofficial url    = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/#post-3345058
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Idle Timer
 +
  |author  = LordAndreios
 +
  |id      = LordAndreios.IdleTimer
 +
  |nexus  = 2858
 +
  |github  = emperorzuul/SMAPI_MODS
 +
 
 +
  |broke in = SMAPI 3.0
 +
  |status  = workaround
 +
  |summary  = use [[#Idle Pause|Idle Pause]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = I Don't Use That Water
 +
  |author  = idermailer
 +
  |id      = idermailer.iDontUseThatWater
 +
  |nexus  = 14047
 +
  |github  = idermailer/iDontUseThatWater
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = IFrames in Mines
 +
  |author  = Factknowhow
 +
  |id      = Factknowhow.IFramesInMines
 +
  |nexus  = 16436
 +
  |github  = Mekadrom/IFramesInMines
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = I Got Friendship
 +
  |author  = ChiroxT
 +
  |id      = treinke.igotfriendship
 +
  |nexus  = 13290
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = I Got XP
 +
  |author  = ChiroxT
 +
  |id      = treinke.igotxp
 +
  |nexus  = 13289
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = ImagEd
 +
  |author  = candidus42
 +
  |id      = Candidus42.ImagEd
 +
  |nexus  = 7218
 +
  |github  = mus-candidus/ImagEd
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Grandpa, Misc Introduction Fixes
 +
  |author  = mistyspring
 +
  |id      = mistyspring.immersivegrandpa
 +
  |nexus  = 12562
 +
  |github  = misty-spring/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Scarecrows
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.ImmersiveScarecrows
 +
  |curse  = 868685
 +
  |nexus  = 15290
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |beta broke in = Stardew Valley 1.6
 +
  |status        = workaround
 +
  |summary      = use [[#The Return of Immersive Scarecrows|The Return of Immersive Scarecrows]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Immersive Sprinklers
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.ImmersiveSprinklers
 +
  |curse  = 868686
 +
  |nexus  = 15239
 +
  |github  = aedenthorn/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
  |status  = workaround
 +
  |summary  = use [[#The Return of Immersive Sprinklers|The Return of Immersive Sprinklers]] instead.
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Improved Mill
 +
  |author  = AustinYQM
 +
  |id      = AustinYQM.ImprovedMill
 +
  |nexus  = 1748
 +
  |github  = AustinYQM/ImprovedMill
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
  |status  = abandoned
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Improved Quality of Life
 +
  |author  = Demiacle
 +
  |id      = Demiacle.ImprovedQualityOfLife
 +
  |nexus  = 1025
 +
  |github  = demiacle/QualityOfLifeMods
 +
 
 +
  |broke in = Stardew Valley 1.3
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Improved Tracker
 +
  |author  = Anthony Hilyard
 +
  |id      = com.anthonyhilyard.improvedtracker
 +
  |curse  = 445215
 +
  |nexus  = 9317
 +
  |github  = AHilyard/ImprovedTracker
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = In a Heartbeat
 +
  |author  = Shockah
 +
  |id      = Shockah.InAHeartbeat
 +
  |nexus  = 17834
 +
  |github  = Shockah/Stardew-Valley-Mods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Increase Animal House Max Population
 +
  |author  = Mizzion
 +
  |id      = mizzion.increaseanimalhousemaxpopulation
 +
  |nexus  = 4861
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Increased Artifact Spots
 +
  |author  = Mizzion
 +
  |id      = mizzion.increasedartifactspots
 +
  |nexus  = 3340
 +
  |moddrop = 663705
 +
  |github  = Mizzion/MyStardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Increased Fish Tank Capacity<!--Nexus-->, Bigger Fish Tank Capacity<!--manifest-->
 +
  |author  = shekurika
 +
  |id      = shekurika.fishtankCapacity
 +
  |nexus  = 11388
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Increased Sprinkler Range
 +
  |author  = EternalSoap
 +
  |id      = eternalsoap.sprinklers
 +
  |nexus  = 20745
 +
  |github  = ArjanSeijs/SprinklerMod
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Incubate Pufferfish Eggs, Pufferfish Chickens
 +
  |author  = GZhynko
 +
  |id      = GZhynko.IncubatePufferfishEggs
 +
  |nexus  = 6162
 +
  |github  = gzhynko/StardewMods
 +
 
 +
  |broke in = Stardew Valley 1.6
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Indoor Sprinklers
 +
  |author  = ramen
 +
  |id      = ramen.IndoorSprinklers
 +
  |nexus  = 21124
 +
  |github  = mpomirski/StardewMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Industrial Furnace
 +
  |author  = Traktori
 +
  |id      = Traktori.IndustrialFurnace
 +
  |nexus  = 5568
 +
  |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-linked-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Industrial Furnace for Automate
 +
  |author  = Traktori
 +
  |id      = Traktori.AM.IndustrialFurnace
 +
  |nexus  = 5568
 +
  |github  = Traktori7/StardewValleyMods
 +
 
 +
  |broke in = Stardew Valley 1.6<!--@retest-after Industrial Furnace-->
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Industrialization Redux
 +
  |author  = GaLaxY256 and kazuakisama
 +
  |id      = G256.IR.Code
 +
  |nexus  = 22351
 +
  |github  =
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name    = Infallible Fishing
 +
  |author  = aedenthorn, Erinthe
 +
  |id      = aedenthorn.InfallibleFishing
 +
  |curse  = 868697
 +
  |nexus  = 14639
 +
  |github  = aedenthorn/StardewValleyMods
 +
}}
 +
{{#invoke:SMAPI compatibility|entry
 +
  |name
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
* Post a message in the [https://forums.stardewvalley.net/index.php?threads/unofficial-mod-updates.2096/ coordination thread] to ask questions or say when your mods are updated.
+
* Post a message in the [https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/ coordination thread] to ask questions or say when your mods are updated.
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
+
* Chat or ask questions in [[Modding:Community#Discord|#making-mods on Discord]].
  
 
===Creating an unofficial update===
 
===Creating an unofficial update===
Line 9,641: Line 25,668:
 
# [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://forums.stardewvalley.net/index.php?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 <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>
 
</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]]
 
[[es:Modding:Compatibilidad de mods]]
 +
[[tr:Modlama:Mod Uyumluluğu]]
 +
[[zh:模组:模组兼容性]]

Latest revision as of 08:53, 23 September 2024

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

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

Instructions

For players

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

To update your mods:

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

For mod authors

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

Notes for the mod status:

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

Compatibility list

C# mods

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

Content packs

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

XNB mods

See Modding:Using XNB mods.

Mod data overrides

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

For mod developers

Updating a mod

See migration guides. You can...

Creating an unofficial update

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

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