custom_mc_advancements/data/disabled/antibacterial.json

24 lines
544 B
JSON
Raw Normal View History

2021-05-18 21:51:47 +00:00
{
"display": {
"icon": {
"item": "minecraft:barrier"
2021-05-18 21:51:47 +00:00
},
"title": "100% Antibacterial",
"description": "Kill 100% of all germs in The Canopy.",
2021-05-18 21:51:47 +00:00
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:mobs",
"criteria": {
"kill_bac": {
2021-05-18 21:51:47 +00:00
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"nbt": "{Tags:[\"admin\"]}"
2021-05-18 21:51:47 +00:00
}
}
}
}
}