Thermal Plate Optimization
Created by: clusterfack
Optimization to the radiation of thermal plates.
Instead of each thermal plate calling radiate() every single tick, thermal plates in the same network (which equalizes all gases within every tick) will simply copy over the gases once the first radiate() is called. Then the networks radiate() value will then be reset. If the network is destroyed between ticks it wont matter, as then the thermal plates will instead all call radiate() as they would usually.