Small Beach Farm is a Stardew Valley mod which adds a fertile pocket beach farm suitable for slower/challenge runs, and lets you catch both river and ocean fish. You can optionally enable islands and beach sounds.
- Install the latest version of SMAPI.
- Install this mod from Nexus Mods.
- Run the game using SMAPI.
- For a new save:
- For an existing save:
-
You can convert your save to the small beach farm like this:
- Load your save.
- Enter this command in the SMAPI console window:
set_farm_type Pathoschild.SmallBeachFarm
A few highlights:
- The beach is fertile, so you can plant crops in the grass and sand too:
- You can catch riverlands fish in the river and ocean fish in the ocean (for both fishing and
crab pots):
- The exit to Marnie's ranch is on the right:
- The beach has a functional campfire you can use (pairs well with Limited Campfire
Cooking):
- Forage and supply crates can occasionally spawn
along the shore:
Tips:
- Fish quality depends on how far from shore the bobber is. The bottom-left area of the river
mouth is wide enough to catch max-quality river fish:
- If you need more space, you can enable ocean islands for extra land area:
- If you use Automate, you can connect chests
to crab pots all along the beach:
If you install Generic Mod Config Menu, you can click the cog button (⚙) on the title screen to configure the mod. Hover the cursor over a field for details, or see the next section.
This is compatible with Stardew Valley 1.6+ on Linux/macOS/Windows, both single-player and multiplayer. It can't be combined with other mods that replace the same farm.
The farm map will recolor automatically if you have one of these installed:
- A Wittily Named Recolor;
- Eemie's Just Another Map Recolor;
- Starblue Valley.
Yep! There are two main approaches:
Option A (recommended):
Other mods can patch Small Beach Farm's tilesheets directly. For example, in a Content Patcher pack:
{
"Action": "EditImage",
"Target": "Mods/Pathoschild.SmallBeachFarm/{{season}}_smallBeachFarm",
"FromFile": "assets/your-image.png",
"PatchMode": "Overlay"
}
Option B:
Compatibility files can be added to the Small Beach Farm folder instead.
- Create a subfolder in
assets/tilesheets
whose name is the recolor mod's ID (from itsmanifest.json
). - Add the modified
{season}_smallBeachFarm.png
files to the subfolder. - If the player has multiple mods with a matching folder, only the first one alphabetically will be used.
Installing stable releases from Nexus Mods is recommended for most users. If you really want to compile the mod yourself, see the repository readme for the main instructions.
Special instructions for Small Beach Farm:
- Unpack your game's
Content
folder. - Copy
Maps/paths.png
,Maps/spring_beach.png
, andMaps/spring_town.png
directly into theassets
folder (without theMap
folder). - Compile as usual. See Modding:Maps for help editing the map file.
- Initial farm maps commissioned from Opalie!
- release notes
- Nexus mod