Loaders Modernized


Compact 1x1 loader requiring electricity to run. There are options to enable or modify capabilities like stacking, disable power consumption, or recipe cost.

Content
29 days ago
2.0
25.9K
Logistics Circuit network

b [Fixed] Missing front and back patch graphics

10 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
    }
  }
10 months ago

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

New response