Multi-Item Sorter using slot reservation method. The storage chests themselves are the filters. The device itself is very simple: it tries pushing items you input into a storage chest. If it doesn't fit, it tries the next.
Features
Slot Reservation
2wtDefinition: Annotates the width of a slice, and whether or not you can build them right next to each other. There are systems that are 1 wide, but you can't put 2 next to each other due to Crosstalk, so they d... horizontally
1wABtDefinition: An extension of n-Wide tileable, but where a solution has been provided by the author on how to put 2 Slices(Slice) of the same system next to each other, by moving/editing some components within t... vertically
10gtDefinition: Minecraft iteratively runs its processing code in a loop. One cycle of this loop is called a Tick or Gametick (gt). Gameticks are also used as the default measurement of time while working with re...globalDefinition: Annotates if a signal comes from a global system ( a 'brain' ), or from within a Slice. For example, one global clock could send signals to 8 slices on an interval, or all 8 slices could have their... clock cycle (per item)
Considerations
Need to adjust timer in global clock if modifying size
Must leave one item in the slot (don't take out full stack) or that slot will fill up with the whatever item that comes.