Refactor into different crates
This commit is contained in:
parent
94473c64e0
commit
dfdeae5638
82 changed files with 624 additions and 647 deletions
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"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