Updated antibacterial.json tested and working.
parent
b5e79dcc87
commit
7496309f86
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"display": {
|
"display": {
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:player_head",
|
"item": "minecraft:barrier"
|
||||||
"nbt": "{SkullOwner: {UUID: \"cf45612273ad43669a8b8b0dcfdf559a\"}}"
|
|
||||||
},
|
},
|
||||||
"title": "100% Antibacterial",
|
"title": "100% Antibacterial",
|
||||||
"description": "Kill 100% of all germs in the Canopy.",
|
"description": "Kill 100% of all germs in the Canopy.",
|
||||||
|
@ -16,7 +15,7 @@
|
||||||
"trigger": "minecraft:player_killed_entity",
|
"trigger": "minecraft:player_killed_entity",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"entity": {
|
"entity": {
|
||||||
"nbt": "{Tags:[\"bac\"]}"
|
"nbt": "{Tags:[\"admin\"]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue