Crafting Station
rftoolscontrol:craftingstation

Crafting Station

block Pickaxe MineableNeeds Iron Tool

Crafting Station is a block from RFToolsControl, crafted from Redstone Dust, Card Base, Crafting Table, and Machine Frame.

Acquisition

Crafting using Redstone Dust, Card Base, Redstone Dust, Crafting Table, Machine Frame, Crafting Table, Redstone Dust, Card Base and Redstone Dust, arranged in the pattern shown. Produces Crafting Station.

Crafting
Crafting Station Crafting Station guaranteed

Mining & drops

sourcecountchanceconditions
Crafting Station1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
rftoolscontrol:craftingstation
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": [
    "rMr",
    "CFC",
    "rMr"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:crafting_table"
    },
    "F": {
      "item": "rftoolsbase:machine_frame"
    },
    "M": {
      "item": "rftoolscontrol:card_base"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}