Files
minecraft-assets/data/minecraft/advancements/recipes/tools/netherite_pickaxe_smithing.json
2021-07-07 09:21:22 +00:00

34 lines
647 B
JSON

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