diff options
Diffstat (limited to 'items/REFINED_DIAMOND.json')
-rw-r--r-- | items/REFINED_DIAMOND.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/items/REFINED_DIAMOND.json b/items/REFINED_DIAMOND.json index c8bb3c1a..7439fa06 100644 --- a/items/REFINED_DIAMOND.json +++ b/items/REFINED_DIAMOND.json @@ -1,14 +1,19 @@ { "itemid": "minecraft:diamond", "displayname": "§5Refined Diamond", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oLooking at it for too long\",2:\"§7§omay cause eye trauma.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oLooking at it for too long\",2:\"§7§omay cause eye trauma.\",3:\"\",4:\"§5§lEPIC\",5:\"\",6:\"§eItems Required\",7:\"§9Enchanted Diamond Block §7x2\",8:\"\",9:\"§7Duration: §b8h\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "", "§7§7§oLooking at it for too long", "§7§omay cause eye trauma.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Enchanted Diamond Block §7x2", + "", + "§7Duration: §b8h" ], "internalname": "REFINED_DIAMOND", "crafttext": "", |