Programmer
rftoolscontrol:programmer

Programmer

block Pickaxe MineableNeeds Iron Tool

Programmer is a block from RFToolsControl, crafted from Redstone Dust, Natural Quartz, Paper, and Machine Frame.

Acquisition

Crafting using Redstone Dust, Natural Quartz, Redstone Dust, Paper, Machine Frame, Paper, Redstone Dust, Natural Quartz and Redstone Dust, arranged in the pattern shown. Produces Programmer.

Crafting
Programmer Programmer guaranteed

Mining & drops

sourcecountchanceconditions
Programmer1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
rftoolscontrol:programmer
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": [
    "rqr",
    "pFp",
    "rqr"
  ],
  "ingredients": {
    "F": {
      "item": "rftoolsbase:machine_frame"
    },
    "p": {
      "item": "minecraft:paper"
    },
    "q": {
      "tag": "forge:gems/quartz"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}