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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/HOLY_DRAGON_CHESTPLATE.json | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/items/HOLY_DRAGON_CHESTPLATE.json b/items/HOLY_DRAGON_CHESTPLATE.json index d45d2333..dfbe03a8 100644 --- a/items/HOLY_DRAGON_CHESTPLATE.json +++ b/items/HOLY_DRAGON_CHESTPLATE.json @@ -1,11 +1,11 @@ { "internalname": "HOLY_DRAGON_CHESTPLATE", - "itemid": 299, + "itemid": "minecraft:leather_chestplate", "displayname": "§6Holy Dragon Chestplate", - "clickcommand": "", + "clickcommand": "viewrecipe", "damage": 0, "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180 HP\",1:\"§7Defense: §a+160\",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 CHESTPLATE\"],color:4706631,Name:\"§6Holy Dragon Chestplate\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_CHESTPLATE\"}}", - "modver": "1.0.0", + "modver": "1.1-REL", "lore": [ "§7Health: §a+180 HP", "§7Defense: §a+160", @@ -18,5 +18,21 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "HOLY_FRAGMENT:10", + "A2": "", + "A3": "HOLY_FRAGMENT:10", + "B1": "HOLY_FRAGMENT:10", + "B2": "HOLY_FRAGMENT:10", + "B3": "HOLY_FRAGMENT:10", + "C1": "HOLY_FRAGMENT:10", + "C2": "HOLY_FRAGMENT:10", + "C3": "HOLY_FRAGMENT:10" + }, + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Holy_Dragon_Armor" ] }
\ No newline at end of file |