More Red

Osmosis Filter

Osmosis Filters are item-handling blocks which can pull items of a specific type from an adjacent inventory.

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

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 1x Osmosis Filter

Shaped Crafting Recipe for Osmosis Filters

Usage

The osmosis filter behaves similarly to a Filter.

In addition to the behavior of the filter, the osmosis filter will also pull items from an adjacent inventory, and attempt to insert them into an inventory on its output side, similar to a Hopper. Like hoppers, this occurs at a rate of 8 ticks per item (or 2.5 items per second); this can be configured in the Server Config.

If the osmosis filter holds a filtering item, it will only pull that type of item.

Data

Blockstate PropertiesValuesDescription
facing{"down", "up", "north", "south", "west", "east"}Output direction
enabled{"false", "true"}Whether the osmosis filter is currently pulling items
BlockEntity DataFormatDescription
inventory
  • Itemstack object
  • e.g. {"id": "cobblestone"}
The item the filter is holding and accepting

History

VersionChangelog
1.21.3-7.0.0.0Added to More Red