rftoolspower:dimensionalcell_simple

Dimensional Cell (Simple)

block Pickaxe MineableNeeds Iron Tool

Dimensional Cell (Simple) is a block from RFToolsPower, crafted from Block of Redstone, Diamond, Nether Quartz, and Machine Frame.

Acquisition

Crafting using Block of Redstone, Diamond, Block of Redstone, Nether Quartz, Machine Frame, Nether Quartz, Block of Redstone, Diamond and Block of Redstone, arranged in the pattern shown. Produces Dimensional Cell (Simple).

Crafting
Dimensional Cell (Simple) guaranteed

Mining & drops

sourcecountchanceconditions
Dimensional Cell (Simple)1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RdR",
    "qFq",
    "RdR"
  ],
  "ingredients": {
    "F": {
      "item": "rftoolsbase:machine_frame"
    },
    "R": {
      "item": "minecraft:redstone_block"
    },
    "d": {
      "item": "minecraft:diamond"
    },
    "q": {
      "item": "minecraft:quartz"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}