[1.1.28] No pollution from Heat Energy Source

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
User avatar
wasmoo
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Apr 27, 2020 11:57 am
Contact:

[1.1.28] No pollution from Heat Energy Source

Post by wasmoo »

I created a heat-powered radar:

radar.energy_source = {
type = "heat",
max_temperature = 2000,
default_temperature = 15,
specific_heat = "100KJ",
max_transfer = "1000YW",
min_temperature_gradient = 1,
min_working_temperature = 100,
minimum_glow_temperature = 80,
pipe_covers = data.raw.boiler["heat-exchanger"].energy_source.pipe_covers,
heat_pipe_covers = data.raw.boiler["heat-exchanger"].energy_source.heat_pipe_covers,
heat_picture = data.raw.boiler["heat-exchanger"].energy_source.heat_picture,
connections = ...,
emissions_per_minute = 600000
}

When powered, this produced no pollution.

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5150
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [1.1.28] No pollution from Heat Energy Source

Post by Klonan »

wasmoo wrote:
Wed Mar 24, 2021 10:55 pm
When powered, this produced no pollution.
Seems like it, pollution was never written in to the system

I will move this to modding interface requests

raspberrypuppies
Inserter
Inserter
Posts: 44
Joined: Tue Mar 26, 2019 4:43 am
Contact:

Re: [1.1.28] No pollution from Heat Energy Source

Post by raspberrypuppies »

I think this is also true for heat-based crafting machines. The pollution will show up in tooltips but not in-game.

Post Reply

Return to “Modding interface requests”