Crafting using Iron Ingot, Any Logs, Crafting Table, Any Logs, Wooden Axe, Any Planks and Any Logs, arranged in the pattern shown. Produces Carpenters Table.
Carpenters Table
Chipped · by Alex Nijjar, Grimbop, Kekie6, ThatGravyBoat
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Carpenters Table | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
chipped:carpenters_table- Namespace
chipped- Mod ID
chipped- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" y",
"axa",
"bca"
],
"ingredients": {
"a": {
"tag": "minecraft:logs"
},
"b": {
"item": "minecraft:wooden_axe"
},
"c": {
"tag": "minecraft:planks"
},
"x": {
"item": "minecraft:crafting_table"
},
"y": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
