Rezept

Leather Boots Dyed

minecraft:leather_boots_dyed

Automatisch importiertes Minecraft-Rezept.

Rezeptübersicht

Freigeschaltetes Rezept Leather Boots Dyed minecraft:leather_boots_dyed
Ergebnis Leather Boots Dyed

Benötigte Gegenstände

Leather Boots minecraft:leather_boots
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/leather_boots_dyed.json",
    "source": "Mojang data generator via mcmeta"
}

Rezeptdaten

{
    "parent": "minecraft:recipes/root",
    "rewards": {
        "recipes": [
            "minecraft:leather_boots_dyed"
        ]
    },
    "criteria": {
        "has_the_recipe": {
            "trigger": "minecraft:recipe_unlocked",
            "conditions": {
                "recipe": "minecraft:leather_boots_dyed"
            }
        },
        "has_leather_boots": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:leather_boots"
                    }
                ]
            }
        }
    },
    "requirements": [
        [
            "has_the_recipe",
            "has_leather_boots"
        ]
    ]
}