Skip to content

[1.21.11] Thermoo 9.1.0

Choose a tag to compare

@TheDeathlyCow TheDeathlyCow released this 21 Feb 07:01

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.