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/HARDENED_DIAMOND_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/HARDENED_DIAMOND_LEGGINGS.json')
-rw-r--r-- | items/HARDENED_DIAMOND_LEGGINGS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/HARDENED_DIAMOND_LEGGINGS.json b/items/HARDENED_DIAMOND_LEGGINGS.json index 848548d2..8bf4efe4 100644 --- a/items/HARDENED_DIAMOND_LEGGINGS.json +++ b/items/HARDENED_DIAMOND_LEGGINGS.json @@ -1,15 +1,30 @@ { - "internalname": "HARDENED_DIAMOND_LEGGINGS", "itemid": "minecraft:diamond_leggings", - "displayname": "Hardened Diamond Leggings", - "clickcommand": "viewrecipe", + "displayname": "§9Hardened Diamond Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+95\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE LEGGINGS\"],Name:\"§9Hardened Diamond Leggings\"},ExtraAttributes:{id:\"HARDENED_DIAMOND_LEGGINGS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+95\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE LEGGINGS\"],Name:\"§9Hardened Diamond Leggings\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"HARDENED_DIAMOND_LEGGINGS\",uuid:\"63c1aff6-f165-4aa4-8b5b-3bc212354556\",timestamp:\"2/20/20 1:17 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+95", "", "§7§8This item can be reforged!", "§9§lRARE LEGGINGS" + ], + "recipe": { + "A1": "ENCHANTED_DIAMOND:1", + "A2": "ENCHANTED_DIAMOND:1", + "A3": "ENCHANTED_DIAMOND:1", + "B1": "ENCHANTED_DIAMOND:1", + "B2": "", + "B3": "ENCHANTED_DIAMOND:1", + "C1": "ENCHANTED_DIAMOND:1", + "C2": "", + "C3": "ENCHANTED_DIAMOND:1" + }, + "internalname": "HARDENED_DIAMOND_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hardened_Diamond_Armor" ] }
\ No newline at end of file |