RyanHub - file viewer
filename: common/src/main/generated/data/oritech/advancement/recipes/alloy_forgery/compat/alloyforgery/biosteel.json
branch: 1.21
back to repo
{
  "fabric:load_conditions": [
    {
      "condition": "fabric:all_mods_loaded",
      "values": [
        "alloy_forgery"
      ]
    }
  ],
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_c_ingots_iron": {
      "conditions": {
        "items": [
          {
            "items": "#c:ingots/iron"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    },
    "has_raw_biopolymer": {
      "conditions": {
        "items": [
          {
            "items": "oritech:raw_biopolymer"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    },
    "has_the_recipe": {
      "conditions": {
        "recipe": "minecraft:compat/alloyforgery/biosteel"
      },
      "trigger": "minecraft:recipe_unlocked"
    }
  },
  "requirements": [
    [
      "has_the_recipe",
      "has_c_ingots_iron",
      "has_raw_biopolymer"
    ]
  ],
  "rewards": {
    "recipes": [
      "minecraft:compat/alloyforgery/biosteel"
    ]
  }
}