Rezept

Copper Nugget From Smelting

minecraft:copper_nugget_from_smelting

Automatisch importiertes Minecraft-Rezept.

Rezeptübersicht

Freigeschaltetes Rezept Copper Nugget From Smelting minecraft:copper_nugget_from_smelting
Ergebnis Copper Nugget From Smelting

Benötigte Gegenstände

Copper Axe minecraft:copper_axe Copper Hoe minecraft:copper_hoe Copper Boots minecraft:copper_boots Copper Spear minecraft:copper_spear Copper Sword minecraft:copper_sword Copper Helmet minecraft:copper_helmet Copper Shovel minecraft:copper_shovel Copper Pickaxe minecraft:copper_pickaxe Copper Leggings minecraft:copper_leggings Copper Chestplate minecraft:copper_chestplate Copper Horse Armor minecraft:copper_horse_armor Copper Nautilus Armor minecraft:copper_nautilus_armor
Automatisch importiertDiese Rezeptinformation stammt aus den Vanilla-Daten der Minecraft-Version 26.2.

Schlagwörter

minecraft rezept automatisch-importiert
Technische Rohdaten anzeigen

Eigenschaften

{
    "file": "data/minecraft/advancement/recipes/misc/copper_nugget_from_smelting.json",
    "source": "Mojang data generator via mcmeta"
}

Rezeptdaten

{
    "parent": "minecraft:recipes/root",
    "rewards": {
        "recipes": [
            "minecraft:copper_nugget_from_smelting"
        ]
    },
    "criteria": {
        "has_copper_axe": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_axe"
                    }
                ]
            }
        },
        "has_copper_hoe": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_hoe"
                    }
                ]
            }
        },
        "has_the_recipe": {
            "trigger": "minecraft:recipe_unlocked",
            "conditions": {
                "recipe": "minecraft:copper_nugget_from_smelting"
            }
        },
        "has_copper_boots": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_boots"
                    }
                ]
            }
        },
        "has_copper_spear": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_spear"
                    }
                ]
            }
        },
        "has_copper_sword": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_sword"
                    }
                ]
            }
        },
        "has_copper_helmet": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_helmet"
                    }
                ]
            }
        },
        "has_copper_shovel": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_shovel"
                    }
                ]
            }
        },
        "has_copper_pickaxe": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_pickaxe"
                    }
                ]
            }
        },
        "has_copper_leggings": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_leggings"
                    }
                ]
            }
        },
        "has_copper_chestplate": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_chestplate"
                    }
                ]
            }
        },
        "has_copper_horse_armor": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_horse_armor"
                    }
                ]
            }
        },
        "has_copper_nautilus_armor": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:copper_nautilus_armor"
                    }
                ]
            }
        }
    },
    "requirements": [
        [
            "has_the_recipe",
            "has_copper_pickaxe",
            "has_copper_shovel",
            "has_copper_axe",
            "has_copper_hoe",
            "has_copper_sword",
            "has_copper_spear",
            "has_copper_helmet",
            "has_copper_chestplate",
            "has_copper_leggings",
            "has_copper_boots",
            "has_copper_horse_armor",
            "has_copper_nautilus_armor"
        ]
    ]
}