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

32 lines
642 B
JSON

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