Progress with factory generation from factory graph

This commit is contained in:
hal8174 2025-02-02 23:10:40 +01:00
parent 0ab97485bb
commit 0f8bf5000c
8 changed files with 613 additions and 81 deletions

View file

@ -0,0 +1,49 @@
subfactories:
- !SubFactory
recipe: iron-gear-wheel
machines: 2
machine: assembly-machine-3
- !SubFactory
recipe: copper-cable
machines: 3
machine: assembly-machine-3
- !SubFactory
recipe: electronic-circuit
machines: 2
machine: assembly-machine-3
- !SubFactory
recipe: inserter
machines: 2
machine: assembly-machine-3
- !ExternalConnection
inputs: 1
outputs: 5
factory_connections:
- item: iron-gear-wheel
amount: 5
from: 0
to: 3
- item: copper-cable
amount: 15
from: 1
to: 2
- item: electronic-circuit
amount: 5
from: 2
to: 3
- item: iron-plate
amount: 10
from: 4
to: 0
- item: iron-plate
amount: 5
from: 4
to: 2
- item: copper-plate
amount: 7.5
from: 4
to: 1
- item: inserter
amount: 5
from: 3
to: 4