Add 4 lane balancer

This commit is contained in:
hal8174 2025-01-10 23:06:54 +01:00
parent 7fd42f45c7
commit d89c8136f7
19 changed files with 6384 additions and 1 deletions

45
blueprints/own_train.json Normal file
View 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
}
}