One day I was playing around with the pure energy mod and I found this.
The temp of the stone is -nan(ind) and some times -nan(inf) I know that when is -nan(inf) the temperature went far beyond the limits of the game. But, what is -nan(ind)? (this is not a mod thing) I think and in earlier versions, you could replicate it with the RFRG Element.
Other info:
Element Always turns red (unless it didn't melt)
The Element will not react to any temperature changes
Element has a Ludicrously low life: -2147483648
the temprature was so hot that it went to -NaN(ind)
I found that too! The Pure Energy script has an issue where it would assign the temperature to Math.huge which is basically infinity. So that is infinity temperature.
When I apply it for a while, it does the infinity and the Nan thing too. But if I apply it past that point, the game locks up completely. (this was on Android before the server hated me and never got or sent the data, making the script Manager not work for me)
Also, you set the tmp to 99999999 on the refrigerant to cause that bug which stopped all temperature physics. It's fixed now, but that was wierd.