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/OLD_DRAGON_BOOTS.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/OLD_DRAGON_BOOTS.json')
-rw-r--r-- | items/OLD_DRAGON_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/OLD_DRAGON_BOOTS.json b/items/OLD_DRAGON_BOOTS.json index b4199f6c..ff27ac6a 100644 --- a/items/OLD_DRAGON_BOOTS.json +++ b/items/OLD_DRAGON_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "OLD_DRAGON_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Old Dragon Boots", - "clickcommand": "viewrecipe", + "displayname": "§6Old Dragon Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80 HP\",1:\"§7Defense: §a+90\",2:\"\",3:\"§6Full Set Bonus: Old Blood\",4:\"§7Increases the strength of\",5:\"§7§9Growth§7, §9Protection§7,\",6:\"§7§9Feather Falling§7, §9Sugar\",7:\"§9Rush§7, and §9True Protection§7\",8:\"§7while worn.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY BOOTS\"],color:15787690,Name:\"§6Old Dragon Boots\"},ExtraAttributes:{id:\"OLD_DRAGON_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80 HP\",1:\"§7Defense: §a+90\",2:\"\",3:\"§6Full Set Bonus: Old Blood\",4:\"§7Increases the strength of\",5:\"§7§9Growth§7, §9Protection§7,\",6:\"§7§9Feather Falling§7, §9Sugar\",7:\"§9Rush§7, and §9True Protection§7\",8:\"§7while worn.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY BOOTS\"],color:15787690,Name:\"§6Old Dragon Boots\"},ExtraAttributes:{color:\"240:230:170\",originTag:\"QUICK_CRAFTING\",id:\"OLD_DRAGON_BOOTS\",uuid:\"004928ef-95e4-40da-b9e6-026a1001d518\",timestamp:\"3/31/20 1:56 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+80 HP", "§7Defense: §a+90", @@ -19,5 +16,23 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "OLD_FRAGMENT:10", + "A2": "", + "A3": "OLD_FRAGMENT:10", + "B1": "OLD_FRAGMENT:10", + "B2": "", + "B3": "OLD_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "OLD_DRAGON_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Old_Dragon_Armor" ] }
\ No newline at end of file |