A Stardew Valley mod that allows you to instantly consume edible items without the confirmation dialog or eating animation.
- Instant consumption - Right-click any edible item to consume it immediately
- No confirmation dialog - Skip the "Do you want to eat this?" prompt for all consumables
- Full compatibility - Works with all foods including buffed items (preserves all effects)
- Energy and health messages - See floating text showing how much you gained
- Sound effects - Optional eating sound when consuming items
- Configurable - Customize all settings through the in-game mod config menu
- Install SMAPI - Download from smapi.io
- Download this mod - Get the latest release from Nexus Mods or GitHub
- Extract to Mods folder - Unzip the mod into
Stardew Valley/Mods/QuickConsume/ - Run the game - Launch Stardew Valley through SMAPI
- Install Generic Mod Config Menu
- Go to the main menu and click the gear icon
- Find "Quick Consume" in the mod list
- Configure your preferences with the user-friendly interface
Edit config.json in the mod folder:
{
"RequireModifier": false,
"ModifierKey": "LeftControl",
"AllowWhenFull": true,
"PlayEatSound": true,
"ShowHealthGain": true
}| Setting | Description | Default |
|---|---|---|
RequireModifier |
Must hold modifier key to quick-consume | false |
ModifierKey |
Key to hold when RequireModifier is true | LeftControl |
AllowWhenFull |
Allow consuming when health/energy are full | true |
PlayEatSound |
Play eating sound effect | true |
ShowHealthGain |
Show "+X Energy +Y Health" messages | true |
- Hold any edible item in your hands
- Right-click to instantly consume it
- If
RequireModifieris enabled, hold the modifier key while right-clicking
- If
- See the results - Energy/health restored instantly, floating messages show gains, and any buffs are applied
- SMAPI 4.0.0+ - Stardew Valley modding framework
- Stardew Valley 1.5+ - Base game
- .NET 6.0 (included with game)
- Generic Mod Config Menu - For in-game configuration
- ✅ Save-safe - Can be added/removed without affecting save files
⚠️ Cross-platform - Windows, Mac, Linux (built with cross-platform code, but primarily tested on Windows)- ❓ Multiplayer - Not extensively tested in multiplayer. Each player needs the mod installed. May work but could cause desyncs.
dotnet build- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
- Report bugs - Use the GitHub Issues page
- Suggest features - Open a feature request on GitHub
This project is licensed under the MIT License - see the LICENSE file for details.
- Author: StyGGz
- Framework: SMAPI by Pathoschild
- Build Config: ModBuildConfig by Pathoschild
- Config Menu: Generic Mod Config Menu by spacechase0
Thanks to ConcernedApe for creating Stardew Valley and providing an excellent modding framework. Special thanks to the active modding community for maintaining documentation and development tools.