Tinkering Table
chipped:tinkering_table

Tinkering Table

Chipped · by Alex Nijjar, Grimbop, Kekie6, ThatGravyBoat
block Axe Mineable

Acquisition

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.

Crafting
Tinkering Table Tinkering Table guaranteed

Mining & drops

sourcecountchanceconditions
Tinkering Table1–1100%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
}