diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-03 04:16:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 13:16:00 +1100 |
commit | ae5b7c8ec82557cb1530161a5bd23e881429338b (patch) | |
tree | 2ca9bb1fa88ed0bda3d85119a8eb4fd47d70ab57 /items/DYE_AQUAMARINE.json | |
parent | a346e9c3af6f34d5224060bfeb49391b8eb59057 (diff) | |
download | NotEnoughUpdates-REPO-ae5b7c8ec82557cb1530161a5bd23e881429338b.tar.gz NotEnoughUpdates-REPO-ae5b7c8ec82557cb1530161a5bd23e881429338b.tar.bz2 NotEnoughUpdates-REPO-ae5b7c8ec82557cb1530161a5bd23e881429338b.zip |
Fixed Dye Lore (#833)
Diffstat (limited to 'items/DYE_AQUAMARINE.json')
-rw-r--r-- | items/DYE_AQUAMARINE.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/DYE_AQUAMARINE.json b/items/DYE_AQUAMARINE.json index 0eb2c425..c05eda12 100644 --- a/items/DYE_AQUAMARINE.json +++ b/items/DYE_AQUAMARINE.json @@ -1,14 +1,13 @@ { "itemid": "minecraft:dye", "displayname": "§f§f§5Aquamarine 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: §b#7FFFD4\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Aquamarine Dye\"},ExtraAttributes:{id:\"DYE_AQUAMARINE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §b#7FFFD4§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Aquamarine Dye\"},ExtraAttributes:{id:\"DYE_AQUAMARINE\"}}", "damage": 12, "lore": [ - "§7Apply to any leather armor piece", - "§7using an anvil to change its", - "§7color.", + "§7§8Combinable in Anvil", "", - "§7Color: §b#7FFFD4", + "§7Changes the color of a leather", + "§7armor piece to §b#7FFFD4§7!", "", "§5§lEPIC" ], |