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

33 lines
543 B
JSON

{
"rewards": {
"recipes": [
"minecraft:glowstone"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "glowstone"
}
},
"has_glowstone_dust": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glowstone_dust"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_glowstone_dust"
]
]
}