Added antibacterial.json.
parent
49095668fb
commit
000c9c3f70
|
@ -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\"]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue