From bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:56:50 +0200 Subject: SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & Bug Fixes * Added right click to sack * Added undead to lore * Fixed Wisp's and mana steal enchant --- items/DIVAN_LEGGINGS.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/DIVAN_LEGGINGS.json') diff --git a/items/DIVAN_LEGGINGS.json b/items/DIVAN_LEGGINGS.json index 092e6365..57dccc4a 100644 --- a/items/DIVAN_LEGGINGS.json +++ b/items/DIVAN_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_leggings", - "displayname": "§6Leggings Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6§c.\",9:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Leggings Of Divan\"},ExtraAttributes:{id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", + "displayname": "§6Leggings of Divan", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6§c.\",9:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Leggings of Divan\"},ExtraAttributes:{id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+130", -- cgit