filename:
common/src/main/generated/data/oritech/advancement/recipes/misc/crafting/particlecontroller.json
branch:
1.21
back to repo
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_accelerator_controller": {
"conditions": {
"items": [
{
"items": "oritech:accelerator_controller"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crafting/particlecontroller"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_accelerator_controller"
]
],
"rewards": {
"recipes": [
"minecraft:crafting/particlecontroller"
]
}
}