minecraft:smithing_table

Smithing Table

Minecraft · by Mojang Studios
block Axe Mineable

Acquisition

Crafting using Any Iron Ingots, Any Iron Ingots, Skyroot Planks, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Smithing Table.

Crafting
Smithing Table guaranteed

Crafting using Iron Ingot, Iron Ingot, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Smithing Table.

Crafting
Smithing Table guaranteed

Mining & drops

sourcecountchanceconditions
Smithing Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:smithing_table
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "II",
    "PP",
    "PP"
  ],
  "ingredients": {
    "I": {
      "tag": "c:iron_ingots"
    },
    "P": {
      "tag": "aether:planks_crafting"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:smithing_table",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "@": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}