Rezept

Gold Nugget From Blasting

minecraft:gold_nugget_from_blasting

Automatisch importiertes Minecraft-Rezept.

Rezeptübersicht

Freigeschaltetes Rezept Gold Nugget From Blasting minecraft:gold_nugget_from_blasting
Ergebnis Gold Nugget From Blasting

Benötigte Gegenstände

Golden Axe minecraft:golden_axe Golden Hoe minecraft:golden_hoe Golden Boots minecraft:golden_boots Golden Spear minecraft:golden_spear Golden Sword minecraft:golden_sword Golden Helmet minecraft:golden_helmet Golden Shovel minecraft:golden_shovel Golden Pickaxe minecraft:golden_pickaxe Golden Leggings minecraft:golden_leggings Golden Chestplate minecraft:golden_chestplate Golden Horse Armor minecraft:golden_horse_armor Golden Nautilus Armor minecraft:golden_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/gold_nugget_from_blasting.json",
    "source": "Mojang data generator via mcmeta"
}

Rezeptdaten

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