Crafting using Redstone Torch, Redstone Alloy Ingot, Redstone Filter Base, Redstone Alloy Ingot and Redstone Torch, arranged in the pattern shown. Produces Redstone XOR Filter.
Redstone XOR Filter
Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
Acquisition
Crafting using Redstone Torch and Redstone XNOR Filter, in any arrangement. Produces Redstone XOR Filter.
Used in (1)
Crafting using Redstone Torch and Redstone XOR Filter, in any arrangement. Produces Redstone XNOR Filter.
Developer reference
- Registry name
enderio:redstone_xor_filter- Namespace
enderio- Mod ID
enderio
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"IBI",
" T "
],
"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
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:redstone_torch"
},
{
"item": "enderio:redstone_xnor_filter"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}