Thanks to Powder Toy, I've gotten used to Celsius. I live in the United States, so Fahrenheit is what I'm used to. This may annoy people more than it bothered me, so could we have an option that allows us to change the temperature system used on the screen? It shouldn't be too hard to code and I don't see any harm in doing it. The modes should be Celsius (default), Fahrenheit, and Kelvin.
it actually wouldn't even need to do the math for that, because TPT is already in Kelvin, it just displays Celsius.
I meant that in the game's code it is in Kelvin. It displays the temperature +273 in the HUD. This avoids negative numbers in the code. Also, you were right the first time, K=C-273...