promotional bannermobile promotional banner

Cold Sweat: Altitude

A Cold Sweat addon that adds fully configurable altitude-based temperature zones using a simple band system, with support for Create: Aeronautics

File Details

coldsweat_altitude-0.6.0.jar

  • R
  • May 5, 2026
  • 85.39 KB
  • 335
  • 1.21.1
  • NeoForge

File Name

coldsweat_altitude-0.6.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:cold-sweat-altitude-1528631:8045402"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.6 Changelog

Added i18n support for public-facing and command-facing UI text.

Command output and built-in mod messages are now moved into lang files, making them easier to translate and maintain.

 

Config-driven messages can now also use translation keys. onEnterMessage and actionbarMessage still support normal plain text, but they can now also point to lang entries for localized packs.

 

The generated config now includes inline examples showing how translation keys can be used for message fields.

 

Useful config key examples currently included by default:

onEnterMessage = "coldsweat_altitude.band.low_sky.on_enter"
actionbarMessage = "coldsweat_altitude.band.low_sky.actionbar"

onEnterMessage = "coldsweat_altitude.band.extreme_sky.on_enter"
actionbarMessage = "coldsweat_altitude.band.extreme_sky.actionbar"

And the matching lang keys currently shipped are:

coldsweat_altitude.band.low_sky.on_enter
coldsweat_altitude.band.low_sky.actionbar
coldsweat_altitude.band.extreme_sky.on_enter
coldsweat_altitude.band.extreme_sky.actionbar

 

You are not limited to those keys. Any lang key will work in those config fields as long as it exists in a loaded lang file.