Thermoo

Temperature and Environment library mod for Fabric and Quilt. Used by Frostiful and Scorchful.

File Details

Thermoo 9.1.0

  • R
  • Feb 21, 2026
  • 278.21 KB
  • 7.2K
  • 1.21.11
  • Fabric + 1

File Name

thermoo-9.1.0.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:thermoo-846544:7657007"

Quilt

modImplementation "curse.maven:thermoo-846544:7657007"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Thermoo 9.1: Atmospheric Pressure

  • Added ability to dynamically toggle temperature effects on and off on a per-entity basis using the command /thermoo temperature effect set_enabled.
  • Added a Java API to dynamically toggle temperature effects on and off on a per-entity basis to the ConfiguredTemperatureEffect class.
  • Added Thermoo specific entries to the F3 debug screen, these are disabled by default.
  • Added an atmospheric pressure environment component type.
    • This component stores the local atmospheric pressure in millibars.
  • Added an atmospheric pressure gameplay environment attribute.
    • This attribute is used as the default value for the environment component map.
  • Added a sub-command to /thermoo environment to get the atmospheric pressure value at a block position.
  • Added thermoo:set_temperature_from_pressure environment provider type.
  • Added thermoo:set_pressure_from_altitude environment provider type.
  • The relative humidity can now be queried using /thermoo environment relative_humidity.
    • The old usage of /thermoo environment relativehumidity still works but is now deprecated.