HexCasting/Fabric/src/generated/resources/data/hexcasting/advancements/recipes/hexcasting.creative_tab/artifact.json
2022-11-04 18:21:08 +01:00

32 lines
551 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"conditions": {
"items": [
{
"tag": "hexcasting:staves"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "hexcasting:artifact"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"hexcasting:artifact"
]
}
}