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

33 lines
515 B
JSON

{
"rewards": {
"recipes": [
"minecraft:snow"
]
},
"criteria": {
"has_snowball": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:snowball"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "snow"
}
}
},
"requirements": [
[
"has_snowball"
],
[
"has_the_recipe"
]
]
}