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/DEAD_BUSH_OF_LOVE.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/DEAD_BUSH_OF_LOVE.json')
-rw-r--r-- | items/DEAD_BUSH_OF_LOVE.json | 8 |
1 files changed, 4 insertions, 4 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 +} |