added ingots, etc for 1.0.28
This commit is contained in:
parent
e936aff9fb
commit
a8c823008a
32 changed files with 725 additions and 6 deletions
|
@ -180,5 +180,23 @@ data:extend({
|
|||
subgroup = 'fi_item_subgroup_a-b',
|
||||
order = 'b-a',
|
||||
},
|
||||
{
|
||||
name = 'fi_materials_rich_solution',
|
||||
type = 'item',
|
||||
icon = sprite('rich_solution.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 100,
|
||||
subgroup = 'fi_item_subgroup_b',
|
||||
order = 'f-b',
|
||||
},
|
||||
{
|
||||
name = 'fi_materials_dirty_solution',
|
||||
type = 'item',
|
||||
icon = sprite('dirty_solution.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 100,
|
||||
subgroup = 'fi_item_subgroup_b',
|
||||
order = 'f-b',
|
||||
},
|
||||
|
||||
})
|
||||
|
|
|
@ -52,7 +52,16 @@ local limitation_list = {
|
|||
'fi_refinery_sulfur_recipe',
|
||||
'fi_refinery_kerosene_coal_recipe',
|
||||
'fi_refinery_kerosene_recipe',
|
||||
'fi_empty_solution_recipe'
|
||||
'fi_empty_solution_recipe',
|
||||
'fu_gold_ingot_recipe',
|
||||
'fu_titan_ingot_recipe',
|
||||
'fu_neodym_ingot_recipe',
|
||||
'fu_lead_ingot_recipe',
|
||||
'fu_gold_plate_recipe',
|
||||
'fu_titan_plate_recipe',
|
||||
'fu_neodym_plate_recipe',
|
||||
'fu_lead_plate_recipe',
|
||||
|
||||
}
|
||||
|
||||
--item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue