Fuel Eternal is a mod that will set the max fuel of any objects with a fuel source. The fuel source will be set to the the maximum without the need to manually input the fuel resource from the player's inventory.
This is an updated reimagining of TorchesEternal - Mod originally by XenoFell (cstamford on GitHub)
Fuel Eternal has updated config options to customize exactly what is effected by the mod to your liking. Compared to TorchesEternal, has support for stone ovens, hot tubs, smelters, and blast furnaces. See below for a list of all items that can be adjusted through the config.
The mod offers the following fuel sources in the config to enable/disable the eternal fuel:
- Campfire
- Bonfire
- Hearth
- Sconce
- Standing iron torch
- Standing wood torch
- Standing green-burning iron torch
- Standing blue-burning iron torch
- Standing brazier
- Hanging brazier
- Jack-o-turnip
- Stone oven
- Hot tub
- Smelter
- Blast furnace
- Eitr refinery
- Support for custom items added by other mods
(Note: all options are enabled by default except for the smelter, blast furnace, and eitr refinery)
To enable Fuel Eternal to manage fuel for custom items added by other mods, edit the value named "CustomItems" with a comma-separated list of the instance names (do not use spaces). For example: rk_campfire,rk_hearth,rk_brazier will enable eternal fuel for the smokeless fires added by Bone Appetit
- Removed [BepInProcess("valheim.exe")] to be compatible with dedicated servers
- Added support for Eitr refinery added in Mistlands update
- Fixed Double ZNetview warning message
- Added support for custom items
- Initial release
To install this mod, I recommend using Vortex
To install manually, place the dll file in the BepInEx/plugins folder. You will need BepInEx setup as well.
Code is available via GitHub