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