Change internal temperature scale from relative to absolute
Moderator: ickputzdirwech
-
- Burner Inserter
- Posts: 5
- Joined: Wed Jun 12, 2019 2:53 am
- Contact:
Re: Change internal temperature scale from relative to absolute
Temperature can already be negative, its a floating point number
-
- Burner Inserter
- Posts: 5
- Joined: Wed Jun 12, 2019 2:53 am
- Contact:
Re: Change internal temperature scale from relative to absolute
Ah, good to know. Well, the reason this came up was that I was trying to set the temperature of a reactor to less than zero, but it won't go below 15C (which I had assumed might be to do with the way temperature was represented internally). So, then, it looks like there's some kind of artificial temperature floor for entities right now?
-
- Burner Inserter
- Posts: 5
- Joined: Wed Jun 12, 2019 2:53 am
- Contact:
Re: Change internal temperature scale from relative to absolute
I have been informed that I need to read the documentation more carefully (it looks I need to be setting default_temperature on an entity).