Rezept

Gold Ingot From Blasting Raw Gold

minecraft:gold_ingot_from_blasting_raw_gold

Automatisch importiertes Minecraft-Rezept.

Rezeptübersicht

Freigeschaltetes Rezept Gold Ingot From Blasting Raw Gold minecraft:gold_ingot_from_blasting_raw_gold
Ergebnis Gold Ingot From Blasting Raw Gold

Benötigte Gegenstände

Raw Gold minecraft:raw_gold
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_ingot_from_blasting_raw_gold.json",
    "source": "Mojang data generator via mcmeta"
}

Rezeptdaten

{
    "parent": "minecraft:recipes/root",
    "rewards": {
        "recipes": [
            "minecraft:gold_ingot_from_blasting_raw_gold"
        ]
    },
    "criteria": {
        "has_raw_gold": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:raw_gold"
                    }
                ]
            }
        },
        "has_the_recipe": {
            "trigger": "minecraft:recipe_unlocked",
            "conditions": {
                "recipe": "minecraft:gold_ingot_from_blasting_raw_gold"
            }
        }
    },
    "requirements": [
        [
            "has_the_recipe",
            "has_raw_gold"
        ]
    ]
}