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/PERFECT_CHESTPLATE_1.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/PERFECT_CHESTPLATE_1.json')
-rw-r--r-- | items/PERFECT_CHESTPLATE_1.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/PERFECT_CHESTPLATE_1.json b/items/PERFECT_CHESTPLATE_1.json index c6184016..c506658b 100644 --- a/items/PERFECT_CHESTPLATE_1.json +++ b/items/PERFECT_CHESTPLATE_1.json @@ -1,11 +1,8 @@ { - "internalname": "PERFECT_CHESTPLATE_1", "itemid": "minecraft:diamond_chestplate", - "displayname": "Perfect Chestplate - Tier I", - "clickcommand": "viewrecipe", + "displayname": "§9Perfect Chestplate - Tier I", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier I\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_1\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier I\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"PERFECT_CHESTPLATE_1\",uuid:\"0459bfd2-d399-4351-9056-42d2c91c4ad6\",timestamp:\"2/6/20 1:59 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+160", "", @@ -13,5 +10,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_DIAMOND_BLOCK:1", + "A2": "", + "A3": "ENCHANTED_DIAMOND_BLOCK:1", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "ENCHANTED_DIAMOND_BLOCK:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "ENCHANTED_DIAMOND_BLOCK:1", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "ENCHANTED_DIAMOND_BLOCK:1" + }, + "internalname": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] }
\ No newline at end of file |