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