aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/emerald.json
blob: d337d4474a21d3cc56bd20f330b203355dbeee49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:emerald_block"
    }
  ],
  "result": {
    "item": "minecraft:emerald",
    "count": 9
  }
}