Narolith-AutoFeed icon

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-2.20.1 icon
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.1

README

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

  1. Install BepInEx on your dedicated server.
  2. Place Narolith.AutoFeed.dll in BepInEx/plugins/ on the server.
  3. 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.