
MyBearFriend
Makes bears tameable.
Last updated | 19 hours ago |
Total downloads | 67 |
Total rating | 0 |
Categories | Mods Tweaks |
Dependency string | MilkMediaProductions-MyBearFriend-0.1.0 |
Dependants | 0 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.26.1
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.2333README
My Bear Friend
A Valheim mod that makes Bears tameable.

Manual Install Instructions
BepInEx is required for this mod. Assuming BepInEx is already installed, locate the BepInEx folder in the Valheim installation directory (By default: C:\ProgramFiles(x86)\Steam\steamapps\common\Valheim\BepInEx) and navigate to the plugins folder. Unzip the contents of this package to a folder called "MyBearFriend" within the plugins folder. This should be all that is required, assuming all mod dependencies are installed.
Features
- Bear's can now be tamed
- Default food: Blueberries; Honey; RawMeat; DeerMeat;
- Food and Taming settings are configurable
Localization
Localization is implemented and English localization is provided.
Can I... ?
Breed Bears - No, not at the moment. This is an easy feature to add, but the new bear type currently does not a "bear cub" model. I could potentially use the same bear model and scale it down. I might experiment with this in the future.
Ride Bears - No riding bears yet either. Theoretically it should be easy to implement. The Lox prefab has an offset for the saddle. The bear does not. I'd either have to add the offset to the prefab in Unity or try to inject it via code. I'll look into this in a future update.
Contact and Issue Reporting
You can report issues with the mod at the github link below.
https://github.com/MysteriousMilk/MyBearFriend
Additionally, you can reach me in the Valheim Modding Discord under the name Milk.
Changelog
v0.1.0 - Initial Release
Implemented base mod functionality.