Attribute Filter
create:attribute_filter

Attribute Filter

Create · by simibubi
item

Function

Opens the _configuration interface_. When R-Clicked _Matches items_ against a set of _attributes_ or _categories_. Can be used in _Filter Slots_ of Create's Components

Acquisition

Crafting using Brass Nugget, Any Wool and Brass Nugget, arranged in the pattern shown. Produces Attribute Filter.

Crafting
Attribute Filter Attribute Filter guaranteed

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

Crafting ⇆ any arrangement
Attribute Filter
Attribute Filter Attribute Filter guaranteed

Used in (1)

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

Crafting ⇆ any arrangement
Attribute Filter
Attribute Filter Attribute Filter guaranteed
Developer reference
Registry name
create:attribute_filter
Namespace
create
Mod ID
create

Recipe JSON (2):

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