Progress with factory generation from factory graph
This commit is contained in:
parent
0ab97485bb
commit
0f8bf5000c
8 changed files with 613 additions and 81 deletions
49
factorio-blueprint-generator/factory_graph_inserter.yml
Normal file
49
factorio-blueprint-generator/factory_graph_inserter.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue