diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 21:08:33 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 21:08:33 -0400 |
commit | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/HOLY_DRAGON_BOOTS.json | |
parent | 32b05164af402c1566ab956ba9d58ae430d058cc (diff) | |
download | NotEnoughUpdates-REPO-9e10cb8251ce059f9a4cc091ca33437f3b1705fb.tar.gz NotEnoughUpdates-REPO-9e10cb8251ce059f9a4cc091ca33437f3b1705fb.tar.bz2 NotEnoughUpdates-REPO-9e10cb8251ce059f9a4cc091ca33437f3b1705fb.zip |
Fixed Holy Dragon Armor
Diffstat (limited to 'items/HOLY_DRAGON_BOOTS.json')
-rw-r--r-- | items/HOLY_DRAGON_BOOTS.json | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/items/HOLY_DRAGON_BOOTS.json b/items/HOLY_DRAGON_BOOTS.json index 4bb97400..1355070d 100644 --- a/items/HOLY_DRAGON_BOOTS.json +++ b/items/HOLY_DRAGON_BOOTS.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_BOOTS", - "itemid": 301, + "itemid": "minecraft:leather_boots", "displayname": "§6Holy Dragon Boots", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 0, "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+90\",2:\"\",3:\"§6Full Set Bonus: Holy Blood\",4:\"§7Increases the natural health\",5:\"§7regeneration of you and all\",6:\"§7players in a §a6§7 block radius\",7:\"§7by §a3x§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOOTS\"],color:4706631,Name:\"§6Holy Dragon Boots\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_BOOTS\"}}", - "modver": "1.0.0", + "modver": "1.1-REL", "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+90", @@ -18,5 +18,21 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "", + "B3": "HOLY_FRAGMENT:10", + "C1": "", + "C2": "", + "C3": "" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file |