Crafting using Redstone Dust, Natural Quartz, Redstone Dust, Card Base, Machine Frame, Card Base, Redstone Dust, Natural Quartz and Redstone Dust, arranged in the pattern shown. Produces Processor.
Processor
Processor is a block from RFToolsControl, crafted from Redstone Dust, Natural Quartz, Card Base, and Machine Frame.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Processor | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
rftoolscontrol:processor- 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",
"MFM",
"rqr"
],
"ingredients": {
"F": {
"item": "rftoolsbase:machine_frame"
},
"M": {
"item": "rftoolscontrol:card_base"
},
"q": {
"tag": "forge:gems/quartz"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
