Crafting using Redstone Torch, Piston, Any Wooden Slabs, Any Wooden Slabs, Any Logs, TNT and Any Logs, arranged in the pattern shown. Produces Tinkering Table.
Tinkering Table
Chipped · by Alex Nijjar, Grimbop, Kekie6, ThatGravyBoat
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Tinkering Table | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
chipped:tinkering_table- Namespace
chipped- Mod ID
chipped- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"P__",
"STS"
],
"ingredients": {
"#": {
"item": "minecraft:redstone_torch"
},
"P": {
"item": "minecraft:piston"
},
"S": {
"tag": "minecraft:logs"
},
"T": {
"item": "minecraft:tnt"
},
"_": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}


