Network Identifier
rftoolscontrol:network_identifier

Network Identifier

item

Network Identifier is a item from RFToolsControl, crafted from Redstone Comparator, Card Base, and Redstone Repeater.

Acquisition

Crafting using Redstone Comparator, Card Base and Redstone Repeater, arranged in the pattern shown. Produces Network Identifier.

Crafting
Redstone Comparator
Card Base
Redstone Repeater
Network Identifier Network Identifier guaranteed
Developer reference
Registry name
rftoolscontrol:network_identifier
Namespace
rftoolscontrol
Mod ID
rftoolscontrol

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " C ",
    " M ",
    " X "
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:comparator"
    },
    "M": {
      "item": "rftoolscontrol:card_base"
    },
    "X": {
      "item": "minecraft:repeater"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}