From 580fdc5347fe4a61525e9fb22fde310f5db7182d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 4 Aug 2020 11:37:00 -0400 Subject: Fixed Auger Rod and Sponge Armor --- items/SPONGE_BOOTS.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'items/SPONGE_BOOTS.json') diff --git a/items/SPONGE_BOOTS.json b/items/SPONGE_BOOTS.json index 143e9539..ba706352 100644 --- a/items/SPONGE_BOOTS.json +++ b/items/SPONGE_BOOTS.json @@ -1,11 +1,9 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§5Unpleasant Spongy Shoes", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Crit Chance: §c+2% §8(Unpleasant +2%)\",1:\"\",2:\"§7Defense: §a+60\",3:\"\",4:\"§6Full Set Bonus: Absorb\",5:\"§7§9Doubles§7 your §a❈ Defense§7\",6:\"§7while in water.\",7:\"\",8:\"§5§lEPIC BOOTS\"],color:16768081,Name:\"§5Unpleasant Spongy Shoes\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"unpleasant\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"SPONGE_BOOTS\",uuid:\"216514b7-f37f-4e69-aad8-bd28a284f0c0\",timestamp:\"6/16/20 7:38 AM\"}}", + "displayname": "§5Spongy Shoes", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+60\",1:\"\",2:\"§6Full Set Bonus: Absorb\",3:\"§7§9Doubles§7 your §a❈ Defense§7\",4:\"§7while in water.\",5:\"\",6:\"§5§lEPIC BOOTS\"],color:16768081,Name:\"§5Spongy Shoes\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"unpleasant\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"SPONGE_BOOTS\",uuid:\"216514b7-f37f-4e69-aad8-bd28a284f0c0\",timestamp:\"6/16/20 7:38 AM\"}}", "damage": 0, "lore": [ - "§7Crit Chance: §c+2% §8(Unpleasant +2%)", - "", "§7Defense: §a+60", "", "§6Full Set Bonus: Absorb", @@ -27,7 +25,7 @@ }, "internalname": "SPONGE_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor" -- cgit