RyanHub - file viewer
filename: neoforge/src/main/generated/data/oritech/advancement/recipes/misc/blasting/compat/create/crushed_nickel_to_nickel_ingot.json
branch: 1.21
back to repo
{
  "neoforge:conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "create"
    }
  ],
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_crushed_raw_nickel": {
      "conditions": {
        "items": [
          {
            "items": "create:crushed_raw_nickel"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    },
    "has_the_recipe": {
      "conditions": {
        "recipe": "oritech:blasting/compat/create/crushed_nickel_to_nickel_ingot"
      },
      "trigger": "minecraft:recipe_unlocked"
    }
  },
  "requirements": [
    [
      "has_the_recipe",
      "has_crushed_raw_nickel"
    ]
  ],
  "rewards": {
    "recipes": [
      "oritech:blasting/compat/create/crushed_nickel_to_nickel_ingot"
    ]
  }
}