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/PRISMARINE_BLADE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/PRISMARINE_BLADE.json') diff --git a/items/PRISMARINE_BLADE.json b/items/PRISMARINE_BLADE.json index 9f210882..c8b9cbc0 100644 --- a/items/PRISMARINE_BLADE.json +++ b/items/PRISMARINE_BLADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§aPrismarine Blade", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Deals §a+200% §7damage while in\",4:\"§7water.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§aPrismarine Blade\"},ExtraAttributes:{id:\"PRISMARINE_BLADE\",uuid:\"04dc5ede-31ad-4484-a99d-ee61d8fcbee5\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Deals §a+200% §7damage while in\",4:\"§7water.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§aPrismarine Blade\"},ExtraAttributes:{id:\"PRISMARINE_BLADE\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", -- cgit