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_CHESTPLATE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/DIVAN_CHESTPLATE.json') diff --git a/items/DIVAN_CHESTPLATE.json b/items/DIVAN_CHESTPLATE.json index 3b2f4080..eb6c9dbf 100644 --- a/items/DIVAN_CHESTPLATE.json +++ b/items/DIVAN_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_chestplate", - "displayname": "§6Chestplate Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+130\",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 CHESTPLATE\"],Name:\"§6Chestplate Of Divan\"},ExtraAttributes:{id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", + "displayname": "§6Chestplate of Divan", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+130\",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 CHESTPLATE\"],Name:\"§6Chestplate of Divan\"},ExtraAttributes:{id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+200", -- cgit