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

47 lines
840 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chorus": {
"conditions": {
"items": [
{
"items": [
"minecraft:chorus_fruit"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_focus": {
"conditions": {
"items": [
{
"items": [
"hexcasting:focus"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "hexcasting:spellbook"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_focus",
"has_chorus",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"hexcasting:spellbook"
]
}
}