diff options
Diffstat (limited to 'items/DYE_WILD_STRAWBERRY.json')
-rw-r--r-- | items/DYE_WILD_STRAWBERRY.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/DYE_WILD_STRAWBERRY.json b/items/DYE_WILD_STRAWBERRY.json index 84e0d59a..ea5187e9 100644 --- a/items/DYE_WILD_STRAWBERRY.json +++ b/items/DYE_WILD_STRAWBERRY.json @@ -1,14 +1,13 @@ { "itemid": "minecraft:dye", "displayname": "§f§f§5Wild Strawberry 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: §d#FF43A4\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Wild Strawberry Dye\"},ExtraAttributes:{id:\"DYE_WILD_STRAWBERRY\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §d#FF43A4§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Wild Strawberry Dye\"},ExtraAttributes:{id:\"DYE_WILD_STRAWBERRY\"}}", "damage": 13, "lore": [ - "§7Apply to any leather armor piece", - "§7using an anvil to change its", - "§7color.", + "§7§8Combinable in Anvil", "", - "§7Color: §d#FF43A4", + "§7Changes the color of a leather", + "§7armor piece to §d#FF43A4§7!", "", "§5§lEPIC" ], |