{
  "type": "crafting_shapeless",
  "tags": [ "crafting_table" ],
  "ingredients": [
    {
      "item": "minecraft:bowl"
    },
    {
      "item": "minecraft:beetroot",
      "count": 6
    }
  ],
  "result": {
    "item": "minecraft:beetroot_soup"
  }
}