{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "minecraft:bowl"
    ]
  },
  "criteria": {
    "has_brown_mushroom": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:brown_mushroom"
            ]
          }
        ]
      }
    },
    "has_red_mushroom": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:red_mushroom"
            ]
          }
        ]
      }
    },
    "has_mushroom_stew": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:mushroom_stew"
            ]
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "minecraft:bowl"
      }
    }
  },
  "requirements": [
    [
      "has_brown_mushroom",
      "has_red_mushroom",
      "has_mushroom_stew",
      "has_the_recipe"
    ]
  ]
}