diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-11 16:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:10:54 +0000 |
commit | 1be01049c8878ec9b087cff9036408a4bbca98ca (patch) | |
tree | 7c07417ac3271d62e1e50b0278c18d326699aa44 /items/SPEEDSTER_ROD.json | |
parent | 4a724ed2a74eed24133f800eade4ca20e3b00353 (diff) | |
download | NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.gz NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.bz2 NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.zip |
Added new gemstones to lore (#1153)
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 2945295d..b5e3b7a0 100644 --- a/items/SPEEDSTER_ROD.json +++ b/items/SPEEDSTER_ROD.json @@ -1,15 +1,15 @@ { "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:\"§7§4❣ §cRequires §aFishing Skill 6§c.\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", + "nbttag": "{Unbreakable:1b,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 of\",5:\"§7speed!\",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", "§7Strength: §c+15", "§7Fishing Speed: §a+45", "", - "§7Hitting a monster gives a burst", - "§7of speed!", + "§7Hitting a monster gives a burst of", + "§7speed!", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aFishing Skill 6§c.", |