Loaders Modernized


Compact 1x1 loaders that use electricity. They are able to use separate filters on each belt lane, and can stack items on belts if stack inserters are available.

Content
9 days ago
2.0
15.2K
Logistics Circuit network

b [Fixed] Missing front and back patch graphics

2 months ago

Your loaders do not use the "mdrn-loader-structure-back-patch" and "mdrn-loader-structure-front-patch" graphics but it's easy to add in.

All you gotta do is go to entities.lua and add to "structure = {

  back_patch =
  {
    sheet =
    {
      filename = "__loaders-modernized__/graphics/entity/mdrn-loader-structure-back-patch.png",
      priority = "extra-high",
      width = 192,
      height = 192,
      scale = 0.5
    }
  },
  front_patch =
  {
    sheet =
    {
      filename = "__loaders-modernized__/graphics/entity/mdrn-loader-structure-front-patch.png",
      priority = "extra-high",
      width = 192,
      height = 192,
      scale = 0.5
    }
  }
2 months ago

Thanks! It'll be fixed in the next version.

New response