aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/netherite_hoe_smithing.json
blob: 8c593171b4047eb879e4b495a9fc5e66f2172464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:smithing",
  "base": {
    "item": "minecraft:diamond_hoe"
  },
  "addition": {
    "item": "minecraft:netherite_ingot"
  },
  "result": {
    "item": "minecraft:netherite_hoe"
  }
}