You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 10 months ago |
| Version | 2.0.0 |
| Download link | tony4twenty-Warming_Lava-2.0.0.zip |
| Downloads | 5322 |
| Dependency string | tony4twenty-Warming_Lava-2.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.75301README
π₯ Warming Lava
A mod for PEAK that reduces cold affliction when players are near lava/lava rivers. Now optimized to only activate in the cold Alpine biome and shut off when you exit. Sometimes based on generation Lava Rivers appear in the Alpines and they can now be used to warm you up!
Any issues, suggestions or love can be thrown at me in the PEAK modding discord
π Features
- π§ Anti-Cold Mechanic β Reduces cold status over time near lava rivers.
- π§ Smart Biome Detection β Only activates in the Alpine biome, stops when you reach The Caldera.
- βοΈ Configurable β Change reduction rate and distance in the config file.
- π οΈ Optimized Performance β Uses a coroutine instead of
Update()and only runs when needed.
βοΈ Configuration
After launching the game once with the mod installed, a config file will be generated at:
BepInEx/config/tony4twentys.Warming_Lava.cfg
You can customize:
ColdReductionPerSecondβ Cold reduction per second (default:0.1)WarmthRadiusβ Detection radius around lava (default:8.0units)
π¦ Installation
- Download
Warming_Lava.dll - Drop it into your
BepInEx/plugins/folder - Launch the game and warm up!
π₯or use the thunderstore mod managerπ₯
π Credits
- π§ Mod Author: tony4twenty
- β Check out my other PEAK mods
CHANGELOG
Changelog
[2.1.0] - 2025-08-11
- Detects Ascents to find Ascent 5 to toggle on Day/Night cycle detection
- When in Night, warming is possible from any lava found in any biome tropics and onward
- Now detects ALL lava sources to reduce cold affliction and not just Lava Rivers (Fixed)
- If not Ascent 1-4, no Day/Night cycle detection and Only has cold affliction reduction from lava in Alpines
[2.0.0] - 2025-08-03
- Optimized by switching to coroutines instead of using
Update() - Now only operates within The Alpine, shutting off when entering The Caldera
[1.0.0] - 2025-07-07
- Initial release.