diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-05 15:43:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 23:43:22 +1000 |
commit | 16e1f31a5a5e98a734680c29169c382dc6aecc1e (patch) | |
tree | cc6085cbae937122ec8fbe2748a253c259cfd7aa /items/SPEEDSTER_ROD.json | |
parent | 56e3b2d8f7a04ec11eb897e4ead34c821cd7688b (diff) | |
download | NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.tar.gz NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.tar.bz2 NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.zip |
Melon (Block) (#922)
Diffstat (limited to 'items/SPEEDSTER_ROD.json')
-rw-r--r-- | items/SPEEDSTER_ROD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/SPEEDSTER_ROD.json b/items/SPEEDSTER_ROD.json index a7296be4..2945295d 100644 --- a/items/SPEEDSTER_ROD.json +++ b/items/SPEEDSTER_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aSpeedster Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+45\",3:\"\",4:\"§7Hitting a monster gives a burst\",5:\"§7of speed!\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 6\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+45\",3:\"\",4:\"§7Hitting a monster gives a burst\",5:\"§7of speed!\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 6§c.\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+30", @@ -12,7 +12,7 @@ "§7of speed!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 6", + "§7§4❣ §cRequires §aFishing Skill 6§c.", "§a§lUNCOMMON FISHING ROD" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPEEDSTER_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Speedster_Rod", |