Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Fuel Daylight Saving
Disables fuel-based fireplaces in daylight. Configurable exception list (default: never disable campfires and hearths, for cooking and comfort purposes). Client-side.
| Date uploaded | 2 years ago |
| Version | 0.1.0 |
| Download link | nbusseneau-Fuel_Daylight_Saving-0.1.0.zip |
| Downloads | 192 |
| Dependency string | nbusseneau-Fuel_Daylight_Saving-0.1.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-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.24.2README
Fuel Daylight Saving
Very simple Valheim mod that disables fuel-based fireplaces in daylight. Configurable exception list (default: never disable campfires and hearths, for cooking and comfort purposes). Client-side.
But why?
Fuel Daylight Saving helps you reduce your CO₂ emissions save on precious fuel by disabling most fireplaces in daylight, except those specified in a configurable exception list and infinite fuel fireplaces (e.g. Haldor / Hildir fire pits).
By default, the exception list includes only campfires and hearths, as these are necessary either for cooking stations or as comfort providers (usually temporarily for campfires, and permanently for hearths as top of their comfort group).
Incidentally, Fuel Daylight Saving also helps you fight against climate change save on FPS, as lit fireplaces are resource hogs in Valheim.
Note that Fuel Daylight Saving uses the game's daylight detection mechanism, which means fireplaces may still stay lit during the day if Valheim considers the environment / weather to be dark enough that it's not "daylight" (e.g. during rains or thunderstorms).
Compatibility with other mods
Fuel Daylight Saving hooks onto the Fireplace component itself and should work transparently with all mods, including those that add new fireplaces (buildable or not, infinite fuel or not).
However, it cannot automatically detect if any modded fireplace should be added to the exception list: your help is appreciated in editing the default exception list such that Fuel Daylight Saving remains pain-free with most modpacks 🙇
Feel free to report any issue you find.
Install
This is a client-side mod. It does not need to be installed on the server.
Thunderstore (recommended)
Manually (not recommended)
- [Prerequisites]
- Install BepInExPack Valheim.
- Download nbusseneau-Fuel_Daylight_Saving-0.1.0.zip.
- Extract the archive and move everything to your
BepInEx/plugins/directory. It should look like this:BepInEx/ └── plugins/ └── nbusseneau-Fuel_Daylight_Saving/ ├── CHANGELOG.md ├── icon.png ├── manifest.json ├── plugins/ └── README.md
Special thanks
Fuel Daylight Saving is a reimplementation of a mod initially created by warpalicious. Check out their POI content mods, you won't regret it 👍
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.4.1 - 2025-03-06
Changed
- Support for 0.220.3.
- Update Jotunn to 2.24.2.
0.4.0 - 2024-10-31
Changed
- Support for 0.219.13 (The Bog Witch).
- Update Jotunn to 2.21.2.
0.3.2 - 2024-07-31
Changed
- Further increase margin for sunrise / sunset.
0.3.1 - 2024-07-30
Changed
- Further increase margin for sunrise / sunset.
0.3.0 - 2024-07-28
Changed
- Add small margin to day time detection to account for low light during sunrise and sunset.
Fixed
- Fix missing
server-sideThunderstore tag.
0.2.0 - 2024-06-24
Added
- Add server config enforcement with Jotunn.
- Add video showcase to README.
Changed
- Improve README, notably clarifications around compatibility.
0.1.1 - 2024-06-22
Changed
- Minor changes to README.
Fixed
- Only parse exception list on startup and when it changes.
0.1.0 - 2024-06-22
- Initial version.