diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SPONGE_ROD.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/SPONGE_ROD.json')
-rw-r--r-- | items/SPONGE_ROD.json | 25 |
1 files changed, 20 insertions, 5 deletions
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 |