Greedy inserter deprecated

by Quezler

Grabs any items it can even when the destination is full.

Utilities
7 months ago
2.0
34
Logistics Manufacturing Storage

Changelog

Version: 2.0.0
Date: 2025. 01. 14
  Info:
    - Attempt to not need hold mode by having it in a chest for a tick
    - Force inserter back into drop mode
    - Run some burner inserter fuel usage tests
    - Simplify by using a burner instead of circuitry
    - Remove unused prototypes, and prevent fuel stealing
    - Rename the fuel (category)
    - Prevent bots from stealing the fuel
    - Update documentation
Version: 1.0.0
Date: 2025. 01. 13
  Info:
    - Mod portal release
Version: 0.0.3
Date: 2025. 01. 13
  Info:
    - Explode inserter when something enters the container
    - Cleanup entities when inserter goes away
Version: 0.0.2
Date: 2025. 01. 13
  Info:
    - Resurrect filter inserter as greedy inserter
    - Add thumbnail
    - Setup hidden surface
    - Start tracking placed greedy inserters
    - Prepare to use a mining drill as circuit trigger
    - Warn about the circuit network quirks
    - Step away from miner/resource for assembler/item
    - Stash vectored blueprint assembler
    - Setup the required hidden entities on the surface
    - Insert the initial blueprint
    - Remove pingpong mechanic for inconsistent behaviour
    - Make the assemblers arm eachother
    - Add container that detatches with `.drop_target = nil`
    - Rotate the container along with the inserter
    - Reach MVP state by toggling the drop target repeatedly
Version: 0.0.1
Date: 2025. 01. 11
  Info:
    - Initial commit