Add missing subgroups
This commit is contained in:
parent
b18c75a35b
commit
c9ef722995
3 changed files with 1259 additions and 1254 deletions
|
@ -458,7 +458,8 @@ if not data.raw.fluid["nitrogen"] then
|
|||
flow_color = { r = 0.0, g = 0.0, b = 1.0 },
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
flow_to_energy_ratio = 0.59,
|
||||
order = "a[fluid]-b[nitrogen]"
|
||||
subgroup = "bio-bio-farm-intermediate-product",
|
||||
order = "ab"
|
||||
},
|
||||
})
|
||||
BioInd.writeDebug("Made recipe for \"nitrogen\".")
|
||||
|
@ -485,7 +486,8 @@ if not data.raw.fluid["nitrogen"] then
|
|||
flow_color = { r = 0.5, g = 1.0, b = 1.0 },
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
flow_to_energy_ratio = 0.59,
|
||||
order = "a[fluid]-b[liquid-air]"
|
||||
subgroup = "bio-bio-farm-intermediate-product",
|
||||
order = "aa"
|
||||
},
|
||||
})
|
||||
BioInd.writeDebug("Made recipe for \"liquid-air\".")
|
||||
|
|
|
@ -22,6 +22,7 @@ data:extend({
|
|||
flow_color = {r = 0.1, g = 1.0, b = 0.0},
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
flow_to_energy_ratio = 0.59,
|
||||
subgroup = "bio-bio-fuel-fluid",
|
||||
order = "a[fluid]-b[biomass]"
|
||||
},
|
||||
})
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue