update 1.0.4
This commit is contained in:
parent
d38be3b1d2
commit
cad6cc6a83
17 changed files with 265 additions and 54 deletions
|
@ -144,5 +144,41 @@ data:extend({
|
|||
subgroup = 'fi_item_subgroup_a',
|
||||
order = 'f-a',
|
||||
},
|
||||
{
|
||||
name = 'fi_materials_solution',
|
||||
type = 'item',
|
||||
icon = sprite('waste.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 1,
|
||||
subgroup = 'fi_item_subgroup_a-c',
|
||||
order = 'f-a',
|
||||
},
|
||||
{
|
||||
name = 'fi_materials_empty_solution',
|
||||
type = 'item',
|
||||
icon = sprite('empty_solution.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 20,
|
||||
subgroup = 'fi_item_subgroup_b',
|
||||
order = 'f-a',
|
||||
},
|
||||
{
|
||||
name = 'fi_materials_solution',
|
||||
type = 'item',
|
||||
icon = sprite('solution.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 20,
|
||||
subgroup = 'fi_item_subgroup_b',
|
||||
order = 'f-b',
|
||||
},
|
||||
{
|
||||
name = 'fi_materials_rich_powder',
|
||||
type = 'item',
|
||||
icon = sprite('rich_powder.png'),
|
||||
icon_size = 64,
|
||||
stack_size = 100,
|
||||
subgroup = 'fi_item_subgroup_a-b',
|
||||
order = 'b-a',
|
||||
},
|
||||
|
||||
})
|
||||
|
|
|
@ -43,7 +43,9 @@ local limitation_list = {
|
|||
'gr_gold_wire_recipe',
|
||||
'gr_circuit_recipe',
|
||||
'gr_materials_stack_up_item_recipe',
|
||||
'gr_materials_stack_down_item_recipe'
|
||||
'gr_materials_stack_down_item_recipe',
|
||||
'fi_rich_powder_recipe',
|
||||
'fi_strong_acid_recipe'
|
||||
}
|
||||
|
||||
--item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue