diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2021-07-22 09:57:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 09:57:49 -0400 |
commit | 6120ec3cdc03ee76f44d8be59c7d187ba1df3d71 (patch) | |
tree | 3c37785e1363735aedf4fe2ec799116cb9c12580 /items/OOPS_THE_FISH.json | |
parent | 1ff80b0491e038253b3cceadff317b3a19666771 (diff) | |
download | NotEnoughUpdates-REPO-6120ec3cdc03ee76f44d8be59c7d187ba1df3d71.tar.gz NotEnoughUpdates-REPO-6120ec3cdc03ee76f44d8be59c7d187ba1df3d71.tar.bz2 NotEnoughUpdates-REPO-6120ec3cdc03ee76f44d8be59c7d187ba1df3d71.zip |
Fix special rarity color (#561)
* Fix Special Rarity Color
* Fix Special Rarity Color
Diffstat (limited to 'items/OOPS_THE_FISH.json')
-rw-r--r-- | items/OOPS_THE_FISH.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/OOPS_THE_FISH.json b/items/OOPS_THE_FISH.json index 941f8fe3..7dc56b36 100644 --- a/items/OOPS_THE_FISH.json +++ b/items/OOPS_THE_FISH.json @@ -1,17 +1,17 @@ { "internalname": "OOPS_THE_FISH", "itemid": "minecraft:fish", - "displayname": "§dOops the Fish", + "displayname": "§cOops the Fish", "clickcommand": "", "damage": 2, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:§r§7\"§7Discovered in the depths of the§r§7\",1:§r§7\"§7Main Lobby during the summer§r§7\",2:§r§7\"§7months.§r§7\",3:§r§7\"§r§7\",4:§r§7\"§d§lSPECIAL§r§7\"],Name:\"§dOops the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"OOPS_THE_FISH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:§r§7\"§7Discovered in the depths of the§r§7\",1:§r§7\"§7Main Lobby during the summer§r§7\",2:§r§7\"§7months.§r§7\",3:§r§7\"§r§7\",4:§r§7\"§c§lSPECIAL§r§7\"],Name:\"§cOops the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"OOPS_THE_FISH\"}}", "modver": "2.0.0-REL", "lore": [ "§7Discovered in the depths of the§r§7", "§7Main Lobby during the summer§r§7", "§7months.§r§7", "§r§7", - "§d§lSPECIAL§r§7" + "§c§lSPECIAL§r§7" ], "infoType": "WIKI_URL", "info": [ |