Miniloader (Redux)


UPS-friendly 1x1 loaders.

Content
22 days ago
2.0
6.81K
Logistics

Changelog

Version: 0.6.5
Date: 2025-03-25
  Changes:
    - Add /inspect-miniloaders console command
Version: 0.6.4
Date: 2025-03-20
  Bugfixes:
    - fix the entity template code, this fixes the crash when fast-replacing (reported by @Krutonium on the mod forums)
Version: 0.6.3
Date: 2025-03-16
  Bugfixes:
    - fix stack loader to make space age load again
Version: 0.6.2
Date: 2025-03-16
  Bugfixes:
    - fix assertion failed crash with ghost constructed entities (reported by @lnleo on the mod forums, thank you)
    - fix corpse and explosion graphics for the miniloaders
Version: 0.6.1
Date: 2025-02-22
  Bugfixes:
    - fix crash is the loader entities do not support filters for whatever reason (#4, reported by @fuskgangg, thank you!)
Version: 0.6.0
Date: 2025-02-19
  Bugfixes:
    - Allow blueprinting when selecting contents for an existing blueprint
    - Support forward and backwards rotation
Version: 0.5.4
Date: 2025-02-16
  Bugfixes:
    - Fix migration from old 1.1 miniloaders to miniloader-redux.
Version: 0.5.3
Date: 2025-01-30
  Changes:
    - When migrating old loaders, also activate technology if the old technology had been researched.
Version: 0.5.2
Date: 2025-01-29
  Changes:
    - Update migration code to work with blueprint books and blueprints in inventories
Version: 0.5.1
Date: 2025-01-13
  Bugfixes:
    - Agh. Don't call 'close_guis()' from on_load, as the game object is not available. Crashes the mod
      in multiplayer mode. Again.
Version: 0.5.0
Date: 2025-01-12
  Bugfixes:
    - Fix some more multiplayer issues, it works in a local LAN game, so it should also work in server games.
Version: 0.4.1
Date: 2025-01-10
  Changes:
    - Make snap logic smarter to flip loader around when a chest is in front of the loader (report by @LouisFahrenheit on the mod discussions)
  Bugfixes:
    - drop/pickup items at the very front of the loader, ensures that it does not "buffer" additional items
Version: 0.4.0
Date: 2025-01-09
  Changes:
    - Use the loader GUI which is more appropriate for the miniloader
  Bugfixes:
    - When the loader has no power, do not continue to run at half speed
    - Fix event registration problem when running in multiplayer mode. Reported by @Kodiakfireknight on the mod discussions
Version: 0.3.0
Date: 2025-01-05
  Changes:
    - Nerf chute a bit more: No filters and no GUI (it is "mechanical" after all)
  Bugfixes:
    - Don't leave invisible entitites "dangling" around when a miniloader gets destroyed
    - Don't kill miniloader ghosts after 10 seconds, they hang around until the game finishes them
Version: 0.2.2
Date: 2025-01-03
  Bugfixes:
    - Turbo loader should not require Turbo loader but Express Loader. Reported by @Inleo in the mod discussions
Version: 0.2.1
Date: 2025-01-02
  Bugfixes:
    - make recipes and technology invisble when not researched
Version: 0.2.0
Date: 2025-01-02
  Bugfixes:
    - fix a problem where the config was not fully copied when copy&pasting miniloaders
    - fix potential problem with global 'util' not being defined
    - fix a crash with miniloader migration
Version: 0.1.0
Date: 2024-12-30
  Features:
    - First release