Update data.lua

This commit is contained in:
2023-04-13 01:02:43 +09:00
parent e88efc2893
commit f5200128e0

View File

@@ -110,23 +110,54 @@ local recipe_list = {
name='processing-unit', name='processing-unit',
tech='advanced-electronics-2' tech='advanced-electronics-2'
}, },
{
name='engine-unit',
'engine-unit', tech='engine'
'electric-engine-unit', },
'flying-robot-frame', {
name='electric-engine-unit',
'low-density-structure', tech='electric-engine'
'rocket-fuel', },
'rocket-control-unit', {
'rocket-part', name='flying-robot-frame',
tech='robotics'
'automation-science-pack', },
'logistic-science-pack', {
'chemical-science-pack', name='low-density-structure',
'military-science-pack', tech='low-density-structure'
'production-science-pack', },
'utility-science-pack', {
name='rocket-fuel',
tech='rocket-fuel'
},
{
name='rocket-control-unit',
tech='rocket-control-unit'
},
{
name='automation-science-pack',
tech=nil
},
{
name='logistic-science-pack',
tech='logistic-science-pack'
},
{
name='chemical-science-pack',
tech='chemical-science-pack'
},
{
name='military-science-pack',
tech='military-science-pack'
},
{
name='production-science-pack',
tech='production-science-pack'
},
{
name='utility-science-pack',
tech='utility-science-pack'
},
'uranium-processing', 'uranium-processing',
'kovarex-enrichment-process', 'kovarex-enrichment-process',