Skip to content

A Stardew Valley mod that allows you to instantly consume regular edible items without the confirmation dialog or eating animation.

License

p-v-z/QuickConsume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Consume 🍎

A Stardew Valley mod that allows you to instantly consume edible items without the confirmation dialog or eating animation.

Features

  • 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

Installation

  1. Install SMAPI - Download from smapi.io
  2. Download this mod - Get the latest release from Nexus Mods or GitHub
  3. Extract to Mods folder - Unzip the mod into Stardew Valley/Mods/QuickConsume/
  4. Run the game - Launch Stardew Valley through SMAPI

Configuration

In-Game Configuration (Recommended)

  1. Install Generic Mod Config Menu
  2. Go to the main menu and click the gear icon
  3. Find "Quick Consume" in the mod list
  4. Configure your preferences with the user-friendly interface

Manual Configuration

Edit config.json in the mod folder:

{
  "RequireModifier": false,
  "ModifierKey": "LeftControl",
  "AllowWhenFull": true,
  "PlayEatSound": true,
  "ShowHealthGain": true
}

Configuration Options

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

Usage

  1. Hold any edible item in your hands
  2. Right-click to instantly consume it
    • If RequireModifier is enabled, hold the modifier key while right-clicking
  3. See the results - Energy/health restored instantly, floating messages show gains, and any buffs are applied

Technical Details

Requirements

Optional Dependencies

Compatibility

  • 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.

Development

Building from Source

dotnet build

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

Support

  • Report bugs - Use the GitHub Issues page
  • Suggest features - Open a feature request on GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Acknowledgments

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.

About

A Stardew Valley mod that allows you to instantly consume regular edible items without the confirmation dialog or eating animation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages