minecraft-src/data/minecraft/advancement/recipes/misc/flower_banner_pattern.json
2025-07-04 01:41:11 +03:00

32 lines
No EOL
595 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oxeye_daisy": {
"conditions": {
"items": [
{
"items": "minecraft:oxeye_daisy"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:flower_banner_pattern"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oxeye_daisy"
]
],
"rewards": {
"recipes": [
"minecraft:flower_banner_pattern"
]
}
}