Advanced Item Extractor: Difference between revisions
No edit summary |
m (→Crafting: the recipe was just wrong lol) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 5: | Line 5: | ||
=== Crafting === | === Crafting === | ||
{{CraftV2 | {{CraftV2 | ||
|B1 | |B1= Any Stained Glass;Glass | ||
|A2= Redstone Dust | |||
|B2= Crafting Table | |B2= Crafting Table | ||
|C2= Any Stained Glass;Glass | |C2= Redstone Dust | ||
|B3= Any Stained Glass;Glass | |||
|Output= Advanced Item Extractor | |Output= Advanced Item Extractor | ||
}} | }} | ||
| Line 18: | Line 18: | ||
Items are sent to the closest destination, then second closest, and so on. | Items are sent to the closest destination, then second closest, and so on. | ||
=== Farthest First === | === Farthest First === | ||
Items are sent to the farthest destination, then second farthest , and so on. | Items are sent to the farthest destination, then second farthest, and so on. | ||
=== Round Robin === | === Round Robin === | ||
Items are sent to each available destination sequentially, then the cycle repeats. | Items are sent to each available destination sequentially, then the cycle repeats. | ||
Latest revision as of 17:47, 4 September 2026
| Advanced Item Extractor | |
Stackable
Yes (64)
| |
6.0
|
Advanced Item Extractors are a block which allow more configuration to the way items are distributed from inventories.
Obtaining
Crafting
| Ingredients | Crafting recipe |
|---|---|
| Any Stained Glass or Glass + Redstone Dust + Crafting Table |
Mechanics
Advanced item extractors have 4 modes of operation, which change the way items are distributed from inventories.
Nearest First
Items are sent to the closest destination, then second closest, and so on.
Farthest First
Items are sent to the farthest destination, then second farthest, and so on.
Round Robin
Items are sent to each available destination sequentially, then the cycle repeats.
Random
Items are sent to each available destination at random.
Development History
The Advanced Item Extractor block was added as part of the Multiblock Rewrite.