Add 4 lane balancer
This commit is contained in:
parent
7fd42f45c7
commit
d89c8136f7
19 changed files with 6384 additions and 1 deletions
78
blueprints/3train.json
Normal file
78
blueprints/3train.json
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
{
|
||||
"blueprint": {
|
||||
"entities": [
|
||||
{
|
||||
"entity_number": 1,
|
||||
"name": "straight-rail",
|
||||
"position": {
|
||||
"x": 275,
|
||||
"y": 233
|
||||
}
|
||||
},
|
||||
{
|
||||
"enable_logistics_while_moving": false,
|
||||
"entity_number": 2,
|
||||
"items": [
|
||||
{
|
||||
"id": {
|
||||
"name": "rocket-fuel",
|
||||
"quality": "legendary"
|
||||
},
|
||||
"items": {
|
||||
"in_inventory": [
|
||||
{
|
||||
"count": 20,
|
||||
"inventory": 1,
|
||||
"stack": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "locomotive",
|
||||
"orientation": 0,
|
||||
"position": {
|
||||
"x": 275,
|
||||
"y": 234.875
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity_number": 3,
|
||||
"name": "straight-rail",
|
||||
"position": {
|
||||
"x": 275,
|
||||
"y": 235
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity_number": 4,
|
||||
"name": "straight-rail",
|
||||
"position": {
|
||||
"x": 275,
|
||||
"y": 237
|
||||
}
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
{
|
||||
"index": 1,
|
||||
"signal": {
|
||||
"name": "rail"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"signal": {
|
||||
"name": "locomotive"
|
||||
}
|
||||
}
|
||||
],
|
||||
"item": "blueprint",
|
||||
"stock_connections": [
|
||||
{
|
||||
"stock": 2
|
||||
}
|
||||
],
|
||||
"version": 562949954797573
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue