NaturesAura/src/main/resources/data/naturesaura/advancements/end_flower.json

24 lines
584 B
JSON
Raw Normal View History

2018-12-22 14:57:19 +01:00
{
"display": {
"icon": {
"item": "naturesaura:end_flower"
},
"title": {
"translate": "advancement.naturesaura.end_flower"
},
"description": {
"translate": "advancement.naturesaura.end_flower.desc"
}
},
"parent": "naturesaura:wood_stand",
"criteria": {
"killed_dragon": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "ender_dragon"
}
}
}
}
}