Add 4 lane balancer
This commit is contained in:
parent
7fd42f45c7
commit
d89c8136f7
19 changed files with 6384 additions and 1 deletions
45
blueprints/own_train.json
Normal file
45
blueprints/own_train.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"blueprint": {
|
||||
"item": "blueprint",
|
||||
"label": "test",
|
||||
"entities": [
|
||||
{
|
||||
"entity_number": 1,
|
||||
"name": "locomotive",
|
||||
"orientation": 0,
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"entity_number": 2,
|
||||
"name": "cargo-wagon",
|
||||
"orientation": 0,
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 7
|
||||
}
|
||||
}
|
||||
],
|
||||
"stock_connections": [
|
||||
{
|
||||
"back": 2,
|
||||
"stock": 1
|
||||
},
|
||||
{
|
||||
"stock": 2,
|
||||
"front": 1
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
{
|
||||
"index": 1,
|
||||
"signal": {
|
||||
"name": "rail"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version": 562949954797573
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue