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