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/LEGEND_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/LEGEND_ROD.json')
-rw-r--r-- | items/LEGEND_ROD.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/LEGEND_ROD.json b/items/LEGEND_ROD.json index 6cd02a03..25480acf 100644 --- a/items/LEGEND_ROD.json +++ b/items/LEGEND_ROD.json @@ -1,11 +1,8 @@ { - "internalname": "LEGEND_ROD", "itemid": "minecraft:fishing_rod", - "displayname": "Rod of Legends", - "clickcommand": "viewrecipe", + "displayname": "§5Rod of Legends", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"\",2:\"§7§7Increases sea creature catch\",3:\"§7rate by §96%\",4:\"\",5:\"§7Increases fishing speed by §970%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§5§lEPIC FISHING ROD\"],Name:\"§5Rod of Legends\"},ExtraAttributes:{id:\"LEGEND_ROD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"\",2:\"§7§7Increases sea creature catch\",3:\"§7rate by §96%\",4:\"\",5:\"§7Increases fishing speed by §970%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§5§lEPIC FISHING ROD\"],Name:\"§5Rod of Legends\"},ExtraAttributes:{originTag:\"LEGEND_ROD\",id:\"LEGEND_ROD\",uuid:\"070cf9a8-91c6-41f9-adae-2427cb111aaf\",timestamp:\"3/30/20 9:30 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+100", "", @@ -16,5 +13,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC FISHING ROD" + ], + "recipe": { + "A1": "ENCHANTED_WATER_LILY:16", + "A2": "ENCHANTED_WATER_LILY:16", + "A3": "ENCHANTED_WATER_LILY:16", + "B1": "ENCHANTED_WATER_LILY:16", + "B2": "CHAMP_ROD:1", + "B3": "ENCHANTED_WATER_LILY:16", + "C1": "ENCHANTED_WATER_LILY:16", + "C2": "ENCHANTED_WATER_LILY:16", + "C3": "ENCHANTED_WATER_LILY:16" + }, + "internalname": "LEGEND_ROD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rod_of_Legends" ] }
\ No newline at end of file |