From 6120ec3cdc03ee76f44d8be59c7d187ba1df3d71 Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:57:49 -0400 Subject: Fix special rarity color (#561) * Fix Special Rarity Color * Fix Special Rarity Color --- items/DEAD_BUSH_OF_LOVE.json | 8 ++++---- items/OOPS_THE_FISH.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/items/DEAD_BUSH_OF_LOVE.json b/items/DEAD_BUSH_OF_LOVE.json index c93624eb..f16bb065 100644 --- a/items/DEAD_BUSH_OF_LOVE.json +++ b/items/DEAD_BUSH_OF_LOVE.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:deadbush", - "displayname": "§dDead Bush of Love", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item was given to the kind\",1:\"§7souls who helped so much testing\",2:\"§7SkyBlock! Much love §c❤\",3:\"\",4:\"§d§lSPECIAL\"],Name:\"§dDead Bush of Love\"},ExtraAttributes:{id:\"DEAD_BUSH_OF_LOVE\"}}", + "displayname": "§cDead Bush of Love", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item was given to the kind\",1:\"§7souls who helped so much testing\",2:\"§7SkyBlock! Much love §c❤\",3:\"\",4:\"§c§lSPECIAL\"],Name:\"§cDead Bush of Love\"},ExtraAttributes:{id:\"DEAD_BUSH_OF_LOVE\"}}", "damage": 0, "lore": [ "§7This item was given to the kind", "§7souls who helped so much testing", "§7SkyBlock! Much love §c❤", "", - "§d§lSPECIAL" + "§c§lSPECIAL" ], "internalname": "DEAD_BUSH_OF_LOVE", "crafttext": "", @@ -18,4 +18,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dead_Bush_of_Love" ] -} \ No newline at end of file +} 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": [ -- cgit