minecraft-src/data/minecraft/advancement/recipes/combat/netherite_leggings_smithing.json
2025-07-04 02:00:41 +03:00

32 lines
No EOL
629 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_netherite_ingot": {
"conditions": {
"items": [
{
"items": "#minecraft:netherite_tool_materials"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:netherite_leggings_smithing"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_netherite_ingot"
]
],
"rewards": {
"recipes": [
"minecraft:netherite_leggings_smithing"
]
}
}