Files
minecraft-assets/assets/minecraft/advancements/recipes/building_blocks/coarse_dirt.json
2018-01-13 19:17:52 +00:00

32 lines
549 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:coarse_dirt"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "coarse_dirt"
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe",
"has_gravel"
]
]
}