{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "minecraft:glow_item_frame"
    ]
  },
  "criteria": {
    "has_item_frame": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:item_frame"
            ]
          }
        ]
      }
    },
    "has_glow_ink_sac": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:glow_ink_sac"
            ]
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "minecraft:glow_item_frame"
      }
    }
  },
  "requirements": [
    [
      "has_item_frame",
      "has_glow_ink_sac",
      "has_the_recipe"
    ]
  ]
}