Minable with fluids

Things that we aren't going to implement
Post Reply
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Minable with fluids

Post by darkfrei »

Hi all! Now we can set mining drills with only one fluid:

Code: Select all

data.raw.resource["uranium-ore"].minable.hardness = 0.9 
data.raw.resource["uranium-ore"].minable.mining_particle = "stone-particle" 
data.raw.resource["uranium-ore"].minable.mining_time = 4 
data.raw.resource["uranium-ore"].minable.result = "uranium-ore" 
data.raw.resource["uranium-ore"].minable.fluid_amount = 10 
data.raw.resource["uranium-ore"].minable.required_fluid = "sulfuric-acid" 
Is it possible to make a table of fluids? For example:

Code: Select all

data.raw.resource["uranium-ore"].minable.required_fluids = {{fluid = "sulfuric-acid", amount = 10}, {fluid = "steam", amount = 50}}
Of coarse then this mining drill needs at least two input fluid boxes.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13204
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Minable with fluids

Post by Rseding91 »

This isn't possible without having performance implications even when not used so I'm going to say won't implement.
If you want to get ahold of me I'm almost always on Discord.

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: Minable with fluids

Post by eradicator »

Workaround: Add a pre-mixing recipe for "steamed-sulfuric-acid" :x.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

mrvn
Smart Inserter
Smart Inserter
Posts: 5704
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: Minable with fluids

Post by mrvn »

How about heated liquids? Require 80° hot sulfuric acid to mine?

Post Reply

Return to “Won't implement”