From fa80e9c921681671e8346e4532569ee660d728ea Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Sat, 20 Feb 2021 09:56:22 -0700 Subject: Remove uuids from items (#398) * Removed all uuids from item nbt data Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/TRAINING_DUMMY.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/TRAINING_DUMMY.json') diff --git a/items/TRAINING_DUMMY.json b/items/TRAINING_DUMMY.json index 22ba1b2f..f34eda08 100644 --- a/items/TRAINING_DUMMY.json +++ b/items/TRAINING_DUMMY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aTraining Dummy", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a Training Dummy that can\",1:\"§7be used to test out weapons and\",2:\"§7other damage sources. A Training\",3:\"§7Dummy can take the form of\",4:\"§7almost any mob. Right-click to\",5:\"§7access its settings.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aTraining Dummy\"},ExtraAttributes:{id:\"TRAINING_DUMMY\",uuid:\"ec44613b-5ba5-4849-8ce4-3e136aa21e1d\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a Training Dummy that can\",1:\"§7be used to test out weapons and\",2:\"§7other damage sources. A Training\",3:\"§7Dummy can take the form of\",4:\"§7almost any mob. Right-click to\",5:\"§7access its settings.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aTraining Dummy\"},ExtraAttributes:{id:\"TRAINING_DUMMY\"}}", "damage": 0, "lore": [ "§7Places a Training Dummy that can", -- cgit