Files
minecraft-assets/data/minecraft/advancements/recipes/tools/clock.json
2021-07-07 09:21:22 +00:00

34 lines
584 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:clock"
]
},
"criteria": {
"has_redstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:redstone"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:clock"
}
}
},
"requirements": [
[
"has_redstone",
"has_the_recipe"
]
]
}