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

43 lines
820 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"actuallyadditions:single_battery"
]
},
"criteria": {
"has_base": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "actuallyadditions:enori_crystal"
}
]
}
},
"has_coil": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "actuallyadditions:advanced_coil"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "actuallyadditions:single_battery"
}
}
},
"requirements": [
[
"has_base",
"has_coil",
"has_the_recipe"
]
]
}