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