Files
minecraft-assets/data/minecraft/advancements/recipes/brewing/golden_carrot.json
2022-03-30 18:35:24 +00:00

34 lines
609 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:golden_carrot"
]
},
"criteria": {
"has_gold_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:gold_nugget"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:golden_carrot"
}
}
},
"requirements": [
[
"has_gold_nugget",
"has_the_recipe"
]
]
}