49 lines
867 B
YAML
49 lines
867 B
YAML
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
|