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/CHANCE;4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/CHANCE;4.json') diff --git a/items/CHANCE;4.json b/items/CHANCE;4.json index c7c72799..834fc0f9 100644 --- a/items/CHANCE;4.json +++ b/items/CHANCE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Chance IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",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:\"CHANCE;4\",enchantments:{chance:4},uuid:\"a209d49e-9388-4935-8729-0aa56432c006\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Chance IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",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:\"CHANCE;4\",enchantments:{chance:4}}}", "damage": 0, "lore": [ "§9Chance IV", -- cgit