HexCasting/Fabric/src/generated/resources/data/hexcasting/advancements/recipes/hexcasting.creative_tab/focus_rotated.json

32 lines
561 B
JSON
Raw Normal View History

2023-01-23 04:06:42 +01:00
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"conditions": {
"items": [
{
"tag": "hexcasting:staves"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "hexcasting:focus_rotated"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"hexcasting:focus_rotated"
]
}
}