Page 1 of 1

[0.18.47] Importing blueprint books with deconstruction planners doesn't work

Posted: Wed Aug 12, 2020 10:28 pm
by steffenk
When importing a blueprint book which contains a deconstruction planner, the deconstruction planner is missing from the resulting book.

For example the string

Code: Select all

0eNp1j8EKgzAQRP9lzxHUtkjzK6WEqGsJjRtJVmmR/HtjrS0eeluGmTezM9R2xMEbYlU7dwc5/5QA8jJDi42jwH5s2DhSg9VE6BdjQGZDt7DcSGz4qTpjGf0aJN0jSOh04Iy9pjA4z1mNlkGAoRYfIPN4FcDGogpocW3oXZtyZUwmxj4R9guybYGAKVUlBWRVHYryeC5OZR737A/i+1P2/lKATqwJ1Wb9w4ovTLpktA==
will result in an empty blueprint book.

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
  }
}

Re: [0.18.47] Importing blueprint books with deconstruction planners doesn't work

Posted: Thu Aug 13, 2020 5:24 pm
by Rseding91
Thanks for the report. This is now fixed for a future release.