Files
minecraft-assets/data/minecraft/advancements/recipes/building_blocks/cracked_nether_bricks.json
2020-05-24 20:06:42 +00:00

32 lines
600 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:cracked_nether_bricks"
]
},
"criteria": {
"has_nether_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:cracked_nether_bricks"
}
}
},
"requirements": [
[
"has_nether_bricks",
"has_the_recipe"
]
]
}