{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "minecraft:orange_banner"
    ]
  },
  "criteria": {
    "has_orange_wool": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:orange_wool"
            ]
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "minecraft:orange_banner"
      }
    }
  },
  "requirements": [
    [
      "has_orange_wool",
      "has_the_recipe"
    ]
  ]
}