Heat Processing

by ElAdamo

Thermo-mechanics.

Content
25 days ago
2.0
1.14K
Manufacturing Power

g Allow reading temperature from burner heater

3 months ago
(updated 3 months ago)

Factorio v2.0+ allows reading the temperature from reactors or heating towers, it would be nice if the burner heater did the same.

3 months ago

This batches in a reasonabl-ish looking circuit connector

require ("circuit-connector-sprites")
circuit_connector_definitions["heat-processing-heater"] = circuit_connector_definitions.create_single
(
universal_connector_template,
{ variation = 26, main_offset = util.by_pixel(0.5, 26), shadow_offset = util.by_pixel(2.5, 30.5), show_shadow = true }
)
local heater_entity = {
type = "reactor",
name = "heat-processing-heater",
....

default_temperature_signal = {type = "virtual", name = "signal-T"},
circuit_wire_max_distance = reactor_circuit_wire_max_distance,
circuit_connector = circuit_connector_definitions["heat-processing-heater"]

}

3 months ago

Thanks

25 days ago

Nice, looks like this when implemented: https://imgur.com/a/Mo5gkhb

New response