Redstone Sensor Filter
enderio:redstone_sensor_filter

Redstone Sensor Filter

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

Acquisition

Crafting using Redstone Comparator, Redstone Filter Base and Redstone Alloy Ingot, arranged in the pattern shown. Produces Redstone Sensor Filter.

Crafting
Redstone Comparator
Redstone Filter Base
Redstone Alloy Ingot
Redstone Sensor Filter Redstone Sensor Filter guaranteed
Developer reference
Registry name
enderio:redstone_sensor_filter
Namespace
enderio
Mod ID
enderio

Recipe JSON (1):

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