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

32 lines
640 B
JSON

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