added refinery recipes to modules
This commit is contained in:
parent
268a18ff35
commit
ab99ddc2b9
2 changed files with 5 additions and 2 deletions
|
@ -48,7 +48,10 @@ local limitation_list = {
|
||||||
'fi_strong_acid_recipe',
|
'fi_strong_acid_recipe',
|
||||||
'fi_refinery_basic_recipe',
|
'fi_refinery_basic_recipe',
|
||||||
'fi_refinery_coal_recipe',
|
'fi_refinery_coal_recipe',
|
||||||
'fi_refinery_sulfur_recipe'
|
'fi_refinery_sulfur_recipe',
|
||||||
|
'fi_refinery_kerosene_coal_recipe',
|
||||||
|
'fi_refinery_kerosene_recipe',
|
||||||
|
'fi_empty_solution_recipe'
|
||||||
}
|
}
|
||||||
|
|
||||||
--item
|
--item
|
||||||
|
|
|
@ -55,7 +55,7 @@ data:extend({
|
||||||
0,
|
0,
|
||||||
0.8
|
0.8
|
||||||
},
|
},
|
||||||
module_slots = 2
|
module_slots = 4
|
||||||
},
|
},
|
||||||
|
|
||||||
fluid_boxes = {
|
fluid_boxes = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue