hunger mod for stardew valley that doesn't blow ass
Find a file
serenade a351c18eb6 Upload files to "/"
final version(?) fixes saves, adds fishing annoyance, makes you wake up hungry
2026-05-17 01:46:02 -03:00
assets Upload files to "assets" 2026-05-15 13:55:35 -03:00
healList Upload files to "healList" 2026-05-15 13:54:03 -03:00
hungySave.cs Upload files to "/" 2026-05-15 23:06:19 -03:00
manifest.json Upload files to "/" 2026-05-15 13:53:42 -03:00
ModEntry.cs Upload files to "/" 2026-05-17 01:46:02 -03:00
readme Update readme 2026-05-15 23:11:53 -03:00
sdvHotdogChamp.csproj Upload files to "/" 2026-05-15 13:53:42 -03:00

for as bad as the documentation is, the "getting started" from the stardew wiki actually does get you started
https://stardewvalleywiki.com/Modding:Modder_Guide/Get_Started#Requirements

Make sure that you have dotnet 6.0 as your compile target and that the pathoschild nuget is installed, or else nothing works right. .csproj provided for reference purposes.

ModEntry.cs is the driver for the mod. 
hungySave.cs is the save file creator/updater. It's not really intuitive, but it works.

In order to have any items that heal hunger and thirst you'll need to update the values in healList/Edibles.cs to be anything other than 0.
The namespace for healList shouldn't really exist but that's what unfamiliarity will do to you.