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/EXPERIENCE;3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/EXPERIENCE;3.json') diff --git a/items/EXPERIENCE;3.json b/items/EXPERIENCE;3.json index e0502ee3..9705b6e7 100644 --- a/items/EXPERIENCE;3.json +++ b/items/EXPERIENCE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Experience III\",1:\"§7Grants a §a37.5% §7chance for\",2:\"§7mobs and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;3\",enchantments:{experience:3},uuid:\"fcd7a742-4a8f-45ee-9cad-ca5c25d6cc77\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Experience III\",1:\"§7Grants a §a37.5% §7chance for\",2:\"§7mobs and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;3\",enchantments:{experience:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Experience III", @@ -20,4 +20,4 @@ "clickcommand": "", "modver": "1.5-REL", "infoType": "" -} \ No newline at end of file +} -- cgit