[0.18.47] Importing blueprint books with deconstruction planners doesn't work
Posted: Wed Aug 12, 2020 10:28 pm
When importing a blueprint book which contains a deconstruction planner, the deconstruction planner is missing from the resulting book.
For example the string
will result in an empty blueprint book.
The JSON for this string is:
For example the string
Code: Select all
0eNp1j8EKgzAQRP9lzxHUtkjzK6WEqGsJjRtJVmmR/HtjrS0eeluGmTezM9R2xMEbYlU7dwc5/5QA8jJDi42jwH5s2DhSg9VE6BdjQGZDt7DcSGz4qTpjGf0aJN0jSOh04Iy9pjA4z1mNlkGAoRYfIPN4FcDGogpocW3oXZtyZUwmxj4R9guybYGAKVUlBWRVHYryeC5OZR737A/i+1P2/lKATqwJ1Wb9w4ovTLpktA==
The JSON for this string is:
Code: Select all
{
"blueprint_book": {
"blueprints": [
{
"deconstruction_planner": {
"settings": {
"entity_filters": [
{
"name": "fast-transport-belt",
"index": 0
}
],
"tile_selection_mode": 2
},
"item": "deconstruction-planner",
"version": 77312491520
},
"index": 0
}
],
"item": "blueprint-book",
"active_index": 0,
"version": 77312491520
}
}