diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-10 13:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 13:25:32 +0100 |
commit | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (patch) | |
tree | cdbfeb550aa2e099b8261ef2cc068d085645b0e8 /items/STARTER_LAVA_ROD.json | |
parent | 81b07827e028134c07b709410b9e91b6c5dba97d (diff) | |
download | NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.tar.gz NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.tar.bz2 NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.zip |
Fixed cookie lore (#893)
* Fixed cookie lore
* Fixed fishing req
* Fixed bits
* sorry nopo
Diffstat (limited to 'items/STARTER_LAVA_ROD.json')
-rw-r--r-- | items/STARTER_LAVA_ROD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/STARTER_LAVA_ROD.json b/items/STARTER_LAVA_ROD.json index e9429a13..d54a40dc 100644 --- a/items/STARTER_LAVA_ROD.json +++ b/items/STARTER_LAVA_ROD.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aStarter Lava Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"§7Fishing Speed: §a+5\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_LAVA_ROD\",donated_museum:1b}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"§7Fishing Speed: §a+8\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_LAVA_ROD\",donated_museum:1b}}", "damage": 0, "lore": [ "§8Lava Rod", "", "§7Damage: §c+50", "§7Strength: §c+50", - "§7Fishing Speed: §a+5", + "§7Fishing Speed: §a+8", "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", @@ -17,7 +17,7 @@ "internalname": "STARTER_LAVA_ROD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starter_Lava_Rod", |