From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/SPONGE_ROD.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'items/SPONGE_ROD.json') diff --git a/items/SPONGE_ROD.json b/items/SPONGE_ROD.json index 0e2b14fb..7fcd452b 100644 --- a/items/SPONGE_ROD.json +++ b/items/SPONGE_ROD.json @@ -1,11 +1,8 @@ { - "internalname": "SPONGE_ROD", "itemid": "minecraft:fishing_rod", - "displayname": "Sponge Rod", - "clickcommand": "viewrecipe", + "displayname": "§fSponge Rod", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§7This fishing rod grants a\",3:\"§7§a20%§7 chance to catch Sponge.\",4:\"\",5:\"§7Increases fishing speed by §920%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§7This fishing rod grants a\",3:\"§7§a20%§7 chance to catch Sponge.\",4:\"\",5:\"§7Increases fishing speed by §920%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SPONGE_ROD\",uuid:\"83f1ba44-76a8-4dd9-8fd9-a62bdc58faf6\",timestamp:\"3/30/20 11:49 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+20", "", @@ -16,5 +13,23 @@ "", "§7§8This item can be reforged!", "§f§lCOMMON FISHING ROD" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "SPONGE:1", + "B1": "", + "B2": "SPONGE:1", + "B3": "STRING:1", + "C1": "SPONGE:1", + "C2": "", + "C3": "STRING:1" + }, + "internalname": "SPONGE_ROD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sponge_Rod" ] } \ No newline at end of file -- cgit