ActuallyAdditions/src/generated/resources/data/actuallyadditions/advancements/recipes/actuallyadditions/crystal_palis_empowered_block_grid_of.json

32 lines
686 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"actuallyadditions:crystal_palis_empowered_block_grid_of"
]
},
"criteria": {
"has_palis_empowered_crystal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "actuallyadditions:palis_empowered_crystal"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "actuallyadditions:crystal_palis_empowered_block_grid_of"
}
}
},
"requirements": [
[
"has_palis_empowered_crystal",
"has_the_recipe"
]
]
}