ActuallyAdditions/src/generated/resources/data/actuallyadditions/advancements/recipes/actuallyadditions/drill_speed_augment_ii.json
2020-12-06 20:15:48 +00:00

32 lines
591 B
JSON

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