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

34 lines
535 B
JSON

{
"rewards": {
"recipes": [
"minecraft:oak_planks"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:log",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "oak_planks"
}
}
},
"requirements": [
[
"has_log"
],
[
"has_the_recipe"
]
]
}