From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/IRON_BARDING.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/IRON_BARDING.json (limited to 'items/IRON_BARDING.json') diff --git a/items/IRON_BARDING.json b/items/IRON_BARDING.json new file mode 100644 index 00000000..5374fbfb --- /dev/null +++ b/items/IRON_BARDING.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:iron_horse_armor", + "displayname": "§9Iron Horse Armor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Iron Horse Armor\"},ExtraAttributes:{id:\"IRON_BARDING\"}}", + "damage": 0, + "lore": [ + "§9§lRARE" + ], + "internalname": "IRON_BARDING", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Horse_Armor" + ] +} \ No newline at end of file -- cgit