Roboport small AoE


This mod adds personal Roboport with small area of building.

Utilities
2 months ago
1.1 - 2.0
531
Logistics Logistic network

i pY compatibility

3 months ago

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

2 months ago

I added py compatibility.
Thank You for suggestion.

New response