Redstone NOT Filter
enderio:redstone_not_filter

Redstone NOT 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 Alloy Ingot, arranged in the pattern shown. Produces Redstone NOT Filter.

Crafting
Redstone Torch
Redstone Filter Base
Redstone Alloy Ingot
Redstone NOT Filter Redstone NOT Filter guaranteed
Developer reference
Registry name
enderio:redstone_not_filter
Namespace
enderio
Mod ID
enderio

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TBI"
  ],
  "ingredients": {
    "B": {
      "item": "enderio:redstone_filter_base"
    },
    "I": {
      "tag": "forge:ingots/redstone_alloy"
    },
    "T": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}