minecraft-assets/data/minecraft/advancements/recipes/food/cooked_beef_from_smoking.json

34 lines
610 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_beef": {
"conditions": {
"items": [
{
"items": [
"minecraft:beef"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_beef_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_beef"
]
],
"rewards": {
"recipes": [
"minecraft:cooked_beef_from_smoking"
]
}
}