From fee25e01b45adde24db7c15191ee13933443f24f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 4 Feb 2021 21:40:06 +0100 Subject: Fixed and Added Things (#384) * Mining Stuff * Fixed Fairy Soul, fixed 2 Books, Added Jerry & Titanium Misc Things and added Tabs instead of weird Spaces * Added Fishings Req's * im dumb --- items/SPONGE_HELMET.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/SPONGE_HELMET.json') diff --git a/items/SPONGE_HELMET.json b/items/SPONGE_HELMET.json index 88af6376..5c8d39e5 100644 --- a/items/SPONGE_HELMET.json +++ b/items/SPONGE_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:sponge", "displayname": "§5Sponge Helmet", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Defense: §a+80\",1:\"\",2:\"§6Full Set Bonus: Absorb\",3:\"§7§9Doubles§7 your §a❈ Defense§7\",4:\"§7while in water.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC HELMET\"],Name:\"§5Sponge Helmet\"},ExtraAttributes:{id:\"SPONGE_HELMET\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"\",2:\"§7Defense: §a+80\",3:\"\",4:\"§6Full Set Bonus: Absorb\",5:\"§7§9Doubles§7 your §a❈ Defense§7\",6:\"§7while in water.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 17\",10:\"§5§lEPIC HELMET\"],Name:\"§5Sponge Helmet\"},ExtraAttributes:{id:\"SPONGE_HELMET\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.8%", @@ -13,6 +13,7 @@ "§7while in water.", "", "§7§8This item can be reforged!", + "§4❣ §cRequires §aFishing Skill 17", "§5§lEPIC HELMET" ], "recipe": { @@ -28,7 +29,7 @@ }, "internalname": "SPONGE_HELMET", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor" -- cgit