leilukin-site/links/stardew-valley-mod-list/index.html

1546 lines
58 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en" dir="ltr" id="top">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="Leilukin&#39;s Stardew Valley Mod Build | Links">
<link rel="canonical" href="https://leilukin.com/links/stardew-valley-mod-list/">
<meta name="generator" content="Eleventy v3.0.0">
<meta name="author" content="Leilukin">
<meta name="description" content="A list of Stardew Valley mods I use.">
<meta name="fediverse:creator" content="@Leilukin@dragonscave.space">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:type" content="website">
<meta property="og:description" content="A list of Stardew Valley mods I use.">
<meta property="og:url" content="https://leilukin.com/links/stardew-valley-mod-list/">
<meta property="og:locale" content="en_MY">
<meta property="og:image" content="https://leilukin.com/assets/leilukin/leilukins-hub-meta-img.png">
<meta name="theme-color" content="#3d2163">
<link rel="alternate" type="application/rss+xml" title="Leilukin&#39;s Hub" href="/feed.xml">
<link rel="preload" href="/assets/fonts/lexend/lexend-v19-latin-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/assets/fonts/lexend/lexend-v19-latin-700.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<style>
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/lexend/lexend-v19-latin-regular.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/lexend/lexend-v19-latin-700.woff2') format('woff2');
}
</style>
<link rel="stylesheet" href="/assets/fonts/fonts.css">
<link rel="stylesheet" href="/assets/css/global.css"><link rel="stylesheet" href="/assets/css/general.css"><link rel="stylesheet" href="/assets/css/content.css"><link rel="stylesheet" href="/assets/css/plugins.css"><link rel="stylesheet" href="/assets/css/components.css"><link rel="stylesheet" href="/assets/css/a11y-syntax-highlighting-dark.css"><link rel="stylesheet" href="/assets/css/pridesymbols.css"><link rel="stylesheet" href="/assets/css/utility.css">
<style>.toc__wrapper {
max-height: var(--ht-sticky-sidebar);
overflow-x: auto;
background-color: var(--clr-content-bg);
padding: 1rem 1.3rem;
}
.toc__heading {
font-size: 1.3rem;
font-weight: 700;
color: var(--clr-sub-heading);
}
.toc ol,
.toc ol ol {
display: grid;
gap: 0.3em;
}
.toc ol {
border-top: 0.1em solid var(--clr-title-border);
padding-left: 1.3em;
padding-top: 1em;
}
.toc ol ol {
border-top: none;
list-style-type: disc;
padding-left: 1em;
padding-top: 0.3em;
}
.toc ol a {
font-size: 1.1rem;
padding-left: 0.3em;
}
.toc ol ol a {
padding: 0;
font-size: 1rem;
}
.breadcrumbs {
list-style-type: "";
padding: 0;
margin: 0 0 0.7em 0;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
}
.breadcrumbs li::after {
content: '➔';
padding-left: 0.3em;
}
.blog__post--pagination {
padding-top: 1em;
margin-block-start: 2.5em;
border-top: 0.1em solid var(--clr-title-border);
}
.blog__post--nextprev {
list-style-type: "";
padding: 0;
margin: 0;
display: grid;
gap: 0.7em;
grid-template-columns: repeat(2, 1fr);
grid-template-areas: 'prev next';
}
.blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; }
.hero img { filter:
drop-shadow(0.1rem 0.1rem 0.2rem black)
drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
; }
.hero {
width: 100%;
background-color: var(--clr-hero-bg);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.hero__top-bar {
background: var(--clr-navbar-bg);
width: 100%;
padding: 0.5em 0.7em;
}
.hero__img {
display: grid;
place-content: center;
}
.hero img {
object-fit: contain;
overflow: hidden;
max-height: 16rem;
}
.navbar {
background: var(--clr-navbar-bg);
width: 100%;
z-index: 998;
position: sticky;
top: 0;
padding: 0.6em;
}
.navbar__menu {
list-style-type: "";
margin: 0;
padding: 0;
display: flex;
gap: 1em;
flex-wrap: wrap;
text-align: center;
}
.navbar__menu a {
color: var(--clr-navbar-link);
text-decoration: none;
font-weight: 700;
cursor: pointer;
display: inline-block;
}
.navbar__menu a:hover { color: var(--clr-link-hover); }
.navbar__menu a:focus { outline-offset: 0.2em; }
.navbar__links {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 0.5em;
}
.navbar__toggle {
background-color: inherit;
color: var(--clr-navbar-link);
border: none;
padding: 0;
font-size: 1.25rem;
font-weight: 700;
display: none;
align-items: center;
gap: 0.3em;
}
.navbar__toggle svg { fill: currentColor; }
.navbar__toggle:focus,
.navbar__menu a:focus { outline-offset: 0.1em; }
.navbar__toggle:focus,
.navbar__menu a:focus { outline: 0.15em solid var(--clr-navbar-link); }
.navbar__popover {
background: var(--clr-navbar-bg);
border: 0.15em solid var(--clr-navbar-link);
padding: 1.5em;
max-width: 85%;
}
.navbar__popover::backdrop {
background-color: black;
opacity: 0.5;
}
@supports selector([popover]) {
.navbar__toggle { display: flex; }
.navbar__links { display: none; }
}
/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.navbar { padding: 1em 0.6em; }
.navbar__toggle, .navbar__popover { display: none; }
.navbar__links { display: flex; }
}
.top-btn,
.top-btn:hover {
color: var(--clr-top-btn-txt);
text-decoration: none;
font-weight: 700;
}
.top-btn {
position: fixed;
bottom: 0.5rem;
right: 0.5rem;
z-index: 999;
background-color: var(--clr-top-btn-bg);
display: flex;
align-items: center;
border-radius: 50em;
padding: 0.3em 0.5em;
gap: 0.2em;
}
.top-btn:focus {
outline: 0.25em solid var(--clr-top-btn-bg);
outline-offset: 0.15em;
}
.top-btn__arrow {
display: inline-block;
width: 1em;
aspect-ratio: 1 / 1;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
:root { --footer-gap: 0.5em; }
.footer {
margin-top: auto;
width: 100%;
background: var(--clr-main-footer-bg);
padding: 1.5rem 1rem clamp(1.5rem, calc(100% - 1.5rem), 3.5rem);
text-align: center;
display: grid;
gap: var(--footer-gap);
}
.footer__links,
.footer__shrines {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: var(--footer-gap);
}
.footer__links { justify-self: center; }
.footer__shrines { align-self: center; }</style>
<link rel="icon" sizes="32x32" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/assets/favicon/leilukin-bee-favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="me" href="mailto:contact@leilukin.com">
<link rel="me" href="https://dragonscave.space/@Leilukin">
<link rel="me" href="https://github.com/Leilukin">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<script src="/assets/js/D968lGk6J8.js" defer=""></script>
<script src="/assets/js/details-utils.js" defer=""></script>
<title>
Leilukin&#39;s Stardew Valley Mod Build | Links | Leilukin's Hub
</title>
</head>
<body>
<div class="skip-btn"><a href="#content">Skip to content</a></div>
<header class="hero">
<div class="hero__top-bar hidden"></div>
<div class="hero__img">
<img fetchpriority="high" src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="Banner of Leilukin's Hub" width="900" height="300">
</div>
</header>
<nav class="navbar" aria-labelledby="top-level-nav-title">
<h2 class="visually-hidden" id="top-level-nav-title">Top Level</h2>
<ul class="navbar__menu navbar__links">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/now/">Now</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/articles/">Articles</a>
</li>
<li>
<a href="/projects/">Projects</a>
</li>
<li>
<a href="/shrines/">Shrines</a>
</li>
<li>
<a href="/adoptables/">Adoptables</a>
</li>
<li>
<a href="/links/">Links</a>
</li>
<li>
<a href="/guestbook/">Guestbook</a>
</li>
</ul>
<button class="navbar__toggle" popovertarget="nav-menu" aria-label="Toggle navigation menu">
<svg aria-hidden="true" focusable="false" width="1em" height="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"></path></svg>
Navigation
</button>
</nav>
<div popover="" id="nav-menu" class="navbar__popover">
<ul class="navbar__menu">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/now/">Now</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/articles/">Articles</a>
</li>
<li>
<a href="/projects/">Projects</a>
</li>
<li>
<a href="/shrines/">Shrines</a>
</li>
<li>
<a href="/adoptables/">Adoptables</a>
</li>
<li>
<a href="/links/">Links</a>
</li>
<li>
<a href="/guestbook/">Guestbook</a>
</li>
</ul>
</div>
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/links/">Links</a>
</li>
</ol>
</nav>
<h1>Leilukin&#39;s Stardew Valley Mod Build</h1>
<p>A list of Stardew Valley mods I use.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
Table of Contents
</summary>
<nav class="toc" aria-labelledby="toc-heading"><ol><li><a href="#mod-categories">Mod Categories</a></li>
<li><a href="#mod-tiers">Mod Tiers</a></li>
<li><a href="#stardew-valley-mod-build-full-list">Stardew Valley Mod Build - Full List</a><ol><li><a href="#mod-tools">Mod Tools</a></li>
<li><a href="#generic-mod-config-menu">Generic Mod Config Menu</a></li>
<li><a href="#lookup-anything">Lookup Anything</a></li>
<li><a href="#npc-map-locations">NPC Map Locations</a></li>
<li><a href="#stardew-valley-map-teleport">Stardew Valley Map Teleport</a></li>
<li><a href="#tardew-notifications">tardew Notifications</a></li>
<li><a href="#stardew-progress">Stardew Progress</a></li>
<li><a href="#timespeed">TimeSpeed</a></li>
<li><a href="#chests-anywhere">Chests Anywhere</a></li>
<li><a href="#always-hay">Always Hay</a></li>
<li><a href="#no-fence-decay-redux">No Fence Decay Redux</a></li>
<li><a href="#automatic-gates">Automatic Gates</a></li>
<li><a href="#better-junimos">Better Junimos</a></li>
<li><a href="#one-click-shed-reloader">One Click Shed Reloader</a></li>
<li><a href="#automate">Automate</a></li>
<li><a href="#tractor-mod">Tractor Mod</a></li>
<li><a href="#friends-forever">Friends Forever</a></li>
<li><a href="#gender-neutrality-mod">Gender Neutrality Mod</a></li>
<li><a href="#platonic-partners-and-friendships">Platonic Partners and Friendships</a></li>
<li><a href="#platonic-relationships">Platonic Relationships</a></li>
<li><a href="#farmer-age-dialogue-tweaks">Farmer Age Dialogue Tweaks</a></li>
<li><a href="#polyamory">Polyamory</a></li>
<li><a href="#custom-spouse-rooms">Custom Spouse Rooms</a></li>
<li><a href="#custom-spouse-patio">Custom Spouse Patio</a></li>
<li><a href="#bed-tweaks">Bed Tweaks</a></li>
<li><a href="#hugs-and-kisses">Hugs and Kisses</a></li>
<li><a href="#part-of-the-community">Part of the Community</a></li>
<li><a href="#misc-introduction-fixes">Misc Introduction Fixes</a></li>
<li><a href="#shanes-new-job">Shanes New Job</a></li>
<li><a href="#no-more-war-kent-as-journalist">No More War - Kent as Journalist</a></li>
<li><a href="#kent-gets-therapy">Kent Gets Therapy</a></li>
<li><a href="#tolerable-pierre">Tolerable Pierre</a></li>
<li><a href="#marnie-deserves-better">Marnie Deserves Better</a></li>
<li><a href="#less-corrupt-lewis">Less Corrupt Lewis</a></li>
<li><a href="#sqbrs-dialogue-edits">sqbr's Dialogue Edits</a></li>
<li><a href="#no-more-dialogue-differences">No More Dialogue Differences</a></li>
<li><a href="#demetriuss-tomato-dilemma">Demetrius's Tomato Dilemma</a></li>
<li><a href="#robin-and-demetriuss-better-bed-discussion">Robin and Demetrius's Better Bed Discussion</a></li>
<li><a href="#mx-qi">Mx. Qi</a></li>
<li><a href="#befriend-marlon-and-gunther">Befriend Marlon and Gunther</a></li>
<li><a href="#pelican-town-potluck">Pelican Town Potluck</a></li>
<li><a href="#fixed-luau-bridge">Fixed Luau Bridge</a></li>
<li><a href="#elahos-babies-and-toddlers-expanded">Elaho's Babies and Toddlers Expanded</a></li>
<li><a href="#diverse-stardew-valley">Diverse Stardew Valley</a></li>
<li><a href="#diverse-stardew-valley-additional-characters">Diverse Stardew Valley Additional Characters</a></li>
<li><a href="#inger-island-npc-overhaul">inger Island NPC Overhaul</a></li>
<li><a href="#elles-new-horses">Elle's New Horses</a></li>
<li><a href="#elles-dog-replacements">Elle's Dog Replacements</a></li>
<li><a href="#lles-cat-replacements">lle's Cat Replacements</a></li>
<li><a href="#mopsys-harvest-moon-animals">Mopsy's Harvest Moon Animals</a></li>
<li><a href="#ks-goat-replacers">K's Goat Replacers</a></li>
<li><a href="#ks-pig-replacers">K's Pig Replacers</a></li>
<li><a href="#elles-seasonal-vanilla-buildings">Elle's Seasonal Vanilla Buildings</a></li>
<li><a href="#elles-farmhouse-pride">Elle's Farmhouse Pride</a></li>
<li><a href="#super-cellar">Super Cellar</a></li>
<li><a href="#seasonal-tub-o-flowers">Seasonal Tub o Flowers</a></li>
<li><a href="#gold-clock-sundial">Gold Clock Sundial</a></li></ol></li></ol></nav>
</details>
</details-utils>
</aside>
<div class="content content--divided">
<article class="content__section"><p>Welcome to Leilukins <cite>Stardew Valley</cite> Mod Build!</p>
<p>Here Im compiling a list of all the modifications, or mods in short, that I use for <cite>Stardew Valley</cite>, the independent farming simulator video game developed by ConcernedApe, for the best experience with the game. This document is made for my reference and to share with others.</p>
<p>(This mod list was last updated on <time datetime="2024-12-30T20:23:30+0800">30 December 2024</time>)</p>
</article>
<article class="content__section"><div class="heading-wrapper h2">
<h2 id="mod-categories">Mod Categories</h2>
<a class="heading-anchor" href="#mod-categories" aria-labelledby="mod-categories"><span hidden="">#</span></a></div>
<p>The mods I included in my mod build are divided into the following categories, which clarifies the types of changes the mod makes:</p>
<dl>
<dt>Appearance Change</dt>
<dd>Appearance change is not inherently graphics improvement, but rather a modification to the default appearance of a character, item, location, interface, etc.</dd>
<dt>Immersion</dt>
<dd>These mods are not inherently bugfixes, but changes done to improve the internal consistency of the games content.</dd>
<dt>Interface Change</dt>
<dd>As the name implies, this type of mod modifies the games interface.</dd>
<dt>Mechanics Change</dt>
<dd>This type of mod makes changes to the games system which directly impacts the way you play the game, varying from changing the camera angle of a location to altering the core stats of a class.</dd>
<dt>Immersion</dt>
<dd>These mods are not inherently bugfixes, but changes done to improve the internal consistency of the games content.</dd>
</dl>
</article>
<article class="content__section"><div class="heading-wrapper h2">
<h2 id="mod-tiers">Mod Tiers</h2>
<a class="heading-anchor" href="#mod-tiers" aria-labelledby="mod-tiers"><span hidden="">#</span></a></div>
<p>The tiers for each mod included in my mod build are not necessary a judgement on the quality of the mods themselves. In my mod builds, mod tiers are ranked on a scale of 1-4, based on how important the individual mods are for my experience with Stardew Valley.</p>
<dl class="deflist-1col">
<dt>Tier 1 - Essential</dt>
<dd>This tier indicates mods that I cannot play Stardew Valley without. Usually this is because I find those mods make very crucial changes to the game, typically by fixing things that bother me the most in the vanilla game. Similarly, mods of the Patch category that belong to this tier make critical changes to other mods. I consider excluding Tier 1 mods will negatively affect my experience with Stardew Valley.</dd>
<dt>Tier 2 - Very Important</dt>
<dd>This tier indicates mods that vastly improve my experience with the game. Mods belong to this tier are the bread and butter of my mod build. That said, unlike Tier 1 mods, excluding Tier 2 mods from my playthrough does not actively make my Stardew Valley experience worse either.</dd>
<dt>Tier 3 - Somewhat Important</dt>
<dd>This tier indicates mods that make changes that are in smaller scope or more subjective compared to Tier 1 and Tier 2 mods. Usually this is because the changes made by Tier 3 mods are less noticeable or more of a matter of personal taste.</dd>
<dt>Tier 4 - Optional</dt>
<dd>This tier indicates mods that makes even smaller or more subjective changes than Tier 3 mods, to the point that using these mods are optional. I include Tier 4 mods in my build for the purpose of maximizing my immersion, or because I use these mods for customization purposes for my characters.</dd>
</dl>
</article>
<article class="content__section"><div class="heading-wrapper h2">
<h2 id="stardew-valley-mod-build-full-list">Stardew Valley Mod Build - Full List</h2>
<a class="heading-anchor" href="#stardew-valley-mod-build-full-list" aria-labelledby="stardew-valley-mod-build-full-list"><span hidden="">#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="mod-tools">Mod Tools</h3>
<a class="heading-anchor" href="#mod-tools" aria-labelledby="mod-tools"><span hidden="">#</span></a></div>
<p>Frameworks that are essential to install for <cite>Stardew Valley</cite> mods to function:</p>
<ul>
<li><a href="https://smapi.io/">Stardew Modding API</a> by Pathoschild</li>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/1915">Content Patcher</a> by Pathoschild</li>
</ul>
<p><cite>Stardew Valley</cite> mod manager:</p>
<ul>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/10455">Stardrop</a></li>
</ul>
<hr>
<div class="heading-wrapper h3">
<h3 id="generic-mod-config-menu">Generic Mod Config Menu</h3>
<a class="heading-anchor" href="#generic-mod-config-menu" aria-labelledby="generic-mod-config-menu"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/5098">Generic Mod Config Menu</a></dd>
<dt>Mod Author</dt>
<dd>spacechase0</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="lookup-anything">Lookup Anything</h3>
<a class="heading-anchor" href="#lookup-anything" aria-labelledby="lookup-anything"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="http://www.nexusmods.com/stardewvalley/mods/541">Lookup Anything</a></dd>
<dt>Mod Author</dt>
<dd>Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
<dt>Leilukins Comment</dt>
<dd>This mod is essential for me because it allows me to look up various information in-game without needing to pause the game just to check the Stardew Valley wiki.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="npc-map-locations">NPC Map Locations</h3>
<a class="heading-anchor" href="#npc-map-locations" aria-labelledby="npc-map-locations"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/239">NPC Map Locations</a></dd>
<dt>Mod Author</dt>
<dd>Bouhm and Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="stardew-valley-map-teleport">Stardew Valley Map Teleport</h3>
<a class="heading-anchor" href="#stardew-valley-map-teleport" aria-labelledby="stardew-valley-map-teleport"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/21381">Stardew Valley Map Teleport</a></dd>
<dt>Mod Author</dt>
<dd>Richard2091</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="tardew-notifications">tardew Notifications</h3>
<a class="heading-anchor" href="#tardew-notifications" aria-labelledby="tardew-notifications"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/4713">Stardew Notifications</a></dd>
<dt>Mod Author</dt>
<dd>monopandora, maintained by Sakorona</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="stardew-progress">Stardew Progress</h3>
<a class="heading-anchor" href="#stardew-progress" aria-labelledby="stardew-progress"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/9786">Stardew Progress</a></dd>
<dt>Mod Author</dt>
<dd>seeinggreen</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="timespeed">TimeSpeed</h3>
<a class="heading-anchor" href="#timespeed" aria-labelledby="timespeed"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/169">TimeSpeed</a></dd>
<dt>Mod Author</dt>
<dd>cantorsdust and Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="chests-anywhere">Chests Anywhere</h3>
<a class="heading-anchor" href="#chests-anywhere" aria-labelledby="chests-anywhere"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/518">Chests Anywhere</a></dd>
<dt>Mod Author</dt>
<dd>Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Interface Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="always-hay">Always Hay</h3>
<a class="heading-anchor" href="#always-hay" aria-labelledby="always-hay"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/20808">Always Hay</a></dd>
<dt>Mod Author</dt>
<dd>Omek97</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
<dt>Leilukins Comment</dt>
<dd>What bothers me about the hay in Stardew Valley is that if your silos are full, you cannot collect hay at all, not even as extra items in your inventory. This mod fixes that.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="no-fence-decay-redux">No Fence Decay Redux</h3>
<a class="heading-anchor" href="#no-fence-decay-redux" aria-labelledby="no-fence-decay-redux"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/20802">No Fence Decay Redux</a></dd>
<dt>Mod Author</dt>
<dd>EnderTedi</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="automatic-gates">Automatic Gates</h3>
<a class="heading-anchor" href="#automatic-gates" aria-labelledby="automatic-gates"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/3109">Automatic Gates</a></dd>
<dt>Mod Author</dt>
<dd>Rakiin aka ScheKaa</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="better-junimos">Better Junimos</h3>
<a class="heading-anchor" href="#better-junimos" aria-labelledby="better-junimos"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2221">Better Junimos</a></dd>
<dt>Mod Author</dt>
<dd>hawkfalcon</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="one-click-shed-reloader">One Click Shed Reloader</h3>
<a class="heading-anchor" href="#one-click-shed-reloader" aria-labelledby="one-click-shed-reloader"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2052">One Click Shed Reloader</a></dd>
<dt>Mod Author</dt>
<dd>BitwiseJon</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="automate">Automate</h3>
<a class="heading-anchor" href="#automate" aria-labelledby="automate"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/1063">Automate</a></dd>
<dt>Mod Author</dt>
<dd>Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="tractor-mod">Tractor Mod</h3>
<a class="heading-anchor" href="#tractor-mod" aria-labelledby="tractor-mod"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/1401">Tractor Mod</a></dd>
<dt>Mod Author</dt>
<dd>Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="friends-forever">Friends Forever</h3>
<a class="heading-anchor" href="#friends-forever" aria-labelledby="friends-forever"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/20702">Friends Forever (1.6)</a></dd>
<dt>Mod Author</dt>
<dd>IsaacSDev</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="gender-neutrality-mod">Gender Neutrality Mod</h3>
<a class="heading-anchor" href="#gender-neutrality-mod" aria-labelledby="gender-neutrality-mod"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/722">Gender Neutrality Mod</a></dd>
<dt>Mod Author</dt>
<dd>Hana</dd>
<dt>Category &amp; Tier</dt>
<dd>Immersion / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Other Required Files</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/14426">Gender Neutrality Mod Tokens</a> by Hana</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="platonic-partners-and-friendships">Platonic Partners and Friendships</h3>
<a class="heading-anchor" href="#platonic-partners-and-friendships" aria-labelledby="platonic-partners-and-friendships"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/8146/">Platonic Partners and Friendships</a></dd>
<dt>Mod Author</dt>
<dd>Amaranthacyan</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Leilukins Comment</dt>
<dd>I have always wanted to be able to see all the heart events of the marriage candidates without romancing them, so this mod is a must-have for me.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="platonic-relationships">Platonic Relationships</h3>
<a class="heading-anchor" href="#platonic-relationships" aria-labelledby="platonic-relationships"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/4668">Platonic Relationships</a></dd>
<dt>Mod Author</dt>
<dd>CherryChain</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="farmer-age-dialogue-tweaks">Farmer Age Dialogue Tweaks</h3>
<a class="heading-anchor" href="#farmer-age-dialogue-tweaks" aria-labelledby="farmer-age-dialogue-tweaks"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/4211">SFG's Farmer Age Dialogue Tweaks</a></dd>
<dt>Mod Author</dt>
<dd>ShotFromGuns</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="polyamory">Polyamory</h3>
<a class="heading-anchor" href="#polyamory" aria-labelledby="polyamory"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://github.com/EnderTedi/Polyamory">Polyamory</a></dd>
<dt>Mod Author</dt>
<dd>EnderTedi</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="custom-spouse-rooms">Custom Spouse Rooms</h3>
<a class="heading-anchor" href="#custom-spouse-rooms" aria-labelledby="custom-spouse-rooms"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/20966">Custom Spouse Rooms - Continued</a></dd>
<dt>Mod Author</dt>
<dd>Datamancer</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="custom-spouse-patio">Custom Spouse Patio</h3>
<a class="heading-anchor" href="#custom-spouse-patio" aria-labelledby="custom-spouse-patio"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/10889">Custom Spouse Patio Redux</a> (<a href="http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068">Unofficial Update</a>)</dd>
<dt>Mod Author</dt>
<dd>aedenthorn; unofficial update by FlyingTNT</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="bed-tweaks">Bed Tweaks</h3>
<a class="heading-anchor" href="#bed-tweaks" aria-labelledby="bed-tweaks"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/10023">Bed Tweaks</a> (<a href="http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-121068">Unofficial Update</a>)</dd>
<dt>Mod Author</dt>
<dd>aedenthorn; unofficial update by FlyingTNT</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="hugs-and-kisses">Hugs and Kisses</h3>
<a class="heading-anchor" href="#hugs-and-kisses" aria-labelledby="hugs-and-kisses"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/21019">Hugs and Kisses Continued</a></dd>
<dt>Mod Author</dt>
<dd>JoXW</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="part-of-the-community">Part of the Community</h3>
<a class="heading-anchor" href="#part-of-the-community" aria-labelledby="part-of-the-community"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/923">Part of the Community</a></dd>
<dt>Mod Author</dt>
<dd>Space Baby</dd>
<dt>Category &amp; Tier</dt>
<dd>Mechanics Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>No</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="misc-introduction-fixes">Misc Introduction Fixes</h3>
<a class="heading-anchor" href="#misc-introduction-fixes" aria-labelledby="misc-introduction-fixes"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/12562">Misc introduction fixes</a></dd>
<dt>Mod Author</dt>
<dd>mistyspring</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="shanes-new-job">Shanes New Job</h3>
<a class="heading-anchor" href="#shanes-new-job" aria-labelledby="shanes-new-job"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2894">Shanes New Job</a></dd>
<dt>Mod Author</dt>
<dd>Ran</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="no-more-war-kent-as-journalist">No More War - Kent as Journalist</h3>
<a class="heading-anchor" href="#no-more-war-kent-as-journalist" aria-labelledby="no-more-war-kent-as-journalist"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/4217">SFG's No More War - Kent as Journalist</a></dd>
<dt>Mod Author</dt>
<dd>ShotFromGuns</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="kent-gets-therapy">Kent Gets Therapy</h3>
<a class="heading-anchor" href="#kent-gets-therapy" aria-labelledby="kent-gets-therapy"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/14535">Kent Gets Therapy - 3 Heart Event Edit</a></dd>
<dt>Mod Author</dt>
<dd>Airyn</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="tolerable-pierre">Tolerable Pierre</h3>
<a class="heading-anchor" href="#tolerable-pierre" aria-labelledby="tolerable-pierre"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.moddrop.com/stardew-valley/mods/734913-tolerable-pierre">Tolerable Pierre</a></dd>
<dt>Mod Author</dt>
<dd>LavenderLight</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="marnie-deserves-better">Marnie Deserves Better</h3>
<a class="heading-anchor" href="#marnie-deserves-better" aria-labelledby="marnie-deserves-better"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/7686">Marnie Deserves Better</a></dd>
<dt>Mod Author</dt>
<dd>IllogicalMoodSwing</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="less-corrupt-lewis">Less Corrupt Lewis</h3>
<a class="heading-anchor" href="#less-corrupt-lewis" aria-labelledby="less-corrupt-lewis"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/14269">Less Corrupt Lewis - No More Statue</a></dd>
<dt>Mod Author</dt>
<dd>Airyn</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="sqbrs-dialogue-edits">sqbr's Dialogue Edits</h3>
<a class="heading-anchor" href="#sqbrs-dialogue-edits" aria-labelledby="sqbrs-dialogue-edits"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/14156">sqbr's Dialogue Edits</a></dd>
<dt>Mod Author</dt>
<dd>sqbr</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="no-more-dialogue-differences">No More Dialogue Differences</h3>
<a class="heading-anchor" href="#no-more-dialogue-differences" aria-labelledby="no-more-dialogue-differences"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/4459">No More Dialogue Differences</a></dd>
<dt>Mod Author</dt>
<dd>Isi</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="demetriuss-tomato-dilemma">Demetrius's Tomato Dilemma</h3>
<a class="heading-anchor" href="#demetriuss-tomato-dilemma" aria-labelledby="demetriuss-tomato-dilemma"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/7250">Demetrius's Tomato Dilemma</a></dd>
<dt>Mod Author</dt>
<dd>Fuzzlepuzzle</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="robin-and-demetriuss-better-bed-discussion">Robin and Demetrius's Better Bed Discussion</h3>
<a class="heading-anchor" href="#robin-and-demetriuss-better-bed-discussion" aria-labelledby="robin-and-demetriuss-better-bed-discussion"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/14534">Robin and Demetrius's Better Bed Discussion</a></dd>
<dt>Mod Author</dt>
<dd>Airyn</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="mx-qi">Mx. Qi</h3>
<a class="heading-anchor" href="#mx-qi" aria-labelledby="mx-qi"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/4310">Mx. Qi</a></dd>
<dt>Mod Author</dt>
<dd>Isi</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="befriend-marlon-and-gunther">Befriend Marlon and Gunther</h3>
<a class="heading-anchor" href="#befriend-marlon-and-gunther" aria-labelledby="befriend-marlon-and-gunther"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2569">Befriend Marlon and Gunther</a></dd>
<dt>Mod Author</dt>
<dd>Yoshimax and Pathoschild</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="pelican-town-potluck">Pelican Town Potluck</h3>
<a class="heading-anchor" href="#pelican-town-potluck" aria-labelledby="pelican-town-potluck"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.moddrop.com/stardew-valley/mods/1032927-pelican-town-potluck/">Pelican Town Potluck</a></dd>
<dt>Mod Author</dt>
<dd>LenneDalben</dd>
<dt>Category &amp; Tier</dt>
<dd>Modified Content / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="fixed-luau-bridge">Fixed Luau Bridge</h3>
<a class="heading-anchor" href="#fixed-luau-bridge" aria-labelledby="fixed-luau-bridge"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/19264">Fixed Luau Bridge</a></dd>
<dt>Mod Author</dt>
<dd>Airyn</dd>
<dt>Category &amp; Tier</dt>
<dd>Immersion / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="elahos-babies-and-toddlers-expanded">Elaho's Babies and Toddlers Expanded</h3>
<a class="heading-anchor" href="#elahos-babies-and-toddlers-expanded" aria-labelledby="elahos-babies-and-toddlers-expanded"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley">Elaho's Babies and Toddlers Expanded</a></dd>
<dt>Mod Author</dt>
<dd>Elaho</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change &amp; Immersion / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Leilukins Comment</dt>
<dd>This mod is essential for me because I find the generic appearance of the babies rather immersion-breaking.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="diverse-stardew-valley">Diverse Stardew Valley</h3>
<a class="heading-anchor" href="#diverse-stardew-valley" aria-labelledby="diverse-stardew-valley"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://diversestardewvalley.weebly.com/">Diverse Stardew Valley (DSV)</a></dd>
<dt>Mod Author</dt>
<dd>DSV Project Team. Original version of the mod made by notsnufffie.</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change &amp; Modified Content / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Other Required Files</dt>
<dd>
<ul>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/5098">Generic Mod Config Menu</a> by spacechase0</li>
</ul>
</dd>
<dd>
<ul>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/28284">Cross-Mod Compatibility Tokens (CMCT)</a> by Spiderbuttons</li>
</ul>
</dd>
<dd>
<ul>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/14487">Sprites in Detail</a> by BleakCodex for the Marigold / Linus Modded config option</li>
</ul>
</dd>
<dt>Leilukins Comment</dt>
<dd>As much as I like Stardew Valley, I cannot help but notice that the characters are overwhelmingly white. Therefore, the existence of the Diverse Stardew Valley mod is a gift and I consider this mod essential for my game.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="diverse-stardew-valley-additional-characters">Diverse Stardew Valley Additional Characters</h3>
<a class="heading-anchor" href="#diverse-stardew-valley-additional-characters" aria-labelledby="diverse-stardew-valley-additional-characters"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/23918">Diverse Stardew Valley (DSV) Additional Characters - Townspeople</a></dd>
<dt>Mod Author</dt>
<dd>DSV Project Team</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Other Required Files</dt>
<dd><a href="https://diversestardewvalley.weebly.com/">Diverse Stardew Valley (DSV)</a></dd>
<dt>Download Note</dt>
<dd>I download and Install the Malaysian Indian Gus add-on</dd>
<dt>Leilukins Comment</dt>
<dd>I use the Malaysian Indian Gus add-on since I am Malaysian myself (albeit not Indian) and Malaysians get very little representation in video games.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="inger-island-npc-overhaul">inger Island NPC Overhaul</h3>
<a class="heading-anchor" href="#inger-island-npc-overhaul" aria-labelledby="inger-island-npc-overhaul"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/9242">Ginger Island NPC Overhaul</a></dd>
<dt>Mod Author</dt>
<dd>Zoedoll Lemurkat and AirynS</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 1 - Essential</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Other Required Files</dt>
<dd>
<ul>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/5371">Anti-Social NPCs</a> by Super Aardvark</li>
</ul>
</dd>
<dd>
<ul>
<li><a href="https://www.nexusmods.com/stardewvalley/mods/7089">Custom NPC Exclusions</a> by Esca-MMC</li>
</ul>
</dd>
<dt>Leilukins Comment</dt>
<dd>I highly recommend reading Tumblr user jojaqualityheadcanons post about the <a href="https://jojaqualityheadcanons.tumblr.com/post/646056190629052416/sdvs-15-update-contains-content-that-plays-into">issues with the Ginger Island content</a>.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="elles-new-horses">Elle's New Horses</h3>
<a class="heading-anchor" href="#elles-new-horses" aria-labelledby="elles-new-horses"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/3169">Elle's New Horses</a></dd>
<dt>Mod Author</dt>
<dd>junimods</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="elles-dog-replacements">Elle's Dog Replacements</h3>
<a class="heading-anchor" href="#elles-dog-replacements" aria-labelledby="elles-dog-replacements"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/3871">Elle's Dog Replacements</a></dd>
<dt>Mod Author</dt>
<dd>junimods</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="lles-cat-replacements">lle's Cat Replacements</h3>
<a class="heading-anchor" href="#lles-cat-replacements" aria-labelledby="lles-cat-replacements"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/3872">Elle's Cat Replacements</a></dd>
<dt>Mod Author</dt>
<dd>junimods</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="mopsys-harvest-moon-animals">Mopsy's Harvest Moon Animals</h3>
<a class="heading-anchor" href="#mopsys-harvest-moon-animals" aria-labelledby="mopsys-harvest-moon-animals"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2188">Mopsy's Harvest Moon Animals</a></dd>
<dt>Mod Author</dt>
<dd>Mopquill</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Usage Note</dt>
<dd>Since I use Elle's Dog Replacements, I disable the dog replacement function of this mod.</dd>
<dt>Leilukins Comment</dt>
<dd>I have never actually played any of the Harvest Moon games, though I find the animals, especially the chubby cows, from this mod too cute to resist using it.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="ks-goat-replacers">K's Goat Replacers</h3>
<a class="heading-anchor" href="#ks-goat-replacers" aria-labelledby="ks-goat-replacers"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2964">K's Goat Replacers</a></dd>
<dt>Mod Author</dt>
<dd>Kwillow</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Installation Note</dt>
<dd>I install the Solid White version.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="ks-pig-replacers">K's Pig Replacers</h3>
<a class="heading-anchor" href="#ks-pig-replacers" aria-labelledby="ks-pig-replacers"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2945">K's Pig Replacers</a></dd>
<dt>Mod Author</dt>
<dd>Kwillow</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
<dt>Installation Note</dt>
<dd>I install the Solid Pink version.</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="elles-seasonal-vanilla-buildings">Elle's Seasonal Vanilla Buildings</h3>
<a class="heading-anchor" href="#elles-seasonal-vanilla-buildings" aria-labelledby="elles-seasonal-vanilla-buildings"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/6330">Elle's Seasonal Vanilla Buildings</a></dd>
<dt>Mod Author</dt>
<dd>junimods</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="elles-farmhouse-pride">Elle's Farmhouse Pride</h3>
<a class="heading-anchor" href="#elles-farmhouse-pride" aria-labelledby="elles-farmhouse-pride"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/14764">Elle's Farmhouse Pride</a></dd>
<dt>Mod Author</dt>
<dd>junimods</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="super-cellar">Super Cellar</h3>
<a class="heading-anchor" href="#super-cellar" aria-labelledby="super-cellar"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/12747">Super Cellar</a></dd>
<dt>Mod Author</dt>
<dd>N3rdGirl</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 2 - Very Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="seasonal-tub-o-flowers">Seasonal Tub o Flowers</h3>
<a class="heading-anchor" href="#seasonal-tub-o-flowers" aria-labelledby="seasonal-tub-o-flowers"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/2758">Seasonal Tub o Flowers</a></dd>
<dt>Mod Author</dt>
<dd>MouseyPounds</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 3 - Somewhat Important</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
<div class="heading-wrapper h3">
<h3 id="gold-clock-sundial">Gold Clock Sundial</h3>
<a class="heading-anchor" href="#gold-clock-sundial" aria-labelledby="gold-clock-sundial"><span hidden="">#</span></a></div>
<dl>
<dt>Mod Name</dt>
<dd><a href="https://www.nexusmods.com/stardewvalley/mods/7863">Gold Clock Sundial</a></dd>
<dt>Mod Author</dt>
<dd>birdblinder</dd>
<dt>Category &amp; Tier</dt>
<dd>Appearance Change / Tier 4 - Optional</dd>
<dt>SMAPI Required</dt>
<dd>Yes</dd>
<dt>Content Patcher Required</dt>
<dd>Yes</dd>
</dl>
<hr>
</article>
</div>
</content-wrapper>
</main>
<footer class="footer">
<p>
<svg class="inline-icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"></path></svg>
<a rel="nofollow, noindex" href="emailme/">Contact me by email</a> (<a href="https://useplaintext.email/">plain text email</a> encouraged)
</p>
<h2 class="visually-hidden">Footer Navigation:</h2>
<ul class="inline-nav footer__links">
<li>
<a href="/feed.xml"><svg class="inline-icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"></path></svg>RSS Feed</a>
</li>
<li><a href="/sitemap/
">Site Map</a></li><li><a href="/changelogs/">Changelogs</a></li><li><a href="/accessibility/">Accessibility</a></li><li><a href="/colophon/">Colophon</a></li></ul>
<p>Made with ♥ by Leilukin since 11 September 2022</p>
<p>
<svg class="inline-icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M96 64c0-17.7 14.3-32 32-32l320 0 64 0c70.7 0 128 57.3 128 128s-57.3 128-128 128l-32 0c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96L96 64zM480 224l32 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0 0 128zM32 416l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32z"></path></svg>
<a href="https://ko-fi.com/leilukin">Support me on Ko-Fi</a>
</p><div class="h-card hidden">
<span class="p-name p-nickname">Leilukin</span>
<a href="/" class="u-url">Home page</a>
<img src="https://i.postimg.cc/RZJgS6tY/leilukin-bee.avif" alt="Leilukin" class="u-photo" loading="lazy">
<span class="p-country-name">Malaysia</span>
<span class="p-note">They/she. A proudly queer and autistic <span class="p-gender-identity">non-binary</span> lesbian from Malaysia.</span>
</div><a href="#top" class="top-btn">
<svg class="top-btn__arrow" focusable="false" aria-hidden="true" viewBox="0 0 26 28">
<path d="M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z"></path>
</svg>
Back to Top
</a>
</footer>
</body>
</html>