Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/gold_ingot_from_block.json
2017-04-15 11:12:58 +00:00

33 lines
555 B
JSON

{
"rewards": {
"recipes": [
"minecraft:gold_ingot_from_block"
]
},
"criteria": {
"has_gold_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gold_ingot_from_block"
}
}
},
"requirements": [
[
"has_gold_block"
],
[
"has_the_recipe"
]
]
}