
Barrels are missing their overlay/coloring. This wasn't an issue in 0.16.36, same save exhibits this issue when loading in .37, having just been saved and verified working in .36



Code: Select all
    icons = {
      {
        icon = "__boblogistics__/graphics/icons/titanium-chest.png",
      },
      {
        icon = "__boblogistics__/graphics/entity/logistic-chest/logistic-chest-port.png",
      },
      {
        icon = "__boblogistics__/graphics/entity/logistic-chest/logistic-chest-mask.png",
        tint = {r = 0.9, g = 0.2, b = 0.1, a = 1}
      }
    },