Files
minecraft-assets/data/minecraft/advancements/recipes/tools/lashing_potato.json
2025-02-03 11:41:59 +01:00

32 lines
578 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:lashing_potato"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_toxic_beam": {
"conditions": {
"items": [
{
"items": "minecraft:toxic_beam"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_toxic_beam"
]
],
"rewards": {
"recipes": [
"minecraft:lashing_potato"
]
}
}