List Filter
create:filter

List Filter

Create · by simibubi
item

Function

Opens the _configuration interface_. When R-Clicked _Matches items_ against a collection of _items_ or _other filters_. Can be used in _Filter Slots_ of Create's Components

Acquisition

Crafting using List Filter, in any arrangement. Produces List Filter.

Crafting ⇆ any arrangement
List Filter
List Filter List Filter guaranteed

Crafting using Any Iron Nugget, Any Wool and Any Iron Nugget, arranged in the pattern shown. Produces List Filter.

Crafting
List Filter List Filter guaranteed

Used in (1)

Crafting using List Filter, in any arrangement. Produces List Filter.

Crafting ⇆ any arrangement
List Filter
List Filter List Filter guaranteed
Developer reference
Registry name
create:filter
Namespace
create
Mod ID
create

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create:filter"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ASA"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:nuggets/iron"
    },
    "S": {
      "tag": "minecraft:wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}