diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
commit | 228ec7960d0319d8018c24ee14a92ea235c5e68c (patch) | |
tree | a093c8cf587d8854ddeed454cf72ede9b747e3dc /items/ROD_OF_THE_SEA.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
download | NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.gz NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.bz2 NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.zip |
vanilla stuff & new items
Diffstat (limited to 'items/ROD_OF_THE_SEA.json')
-rw-r--r-- | items/ROD_OF_THE_SEA.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/ROD_OF_THE_SEA.json b/items/ROD_OF_THE_SEA.json new file mode 100644 index 00000000..ce5d316f --- /dev/null +++ b/items/ROD_OF_THE_SEA.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§6Rod of the Sea", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Sea Creature Chance: §c+7%\",2:\"\",3:\"§7Increases fishing speed by §975%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Rod of the Sea\"},ExtraAttributes:{id:\"ROD_OF_THE_SEA\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+100", + "§7Sea Creature Chance: §c+7%", + "", + "§7Increases fishing speed by §975%", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY FISHING ROD" + ], + "recipe": { + "A1": "ENCHANTED_SHARK_FIN:1", + "A2": "GREAT_WHITE_SHARK_TOOTH:1", + "A3": "ENCHANTED_SHARK_FIN:1", + "B1": "GREAT_WHITE_SHARK_TOOTH:1", + "B2": "LEGEND_ROD:1", + "B3": "GREAT_WHITE_SHARK_TOOTH:1", + "C1": "ENCHANTED_SHARK_FIN:1", + "C2": "GREAT_WHITE_SHARK_TOOTH:1", + "C3": "ENCHANTED_SHARK_FIN:1" + }, + "internalname": "ROD_OF_THE_SEA", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rod_of_the_Sea" + ] +}
\ No newline at end of file |