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