Extractor


The Extractor extracts a full itemstack from an adjacent inventory when it receives a redstone signal.

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

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 1x Extractor

Shaped Crafting Recipe for Extractors

Usage

When the extractor becomes powered by redstone, it will extract an entire itemstack from an inventory on its input side and attempt to insert the stack into an inventory on its output side. If no inventory exists or the item is not accepted, the itemstack is ejected into the world.

Once this occurs, the extractor will not extract any items until it becomes unpowered, and then powered again.

Using the Pliers or another mod's wrenchlike item on an extractor will rotate it.

Data

Blockstate PropertiesValuesDescription
facing{"down", "up", "north", "south", "west", "east"}Output direction
powered{"false", "true"}Whether the extractor is receiving redstone signal

History

VersionChangelog
1.21.3-7.0.0.0Added to More Red