Files
minecraft-assets/data/minecraft/advancement/recipes/misc/creeper_banner_pattern.json
2024-10-09 18:32:42 +02:00

32 lines
600 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_creeper_head": {
"conditions": {
"items": [
{
"items": "minecraft:creeper_head"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:creeper_banner_pattern"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_creeper_head"
]
],
"rewards": {
"recipes": [
"minecraft:creeper_banner_pattern"
]
}
}