Page 1 of 1

Minable with fluids

Posted: Mon Jul 30, 2018 5:25 pm
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.

Re: Minable with fluids

Posted: Sat Aug 11, 2018 7:10 am
by Rseding91
This isn't possible without having performance implications even when not used so I'm going to say won't implement.

Re: Minable with fluids

Posted: Mon Aug 13, 2018 2:04 am
by eradicator
Workaround: Add a pre-mixing recipe for "steamed-sulfuric-acid" :x.

Re: Minable with fluids

Posted: Mon Aug 13, 2018 12:24 pm
by mrvn
How about heated liquids? Require 80° hot sulfuric acid to mine?