Multiplexer


The Multiplexer is a block with three sides capable of receiving redstone input and one side that may emit maximum-strength redstone power; the input side opposite to the output determines which of the other two inputs the output is.

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

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 1x Multiplexer

Shaped Crafting Recipe for Multiplexers

Soldering
  • 1x Multiplexer

Soldering Recipe for Multiplexers

Usage

The Multiplexer can be placed in 24 different orientations, on floors, walls, and ceilings.

When placing the block, the flat side will be placed against the face clicked by the player, and the output side will point to the edge of the clicked face nearest to where the player clicked. A transparent preview is rendered to assist with orienting the block; this can be disabled in the Client Config if this is undesired.

A preview of an Multiplexer about to be placed against a wall with the output facing up

The multiplexer has three input sides, designated A, B, and C (the sides 90, 180, and 270 degrees from the output while facing the top of the block, respectively). While input B is off, the output side emits power while side A is powered. While input B is on, the output side emits power while side C is powered.

Multiplexers in all eight input combinations

Data

Blockstate PropertiesValuesDescription
facing{"down", "up", "north", "south", "west", "east"}Direction to the neighbor block the plate is attached to
rotation[0,3]Rotations about the axis of attachment in 90-degree increments
input_a{false, true}Whether the input side clockwise from the output is receiving power
input_b{false, true}Whether the input side opposite from the output is receiving power
input_c{false, true}Whether the input side counterclockwise from the output is receiving power
Tint IndexTint Value
1+See Logic Gate Tintindexes

History

VersionChangelog
1.16.3-2.0.0.0More Red recipes now use tag ingredients instead of specific items in more places
1.0.0.0Added to game