


Valheim mod that allows to fertilize plants (crops, trees) and pickables (berries, mushrooms, flowers) to grow / respawn them faster (or even instantaneously!). Configurable fertilizer list (default: 3 Ancient Seeds or 1 Ymir Flesh) and remaining time reduction, enforceable server-side. Translations available.
https://github.com/nbusseneau/InstantFertilizer/assets/4659919/08ef5ded-b1bb-41f7-abd7-689072d7b3f3
Instant Fertilizer™ aims to address the annoyances around initially setting up a farm: the first few Carrot seeds, Turnip seeds, and Onion seeds you find in the wild can be quickly cycled with fertilizers in order to speed up getting to a sustainable state.
To achieve that, the default configuration aims to give a purpose to niche items with little use in vanilla by:
Plants and pickables are managed by the current zone owner (usually the first person to enter a zone), however Instant Fertilizer™ claims ownership of any plant or pickable on fertilizing. It should thus work transparently with all clients, regardless of if they use the mod or not: the fertilized plant or pickable will grow or respawn instantaneously from their point of view as well (which might make you look suspicious if they're unaware).
Instant Fertilizer™ hooks onto the Pickable, Vine, and Plant components and should work transparently with all mods, including those that add new plants or pickables.
In particular, Instant Fertilizer™ is explicitly made to be compatible with PlantEverything and Seasons.
Feel free to report any issue you find.
Instant Fertilizer™ comes with the following languages available out of the box:
To add a new language as a user:
BepInEx/plugins/nbusseneau-Instant_Fertilizer/ directory.
r2modman, use Settings > Browse profile folder to find your BepInEx/ directory.Translations/ directory.English/ directory, then rename it to the appropriate name for your language (see valid folder names).<your_language_name>/InstantFertilizer.json as appropriate using a text editor.If you localize Instant Fertilizer™ for your own language, you are most welcome to send your translation file my way, and I will integrate it as part of the languages available by default.
In other words:
BepInEx/plugins/ directory. It should look like this:BepInEx/
└── plugins/
└── nbusseneau-Instant_Fertilizer/
├── CHANGELOG.md
├── icon.png
├── manifest.json
├── plugins/
└── README.md
Instant Fertilizer™ is a reimplementation of a mod initially created by warpalicious. Check out their POI content mods, you won't regret it 👍