diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-18 16:58:53 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-18 16:58:53 -0500 |
commit | 2bfed4707b92a8dd4867da0379a95f2b7dfee8da (patch) | |
tree | 72ebcd8b684c14cd0a946aaeb9e761442448d9d9 /items/SORROW_CHESTPLATE.json | |
parent | e285d3ee32da914c55cf230c0f4dc013da097ef7 (diff) | |
download | NotEnoughUpdates-REPO-2bfed4707b92a8dd4867da0379a95f2b7dfee8da.tar.gz NotEnoughUpdates-REPO-2bfed4707b92a8dd4867da0379a95f2b7dfee8da.tar.bz2 NotEnoughUpdates-REPO-2bfed4707b92a8dd4867da0379a95f2b7dfee8da.zip |
Tell Hypixel to stop changing the rarity of items
Diffstat (limited to 'items/SORROW_CHESTPLATE.json')
-rw-r--r-- | items/SORROW_CHESTPLATE.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/items/SORROW_CHESTPLATE.json b/items/SORROW_CHESTPLATE.json index 917047f1..61bee3cf 100644 --- a/items/SORROW_CHESTPLATE.json +++ b/items/SORROW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_chestplate", - "displayname": "§9Sorrow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE CHESTPLATE\"],Name:\"§9Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", + "displayname": "§6Sorrow Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Sorrow Chestplate\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_CHESTPLATE\",uuid:\"b465c404-bbb5-435e-9a33-ecfd27818806\",timestamp:\"1/17/21 6:10 PM\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -13,7 +13,7 @@ "§7mist.", "", "§7§8This item can be reforged!", - "§9§lRARE CHESTPLATE" + "§6§lLEGENDARY CHESTPLATE" ], "recipe": { "A1": "SORROW:3", @@ -27,6 +27,11 @@ "C3": "SORROW:3" }, "internalname": "SORROW_CHESTPLATE", + "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL" + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info":[ + "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" + ] }
\ No newline at end of file |