minecraft-assets/data/minecraft/advancements/recipes/building_blocks/red_nether_bricks.json

34 lines
617 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_nether_wart": {
"conditions": {
"items": [
{
"items": [
"minecraft:nether_wart"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:red_nether_bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_nether_wart"
]
],
"rewards": {
"recipes": [
"minecraft:red_nether_bricks"
]
}
}