Difference between revisions of "Modding:Mod compatibility"

From Stardew Valley Wiki
Jump to navigation Jump to search
(add sections for Stardew Valley 1.3 info)
Line 3: Line 3:
 
SMAPI updates almost never break mods, except when the major version changes (e.g. SMAPI 1.0 and 2.0). This page lists known SMAPI mods and their compatibility with the latest versions of SMAPI and Stardew Valley.
 
SMAPI updates almost never break mods, except when the major version changes (e.g. SMAPI 1.0 and 2.0). This page lists known SMAPI mods and their compatibility with the latest versions of SMAPI and Stardew Valley.
  
==For players==
+
==For players (Stardew Valley 1.2)==
 
===What to do===
 
===What to do===
 
# For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
 
# For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
Line 2,673: Line 2,673:
 
<div style="font-size: 0.8em;"><references /></div>
 
<div style="font-size: 0.8em;"><references /></div>
  
==For mod developers==
+
==For players (Stardew Valley 1.3 beta)==
===Updating a mod===
+
===What to do===
See [[Modding:Updating deprecated SMAPI code|how to update deprecated code]]. You can...
+
# For each mod you have installed, follow the instructions in the list below. If it's not listed, try updating to its latest version.
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
+
# If a mod is still failing, post a message in the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/ coordination thread] (with [[Modding:Player FAQs#SMAPI log|your SMAPI log]] attached) and we'll help.
* Post a message in the [http://community.playstarbound.com/threads/135000 SMAPI 2.0 migration thread] to ask questions or say when your mods are updated.
 
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
 
  
===Creating an unofficial update===
+
===SMAPI mods===
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).
+
Here's a list of mods tested with SMAPI 2.5+ and Stardew Valley 1.2.30+. Content packs aren't listed unless incompatible. It's updated periodically for new mod releases.
  
# [https://help.github.com/articles/fork-a-repo/ Fork the code].
+
{| class="wikitable plainlinks" id="mod-list"
# Make your changes to that fork (see [[#updating a mod]]).
+
|-
# Increase the version in <tt>manifest.json</tt> by <tt>0.0.1-<yourname>-update</tt>.<br /><small>For example, if the current version is 1.0.0 and your username is SampleUser, you'd change the version to <tt>1.0.1-sampleUser-update</tt>. If you need to release new versions of your update, add a number at the end like <tt>1.0.1-sampleUser-update.2</tt>, <tt>1.0.1-sampleUser-update.3</tt>, etc. This ensures that official versions will supersede unofficial ones (e.g. for update checks).</small>
+
! mod name
# Push your changes to GitHub.
+
! author
# Post a release package to the [https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/ SMAPI 2.0 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>
+
! compatibility<ref name="compatibility">This only shows whether a mod is ''compatible''; it may have bugs unrelated to SMAPI compatibility.</ref>
# [https://help.github.com/articles/creating-a-pull-request/ Submit a pull request] to the original author (if applicable).
+
! (metadata)
 +
|}
  
===Overall compatibility===
+
{| class="wikitable plainlinks" id="mod-list" style="display: none;"
Status of known SMAPI mods:
+
|-
{{/barchart
+
! mod name
   |ok        = 290
+
! author
   |workaround = 61
+
! compatibility<ref name="compatibility">This only shows whether a mod is ''compatible''; it may have bugs unrelated to SMAPI compatibility.</ref>
   |soon      = 2
+
! (metadata)
   |broken     = 21
+
{{/entry
   |total     = 374
+
  |name    = 24hClock
 +
  |author  = Lajna
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1695
 +
  |source  = https://github.com/LajnaLegenden/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
   |name    = AccessChestAnywhere
 +
   |author  = dumb0t
 +
  |author2  = VIspReaderUS
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/257
 +
  |source  = https://github.com/VIspReaderUS/AccessChestAnywhere
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/518 Chests Anywhere] instead.
 +
  |broke in = Stardew Valley 1.1
 +
}}
 +
{{/entry
 +
  |name    = Adjust Artisan Prices
 +
  |author  = ThatNorthernMonkey
 +
   |hide-url = https://community.playstarbound.com/resources/smapi-adjust-artisan-prices.3532
 +
  |source  = https://github.com/ThatNorthernMonkey/AdjustArtisanPrices
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/adjustartisanprices-0-2-pathoschild-update-zip.187853/ unofficial update] (<small>0.0.2-pathoschild-update</small>).
 +
  |links    = https://github.com/ThatNorthernMonkey/AdjustArtisanPrices/pull/1
 +
  |broke in = SMAPI 1.9
 +
}}
 +
{{/entry
 +
  |name    = Adjust Monster
 +
  |author  = mmanlapat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1161
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Advanced Location Loader
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/smapi-advanced-location-loader.3619
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
   |name     = Advanced Machines
 +
  |name2    = AdvMachines
 +
   |author  = ANDR55
 +
  |url     = https://community.playstarbound.com/threads/advanced-machines.137132/
 +
  |source  =
 
}}
 
}}
 +
{{/entry
 +
  |name    = Adventure Shop Inventory
 +
  |author  = Hammurabi
 +
  |url      = https://community.playstarbound.com/resources/adventure-shop-inventory.4608
 +
  |source  = https://community.playstarbound.com/resources/adventure-shop-inventory.4608
 +
}}
 +
{{/entry
 +
  |name    = AgingMod
 +
  |author  = skn
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1129
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = All Crops All Seasons
 +
  |author  = cantorsdust & community
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/170
 +
  |source  = https://github.com/cantorsdust/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = All Professions
 +
  |author  = cantorsdust & community
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/174
 +
  |source  = https://github.com/cantorsdust/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Almighty Farming Tool
 +
  |author  = momoaau
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/439
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Animal Husbandry
 +
  |name2    = Butcher Mod
 +
  |author  = Digus
 +
  |url      = https://rd.nexusmods.com/stardewvalley/mods/1538
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Animal Mood Fix
 +
  |author  = Grant Peters
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/761
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://nexusmods.com/stardewvalley/mods/1597 Mood Guard] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Animal Sitter
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/581
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
}}
 +
{{/entry
 +
  |name    = Arcade Pong
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2044
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Arcade Snake
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2048
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Ashley NPC
 +
  |author  = Travoos
 +
  |url      = https://community.playstarbound.com/threads/smapi-ashley-npc-new-npc.112077
 +
  |source  = https://github.com/Club559/AshleyMod
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = A Tapper's Dream
 +
  |name2    = A Tree Overhaul
 +
  |author  = Goldenrevolver
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/260
 +
  |source  = https://www.nexusmods.com/stardewvalley/mods/260 <!-- in download -->
 +
  |status  = workaround
 +
  |summary  = use [https://github.com/JohnsonNicholas/SDVMods/releases/download/1.2.0/TreeOverhaul.zip unofficial update] (<small>1.4.1-kn-update by Kylindra</small>).
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = AutoAnimalDoors
 +
  |author  = taggartaa
 +
  |author2  = Aaron Taggart
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1019
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = AutoCrop
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/autocrop.129152/
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Auto-Eat
 +
  |author  = Permamiss
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/643
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = AutoFish
 +
  |author  = WhiteMind
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1895
 +
  |source  =
 +
}}
 +
 +
{{/entry
 +
  |name    = AutoGate
 +
  |author  = Teban100
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/820
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Automate
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1063
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Automated Doors
 +
  |author  = mrslowly
 +
  |author2  = azah
 +
  |url      = https://community.playstarbound.com/threads/smapi-2-0-automated-doors.131380
 +
  |source  = https://github.com/azah/AutomatedDoors
 +
  |links    = https://github.com/azah/AutomatedDoors/pull/1
 +
}}
 +
{{/entry
 +
  |name    = Auto Speed
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/443
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = AutoWater
 +
  |author  = Whisk
 +
  |author2  = ddgroves
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1666
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Auto Watering
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/auto-watering.129355
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1666 AutoWater] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Baby Gender Interface
 +
  |author  = f4iTh
 +
  |author2  = JertsukkaTheMan
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1947
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Basic Sprinkler Improved
 +
  |author  = LittleRaskols
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/833
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Battery Warning Mod
 +
  |author  = Husky110
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1886
 +
  |source  = https://github.com/Husky110/BatteryWarningMod
 +
}}
 +
{{/entry
 +
  |name    = Better Fruit Trees
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1976
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Better Hay
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1430
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Better Quality More Seeds
 +
  |author  = bmarquismarkail
 +
  |author2  = Space Baby
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/935
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Better Quarry
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/771
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Better Ranching
 +
  |name2    = Better Milking
 +
  |author  = Urbanyeti
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/859
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Better RNG
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Better Shipping Box
 +
  |author  = Kithio
 +
  |url      = https://community.playstarbound.com/threads/126235
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/page-3#post-3228666 unofficial update] <small>(1.0.3)</small>.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Better Shop Menu
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2012
 +
  |source  = https://github.com/spacechase0/BetterShopMenu
 +
}}
 +
{{/entry
 +
  |name    = Better Sprinklers
 +
  |author  = OrSpeeder
 +
  |author2  = Mauricio Gomes
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/41
 +
  |source  = https://gitlab.com/speeder1/SMAPISprinklerMod
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/better-sprinklers-2-3-1-pathoschild-update-4-zip.194144/ unofficial update] (<small>2.3.1-pathoschild-update.4</small>).
 +
  |links    = https://gitlab.com/speeder1/SMAPISprinklerMod/merge_requests/5
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Bigger Backpack
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1845
 +
  |source  = https://github.com/spacechase0/BiggerBackpack
 +
}}
 +
{{/entry
 +
  |name    = Billboard Anywhere
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/492
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Birthday Mail
 +
  |author  = KathrynHazuka
 +
  |author2  = Kitta
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/276
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/182461 unofficial update] (<small>1.2.3-pathoschild-update.2</small>).
 +
  |links    = https://github.com/KathrynHazuka/StardewValley_BirthdayMail/pull/2
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Blood Trail
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/blood-trail.129308
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = BreedLikeRabbits
 +
  |author  = Dycedarger
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/948
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Build Endurance
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/445
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Build Health
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/446
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Buy Back Collectables
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/507
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Buy cooking recipes
 +
  |author  = Denifia
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1126
 +
  |source  = https://github.com/Denifia/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Calendar Anywhere
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Carry Chest
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1333
 +
  |source  = https://github.com/spacechase0/CarryChest
 +
}}
 +
{{/entry
 +
  |name    = Casks Anywhere
 +
  |author  = YukiShiku
 +
  |author2  = LeonBlade
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/878
 +
  |source  = https://github.com/LeonBlade/CasksAnywhere/
 +
}}
 +
{{/entry
 +
  |name    = Categorize Chests
 +
  |author  = SteelixLeiter
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1300
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Chefs Closet
 +
  |author  = elDudeerino
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1030
 +
  |source  = https://github.com/deLaDude/ChefsCloset
 +
}}
 +
{{/entry
 +
  |name    = Chest Label System
 +
  |author  = OrSpeeder
 +
  |author2  = Mauricio Gomes
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/242
 +
  |source  = https://gitlab.com/speeder1/ChestNameWithHoverLabel
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/518 Chests Anywhere].
 +
  |links    = https://gitlab.com/marianomdq/ChestNameWithHoverLabel/merge_requests/2
 +
  |broke in = Stardew Valley 1.1
 +
}}
 +
{{/entry
 +
  |name    = Chest Label System for SV1.1
 +
  |author  = MarianoMDQ
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/701
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/518 Chests Anywhere].
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Chest Pooling
 +
  |author  = mralbobo
 +
  |url      = https://community.playstarbound.com/threads/111988
 +
  |source  = https://github.com/mralbobo/stardew-chest-pooling
 +
}}
 +
{{/entry
 +
  |name    = Chests Anywhere
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/518
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Children Like Parents
 +
  |name2    = Dynamic Children Replacer
 +
  |author  = CroiDorcha
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1756
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Children's Beds Removal
 +
  |author  = Prismuth
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1655
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Chill in Your Farmhouse
 +
  |author  = Husky110
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1768
 +
  |source  = https://github.com/Husky110/ChillInYourFarmHouse
 +
}}
 +
{{/entry
 +
  |name    = Choose Baby Gender
 +
  |author  = Travoos
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/590
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = CJB Automation
 +
  |author  = CJB
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/211
 +
  |source  = https://github.com/CJBok/SDV-Mods
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1063 Automate] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = CJB Cheats Menu
 +
  |author  = CJB
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/4
 +
  |source  = https://github.com/CJBok/SDV-Mods
 +
}}
 +
{{/entry
 +
  |name    = CJB Item Spawner
 +
  |author  = CJB
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/93
 +
  |source  = https://github.com/CJBok/SDV-Mods
 +
}}
 +
{{/entry
 +
  |name    = CJB Show Item Sell Price
 +
  |author  = CJB
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/5
 +
  |source  = https://github.com/CJBok/SDV-Mods
 +
}}
 +
{{/entry
 +
  |name    = CleanFarm
 +
  |author  = tstaples
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/794
 +
  |source  = https://github.com/tstaples/CleanFarm
 +
}}
 +
{{/entry
 +
  |name    = Climates of Ferngill
 +
  |author  = Sakorona
 +
  |author2  = Kylindra or KoihimeNakamura
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/604
 +
  |source  = https://github.com/JohnsonNicholas/SDVMods
 +
}}
 +
{{/entry
 +
  |name    = Coal Regen
 +
  |author  = Blucifer
 +
  |author2  = BluciferProgrammer
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1664
 +
  |source  = https://github.com/AbbyNode/StardewValley-CoalRegen
 +
}}
 +
{{/entry
 +
  |name    = Cobalt
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1723
 +
  |source  = https://github.com/spacechase0/Cobalt
 +
}}
 +
{{/entry
 +
  |name    = Cold Weather Haley SMAPI
 +
  |author  = DanielSerrano
 +
  |author2  = Lord Xamon
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1169
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Colored Chests
 +
  |author  = Igorious
 +
  |url      = https://community.playstarbound.com/resources/smapi-colored-chests.3684
 +
  |source  =
 +
  |status  = obsolete
 +
  |summary  = remove this mod (colored chests were added in Stardew Valley 1.1).
 +
  |broke in = Stardew Valley 1.1
 +
}}
 +
{{/entry
 +
  |name    = Colorful Chests
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1623
 +
  |source  = https://github.com/spacechase0/ColorfulChests
 +
}}
 +
{{/entry
 +
  |name    = Combat with Farming Implements
 +
  |author  = OrSpeeder
 +
  |author2  = Mauricio Gomes
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/313
 +
  |source  = https://gitlab.com/speeder1/farming-implements-combat
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/spdfarmingimplementsincombat-1-0-1-pathoschild-update-zip.190899 unofficial update] (<small>1.0.1-pathoschild-update</small>).
 +
  |links    = https://gitlab.com/speeder1/farming-implements-combat/merge_requests/1
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Community Bundle Item Tooltip
 +
  |author  = Musbah Sinno
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1329
 +
  |source  = https://github.com/musbah/StardewValleyMod
 +
}}
 +
{{/entry
 +
  |name    = Community Center Bundle Overhaul (SMAPI Version)
 +
  |author  = Chaos234
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1681
 +
  |source  = https://github.com/chaos234/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Concentration on Farming
 +
  |author  = punyo
 +
  |author2  = yakminepunyo
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1445
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Configurable Machines
 +
  |author  = KnockedMallard42
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/280
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Configurable Shipping Dates
 +
  |author  = Nishtra
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/675
 +
  |source  =
 +
  |status  = obsolete
 +
  |summary  = no longer supported or available.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Consistent Tree Growth Speed
 +
  |author  = IceGladiador
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1799
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = ConsoleCommands
 +
  |name2    = TrainerMod
 +
  |author  = SMAPI
 +
  |url      = https://smapi.io/
 +
  |source  = https://github.com/Pathoschild/SMAPI
 +
}}
 +
{{/entry
 +
  |name    = Content Patcher
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1915
 +
  |source  = https://github.com/pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Cooking Skill
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/522
 +
  |source  = https://github.com/spacechase0/CookingSkill
 +
}}
 +
{{/entry
 +
  |name    = Crab Net
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/584
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
}}
 +
{{/entry
 +
  |name    = Crafting Counter
 +
  |author  = lolpcgaming
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1585
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = CurrentLocation
 +
  |author  = Omegasis
 +
  |author2  = AlphaOmegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/638
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom Asset Modifier
 +
  |author  = Omegasis
 +
  |author2  = AlphaOmegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1836
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom Critters
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1255
 +
  |source  = https://github.com/spacechase0/CustomCritters
 +
}}
 +
{{/entry
 +
  |name    = Custom Crops
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1592
 +
  |source  = https://github.com/spacechase0/CustomCrops
 +
}}
 +
{{/entry
 +
  |name    = CustomElementHandler
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1068
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom Farming
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/991
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom Farm Types
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1140
 +
  |source  = https://github.com/spacechase0/CustomFarmTypes
 +
}}
 +
{{/entry
 +
  |name    = Custom Furniture
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1254
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Customizable Cart Redux
 +
  |author  = Sakorona
 +
  |author2  = Kylindra or KoihimeNakamura
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1402
 +
  |source  = https://github.com/JohnsonNicholas/SDVMods
 +
}}
 +
{{/entry
 +
  |name    = Customizable Death Penalty
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1991
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Customizable Traveling Cart Days
 +
  |author  = Yyeahdude
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/567
 +
  |source  =
 +
  |status  = ok
 +
}}
 +
{{/entry
 +
  |name    = Customize Exterior
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1099
 +
  |source  = https://github.com/spacechase0/CustomizeExterior
 +
}}
 +
{{/entry
 +
  |name    = Custom Linens
 +
  |author  = Mevima
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1027
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = CustomNPC
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1607
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom Shops Redux
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1378
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom TV
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1139
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Custom Warp Locations
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1688
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Daily Luck Message
 +
  |author  = Schematix
 +
  |author2  = Schmtx
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1327
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Daily News
 +
  |author  = bashNinja
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1141
 +
  |source  = https://github.com/miketweaver/DailyNews
 +
}}
 +
{{/entry
 +
  |name    = Daily Notifications
 +
  |name2    = Event Notifications
 +
  |author  = dreamsicl
 +
  |hide-url = https://community.playstarbound.com/resources/daily-notifications.3621
 +
  |source  =
 +
  |status  = obsolete
 +
  |summary  = no longer supported or available, use [[#Stardew Notification|Stardew Notification]] instead.
 +
  |broke in = Stardew Valley 1.2?
 +
}}
 +
{{/entry
 +
  |name    = Daily Tasks Report
 +
  |author  = GuiNoya
 +
  |author2  = Yesst
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1624
 +
  |source  = https://github.com/GuiNoya/SVMods
 +
}}
 +
{{/entry
 +
  |name    = Daily Quest Anywhere
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/513
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Data Maps
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1691
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Debug Mode
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/679
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Desert Obelisk
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2021
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Did You Water Your Crops
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1583
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Don't Eat That
 +
  |author  = Pyrohead37
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1951
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Durable Fences
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Dynamic Checklist
 +
  |author  = gunnargolf
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/1145
 +
  |source  = https://github.com/gunnargolf/DynamicChecklist
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/dynamicchecklist-1-0-1-pathoschild-update-zip.190844 unofficial update] (<small>1.0.1-pathoschild-update</small>).
 +
  |links    = https://github.com/gunnargolf/DynamicChecklist/pull/4
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Dynamic Horses
 +
  |author  = Bpendragon
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/874
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Dynamic Machines
 +
  |author  = tyran285
 +
  |author2  = Ryuuze
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/374
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = DynamicNPCSprites
 +
  |author  = BashNinja
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1183
 +
  |source  = https://github.com/miketweaver/DynamicNPCSprites
 +
}}
 +
{{/entry
 +
  |name    = Easier Farming
 +
  |author  = Cautious Waffle
 +
  |author2  = skulmuk
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1426
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Emotes
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/emotes.129159
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Empty Hands
 +
  |author  = Oblitus
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/1176
 +
  |source  = https://github.com/quicksilverfox/StardewMods
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/emptyhands-1-0-1-pathoschild-update-zip.190883 unofficial update] (<small>1.0.1-pathoschild-update</small>).
 +
  |links    = https://github.com/quicksilverfox/StardewMods/pull/1
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Enemy Health Bars
 +
  |name2    = Health Bars
 +
  |author  = OrSpeeder
 +
  |author2  = Mauricio Gomes
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/193
 +
  |source  = https://gitlab.com/speeder1/SMAPIHealthbarMod
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/180467 unofficial update] (<small>1.7.1-pathoschild-update</small>).
 +
  |links    = https://gitlab.com/speeder1/SMAPIHealthbarMod/merge_requests/1
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Enhanced Relationships
 +
  |author  = Mizzion
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1927
 +
  |source  = https://github.com/Mizzion/EnhancedRelationships
 +
}}
 +
{{/entry
 +
  |name    = Entoarox Framework
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/4228
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
  |status  = ok
 +
  |summary  = use latest version.<br />⚠ Known compatibility issues on Linux and Mac.
 +
}}
 +
{{/entry
 +
  |name    = Equivalent Exchange
 +
  |author  = MercuriusXeno
 +
  |author2  = x3n0ph0b3
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1656
 +
  |source  = https://github.com/MercuriusXeno/EquivalentExchange
 +
}}
 +
{{/entry
 +
  |name    = Even More Crops
 +
  |author  = TenkoKuugen
 +
  |hide-url = https://community.playstarbound.com/threads/129349
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/threads/129349/page-6#post-3154045 unofficial update] (<small>MysticTempest 2017-06-03</small>).
 +
  |links    = https://community.playstarbound.com/threads/129349/page-5#post-3151557
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Expanded Fridge
 +
  |name2    = Dynamic Expanded Fridge
 +
  |author  = Lodukas
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1191
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Experience Bars
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/509
 +
  |source  = https://github.com/spacechase0/ExperienceBars
 +
}}
 +
{{/entry
 +
  |name    = Extended BusSystem
 +
  |author  = Tondorian
 +
  |url      = https://community.playstarbound.com/resources/smapi-extended-bussystem.4373
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Extended Fridge
 +
  |author  = Crystalmir
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/485
 +
  |source  = https://github.com/Mystra007/ExtendedFridgeSMAPI
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/extendedfridge-1-0-1-pathoschild-update-zip.186214 unofficial update], [https://www.nexusmods.com/stardewvalley/mods/1191 Expanded Fridge], or [https://www.nexusmods.com/stardewvalley/mods/1030 Chefs Closet].
 +
  |links    = https://github.com/Mystra007/ExtendedFridgeSMAPI/pull/1
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Extended Greenhouse
 +
  |author  = TheRaven81
 +
  |url      = https://community.playstarbound.com/resources/extended-greenhouse-1-0-2b-smapi-0-40-1-1-3.4303
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Extended Minecart
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/smapi-extended-minecart.4359
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Extended Reach
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1493
 +
  |source  = https://github.com/spacechase0/ExtendedReach
 +
}}
 +
{{/entry
 +
  |name    = Fall 28 Snow Day
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/486
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Farm Automation: Barn Door Automation
 +
  |author  = Oranisagu
 +
  |hide-url = https://community.playstarbound.com/threads/111931
 +
  |source  = https://github.com/oranisagu/SDV-FarmAutomation
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1019 AutoAnimalDoors] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Farm Automation: Item Collector
 +
  |author  = Oranisagu
 +
  |hide-url = https://community.playstarbound.com/threads/111931
 +
  |source  = https://github.com/oranisagu/SDV-FarmAutomation
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1063 Automate] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Farm Automation Unofficial: Item Collector
 +
  |author  = Oranisagu & maddy99
 +
  |hide-url = https://community.playstarbound.com/threads/125172
 +
  |source  = https://github.com/maduin81/FarmAutomation_Unofficial
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1063 Automate] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Farm Expansion
 +
  |author  = Advize
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/130
 +
  |source  = https://github.com/AdvizeGH/FarmExpansion
 +
}}
 +
{{/entry
 +
  |name    = Farm Resource Generator
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/647
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Fast Animations
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1089
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Fast Geode
 +
  |name2    = Instant Geodes
 +
  |author  = ofmanynames
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/750
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1089 Fast Animations] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Faster Grass
 +
  |author  = IceGladiador
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1772
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Faster Paths
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/smapi-faster-paths.3641
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Faster Run
 +
  |author  = KathrynHazuka
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/733
 +
  |source  = https://github.com/KathrynHazuka/StardewValley_FasterRun
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/fasterrun-1-1-1-pathoschild-update-zip.190846 unofficial update] (<small>1.1.1-pathoschild-update</small>).
 +
  |links    = https://github.com/KathrynHazuka/StardewValley_FasterRun/pull/2
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Fast Travel
 +
  |author  = Death
 +
  |author2  = DeathGameDev
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1529
 +
  |source  = https://github.com/DeathGameDev/SDV-FastTravel
 +
}}
 +
{{/entry
 +
  |name    = Fireballs!
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/fireballs.129346
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Fishing Adjust
 +
  |author  = Shuai Zhang
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1350
 +
  |source  = https://github.com/hcoona/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Fishing Mod
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Fishing Tuner Redux
 +
  |author  = Hammurabi
 +
  |url      = https://community.playstarbound.com/resources/fishing-tuner-redux.4578
 +
  |source  = https://community.playstarbound.com/resources/fishing-tuner-redux.4578<!-- included in download -->
 +
}}
 +
{{/entry
 +
  |name    = Fixed Secret Woods Debris
 +
  |author  = f4iTh and Lita
 +
  |author2  = JertsukkaTheMan
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1941
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = FLO - New Custom NPC
 +
  |name2    = FlorenceMod
 +
  |author  = randomAnon1234
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/591
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Flower Color Picker
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1229
 +
  |source  = https://github.com/spacechase0/FlowerColorPicker
 +
}}
 +
{{/entry
 +
  |name    = Forage at the Farm
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/673
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Friends Forever
 +
  |author  = Isaac S
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1738
 +
  |source  = https://github.com/isaacs-dev/Minidew-Mods
 +
}}
 +
{{/entry
 +
  |name    = Furniture Anywhere
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/smapi-furniture-anywhere.4324
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Game Reminder
 +
  |author  = mmanlapat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1153
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = GateOpener
 +
  |author  = mralbobo
 +
  |url      = https://community.playstarbound.com/threads/111988
 +
  |source  = https://github.com/mralbobo/stardew-gate-opener
 +
}}
 +
{{/entry
 +
  |name    = Generic Shop Extender
 +
  |author  = rabbitgreen49
 +
  |author2  = IrregularPorygon
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/814
 +
  |source  = https://github.com/IrregularPorygon/SMAPIGenericShopMod
 +
}}
 +
{{/entry
 +
  |name    = GetDressed
 +
  |author  = Advize and Jinxiewinxie
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/331
 +
  |source  = https://github.com/AdvizeGH/GetDressed
 +
}}
 +
{{/entry
 +
  |name    = Geode Info Menu
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1448
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Giant Crop Ring
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1182
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Gift Taste Helper
 +
  |author  = tstaples
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/229
 +
  |source  = https://github.com/tstaples/GiftTasteHelper
 +
}}
 +
{{/entry
 +
  |name    = Grandfather's Gift
 +
  |author  = ShadowDragon8685
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/985
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = GreenHut
 +
  |author  = CroiDorcha
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1735
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Happy Animals
 +
  |author  = StarPeanut
 +
  |author2  = Greger
 +
  |url      = https://community.playstarbound.com/threads/happy-animals-1-0.126655
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://nexusmods.com/stardewvalley/mods/1597 Mood Guard] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Happy Birthday
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/520
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Happy Birthday
 +
  |author  = Oxyligen
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1064
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Hardcore Mines
 +
  |author  = kibbe
 +
  |author2  = lillvik
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1674
 +
  |source  = https://github.com/chaos234/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Harp of Yoba Redux
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/914
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods/
 +
}}
 +
{{/entry
 +
  |name    = Harvest Moon Witch Princess Mod
 +
  |name2    = WitchPrincess
 +
  |author  = Dounat2201
 +
  |author2  = Sasara
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1157
 +
  |source  = https://github.com/Sasara2201/WitchPrincess
 +
}}
 +
{{/entry
 +
  |name    = Harvest With Scythe
 +
  |author  = ThatNorthernMonkey
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/236
 +
  |source  = https://github.com/ThatNorthernMonkey/HarvestWithScythe
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1106 Scythe Harvesting] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Health Bars
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Hold to Break Geodes
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1689
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Horse Whistle
 +
  |author  = icepuente
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1131
 +
  |source  = https://github.com/icepuente/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Horse Whistle
 +
  |author  = nabuma
 +
  |hide-url = https://community.playstarbound.com/threads/calling-horse-with-key-press.111550
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [[#Horse Whistle|Horse Whistle by icepuente]].
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = HP Bars
 +
  |author  = Ilyaki
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1736
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Hunger
 +
  |author  = Yyeahdude
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/613
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Hunger for food
 +
  |author  = Tigerle01
 +
  |author2  = Stephan Hensel
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/810
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = HungerMod
 +
  |author  = skn
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1127
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = IdlePause
 +
  |author  = Veleek
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1092
 +
  |source  = https://github.com/veleek/IdlePause
 +
}}
 +
{{/entry
 +
  |name    = Improved Mill
 +
  |author  = AustinYQM
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1748
 +
  |source  = https://github.com/AustinYQM/ImprovedMill
 +
}}
 +
{{/entry
 +
  |name    = Improved Quality of Life
 +
  |author  = Demiacle
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1025
 +
  |source  = https://github.com/demiacle/QualityOfLifeMods
 +
}}
 +
{{/entry
 +
  |name    = Instant Fishing
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/instant-fishing-mod.129163
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Instant Geodes
 +
  |author  = montana123
 +
  |hide-url = https://community.playstarbound.com/threads/109038
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1089 Fast Animations] instead.
 +
  |broke in = SMAPI 1.9
 +
}}
 +
{{/entry
 +
  |name    = Instant Grow Trees
 +
  |author  = cantorsdust & community
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/173
 +
  |source  = https://github.com/cantorsdust/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Interaction Helper
 +
  |author  = Hammurabi
 +
  |hide-url = https://community.playstarbound.com/resources/interaction-helper.4640
 +
  |source  = https://community.playstarbound.com/resources/interaction-helper.4640/updates
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/interactionhelper-1-0-4-pathoschild-update-zip.191198 unofficial update] (<small>1.0.4-pathoschild-update</small>).
 +
  |link    = https://community.playstarbound.com/threads/interaction-helper.131830/#post-3225129
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Item Auto Stacker
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1184
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Jiggly Junimo Bundles
 +
  |author  = Jonas Henriksson
 +
  |author2  = Greger
 +
  |url      = https://community.playstarbound.com/threads/smapi-0-39-2-jiggly-junimo-bundles.111789/
 +
  |source  = https://github.com/gr3ger/Stardew_JJB
 +
}}
 +
{{/entry
 +
  |name    = Jump Over
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1844
 +
  |source  = https://github.com/spacechase0/JumpOver
 +
}}
 +
{{/entry
 +
  |name    = Junimo Deposit Anywhere
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Junimo Farm
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/984
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods/
 +
}}
 +
{{/entry
 +
  |name    = Kamikaze
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/kamikaze-mod.129126
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Less Strict Over-Exertion
 +
  |name2    = AntiExhaustion
 +
  |author  = Permamiss
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/637
 +
  |source  =
 +
  |status  = obsolete
 +
  |summary  = no longer supported or available.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Level Extender
 +
  |author  = unidarkshin
 +
  |author2  = Devin Lematty
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1471
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Level Up Notifications
 +
  |author  = kd8lvt
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/855
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Location and Music Logger
 +
  |author  = Brandy Lover
 +
  |author2  = WDavi
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1366
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Lookup Anything
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/541
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Longevity
 +
  |author  = RTGOAT
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/649
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Love Bubbles
 +
  |author  = SteelixLeiter
 +
  |author2  = Don Collins
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1318
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Loved Labels
 +
  |author  = Advize and Jinxiewinxie
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/279
 +
  |source  = https://github.com/AdvizeGH/LovedLabels
 +
}}
 +
{{/entry
 +
  |name    = Luck Skill
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/521
 +
  |source  = https://github.com/spacechase0/LuckSkill
 +
}}
 +
{{/entry
 +
  |name    = Machine Speed Change
 +
  |author  = IceGladiador
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1780
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Magic
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2007
 +
  |source  = https://github.com/spacechase0/Magic
 +
}}
 +
{{/entry
 +
  |name    = Mail Framework
 +
  |author  = Digus
 +
  |url      = https://rd.nexusmods.com/stardewvalley/mods/1536
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Mail Order Pigs
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/632
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
}}
 +
{{/entry
 +
  |name    = Makeshift Multiplayer
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/501
 +
  |source  = https://github.com/spacechase0/StardewValleyMP
 +
}}
 +
{{/entry
 +
  |name    = Map Image Export
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1073
 +
  |source  = https://github.com/spacechase0/MapImageExporter
 +
}}
 +
{{/entry
 +
  |name    = Message Box &#91;API?&#93;
 +
  |name2    = ChatMod
 +
  |author  = Kithio
 +
  |url      = https://community.playstarbound.com/resources/message-box-api.4296
 +
  |source  =
 +
  |status  = obsolete
 +
  |summary  = seems to be unused; remove this mod.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Mining at the Farm
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/674
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Mining with Explosives
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/770
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Mood Fix
 +
  |author  = vaindil
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1809
 +
  |source  = https://github.com/vaindil/sdv-moodfix
 +
}}
 +
{{/entry
 +
  |name    = Mood Guard
 +
  |author  = YonKuma
 +
  |author2  = kumarei
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1597
 +
  |source  = https://github.com/YonKuma/MoodGuard
 +
}}
 +
{{/entry
 +
  |name    = Monster Level Tip
 +
  |author  = WhiteMind
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1896
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = More Animals
 +
  |name2    = More Pets
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/threads/125946
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
 +
{{/entry
 +
  |name    = More Artifact Spots
 +
  |author  = momoaau
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/451
 +
  |source  =
 +
  |status  = ok
 +
}}
 +
{{/entry
 +
  |name    = More Grass Starters
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1702
 +
  |source  = https://github.com/spacechase0/MoreGrassStarters
 +
}}
 +
{{/entry
 +
  |name    = More Map Layers
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1134
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = More Rain
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/441
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = More Weapons
 +
  |author  = Joco80 & Sasara
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1168
 +
  |source  = https://github.com/MrOxity/MoreWeapons-Source-Code
 +
}}
 +
{{/entry
 +
  |name    = Move Faster
 +
  |author  = Shuai Zhang
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1351
 +
  |source  = https://github.com/hcoona/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Movement Mod
 +
  |name2    = Movement Modifier
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Multiple Sprites and Portraits On Rotation
 +
  |name2    = File Loading
 +
  |author  = SlyMerc
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1094
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Museum Rearranger
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/428
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Mushroom Level Tip
 +
  |author  = WhiteMind
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1894
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = New Machines
 +
  |author  = Igorious
 +
  |hide-url = https://community.playstarbound.com/resources/smapi-new-machines-flour-sugar-vinegar-rice.3683
 +
  |source  = https://github.com/Igorious/StardevValleyNewMachinesMod
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1037 New Machines Redux] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Night Owl
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/433
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = No Crows
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1682
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = No Debug Mode
 +
  |author  = Pathoschild
 +
  |url      =
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
  |status  = obsolete
 +
  |summary  = remove this mod (debug mode was removed in SMAPI 1.0).
 +
}}
 +
{{/entry
 +
  |name    = No Fence Decay
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1180
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = No Friendship Decay
 +
  |author  = hitachihex
 +
  |url      = https://community.playstarbound.com/threads/no-friendship-decay.108278/
 +
  |source  = https://community.playstarbound.com/threads/no-friendship-decay.108278/page-6#post-3242554
 +
  |status  = workaround
 +
  |summary  = use [[#Friends Forever|Friends Forever]] or [https://community.playstarbound.com/attachments/nofriendshipdecay-1-1-1-pathoschild-update-zip.193658/ unofficial update] (<small>1.1.1-pathoschild-update</small>).
 +
}}
 +
{{/entry
 +
  |name    = No Kids Ever
 +
  |author  = Hangy
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1464
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = No More Pets
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/506
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = No Rumble Horse
 +
  |author  = Xangria
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1779
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = No Soil Decay
 +
  |author  = ThatNorthernMonkey
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/237
 +
  |source  = https://github.com/ThatNorthernMonkey/NoSoilDecay
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1084 No Soil Decay Redux] instead.
 +
  |links    = https://github.com/ThatNorthernMonkey/NoSoilDecay/issues/1
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = No Soil Decay Redux
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1084
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = NPC Map Locations
 +
  |author  = Bouhm
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/239
 +
  |source  = https://github.com/Bouhm/stardew-valley-mods
 +
}}
 +
{{/entry
 +
  |name    = NPC Speak
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/694
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Object Time Left
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1315
 +
  |source  = https://github.com/spacechase0/ObjectTimeLeft
 +
}}
 +
{{/entry
 +
  |name    = OmniFarm
 +
  |author  = lambui
 +
  |url      = https://community.playstarbound.com/threads/127299
 +
  |source  = https://github.com/lambui/StardewValleyMod_OmniFarm
 +
}}
 +
{{/entry
 +
  |name    = One Click Shed
 +
  |author  = BitwiseJon
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2052
 +
  |source  = https://github.com/bitwisejon/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Out of Season Bonuses
 +
  |name2    = Seasonal Items
 +
  |author  = Midori Armstrong
 +
  |author2  = azureglasses
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1452
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Part of the Community
 +
  |author  = bmarquismarkail
 +
  |author2  = Space Baby
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/923
 +
  |source  = https://github.com/bmarquismarkail/SV_PotC
 +
}}
 +
{{/entry
 +
  |name    = PelicanFiber
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/631
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
}}
 +
{{/entry
 +
  |name    = PelicanTTS
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1079
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Persia the Mermaid
 +
  |author  = Avalon
 +
  |author2  = Avalonii
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1419
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Persistent Game Options
 +
  |author  = Xangria
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1778
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Persival's BundleMod
 +
  |author  = Persival
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/438
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://github.com/Zoryn4163/SMAPI-Mods/releases Junimo Deposit Anywhere] instead.
 +
  |broke in = Stardew Valley 1.1
 +
}}
 +
{{/entry
 +
  |name    = Pet Enhancement Mod
 +
  |author  = Jfulmer
 +
  |author2  = Consillium
 +
  |hide-url = https://community.playstarbound.com/threads/smapi-consilliums-pet-enhancement-mod.114314
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/petenhancments-0-0-1-lajna-update-2-zip.193347/ unofficial update] (<small>0.0.1-lajna-update.1</small>).
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Plant on Grass
 +
  |author  = Demiacle
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1026
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Platonymous Toolkit
 +
  |name2    = PyTK
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1726
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Point-And-Plant
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/572
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
  |status  = soon
 +
  |broke in = SMAPI 2.0
 +
  |links    = https://github.com/jdusbabek/stardewvalley/issues/3
 +
}}
 +
{{/entry
 +
  |name    = Pong
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1994
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Pony Weight Loss Program
 +
  |author  = BadNetCode
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1232
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Portraiture
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/999
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Prairie King Made Easy
 +
  |author  = Mucchan
 +
  |hide-url = https://community.playstarbound.com/threads/113673
 +
  |source  = https://github.com/mucchan/sv-mod-prairie-king
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/181350 unofficial update] (<small>1.0.1-pathoschild-update</small>).
 +
  |links    = https://github.com/mucchan/sv-mod-prairie-king/pull/5
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Purchasable Recipes
 +
  |author  = Paracosm
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1722
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Quaint Wooden Bridge For Your Farm
 +
  |author  = Prismuth
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1647
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Qi Exchanger
 +
  |author  = Mizzion
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1930
 +
  |source  = https://github.com/Mizzion/QiExchanger
 +
}}
 +
{{/entry
 +
  |name    = QuestDelay
 +
  |author  = BadNetCode
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1239
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = RainRandomizer
 +
  |author  = EvilPdor
 +
  |hide-url = https://community.playstarbound.com/threads/111526
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/604 Climates of Ferngill] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Range Display for Sprinklers and Scarecrows
 +
  |name2    = Sprinkler Range
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1179
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Recatch Legendary Fish
 +
  |author  = cantorsdust & community
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/172
 +
  |source  = https://github.com/cantorsdust/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Regen Mod
 +
  |author  = Zoryn
 +
  |url      = https://github.com/Zoryn4163/SMAPI-Mods/releases
 +
  |source  = https://github.com/Zoryn4163/SMAPI-Mods
 +
}}
 +
{{/entry
 +
  |name    = Regeneration
 +
  |author  = Hammurabi
 +
  |url      = https://community.playstarbound.com/resources/regeneration.4584
 +
  |source  = https://community.playstarbound.com/resources/regeneration.4584/updates
 +
}}
 +
{{/entry
 +
  |name    = Relationship Bar UI
 +
  |author  = SlyMerc
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1009
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Relationships Enhanced
 +
  |author  = rodrigovaz
 +
  |hide-url = https://community.playstarbound.com/resources/smapi-relationships-enhanced.4435
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [[#Enhanced Relationships|Enhanced Relationships]] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
 +
{{/entry
 +
  |name    = RelationShipStatus
 +
  |author  = Dragonisser
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/751
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Rented Tools
 +
  |author  = JarvieK
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1307
 +
  |source  = https://github.com/Jarvie8176/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Replanter
 +
  |author  = jwdred
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/589
 +
  |source  = https://github.com/jdusbabek/stardewvalley
 +
}}
 +
{{/entry
 +
  |name    = ReRegeneration
 +
  |author  = littleraskol
 +
  |url      = https://community.playstarbound.com/resources/reregeneration.4465
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Reseed
 +
  |name2    = Roc's Reseed Mod
 +
  |author  = rocslayer
 +
  |author2  = James Overton
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/887
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Reusable Wallpapers and Floors
 +
  |name2    = Wallpaper Retain
 +
  |author  = Iceburg
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/356
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [[#Wallpaper Recycler|Wallpaper Recycler]] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Ring of Fire
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1166
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods/
 +
}}
 +
{{/entry
 +
  |name    = Rise And Shine
 +
  |author  = Yoshify
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/3
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/riseandshine-1-1-1-whisk-update-zip.192899/ unofficial update] (<small>1.1.1-whisk-update</small>).
 +
  |broke in = SMAPI 0.39.1
 +
}}
 +
{{/entry
 +
  |name    = RopeBridge
 +
  |author  = Teban100
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/824
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Rotate Toolbar
 +
  |author  = Pathoschid
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1100
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Rush Orders
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/605
 +
  |source  = https://github.com/spacechase0/RushOrders
 +
}}
 +
{{/entry
 +
  |name    = Safe Lightning
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2039
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Save Anywhere
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/444
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Save Backup
 +
  |name2    = Stardew Auto Backup, Stardew_Save_Backup
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/435
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Scroll To Blank
 +
  |author  = Caraxian
 +
  |url      = https://community.playstarbound.com/resources/scroll-to-blank.4405
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Scythe Harvesting
 +
  |author  = mmanlapat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1106
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = SDV Twitch
 +
  |author  = Dawgeth
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1760
 +
  |source  = https://github.com/dawgeth/SDVTwitch
 +
}}
 +
{{/entry
 +
  |name    = Seasonal Immersion
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/4262
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Seed Bag
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1133
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Seed Catalogue
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1640
 +
  |source  = https://github.com/spacechase0/SeedCatalogue
 +
}}
 +
{{/entry
 +
  |name    = Self Service
 +
  |author  = JarvieK
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1304
 +
  |source  = https://github.com/Jarvie8176/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Self Service Shops
 +
  |author  = GuiNoya
 +
  |author2  = Yesst
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1622
 +
  |source  = https://github.com/GuiNoya/SVMods
 +
}}
 +
{{/entry
 +
  |name    = Send Items to Other Farmers
 +
  |name2    = Send Letters
 +
  |author  = Denifia
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1087
 +
  |source  = https://github.com/Denifia/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Set Unique Game ID
 +
  |author  = dJomp
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2042
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Shed Notifications
 +
  |author  = TheCroak
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/620
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Shenandoah Library
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/756
 +
  |source  =
 +
  |status  = ok
 +
}}
 +
{{/entry
 +
  |name    = Ship Anywhere
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1379
 +
  |source  = https://github.com/spacechase0/ShipAnywhere
 +
}}
 +
{{/entry
 +
  |name    = Shipment Tracker
 +
  |author  = Iceburg
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/321
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Shop Expander
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/shop-expander.4381
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Showcase
 +
  |author  = Igorious
 +
  |url      = https://community.playstarbound.com/resources/showcase.4487
 +
  |source  = https://github.com/Igorious/Stardew_Valley_Showcase_Mod/
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Shroom Spotter
 +
  |author  = TehPers
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/908
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Simple Crop Label
 +
  |author  = TheMusketeer
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/314
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Simple Sound Manager
 +
  |author  = AlphaOmegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1410
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Simple Sprinklers
 +
  |author  = ADoby
 +
  |author2  = tZed or Tobias Z
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/76
 +
  |source  = https://github.com/ADoby/SimpleSprinkler
 +
}}
 +
{{/entry
 +
  |name    = Siv's Marriage
 +
  |author  = sivolobwho
 +
  |author2  = Tori Leblanc or Siv
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/366
 +
  |source  = https://github.com/tlcasebeer/SivsMarriageMod
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/197087 unofficial update] (<small>1.2.3-medoli900-update</small>).
 +
  |links    = https://github.com/tlcasebeer/SivsMarriageMod/pull/1
 +
  |broke in = SMAPI 1.9
 +
}}
 +
{{/entry
 +
  |name    = Skill Prestige
 +
  |author  = Alphablackwolf
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/569
 +
  |source  = https://github.com/Alphablackwolf/SkillPrestige
 +
}}
 +
{{/entry
 +
  |name    = Skill Prestige: Cooking Skill Adapter
 +
  |author  = Alphablackwolf
 +
  |url      = https://community.playstarbound.com/threads/125388
 +
  |source  = https://github.com/Alphablackwolf/SkillPrestigeCookingAdapter
 +
}}
 +
{{/entry
 +
  |name    = Skip Intro
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/533
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Skull Cavern Elevator
 +
  |author  = Bifibi
 +
  |author2  = Lestoph
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/963
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Skull Cave Saver
 +
  |author  = cantorsdust & community
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/175
 +
  |source  = https://github.com/cantorsdust/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Sleepy Eye
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1152
 +
  |source  = https://github.com/spacechase0/SleepyEye
 +
  |status  = soon
 +
  |broke in = Entoarox Framework 2.0
 +
  |links    = https://github.com/spacechase0/SleepyEye/issues/2
 +
}}
 +
{{/entry
 +
  |name    = Slime Spawner
 +
  |author  = aurnj
 +
  |author2  = Roy Li
 +
  |url      = https://community.playstarbound.com/threads/slime-spawner.129326/
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Slower Fence Decay
 +
  |author  = OrSpeeder
 +
  |author2  = Mauricio Gomes
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/252
 +
  |source  = https://gitlab.com/speeder1/FenceSlowDecayMod
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/190735 unofficial update] (<small>0.5.2-pathoschild-update</small>).
 +
  |links    = https://gitlab.com/speeder1/FenceSlowDecayMod/merge_requests/1
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = SmartMod
 +
  |author  = KuroBear
 +
  |url      = https://community.playstarbound.com/threads/108104
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |links    = https://community.playstarbound.com/threads/108104/page-9#post-3178419
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Solar Eclipse Event
 +
  |author  = Sakorona
 +
  |author2  = Kylindra or KoihimeNakamura
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/897
 +
  |source  = https://github.com/JohnsonNicholas/SDVMods
 +
}}
 +
{{/entry
 +
  |name    = Spouse's Room Mod
 +
  |author  = Wata
 +
  |author2  = Watagatapitusberry
 +
  |url      = https://community.playstarbound.com/threads/smapi-0-39-spouseroom-mod.111636
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = SpaceCore
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1348
 +
  |source  = https://github.com/spacechase0/SpaceCore_SDV
 +
}}
 +
{{/entry
 +
  |name    = Speedster
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1102
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Sprinkles
 +
  |author  = Platonymous
 +
  |url      = https://community.playstarbound.com/resources/smapi-sprinkles.4592
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Sprint
 +
  |author  = Yoshify
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/2
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/resources/4201 Sprint and Dash Redux] instead.
 +
  |broke in = SMAPI 0.39.1
 +
}}
 +
{{/entry
 +
  |name    = Sprint and Dash Buttons
 +
  |author  = OrSpeeder
 +
  |author2  = Mauricio Gomes
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/235
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/resources/4201 Sprint and Dash Redux].
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Sprint and Dash Redux
 +
  |author  = littleraskol
 +
  |url      = https://community.playstarbound.com/resources/4201
 +
  |source  = https://community.playstarbound.com/resources/4201
 +
}}
 +
{{/entry
 +
  |name    = Sprinting
 +
  |author  = Patrick
 +
  |author2  = mistersnuggler
 +
  |hide-url = https://community.playstarbound.com/threads/smapi-sprinting-mod.108313
 +
  |source  = https://github.com/oliverpl/SprintingMod
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/resources/4201 Sprint and Dash Redux] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = StackSplitX
 +
  |author  = tstaples
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/798
 +
  |source  = https://github.com/tstaples/StackSplitX
 +
}}
 +
{{/entry
 +
  |name    = Stack to Nearby Chests
 +
  |author  = Ilyaki
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1787
 +
  |source  = https://github.com/Ilyaki/StackToNearbyChests
 +
}}
 +
{{/entry
 +
  |name    = StaminaRegen
 +
  |author  = EvilPdor
 +
  |hide-url = https://community.playstarbound.com/threads/111526
 +
  |source  = https://github.com/natfoth/StardewValleyMods
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/resources/regeneration.4584 Regeneration] or [https://community.playstarbound.com/resources/reregeneration.4465/ ReRegeneration] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Stardew Config Menu
 +
  |author  = Juice805
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1312
 +
  |source  = https://github.com/Juice805/StardewConfigMenu
 +
}}
 +
{{/entry
 +
  |name    = Stardew Content Compatibility Layer (SCCL)
 +
  |author  = TehPers
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/889
 +
  |source  = https://github.com/TehPers/StardewValleyMods
 +
  |status  = obsolete
 +
  |summary  = remove this mod (no longer supported by the author).
 +
  |links    =
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Stardew Editor
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1298
 +
  |source  = https://github.com/spacechase0/StardewEditor
 +
}}
 +
{{/entry
 +
  |name    = Stardew Locations
 +
  |author  = Mizzion
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1929
 +
  |source  = https://github.com/Mizzion/StardewLocations
 +
}}
 +
{{/entry
 +
  |name    = Stardew Notification
 +
  |author  = monopandora
 +
  |hide-url = https://community.playstarbound.com/threads/127979
 +
  |source  = https://github.com/monopandora/StardewNotification
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/stardewnotification-zip.187324/ unofficial update] (<small>1.7.1-kylindra-update</small>).
 +
  |links    = https://github.com/monopandora/StardewNotification/pull/1
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Stardew Symphony
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/425
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = StarDustCore
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/683
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
  |status  = obsolete
 +
  |summary  = no longer supported or available.
 +
}}
 +
{{/entry
 +
  |name    = Starting Money
 +
  |author  = mmanlapat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1138
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = StashItemsToChest
 +
  |author  = lambui
 +
  |hide-url = https://community.playstarbound.com/threads/quickly-stash-items-to-chest-mod.126906
 +
  |source  = https://github.com/lambui/StardewValleyMod_StashItemsToChest
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1300 Categorize Chests] instead.
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Stephan's Lots of Crops
 +
  |author  = stephanreiken
 +
  |url      = https://community.playstarbound.com/resources/4314
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Stone Bridge Over Pond
 +
  |name2    = PondWithBridge
 +
  |author  = Advize and jinxiewinxie
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/316
 +
  |source  = https://github.com/Jinxiewinxie/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Stumps to Hardwood Stumps
 +
  |author  = Nishtra
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/691
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Super Greenhouse
 +
  |author  = TheRaven81
 +
  |url      = https://community.playstarbound.com/resources/smapi-super-greenhouse.4334
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Swim (Almost) Anywhere
 +
  |name2    = Swim Suit
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1215
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Tainted Cellar
 +
  |name2    = Underground House Cellar
 +
  |author  = Jinxiewinxie and TaintedWheat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1672
 +
  |source  = https://github.com/Jinxiewinxie/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Tapper Ready
 +
  |author  = skunkkky
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1219
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Taxes Mod
 +
  |author  = bdawson1993
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/38
 +
  |source  =
 +
  |status  = broken
 +
  |summary  = ancient mod, not open-source.
 +
  |broke in = SMAPI 0.39.1
 +
}}
 +
{{/entry
 +
  |name    = Teh's Fishing Overhaul
 +
  |author  = TehPers
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/866
 +
  |source  = https://github.com/TehPers/StardewValleyMods
 +
}}
 +
{{/entry
 +
  |name    = Teleporter
 +
  |author  = Bifibi
 +
  |hide-url = https://community.playstarbound.com/resources/4374
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1529 Fast Travel] instead.
 +
  |links    = https://community.playstarbound.com/threads/smapi-teleporter.127742/#post-3187905
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = The Long Night
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1369
 +
  |source  = https://github.com/pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Three Heart Flower Festival Dance Partners
 +
  |name2    = 3-heart Dance Partner
 +
  |author  = spacechase0
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/500
 +
  |source  = https://github.com/spacechase0/ThreeHeartDancePartner
 +
}}
 +
{{/entry
 +
  |name    = TimeFreeze
 +
  |author  = Omegasis
 +
  |author2  = Alpha_Omegasis
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/973
 +
  |source  = https://github.com/janavarro95/Stardew_Valley_Mods
 +
}}
 +
{{/entry
 +
  |name    = Time Reminder
 +
  |author  = Sakorona
 +
  |author2  = Kylindra or KoihimeNakamura
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1000
 +
  |source  = https://github.com/JohnsonNicholas/SDVMods
 +
}}
 +
{{/entry
 +
  |name    = TimeSpeed
 +
  |author  = cantorsdust & community
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/169
 +
  |source  = https://github.com/cantorsdust/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = TimeSpeed 2.0 (unofficial)
 +
  |author  = LasurDragon
 +
  |author2  = alexb5dh
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/646
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/169 TimeSpeed] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = TMXLoader
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1820
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = To Do List
 +
  |author  = Eleanor
 +
  |author2  = eleanoot
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1630
 +
  |source  = https://github.com/eleanoot/stardew-to-do-mod
 +
}}
 +
{{/entry
 +
  |name    = ToolCharging
 +
  |author  = mralbobo
 +
  |url      = https://community.playstarbound.com/threads/111988
 +
  |source  = https://github.com/mralbobo/stardew-tool-charging
 +
}}
 +
{{/entry
 +
  |name    = Tractor Mod
 +
  |author  = Pathoschild
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1401
 +
  |source  = https://github.com/Pathoschild/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = TreeTransplant
 +
  |author  = YukiShiku
 +
  |author2  = LeonBlade
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1342
 +
  |source  = https://github.com/LeonBlade/TreeTransplant
 +
}}
 +
{{/entry
 +
  |name    = Ui Info Suite
 +
  |author  = Cdaragorn
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1150
 +
  |source  = https://github.com/cdaragorn/Ui-Info-Suite
 +
}}
 +
{{/entry
 +
  |name    = UiModSuite
 +
  |author  = Demiacle
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/1023
 +
  |source  = https://github.com/demiacle/UiModSuite
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1150 Ui Info Suite] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = UiModSuite updated for SMAPI 1.9
 +
  |author  = AltF7
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/1077
 +
  |source  =
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/1150 Ui Info Suite] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = Variable Grass
 +
  |author  = dantheman999
 +
  |hide-url = https://community.playstarbound.com/threads/107658
 +
  |source  = https://github.com/dantheman999301/StardewMods
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/181725 unofficial update] (<small>1.3.1-pathoschild-update</small>).
 +
  |links    = https://github.com/dantheman999301/StardewMods/pull/1
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Vertical Toolbar
 +
  |author  = bmarquismarkail
 +
  |author2  = Space Baby
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/943
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Visualize
 +
  |author  = Platonymous
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1704
 +
  |source  = https://github.com/Platonymous/Stardew-Valley-Mods
 +
}}
 +
{{/entry
 +
  |name    = Wait Around
 +
  |author  = Alhifar
 +
  |url      = https://community.playstarbound.com/threads/smapi-waitaround.111630/
 +
  |source  = https://github.com/Alhifar/WaitAroundSMAPI
 +
}}
 +
{{/entry
 +
  |name    = WakeUp
 +
  |author  = EvilPdor
 +
  |hide-url = https://community.playstarbound.com/threads/111526
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Walk Through Trellis
 +
  |author  = TheOfficialTab
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1958
 +
  |source  = https://github.com/OfficialTab/walk-through-trellis
 +
}}
 +
{{/entry
 +
  |name    = Wallpaper Fix
 +
  |author  = Travoos
 +
  |url      = https://community.playstarbound.com/resources/smapi-wallpaper-fix.4211
 +
  |source  =
 +
  |status  = broken
 +
  |summary  =
 +
  |broke in = SMAPI 2.0
 +
}}
 +
{{/entry
 +
  |name    = Wallpaper Recycler
 +
  |author  = Mizzion
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1905
 +
  |source  = https://github.com/Mizzion/WallPaperRecycler
 +
}}
 +
{{/entry
 +
  |name    = Warp Animals
 +
  |author  = Symen
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1400
 +
  |source  = https://github.com/simonbru/WarpAnimals
 +
}}
 +
{{/entry
 +
  |name    = Water Pet Bowl
 +
  |name2    = Pet Water Bowl
 +
  |author  = Mizzion
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/2009
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Weather Controller
 +
  |author  = EvilPdor
 +
  |hide-url = https://community.playstarbound.com/threads/111526
 +
  |source  = https://github.com/natfoth/StardewValleyMods
 +
  |status  = workaround
 +
  |summary  = use [https://www.nexusmods.com/stardewvalley/mods/604 Climates of Ferngill] instead.
 +
  |broke in = Stardew Valley 1.2
 +
}}
 +
{{/entry
 +
  |name    = What FarmCave
 +
  |name2    = WhatAMush
 +
  |author  = Oxyligen
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1097
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = wHats Up
 +
  |author  = Oxyligen
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1082
 +
  |source  =
 +
}}
 +
{{/entry
 +
  |name    = Winter Grass
 +
  |author  = CatCattyCat
 +
  |author2  = Cat
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1601
 +
  |source  = https://github.com/danvolchek/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = Wonderful Farm Life
 +
  |author  = Jinxiewinxie and TaintedWheat
 +
  |hide-url = https://community.playstarbound.com/threads/wonderful-farm-life-smapi-version-updated-7-2-now-with-grandpas-memorial-make-your-farm-sick.115384
 +
  |source  = https://github.com/Jinxiewinxie/StardewValleyMods
 +
  |status  = workaround
 +
  |summary  = use [https://community.playstarbound.com/attachments/wonderfulfarmlife-1-0-1-pathoschild-update-zip.188107 unofficial update] (<small>1.0.1-pathoschild-update</small>). Only use with the default farm map.
 +
  |links    = https://github.com/Jinxiewinxie/StardewValleyMods/pull/1
 +
  |broke in = Stardew Valley 1.1 or 1.11
 +
}}
 +
{{/entry
 +
  |name    = XmlSerializerRetool
 +
  |author  = Persival
 +
  |hide-url = https://www.nexusmods.com/stardewvalley/mods/450
 +
  |source  =
 +
  |status  = obsolete
 +
  |summary  = remove this mod (no longer used by any current mod).
 +
  |broke in = Stardew Valley 1.1
 +
}}
 +
{{/entry
 +
  |name    = Xnb Loader
 +
  |author  = Entoarox
 +
  |url      = https://community.playstarbound.com/resources/xnb-loader.4506
 +
  |source  = https://github.com/Entoarox/StardewMods
 +
}}
 +
{{/entry
 +
  |name    = zDailyIncrease
 +
  |author  = thakyZ
 +
  |url      = https://community.playstarbound.com/resources/4247
 +
  |source  = https://github.com/thakyZ/zDailyIncrease
 +
}}
 +
{{/entry
 +
  |name    = Zoom Level Keybinding
 +
  |author  = GuiNoya
 +
  |author2  = Yesst
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1621
 +
  |source  = https://github.com/GuiNoya/SVMods
 +
}}
 +
{{/entry
 +
  |name    = ZoomMod / Zoom Out Extreme
 +
  |author  = RockinRolla
 +
  |url      = https://www.nexusmods.com/stardewvalley/mods/1326
 +
  |source  = https://github.com/rockinrolla/ZoomMod
 +
}}
 +
|}
 +
 +
<div style="font-size: 0.8em;"><references /></div>
 +
 +
==For mod developers==
 +
===Updating a mod===
 +
See [[Modding:Updating deprecated SMAPI code|how to update deprecated code]]. You can...
 +
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
 +
* Post a message in the [http://community.playstarbound.com/threads/135000 SMAPI 2.0 migration thread] to ask questions or say when your mods are updated.
 +
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
 +
 +
===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).
 +
 +
# [https://help.github.com/articles/fork-a-repo/ Fork the code].
 +
# Make your changes to that fork (see [[#updating a mod]]).
 +
# Increase the version in <tt>manifest.json</tt> by <tt>0.0.1-<yourname>-update</tt>.<br /><small>For example, if the current version is 1.0.0 and your username is SampleUser, you'd change the version to <tt>1.0.1-sampleUser-update</tt>. If you need to release new versions of your update, add a number at the end like <tt>1.0.1-sampleUser-update.2</tt>, <tt>1.0.1-sampleUser-update.3</tt>, etc. This ensures that official versions will supersede unofficial ones (e.g. for update checks).</small>
 +
# Push your changes to GitHub.
 +
# Post a release package to the [https://community.playstarbound.com/threads/how-to-update-mods-for-smapi-2-0.135000/ SMAPI 2.0 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>
 +
# [https://help.github.com/articles/creating-a-pull-request/ Submit a pull request] to the original author (if applicable).
 +
 +
===Overall compatibility===
 +
Status of known SMAPI mods for Stardew Valley 1.2:
 +
{{/barchart
 +
  |ok        = 290
 +
  |workaround = 61
 +
  |soon      = 2
 +
  |broken    = 21
 +
  |total      = 374
 +
}}
 +
 +
Status of known SMAPI mods for Stardew Valley 1.3:<br />
 +
''TBD''
  
 
[[Category:Modding]]
 
[[Category:Modding]]

Revision as of 04:43, 15 April 2018

Index

SMAPI updates almost never break mods, except when the major version changes (e.g. SMAPI 1.0 and 2.0). This page lists known SMAPI mods and their compatibility with the latest versions of SMAPI and Stardew Valley.

For players (Stardew Valley 1.2)

What to do

  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 SMAPI 2.0 migration thread (with your SMAPI log attached) and we'll help.

SMAPI mods

Here's a list of mods tested with SMAPI 2.5+ and Stardew Valley 1.2.30+. Content packs aren't listed unless incompatible. It's updated periodically for new mod releases.

  1. This only shows whether a mod is compatible; it may have bugs unrelated to SMAPI compatibility.

For players (Stardew Valley 1.3 beta)

What to do

  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.

SMAPI mods

Here's a list of mods tested with SMAPI 2.5+ and Stardew Valley 1.2.30+. Content packs aren't listed unless incompatible. It's updated periodically for new mod releases.

  1. 1.0 1.1 This only shows whether a mod is compatible; it may have bugs unrelated to SMAPI compatibility.

For mod developers

Updating a mod

See how to update deprecated code. 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. Increase the version in manifest.json by 0.0.1-<yourname>-update.
    For example, if the current version is 1.0.0 and your username is SampleUser, you'd change the version to 1.0.1-sampleUser-update. If you need to release new versions of your update, add a number at the end like 1.0.1-sampleUser-update.2, 1.0.1-sampleUser-update.3, etc. This ensures that official versions will supersede unofficial ones (e.g. for update checks).
  4. Push your changes to GitHub.
  5. Post a release package to the SMAPI 2.0 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).

Overall compatibility

Status of known SMAPI mods for Stardew Valley 1.2:

 
94% are compatible or have a working alternative.
 
1% have an update coming soon.
 
6% are broken and not open-source.¹

¹ Many of these broke due to a Stardew Valley update. Some may be updated by their authors later.

Status of known SMAPI mods for Stardew Valley 1.3:
TBD