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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/DEAD_BUSH_OF_LOVE.json') 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 +} -- cgit