custom_mc_advancements/data/canopy/advancement/a_flower_in_your_hare.json

28 lines
533 B
JSON

{
"display": {
"icon": {
"id": "minecraft:dandelion"
},
"title": "A Flower In Your Hare",
"description": "Thanks Hanny!",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:neature",
"criteria": {
"give_flower": {
"trigger": "minecraft:player_interacted_with_entity",
"conditions": {
"item": {
"items": [
"minecraft:dandelion"
]
},
"entity": {
"type": "minecraft:rabbit"
}
}
}
}
}