diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-28 17:43:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 11:43:47 -0500 |
commit | b065711971876d166005d3541c6b06519fc2a263 (patch) | |
tree | 6010a63abab65dd161495ba0575146bff0508d9a /items/ICE_ROD.json | |
parent | e497af8e248faef6bd7b81414747ac0d53cb8aa3 (diff) | |
download | NotEnoughUpdates-REPO-b065711971876d166005d3541c6b06519fc2a263.tar.gz NotEnoughUpdates-REPO-b065711971876d166005d3541c6b06519fc2a263.tar.bz2 NotEnoughUpdates-REPO-b065711971876d166005d3541c6b06519fc2a263.zip |
Fixed Things and added Things (#379)
* Fixed Tara and Oak Minion ( WTF )
* Fixed Bat (FINALLY AND WTF) and "fixed" Dolphin and Zombie
* Added Fishing LVL Reqs (:slight_smile:)
* Updated Beacon
* Fixed 2 Fairy Souls
* Forgot NBT Tag uups
Diffstat (limited to 'items/ICE_ROD.json')
-rw-r--r-- | items/ICE_ROD.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/ICE_ROD.json b/items/ICE_ROD.json index 9820d9b4..055a5a1d 100644 --- a/items/ICE_ROD.json +++ b/items/ICE_ROD.json @@ -4,8 +4,8 @@ "displayname": "§9Ice Rod", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Grants a §a25% §7chance of\",3:\"§7catching ice blocks.\",4:\"\",5:\"§7Increases fishing speed by §910%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§9§lRARE FISHING ROD\"],Name:\"§9Ice Rod\"},ExtraAttributes:{id:\"ICE_ROD\"}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Grants a §a25% §7chance of\",3:\"§7catching ice blocks.\",4:\"\",5:\"§7Increases fishing speed by §910%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 3\",9:\"§9§lRARE FISHING ROD\"],Name:\"§9Ice Rod\"},ExtraAttributes:{id:\"ICE_ROD\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+30", "", @@ -15,10 +15,12 @@ "§7Increases fishing speed by §910%", "", "§7§8This item can be reforged!", + "§4❣ §cRequires §aFishing Skill 3", "§9§lRARE FISHING ROD" ], "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ice_Rod" - ] + ], + "crafttext": "" }
\ No newline at end of file |