ActuallyAdditions/src/generated/resources/data/actuallyadditions/advancements/recipes/actuallyadditions/enderpearl_block.json
2020-11-29 18:52:20 +00:00

32 lines
594 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"actuallyadditions:enderpearl_block"
]
},
"criteria": {
"has_enderpearl": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:ender_pearls"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "actuallyadditions:enderpearl_block"
}
}
},
"requirements": [
[
"has_enderpearl",
"has_the_recipe"
]
]
}