The Extractor extracts a full itemstack from an adjacent inventory when it receives a redstone signal.
Contents |
---|
Recipes
Recipe Type | Ingredients | Output | Example |
---|---|---|---|
Shaped Crafting |
|
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 Properties | Values | Description |
---|---|---|
facing | {"down", "up", "north", "south", "west", "east"} | Output direction |
powered | {"false", "true"} | Whether the extractor is receiving redstone signal |
History
Version | Changelog |
---|---|
1.21.3-7.0.0.0 | Added to More Red |