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