Do not know how?
The temperature is stored as Kelvin. Take whatever you want the temperature to be then add 273.15 to it and use that temperature instead.
in the tpt hud temp is recorded in 'c
a for lua scripts you can do...
local K = 273.15
if temp == valueinC + K then
do blah and blah
@mecha-man (View Post)
Thanks for explain me
@jward212 (View Post)
lol