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/SPONGE_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/SPONGE_ROD.json')
-rw-r--r-- | items/SPONGE_ROD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/SPONGE_ROD.json b/items/SPONGE_ROD.json index 1a97a3a7..97bad997 100644 --- a/items/SPONGE_ROD.json +++ b/items/SPONGE_ROD.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fSponge Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+30\",3:\"\",4:\"§7This fishing rod grants a\",5:\"§7§a20%§7 chance to catch Sponge.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 5§c.\",9:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+30\",3:\"\",4:\"§7This fishing rod grants a §a20%§7\",5:\"§7chance to catch Sponge.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 5§c.\",9:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+20", "§7Strength: §c+15", "§7Fishing Speed: §a+30", "", - "§7This fishing rod grants a", - "§7§a20%§7 chance to catch Sponge.", + "§7This fishing rod grants a §a20%§7", + "§7chance to catch Sponge.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aFishing Skill 5§c.", |