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

34 lines
599 B
JSON
Raw Normal View History

2022-05-24 00:01:22 +02:00
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"conditions": {
"items": [
{
"items": [
"hexcasting:charged_amethyst"
]
}
]
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:inventory_changed"
2022-05-24 00:01:22 +02:00
},
"has_the_recipe": {
"conditions": {
2023-05-23 20:36:26 +02:00
"recipe": "hexcasting:staff/birch"
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:recipe_unlocked"
2022-05-24 00:01:22 +02:00
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
2022-11-04 18:21:08 +01:00
],
"rewards": {
"recipes": [
2023-05-23 20:36:26 +02:00
"hexcasting:staff/birch"
2022-11-04 18:21:08 +01:00
]
}
2022-05-24 00:01:22 +02:00
}