diff options
Diffstat (limited to 'items/SPONGE_HELMET.json')
-rw-r--r-- | items/SPONGE_HELMET.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/SPONGE_HELMET.json b/items/SPONGE_HELMET.json index bcd2a221..4d494321 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\",8:\"\",9:\"§eClick to view recipe!\"],Name:\"§5Sponge Helmet\"},ExtraAttributes:{id:\"SPONGE_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\"}}", "damage": 0, "lore": [ "§7Defense: §a+80", @@ -13,7 +13,22 @@ "§7§8This item can be reforged!", "§5§lEPIC HELMET" ], + "recipe": { + "A1": "ENCHANTED_WET_SPONGE:1", + "A2": "ENCHANTED_WET_SPONGE:1", + "A3": "ENCHANTED_WET_SPONGE:1", + "B1": "ENCHANTED_WET_SPONGE:1", + "B2": "", + "B3": "ENCHANTED_WET_SPONGE:1", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "SPONGE_HELMET", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor" + ] }
\ No newline at end of file |