thermometer
A thermometer to check the temperature. Put it on a wall to check the temperature of that position. Put it inside a chest or your inventory to track its temperature.
Temperature is affected by nearby nodes, some nodes generate heat, others absorb heat. This is true for your inventory too. Put ice or snow in a chest to keep the temperature down. If you put torches or lava inside a chest, the temperature will rise.
This borrows a couple of functions from tempsurvive, but will use tempsurvive if it is enabled and expand its list of nodes.
This mod is meant to be used with other mods that utilize temperature, such as for preserving food or keeping the player warm. See API.md for information about the API.
Crafting
The craft recipe depends on which mods are installed.
It is preferred to have farming redo installed, to make use of ethanol. Alternatively, you can use basic_materials to use paraffin instead. If you also have the bottles mod from the bottles modpack with basic_materials, you can create a bottle of paraffin to use instead. If you don't enable any of these, it will use the glass_bottle from the mcl_potions or vessels mod.
You also need red dye to dye the bottle. It can take the red dye from dye or mcl_dyes.
For the board of the thermometer, it uses group:sign, adding default:sign_wall_wood and default:sign_wall_steel to the group. This is compatible with the signs_lib and MCL mods, as well as any other mod that adds signs with group:sign.
To seal the bottle you need a quartz crystal from the mod quartz, mcl_nether, or everness (quartz mod is preferred). If you are missing those, you can use vessels:glass_fragments.
Settings
There is one setting for toggling the usage of Celsius (checked) or Fahrenheit (unchecked). This option is set to checked by default.
License
Code is licensed under LGPL-2.1 by csirolli with some code by AiTechEye (also under LGPL-2.1). The texture (vessels_glass_bottle_mask.png) is licensed under CC-BY-SA-3.0 by VanessaE, from the bottles mod from the bottles modpack.