diff options
Diffstat (limited to 'items/DYE_NECRON.json')
-rw-r--r-- | items/DYE_NECRON.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/DYE_NECRON.json b/items/DYE_NECRON.json index 45ff594e..7600ad44 100644 --- a/items/DYE_NECRON.json +++ b/items/DYE_NECRON.json @@ -1,14 +1,13 @@ { "itemid": "minecraft:dye", "displayname": "§f§f§6Necron Dye", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §6#E7413C\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Necron Dye\"},ExtraAttributes:{id:\"DYE_NECRON\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §6#E7413C§7!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Necron Dye\"},ExtraAttributes:{id:\"DYE_NECRON\"}}", "damage": 14, "lore": [ - "§7Apply to any leather armor piece", - "§7using an anvil to change its", - "§7color.", + "§7§8Combinable in Anvil", "", - "§7Color: §6#E7413C", + "§7Changes the color of a leather", + "§7armor piece to §6#E7413C§7!", "", "§6§lLEGENDARY" ], |