You are viewing a potentially older version of this package. View all versions.
Narolith-AutoFeed-0.2.3 icon

AutoFeed

This mod will automatically feed tameable creatures in the game with food from nearby chests.

Date uploaded 2 weeks ago
Version 0.2.3
Download link Narolith-AutoFeed-0.2.3.zip
Downloads 1991
Dependency string Narolith-AutoFeed-0.2.3

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 in the game with food from nearby chests. This mod is perfect for players who want to focus more on adventuring and less on the upkeep of their tamed animals. No more food on the floor!

Features

  • Automatic Feeding: Tameable creatures within range of a chest containing their supported food will be automatically fed.
  • Configurable Range: You can set the radius the tameable creatures will look for containers to feed from.

Configuration

The mod comes with two main configuration parameters:

  • Container Range: This parameter determines the radius within which the tameable creatures will look for containers to feed from. The default value is 10 (units).
  • Enabled: This parameter allows you to enable or disable the mod. By default, the mod is enabled.

Installation

To install the mod, you need to have BepInEx installed in your Valheim game. Once BepInEx is installed, simply download the Auto Feed mod and place it in the BepInEx plugins folder.

Support

If you encounter any issues or have any suggestions, feel free to open an issue or pull request on the GitHub repository.

Enjoy your adventures in Valheim with your well-fed companions!

CHANGELOG

0.2.3

  • Added missing Thunderstore dependency to Jotunn
  • Added manifest version script to avoid mismatch versions
Click to expand previous changes

0.2.2

  • Fixed project version mismatch

0.2.1

  • Removed unnecessary async delay in FeedAnimal
  • Codebase improvements

0.2.0

  • Changed targeted framework
  • Added Jotunn dependency
  • Added requirement Client/Server to have latest Minor version installed

0.1.0

  • Added Jotunn for for reference and assembly handling
  • Code readability updates
  • Added more details to README
  • Increased default range from 5 to 10
  • Rewrote global feeding delay logic
  • Removed ownership check

0.0.2

  • Updated GitHub link