Rezept

Red Sandstone Stairs

minecraft:red_sandstone_stairs

Automatisch importiertes Minecraft-Rezept.

Rezeptübersicht

Freigeschaltetes Rezept Red Sandstone Stairs minecraft:red_sandstone_stairs
Ergebnis Red Sandstone Stairs

Benötigte Gegenstände

Red Sandstone minecraft:red_sandstone Cut Red Sandstone minecraft:cut_red_sandstone Chiseled Red Sandstone minecraft:chiseled_red_sandstone
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/building_blocks/red_sandstone_stairs.json",
    "source": "Mojang data generator via mcmeta"
}

Rezeptdaten

{
    "parent": "minecraft:recipes/root",
    "rewards": {
        "recipes": [
            "minecraft:red_sandstone_stairs"
        ]
    },
    "criteria": {
        "has_the_recipe": {
            "trigger": "minecraft:recipe_unlocked",
            "conditions": {
                "recipe": "minecraft:red_sandstone_stairs"
            }
        },
        "has_red_sandstone": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:red_sandstone"
                    }
                ]
            }
        },
        "has_cut_red_sandstone": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:cut_red_sandstone"
                    }
                ]
            }
        },
        "has_chiseled_red_sandstone": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "items": "minecraft:chiseled_red_sandstone"
                    }
                ]
            }
        }
    },
    "requirements": [
        [
            "has_the_recipe",
            "has_red_sandstone",
            "has_chiseled_red_sandstone",
            "has_cut_red_sandstone"
        ]
    ]
}