diff options
Diffstat (limited to 'items/GOLD_BARDING.json')
-rw-r--r-- | items/GOLD_BARDING.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/items/GOLD_BARDING.json b/items/GOLD_BARDING.json index 588b320e..1cfcc8ea 100644 --- a/items/GOLD_BARDING.json +++ b/items/GOLD_BARDING.json @@ -1,12 +1,16 @@ { - "internalname": "GOLD_BARDING", "itemid": "minecraft:golden_horse_armor", - "displayname": "Gold Horse Armor", - "clickcommand": "", - "damage": 0, + "displayname": "§5Gold Horse Armor", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§5Gold Horse Armor\"},ExtraAttributes:{id:\"GOLD_BARDING\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§5§lEPIC" + ], + "internalname": "GOLD_BARDING", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Horse_Armor" ] }
\ No newline at end of file |