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 Station
Crafting Station is a block from RFToolsControl, crafted from Redstone Dust, Card Base, Crafting Table, and Machine Frame.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crafting Station | 1–1 | 100% | — |
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
}

