factorio_blueprint/layout.yml
2024-08-21 20:56:03 +02:00

40 lines
530 B
YAML

size:
x: 10
y: 10
blocks:
- size:
x: 3
y: 2
input:
- offset:
x: 1
y: 1
dir: Down
output:
- offset:
x: 1
y: 0
dir: Up
- size:
x: 5
y: 2
input:
output:
- offset:
x: 1
y: 1
dir: Down
- size:
x: 5
y: 7
input:
- offset:
x: 0
y: 1
dir: Left
output:
connections:
- startblock: 1
startpoint: 0
endblock: 0
endpoint: 0