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