minecraft-assets/data/minecraft/advancements/recipes/misc/gold_nugget_from_smelting.json

131 lines
2.7 KiB
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_nugget_from_smelting"
]
},
"criteria": {
"has_golden_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_pickaxe"
}
]
}
},
"has_golden_shovel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_shovel"
}
]
}
},
"has_golden_axe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_axe"
}
]
}
},
"has_golden_hoe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_hoe"
}
]
}
},
"has_golden_sword": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_sword"
}
]
}
},
"has_golden_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_helmet"
}
]
}
},
"has_golden_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_chestplate"
}
]
}
},
"has_golden_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_leggings"
}
]
}
},
"has_golden_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_boots"
}
]
}
},
"has_golden_horse_armor": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_horse_armor"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_nugget_from_smelting"
}
}
},
"requirements": [
[
"has_golden_pickaxe",
"has_golden_shovel",
"has_golden_axe",
"has_golden_hoe",
"has_golden_sword",
"has_golden_helmet",
"has_golden_chestplate",
"has_golden_leggings",
"has_golden_boots",
"has_golden_horse_armor",
"has_the_recipe"
]
]
}