PhysicalConnectivity/src/main/resources/data/phycon/advancements/recipes/screwdriver.json

33 lines
546 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"phycon:screwdriver"
]
},
"criteria": {
"has_iron": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "c:iron_ingots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "phycon:screwdriver"
}
}
},
"requirements": [
[
"has_iron",
"has_the_recipe"
]
]
}