mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
@@ -1420,8 +1420,8 @@ if settings.startup['PHI-CT'].value then
|
|||||||
name = item.name,
|
name = item.name,
|
||||||
energy_required = 2,
|
energy_required = 2,
|
||||||
enabled = false,
|
enabled = false,
|
||||||
ingredients = {{type = 'item', name = v, amount = 1}},
|
ingredients = {{type = 'item', name = v, amount = 2}},
|
||||||
results = {{type = 'item', name = item.name, amount = 1}},
|
results = {{type = 'item', name = item.name, amount = 2}},
|
||||||
main_product = item.name,
|
main_product = item.name,
|
||||||
localised_name = {'phi-cl.combine', {'entity-name.' .. v}, '(II)'}
|
localised_name = {'phi-cl.combine', {'entity-name.' .. v}, '(II)'}
|
||||||
}})
|
}})
|
||||||
|
|||||||
Reference in New Issue
Block a user