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