Distributor


The Distributor redirects items inserted into it to another adjacent inventory block. If multiple output inventories are adjacent, the distributor cycles between them evenly.

Contents
  1. Recipes
  2. Usage
  3. Data
  4. History

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 1x Distributor

Shaped Crafting Recipe for Distributors

Usage

When an item is inserted into one side of the distributor (via hopper, tube, osmosis filter, etc), the item will instantly be inserted into an adjacent inventory on one of the distributor's other five faces.

If there are multiple valid inventories, the distributor will alternate between them.

If there are no valid adjacent inventories, the distributor will eject inserted itemstacks into the world.

Data

BlockEntity DataFormatDescription
next_directions
  • Array of six integers in the range [0,5]
  • e.g. [1,2,1,0,5,4]
Indicates the next direction an item inserted into a given side will be distributed to. The slot index indicates the insertion side (in DUNSWE order), and the value indicates the output side (also in DUNSWE order)

History

VersionChangelog
1.21.3-7.0.0.0Added to More Red