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/DIVER_CHESTPLATE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/DIVER_CHESTPLATE.json') diff --git a/items/DIVER_CHESTPLATE.json b/items/DIVER_CHESTPLATE.json index d2529f9c..8f8f0758 100644 --- a/items/DIVER_CHESTPLATE.json +++ b/items/DIVER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_chestplate", "displayname": "§6Diver's Shirt", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+200\",4:\"\",5:\"§6Full Set Bonus: One with the Fish\",6:\"§7While touching water you move\",7:\"§7§9incredibly fast§7 and can\",8:\"§7breathe §9permanently (sneak to\",9:\"§9slow down).\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Diver's Shirt\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIVER_CHESTPLATE\",uuid:\"7913aa7b-46b3-4bae-906a-f4f09961b97b\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+200\",4:\"\",5:\"§6Full Set Bonus: One with the Fish\",6:\"§7While touching water you move\",7:\"§7§9incredibly fast§7 and can\",8:\"§7breathe §9permanently (sneak to\",9:\"§9slow down).\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Diver's Shirt\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIVER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2%", -- cgit