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_BOOTS_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_BOOTS_1.json')
-rw-r--r-- | items/PERFECT_BOOTS_1.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/PERFECT_BOOTS_1.json b/items/PERFECT_BOOTS_1.json index f9c4a7b3..9c421e7f 100644 --- a/items/PERFECT_BOOTS_1.json +++ b/items/PERFECT_BOOTS_1.json @@ -1,11 +1,8 @@ { - "internalname": "PERFECT_BOOTS_1", "itemid": "minecraft:diamond_boots", - "displayname": "Perfect Boots - Tier I", - "clickcommand": "viewrecipe", + "displayname": "§9Perfect Boots - Tier I", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+90\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier I\"},ExtraAttributes:{id:\"PERFECT_BOOTS_1\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+90\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier I\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"PERFECT_BOOTS_1\",uuid:\"8c9c5732-a27e-4aa7-a6c7-c95200b5bed9\",timestamp:\"3/21/20 4:51 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+90", "", @@ -13,5 +10,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_DIAMOND_BLOCK:1", + "A2": "", + "A3": "ENCHANTED_DIAMOND_BLOCK:1", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_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 |