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
5 days ago
2.0
27.5K
Logistics Circuit network

b [Fixed] Missing front and back patch graphics

1 year, 5 days 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
    }
  }
1 year, 4 days ago

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

New response