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.
AutoFeed
This mod will automatically feed tameable creatures in the game with food from nearby chests.
| Last updated | 3 weeks ago |
| Total downloads | 40533 |
| Total rating | 8 |
| Categories | Mods Tweaks Server-side Utility NPCs AI Generated |
| Dependency string | Narolith-AutoFeed-1.0.2 |
| Dependants | 46 other packages depend on this package |
This mod requires the following mods to function
ValheimModding-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.20.1README
Auto Feed
Auto Feed is a Valheim mod that automatically feeds tameable creatures from nearby chests. No more dropping food on the ground — animals feed themselves as long as a chest with the right food is in range.
Features
- Automatic Feeding: Tameable creatures within range of a chest containing their food will be fed automatically.
- Configurable Range: Set the radius creatures will search for containers.
- Chest Filtering: Optionally restrict feeding to specific chest types by name prefix.
- Server-side: Install on the server only — clients do not need the mod.
Installation
- Install BepInEx on your dedicated server.
- Place
Narolith.AutoFeed.dllinBepInEx/plugins/on the server. - Clients do not need to install anything.
Configuration
Configuration is generated at BepInEx/config/Narolith.AutoFeed.cfg on first run.
| Parameter | Default | Description |
|---|---|---|
| Container Range | 10 |
Radius (units) in which creatures search for food containers. |
| Container Cache TTL | 5 |
Seconds before the nearby-container list is refreshed for each animal. |
| Chest Prefix | piece_chest |
Only containers whose name starts with this prefix are eligible. Leave empty to allow all containers. |
| Enabled | true |
Enable or disable the mod. |
Support
If you encounter any issues or have suggestions, open an issue on the GitHub repository.