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

47 lines
840 B
JSON
Raw Normal View History

2022-05-24 00:01:22 +02:00
{
"parent": "minecraft:recipes/root",
"criteria": {
2022-11-04 18:21:08 +01:00
"has_chorus": {
2022-05-24 00:01:22 +02:00
"conditions": {
"items": [
{
"items": [
2022-11-04 18:21:08 +01:00
"minecraft:chorus_fruit"
2022-05-24 00:01:22 +02:00
]
}
]
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:inventory_changed"
2022-05-24 00:01:22 +02:00
},
2022-11-04 18:21:08 +01:00
"has_focus": {
2022-05-24 00:01:22 +02:00
"conditions": {
"items": [
{
"items": [
2022-11-04 18:21:08 +01:00
"hexcasting:focus"
2022-05-24 00:01:22 +02:00
]
}
]
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:inventory_changed"
2022-05-24 00:01:22 +02:00
},
"has_the_recipe": {
"conditions": {
"recipe": "hexcasting:spellbook"
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:recipe_unlocked"
2022-05-24 00:01:22 +02:00
}
},
"requirements": [
[
"has_focus",
"has_chorus",
"has_the_recipe"
]
2022-11-04 18:21:08 +01:00
],
"rewards": {
"recipes": [
"hexcasting:spellbook"
]
}
2022-05-24 00:01:22 +02:00
}