Rezept
Copper Axe
minecraft:copper_axe
Automatisch importiertes Minecraft-Rezept.
Rezeptübersicht
Freigeschaltetes Rezept
Copper Axe
minecraft:copper_axe
Ergebnis
Copper Axe
Benötigte Gegenstände
# Copper Tool Materials
#minecraft:copper_tool_materials
Automatisch importiertDiese Rezeptinformation stammt aus den Vanilla-Daten der Minecraft-Version 26.2.
Technische Rohdaten anzeigen
Eigenschaften
{
"file": "data/minecraft/advancement/recipes/tools/copper_axe.json",
"source": "Mojang data generator via mcmeta"
}
Rezeptdaten
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:copper_axe"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:copper_axe"
}
},
"has_copper_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "#minecraft:copper_tool_materials"
}
]
}
}
},
"requirements": [
[
"has_the_recipe",
"has_copper_ingot"
]
]
}