mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
Update data.lua
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user