diff options
author | Commander07 <45269106+Commander07@users.noreply.github.com> | 2021-03-26 01:37:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:37:51 -0400 |
commit | d529ca79011a2ad77ad6f60d1f3ec076770b8ff2 (patch) | |
tree | 658078a2a62daf1cd68d75d4d5e6f5bf9495ed55 | |
parent | e5413c6e707b234c5600880c047d0a8935d4d4ad (diff) | |
download | NotEnoughUpdates-REPO-d529ca79011a2ad77ad6f60d1f3ec076770b8ff2.tar.gz NotEnoughUpdates-REPO-d529ca79011a2ad77ad6f60d1f3ec076770b8ff2.tar.bz2 NotEnoughUpdates-REPO-d529ca79011a2ad77ad6f60d1f3ec076770b8ff2.zip |
Champ rod level req fix (#446)
* Champ rod fix
* Update CHAMP_ROD.json
-rw-r--r-- | items/CHAMP_ROD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/CHAMP_ROD.json b/items/CHAMP_ROD.json index 58b3ce8c..8611a32d 100644 --- a/items/CHAMP_ROD.json +++ b/items/CHAMP_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§9Rod of Champions", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+85\",1:\"§7Sea Creature Chance: §c+4%\",2:\"\",3:\"§7Increases fishing speed by §960%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 3\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Rod of Champions\"},ExtraAttributes:{id:\"CHAMP_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+85\",1:\"§7Sea Creature Chance: §c+4%\",2:\"\",3:\"§7Increases fishing speed by §960%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 15\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Rod of Champions\"},ExtraAttributes:{id:\"CHAMP_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+85", @@ -10,7 +10,7 @@ "§7Increases fishing speed by §960%", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 3", + "§4❣ §cRequires §aFishing Skill 15", "§9§lRARE FISHING ROD" ], "recipe": { @@ -32,4 +32,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Rod_of_Champions" ], "crafttext": "Requires: Lily Pad VII" -}
\ No newline at end of file +} |