Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
AutoFeedRedux
Tired of forgetting to feed your pets? Make feeding your animals a breeze with the Auto Feed Redux! A simple Valheim mod for feeding your tames!
| Date uploaded | 2 weeks ago |
| Version | 2.0.0 |
| Download link | Vapok-AutoFeedRedux-2.0.0.zip |
| Downloads | 640 |
| Dependency string | Vapok-AutoFeedRedux-2.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.30.2ValheimModding-YamlDotNet
Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 16.3.1README
AutoFeedRedux by Vapok
AutoFeedRedux is a lightweight, high-performance take on automatic feeding for Valheim. It eliminates excessive container looping and world tracking overhead by letting tameable creatures smartly locate and feed from nearby player-built containers when hungry.
Features
- 🚶 Direct-to-Container Navigation: When hungry, tameable animals navigate directly to the nearest container containing compatible food.
- 📦 Clean Inventory Consumption: Food is consumed straight from the container inventory once the animal arrives—no dropped items littering the ground.
- 🛡️ Container Protection: Protects feed chests and troughs from being damaged or destroyed by creatures during the taming process.
- ⚡ Optimized Performance: Highly efficient spatial queries that avoid scanning every container across the entire world.
- 🌐 Server-Synced Configuration: Fully integrated with Jotunn configuration syncing to enforce server-side settings on multiplayer servers.
Configuration Settings
All settings can be customized in-game or via the BepInEx configuration file (vapok.mods.AutoFeedRedux.cfg).
| Setting | Type | Default | Description |
|---|---|---|---|
| Enable Auto Feeder | bool |
true |
Enables or disables automatic feeding from nearby containers. |
| Feed Range in Meters | float |
30 |
Maximum search distance (in meters) from the animal to find valid feed containers. |
| Require Move to Feed | bool |
true |
When enabled, animals will walk to the container to feed. When disabled, animals feed instantly on the spot if within range. |
| Move Proximity | float |
1 |
The distance (in meters) from the container the animal must reach before feeding. |
| Protect Feed Containers | bool |
true |
Prevents creatures from damaging containers designated as feed troughs. |
| Disallow Feed | string |
"" |
Comma-separated list of item names to exclude from auto-feeding (e.g. Carrot, Turnip). |
| Disallow Animal | string |
"" |
Comma-separated list of creature names to exclude from auto-feeding (e.g. Boar, Lox). |
Mod Author Details
Author: Vapok
Source: GitHub
Discord: Vapok's Mod Community
Patch Notes: GitHub Changelog
CHANGELOG
2.0.8 - Container Scanning & Dedicated Server Fixes
- Fixed an issue where container searching could cause errors on dedicated servers.
- Improved safety and multiplayer synchronization when tames eat food directly from storage containers.
- Fixed an issue where animals in busy bases or fenced pens could have trouble finding food containers.
- Significantly reduced game lag and memory usage by optimizing animal feeding checks and container scanning.
- Updated Jotunn to 2.30.2 and internal dependencies for stability.
2.0 Changelog History (Valheim Release) (click to expand)
2.0.7 - Valheim 1.0.15 Alignment & Internalized Dependency Updates
- Valheim 1.0.15 Alignment: Updated game assembly references and internalized
Vapok.Valheim.Common3.13.1015. - Localization & Stability: Re-synchronized 35-language splash localizations and verified patch compatibility.
2.0.6 - Splash Window Updates & Valheim 1.0.14 Alignment
- Splash Window Updates:
- Telemetry is now unchecked when first loaded (Opt-In visibility)
- Added Send Error Logs (Opt-Out)
- Privacy Policy is now available directly in-game
- Added Data Disclaimers on hover over checkboxes for transparency on what data is sent
- Valheim 1.0.14 Alignment: Updated game assembly references and internalized
Vapok.Valheim.Common3.12.1014.
2.0.5 - Jewelcrafting Font Compatibility
- Fixed: Jewelcrafting packages it's own font which was overriding part of a vanilla font, causing the Splash screen to appear blank.
2.0.4 - Updated README with Telemetry Information
- Updated the README.md with Anonymous Telemetry information per request of mod stores.
2.0.3 - Unified Splash Screen & Telemetry Controls
- Unified Startup Splash Screen: Integrated with a centralized startup splash screen.
- Added configurable
Show on Game Startupwhich can be enabled or disabled in the configuration file.
- Added configurable
- Anonymous Telemetry:
- Added configurable
Enable Anonymous Telemetryconfiguration which can be enabled or disabled in the configuration file.- Defaults to enabled with auto-opt-in on launch. Uncheck to Opt-Out
- ANONYMOUS DATA ONLY - I track version number and usage data. No personal data is ever collected. For more information, see the Privacy Policy.
- Added configurable
2.0.1 - Dependency & Compatibility Maintenance
- Dependency Updates: Updated Jotunn and BepInEx runtime package bindings.
- Compatibility Maintenance: Verified compatibility against the latest Valheim 1.0 release.
- Documentation Improvements: Standardized README, user guides, and technical patch documentation.
2.0.0 - Valheim 1.0 Update & Direct Container Feeding
- Updated for Valheim 1.0.
- Overhauled animal feeding navigation: tames now pathfind and walk directly to food containers when feeding.
- Food is now consumed directly from the container upon arrival.
- Updated default configuration values:
- Auto Feeder enabled by default.
- Feed Range increased to 30 meters.
- Move Proximity updated to 1 meter.
- Added stability fixes and performance improvements.
1.0 Changelog History (Valheim Early Access) (click to expand)
1.1.4 - Updated Dependencies
- Updated all dependencies to latest versions.
1.1.3 - Updated Dependencies
- Updated all dependencies to latest versions.
1.1.2 - LookingAt Warning Fix
- Updated looking direction detection to match recent Valheim API changes.
1.1.1 - Dedicated Server Config Syncing Fix
- Resolved an issue preventing dedicated servers from properly enforcing configuration settings on connected clients.
- Added graceful dependency handling and notifications.
1.1.0 - Jotunn Migration
- Updated for Valheim 0.221.4 and transitioned to Jotunn library.
1.0.4 - Valheim 0.217.28 Update
- Updated for Valheim 0.217.28.
1.0.3 - Valheim 0.217.24 Update
- Updated for Valheim 0.217.24.
1.0.2 - Logging Fixes
- Fixed non-critical error log messages occurring during creature spawn and death events.
1.0.1 - Container Protection & Bug Fixes
- Resolved an inventory extraction edge case.
- Added Container Protection logic to discourage tames from damaging nearby food containers while being tamed.
1.0.0 - Initial Release of AutoFeedRedux
- Initial release of automatic container feeding mechanics for tamed creatures.
- Added configurable feed range, movement proximity, container protection, and creature/food exclusion lists.