diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/EMERALD_ARMOR_LEGGINGS.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/EMERALD_ARMOR_LEGGINGS.json')
-rw-r--r-- | items/EMERALD_ARMOR_LEGGINGS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/EMERALD_ARMOR_LEGGINGS.json b/items/EMERALD_ARMOR_LEGGINGS.json index 2a09ec52..7f6aa1da 100644 --- a/items/EMERALD_ARMOR_LEGGINGS.json +++ b/items/EMERALD_ARMOR_LEGGINGS.json @@ -1,11 +1,8 @@ { - "internalname": "EMERALD_ARMOR_LEGGINGS", "itemid": "minecraft:leather_leggings", - "displayname": "Emerald Armor Leggings", - "clickcommand": "viewrecipe", + "displayname": "§5Emerald Armor Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+75\",1:\"\",2:\"§6Full Set Bonus: Tank\",3:\"§7Increases §c❤ Health §7by §a+1§7\",4:\"§7and §a❈ Defense§7 by §a+1§7 for\",5:\"§7every §b3,000 §7Emeralds in your\",6:\"§7collection. Max 350 each.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],color:65280,Name:\"§5Emerald Armor Leggings\"},ExtraAttributes:{id:\"EMERALD_ARMOR_LEGGINGS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+75\",1:\"\",2:\"§6Full Set Bonus: Tank\",3:\"§7Increases §c❤ Health §7by §a+1§7\",4:\"§7and §a❈ Defense§7 by §a+1§7 for\",5:\"§7every §b3,000 §7Emeralds in your\",6:\"§7collection. Max 350 each.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],color:65280,Name:\"§5Emerald Armor Leggings\"},ExtraAttributes:{color:\"0:255:0\",originTag:\"QUICK_CRAFTING\",id:\"EMERALD_ARMOR_LEGGINGS\",uuid:\"1d52825f-5a68-488b-befe-9f889ea73b62\",timestamp:\"3/30/20 8:47 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+75", "", @@ -17,5 +14,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "ENCHANTED_EMERALD_BLOCK:1", + "A2": "ENCHANTED_EMERALD_BLOCK:1", + "A3": "ENCHANTED_EMERALD_BLOCK:1", + "B1": "ENCHANTED_EMERALD_BLOCK:1", + "B2": "", + "B3": "ENCHANTED_EMERALD_BLOCK:1", + "C1": "ENCHANTED_EMERALD_BLOCK:1", + "C2": "", + "C3": "ENCHANTED_EMERALD_BLOCK:1" + }, + "internalname": "EMERALD_ARMOR_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Emerald_Armor" ] }
\ No newline at end of file |