RyanHub – file viewer
filename: common/src/main/generated/data/oritech/advancement/recipes/misc/crafting/reactorvent.json
branch: 1.21
back to repo
{
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_reactor_vent": {
      "conditions": {
        "items": [
          {
            "items": "oritech:reactor_vent"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    },
    "has_the_recipe": {
      "conditions": {
        "recipe": "minecraft:crafting/reactorvent"
      },
      "trigger": "minecraft:recipe_unlocked"
    }
  },
  "requirements": [
    [
      "has_the_recipe",
      "has_reactor_vent"
    ]
  ],
  "rewards": {
    "recipes": [
      "minecraft:crafting/reactorvent"
    ]
  }
}