Picker Inventory Tools

by Nexela

Quick Inventory filtering and sorting

1 year, 11 months ago
0.17 - 1.1
8.71K

g Krastorio2 incompatible?

4 years ago

See this screenshot:

https://imgur.com/a/ohA03Nj

3 years ago
(updated 3 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