Updated antibacterial.json tested and working.

master
Ben Maurer 2021-05-18 17:20:04 -05:00
parent b5e79dcc87
commit 7496309f86
1 changed files with 2 additions and 3 deletions

View File

@ -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\"]}"
} }
} }
} }