Added antibacterial.json.

master
Ben Maurer 2021-05-18 16:51:47 -05:00
parent 49095668fb
commit 000c9c3f70
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"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\"]}"
}
}
}
}
}