Redstone AND Filter
enderio:redstone_and_filter

Redstone AND Filter

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
item

Acquisition

Crafting using Redstone Torch, Redstone Filter Base and Redstone Torch, arranged in the pattern shown. Produces Redstone AND Filter.

Crafting
Redstone Torch
Redstone Filter Base
Redstone Torch
Redstone AND Filter Redstone AND Filter guaranteed

Crafting using Redstone Torch and Redstone NAND Filter, in any arrangement. Produces Redstone AND Filter.

Crafting ⇆ any arrangement
Redstone Torch
Redstone NAND Filter
Redstone AND Filter Redstone AND Filter guaranteed

Used in (1)

Crafting using Redstone Torch and Redstone AND Filter, in any arrangement. Produces Redstone NAND Filter.

Crafting ⇆ any arrangement
Redstone Torch
Redstone AND Filter
Redstone NAND Filter Redstone NAND Filter guaranteed
Developer reference
Registry name
enderio:redstone_and_filter
Namespace
enderio
Mod ID
enderio

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " T ",
    " B ",
    " T "
  ],
  "ingredients": {
    "B": {
      "item": "enderio:redstone_filter_base"
    },
    "T": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:redstone_torch"
    },
    {
      "item": "enderio:redstone_nand_filter"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}