Where is boiler -> steam mapping defined?

Place to get help with not working mods / modding interface.
Post Reply
JasonC
Filter Inserter
Filter Inserter
Posts: 448
Joined: Tue Mar 22, 2016 3:05 am
Contact:

Where is boiler -> steam mapping defined?

Post by JasonC »

Is there a .lua file somewhere that defines the fact that boilers and heat exchangers produce steam? It didn't seem to be in recipes.lua, which I guess makes sense, since it's not really a recipe.

I'm specifically looking for the file because I'm processing the files with an external tool (as opposed to an in-game mod).

Thanks!
Took a break from 0.12.29 to 0.17.79, and then to ... oh god now it's 1.something. I never know what's happening.

JasonC
Filter Inserter
Filter Inserter
Posts: 448
Joined: Tue Mar 22, 2016 3:05 am
Contact:

Re: Where is boiler -> steam mapping defined?

Post by JasonC »

Also same question re: nuclear reactors producing used-up-uranium-fuel-cells.
Took a break from 0.12.29 to 0.17.79, and then to ... oh god now it's 1.something. I never know what's happening.


JasonC
Filter Inserter
Filter Inserter
Posts: 448
Joined: Tue Mar 22, 2016 3:05 am
Contact:

Re: Where is boiler -> steam mapping defined?

Post by JasonC »

Ah cool, thanks, that was helpful. Found "output_fluid_box" for the boiler in entity/entities.lua.

And I ended up finally finding the reactor output in item.lua; it's not associated with the reactor, it's just defined as the "burnt" result for uranium fuel cells and the reactors are just burners in disguise.

👍
Took a break from 0.12.29 to 0.17.79, and then to ... oh god now it's 1.something. I never know what's happening.

Post Reply

Return to “Modding help”