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": {
"icon": {
"item": "minecraft:player_head",
"nbt": "{SkullOwner: {UUID: \"cf45612273ad43669a8b8b0dcfdf559a\"}}"
"item": "minecraft:barrier"
},
"title": "100% Antibacterial",
"description": "Kill 100% of all germs in the Canopy.",
@ -16,7 +15,7 @@
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"nbt": "{Tags:[\"bac\"]}"
"nbt": "{Tags:[\"admin\"]}"
}
}
}