Wanted to add to my pY run. Base ingredients are quite prohibitive for when it might want to be used. Added this block to enable crafting of small port at the same time as regular roboport and using similar ingredients. Circuit and battery cost doubled to reflect doubling of recharge ports/increased abilities.
Thank you for the mod
if mods["pyalienlife"] then
data.raw.recipe["personal-roboport-aoe-small"].ingredients =
{
{type="item", name="electronic-circuit", amount=20},
{type="item", name="steel-plate", amount=20},
{type="item", name="small-parts-01", amount=45},
{type="item", name="intermetallics", amount=12},
{type="item", name="battery", amount=20}
}
end