Rezept
Yellow Candle
minecraft:yellow_candle
Automatisch importiertes Minecraft-Rezept.
Rezeptübersicht
Freigeschaltetes Rezept
Yellow Candle
minecraft:yellow_candle
Ergebnis
Yellow Candle
Benötigte Gegenstände
Yellow Dye
minecraft:yellow_dye
Automatisch importiertDiese Rezeptinformation stammt aus den Vanilla-Daten der Minecraft-Version 26.2.
Technische Rohdaten anzeigen
Eigenschaften
{
"file": "data/minecraft/advancement/recipes/decorations/yellow_candle.json",
"source": "Mojang data generator via mcmeta"
}
Rezeptdaten
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:yellow_candle"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:yellow_candle"
}
},
"has_yellow_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:yellow_dye"
}
]
}
}
},
"requirements": [
[
"has_the_recipe",
"has_yellow_dye"
]
]
}