Node
rftoolscontrol:node

Node

block Pickaxe MineableNeeds Iron Tool

Node is a block from RFToolsControl, crafted from Redstone Dust, Any Ender Pearls, Machine Frame, and Card Base.

Acquisition

Crafting using Redstone Dust, Any Ender Pearls, Redstone Dust, Redstone Dust, Machine Frame, Redstone Dust, Redstone Dust, Card Base and Redstone Dust, arranged in the pattern shown. Produces Node.

Crafting
Node Node guaranteed

Mining & drops

sourcecountchanceconditions
Node1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ror",
    "rFr",
    "rMr"
  ],
  "ingredients": {
    "F": {
      "item": "rftoolsbase:machine_frame"
    },
    "M": {
      "item": "rftoolscontrol:card_base"
    },
    "o": {
      "tag": "forge:ender_pearls"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}