Crafting using Crafting Table, Machine Frame and Chest, arranged in the pattern shown. Produces Workbench.
Workbench
Workbench is a block from RFToolsControl, crafted from Crafting Table, Machine Frame, and Chest.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Workbench | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
rftoolscontrol:workbench- 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": [
" C ",
" F ",
" X "
],
"ingredients": {
"C": {
"item": "minecraft:crafting_table"
},
"F": {
"item": "rftoolsbase:machine_frame"
},
"X": {
"item": "minecraft:chest"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

