mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-01-01 04:31:40 +09:00
.
This commit is contained in:
@@ -1637,6 +1637,8 @@ if settings.startup['PHI-CT'].value then
|
|||||||
ingredients = {{type = 'item', name = v, amount = 2}},
|
ingredients = {{type = 'item', name = v, amount = 2}},
|
||||||
results = {{type = 'item', name = item.name, amount = 2}},
|
results = {{type = 'item', name = item.name, amount = 2}},
|
||||||
main_product = item.name,
|
main_product = item.name,
|
||||||
|
hide_from_player_crafting = true,
|
||||||
|
allow_productivity = false,
|
||||||
localised_name = {'phi-cl.combine', {'entity-name.' .. v}, '(II)'}
|
localised_name = {'phi-cl.combine', {'entity-name.' .. v}, '(II)'}
|
||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user