Router
xnet:router

Router

block Pickaxe MineableNeeds Iron Tool

Router is a block from XNet, crafted from Powered Rail, Redstone Comparator, Redstone Dust, Machine Frame, Any Iron Ingot, and Any Ender Pearls.

Acquisition

Crafting using Powered Rail, Redstone Comparator, Powered Rail, Redstone Dust, Machine Frame, Redstone Dust, Any Iron Ingot, Any Ender Pearls and Any Iron Ingot, arranged in the pattern shown. Produces Router.

Crafting
Router Router guaranteed

Mining & drops

sourcecountchanceconditions
Router1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
xnet:router
Namespace
xnet
Mod ID
xnet
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ICI",
    "rFr",
    "ioi"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:comparator"
    },
    "F": {
      "item": "rftoolsbase:machine_frame"
    },
    "I": {
      "item": "minecraft:powered_rail"
    },
    "i": {
      "tag": "forge:ingots/iron"
    },
    "o": {
      "tag": "forge:ender_pearls"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}