From ae5b7c8ec82557cb1530161a5bd23e881429338b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 3 Oct 2022 04:16:00 +0200 Subject: Fixed Dye Lore (#833) --- items/DYE_DARK_PURPLE.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/DYE_DARK_PURPLE.json') diff --git a/items/DYE_DARK_PURPLE.json b/items/DYE_DARK_PURPLE.json index bde77c48..40b82253 100644 --- a/items/DYE_DARK_PURPLE.json +++ b/items/DYE_DARK_PURPLE.json @@ -1,14 +1,13 @@ { "itemid": "minecraft:dye", "displayname": "§f§f§5Dark Purple 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: §5#301934\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Dark Purple Dye\"},ExtraAttributes:{id:\"DYE_DARK_PURPLE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §5#301934§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Dark Purple Dye\"},ExtraAttributes:{id:\"DYE_DARK_PURPLE\"}}", "damage": 5, "lore": [ - "§7Apply to any leather armor piece", - "§7using an anvil to change its", - "§7color.", + "§7§8Combinable in Anvil", "", - "§7Color: §5#301934", + "§7Changes the color of a leather", + "§7armor piece to §5#301934§7!", "", "§5§lEPIC" ], -- cgit