From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: New Alpha Stuff (#787) * Nerds * More Items * I love stats * I love hypixel * Added and changed stuff from shitty update * editor throwing * I love the github editor * More fixes * Added new stuff to enchants.json Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/STARTER_LAVA_ROD.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'items/STARTER_LAVA_ROD.json') diff --git a/items/STARTER_LAVA_ROD.json b/items/STARTER_LAVA_ROD.json index 3a3d8c47..f57a0993 100644 --- a/items/STARTER_LAVA_ROD.json +++ b/items/STARTER_LAVA_ROD.json @@ -1,15 +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:\"\",5:\"§7Increases fishing speed by §95%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_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}}", "damage": 0, "lore": [ "§8Lava Rod", "", "§7Damage: §c+50", "§7Strength: §c+50", - "", - "§7Increases fishing speed by §95%", + "§7Fishing Speed: §a+5", "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", -- cgit