minecraft-assets/data/minecraft/advancements/recipes/decorations/soul_torch.json

32 lines
577 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_soul_sand": {
"conditions": {
"items": [
{
"tag": "minecraft:soul_fire_base_blocks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:soul_torch"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_soul_sand"
]
],
"rewards": {
"recipes": [
"minecraft:soul_torch"
]
}
}