A way to toggle fluid temperature affecting crafting speed (corrected/answered)

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
User avatar
Pid
Burner Inserter
Burner Inserter
Posts: 10
Joined: Fri Nov 14, 2025 3:07 pm
Contact:

A way to toggle fluid temperature affecting crafting speed (corrected/answered)

Post by Pid »

Please add a way to toggle whether fluid temperature affects the crafting speed of fluid powered crafting machines.

It makes sense that fluid temperature affects crafting speed by default, but I want to make a steam powered plant grower and harvester and it makes no sense for fluid temperature to affect how quickly plants grow. I searched the modding API for anything like this but didn't find it. Am I missing something?
Last edited by Pid on Sat Nov 15, 2025 7:07 pm, edited 3 times in total.
User avatar
BraveCaperCat
Filter Inserter
Filter Inserter
Posts: 473
Joined: Mon Jan 15, 2024 10:10 pm
Contact:

Re: A way to toggle fluid temperature affecting crafting speed

Post by BraveCaperCat »

Related: 123821
Creator of multiple mods, including Quality Assurance - My most popular one.
Go check them out with the first and second links!
I'll probably be wanting or giving help with modding most of the time I spend here on the forum.
curiosity
Filter Inserter
Filter Inserter
Posts: 711
Joined: Wed Sep 11, 2019 4:13 pm
Contact:

Re: A way to toggle fluid temperature affecting crafting speed

Post by curiosity »

BraveCaperCat wrote: Sat Nov 15, 2025 3:00 pm Related: 123821
It's not related.
Pid wrote: Fri Nov 14, 2025 11:05 pm It makes sense that fluid temperature affects crafting speed by default, but I want to make a steam powered plant grower and harvester and it makes no sense for fluid temperature to affect how quickly plants grow. I searched the modding API for anything like this but didn't find it. Am I missing something?
Yes. https://lua-api.factorio.com/latest/typ ... emperature
User avatar
Pid
Burner Inserter
Burner Inserter
Posts: 10
Joined: Fri Nov 14, 2025 3:07 pm
Contact:

Re: A way to toggle fluid temperature affecting crafting speed

Post by Pid »

"maximum_temperature :: float optional

Default: 0

0 means unlimited maximum temperature. If this is non-zero while scale_fluid_usage is false and fluid_usage_per_tick is not specified, the game will use this value to calculate fluid_usage_per_tick. To do that, the filter on the fluid_box must be set.

Only loaded if burns_fluid is false."

Thank you.

It looks like setting the maximum temperature to 165 (the temperature of steam available early game) will fix my problem. Will this make it unable to use a fluid of higher temperature?
User avatar
Pid
Burner Inserter
Burner Inserter
Posts: 10
Joined: Fri Nov 14, 2025 3:07 pm
Contact:

Re: A way to toggle fluid temperature affecting crafting speed

Post by Pid »

I tested it. It acts like the steam is at the machine's maximum temperature.
User avatar
BraveCaperCat
Filter Inserter
Filter Inserter
Posts: 473
Joined: Mon Jan 15, 2024 10:10 pm
Contact:

Re: A way to toggle fluid temperature affecting crafting speed

Post by BraveCaperCat »

curiosity wrote: Sat Nov 15, 2025 5:31 pm
BraveCaperCat wrote: Sat Nov 15, 2025 3:00 pm Related: 123821
It's not related.
Pid wrote: Fri Nov 14, 2025 11:05 pm It makes sense that fluid temperature affects crafting speed by default, but I want to make a steam powered plant grower and harvester and it makes no sense for fluid temperature to affect how quickly plants grow. I searched the modding API for anything like this but didn't find it. Am I missing something?
Yes. https://lua-api.factorio.com/latest/typ ... emperature
Related does not mean Duplicate of.
Creator of multiple mods, including Quality Assurance - My most popular one.
Go check them out with the first and second links!
I'll probably be wanting or giving help with modding most of the time I spend here on the forum.
curiosity
Filter Inserter
Filter Inserter
Posts: 711
Joined: Wed Sep 11, 2019 4:13 pm
Contact:

Re: A way to toggle fluid temperature affecting crafting speed

Post by curiosity »

BraveCaperCat wrote: Sat Nov 15, 2025 6:50 pm Related does not mean Duplicate of.
I didn't say it does.
Post Reply

Return to “Modding interface requests”