You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | tony4twenty-Warming_Lava-1.0.0.zip |
| Downloads | 22912 |
| Dependency string | tony4twenty-Warming_Lava-1.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 — including lava rivers.
Features
- Automatically detects lava and lava rivers.
- Reduces cold affliction over time when within range.
- Configurable reduction rate and distance via config file.
Configuration
After launching the game once with the mod installed, a config file will be generated
You can change:
reductionRate: Cold reduction per second (e.g.0.1f)detectionRadius: How close the player must be to lava for warming to activate (e.g.6f)
Installation
- Drop the
warmingLava.dllfile into the plugins folder of BepInEx - Launch the game.
Credits
Created by tony4twenty Thanks to the PEAK modding community!
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.