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_BOOTS.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_BOOTS.json')
-rw-r--r-- | items/SORROW_BOOTS.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/items/SORROW_BOOTS.json b/items/SORROW_BOOTS.json index 6d8214f6..28ab2cde 100644 --- a/items/SORROW_BOOTS.json +++ b/items/SORROW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_boots", - "displayname": "§9Sorrow Boots", - "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 BOOTS\"],Name:\"§9Sorrow Boots\"},ExtraAttributes:{id:\"SORROW_BOOTS\"}}", + "displayname": "§6Sorrow Boots", + "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 BOOTS\"],Name:\"§6Sorrow Boots\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_BOOTS\",uuid:\"a505d96c-ed35-4622-86f5-f21355bfca78\",timestamp:\"1/18/21 3:32 AM\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -13,7 +13,7 @@ "§7mist.", "", "§7§8This item can be reforged!", - "§9§lRARE BOOTS" + "§6§lLEGENDARY BOOTS" ], "recipe": { "A1": "SORROW:3", @@ -27,6 +27,11 @@ "C3": "" }, "internalname": "SORROW_BOOTS", + "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 |