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).

Dimensional Cell (Simple)
Dimensional Cell (Simple) is a block from RFToolsPower, crafted from Block of Redstone, Diamond, Nether Quartz, and Machine Frame.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Dimensional Cell (Simple) | 1–1 | 100% | — |
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
}

