{
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_clock": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:clock"
            ]
          }
        ]
      }
    },
    "has_ender_pearl": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:ender_pearl"
            ]
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "mydimension:rift"
      }
    }
  },
  "requirements": [
    [
      "has_clock",
      "has_ender_pearl",
      "has_the_recipe"
    ]
  ],
  "rewards": {
    "recipes": [
      "mydimension:rift"
    ]
  }
}
