Minecraft Crafting Recipe Generator

Build Minecraft datapack recipe JSON for shaped, shapeless, and smelting recipes with local validation.

Browser local

Define the recipe

data/offlinewebtools/recipe/tools/diamond_pickaxe.json

Download JSON
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "AAA",
    " B ",
    " B "
  ],
  "key": {
    "A": {
      "item": "minecraft:diamond"
    },
    "B": {
      "item": "minecraft:stick"
    }
  },
  "result": {
    "id": "minecraft:diamond_pickaxe",
    "count": 1
  }
}
Help, FAQs & related tools
Shipped

What this tool does

Minecraft Crafting Recipe Generator helps you build Minecraft datapack recipe JSON for shaped, shapeless, and smelting recipes with local validation.

What you get

Minecraft Crafting Recipe Generator produces a direct output in this page and is designed to keep processing on your device.

Something not working? Report a bug

Report a bug

If this tool misbehaves, share a quick summary so we can investigate. We include the tool URL automatically—no need to copy and paste.