custom_mc_advancements/data/canopy/advancements/antibacterial.json

25 lines
621 B
JSON

{
"display": {
"icon": {
"item": "minecraft:player_head",
"nbt": "{SkullOwner: {UUID: \"cf45612273ad43669a8b8b0dcfdf559a\"}}"
},
"title": "100% Antibacterial",
"description": "Kill 100% of all germs in the Canopy.",
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:mobs",
"criteria": {
"have_sed": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"nbt": "{Tags:[\"bac\"]}"
}
}
}
}
}