Picker Inventory Tools

by Nexela

Quick Inventory filtering and sorting

2 years ago
0.17 - 1.1
9.68K

g Krastorio2 incompatible?

4 years ago

See this screenshot:

https://imgur.com/a/ohA03Nj

4 years ago
(updated 4 years ago)

Fixed this in my setup by adding this piece of lua at the end of data-final-fixes.lua of PickerInventoryTools

if mods["Krastorio2"] then
data.raw.item["iron-plate"] = {
      icon = "__Krastorio2__/graphics/icons/items/iron-plate.png",
      icon_mipmaps = 4,
      icon_size = 64,
      name = "iron-plate",
      order = "b[iron-plate]",
      stack_size = 100,
      subgroup = "raw-material",
      type = "item"
    }
end

Not the best solution, but it works...

New response