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/COCO_CHOPPER.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/COCO_CHOPPER.json') diff --git a/items/COCO_CHOPPER.json b/items/COCO_CHOPPER.json index d2a3d118..1bdef6cd 100644 --- a/items/COCO_CHOPPER.json +++ b/items/COCO_CHOPPER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_axe", "displayname": "§5Coco Chopper", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Increases cocoa bean drops by\",1:\"§7§e20%\",2:\"§7Cannot break trees.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\",uuid:\"fd0a52b8-1c97-4d83-a634-11173f8d93f7\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Increases cocoa bean drops by\",1:\"§7§e20%\",2:\"§7Cannot break trees.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}", "damage": 0, "lore": [ "§7Increases cocoa bean drops by", -- cgit