Crafting using Skyroot Planks, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Crafting Table.

Crafting Table
Minecraft · by Mojang Studios
Acquisition
Scrapbox using Scrap Box. Produces Crafting Table.

Crafting using Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Crafting Table.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crafting Table | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:crafting_table- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PP",
"PP"
],
"ingredients": {
"P": {
"tag": "aether:planks_crafting"
}
},
"conditions": [],
"sequence": null,
"group_name": "minecraft:crafting_table",
"experience": null,
"cooking_time": null
}{
"recipe_type": "techreborn:scrapbox",
"pattern": null,
"ingredients": {
"item": "techreborn:scrap_box"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

