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

32 lines
583 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_potato_planks": {
"conditions": {
"items": [
{
"items": "minecraft:potato_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:frying_table"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_potato_planks"
]
],
"rewards": {
"recipes": [
"minecraft:frying_table"
]
}
}