diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-22 21:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 21:42:06 +0200 |
commit | 876eebe051fb98f2d9c4fbf90b838b30a228d835 (patch) | |
tree | 21d4510d275fcbbe0dcd7fe45124c7535ee2b434 /items/BOOSTER_COOKIE.json | |
parent | e59a948a5b2ce4a51c978fb188dc910a145432d0 (diff) | |
download | NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.gz NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.bz2 NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.zip |
Fixed Lavahorse name and toxic lore (#968)
* Fixed Lavahorse name and toxic lore
* Added skins
* Added mob and npc
* Fixed Booster Cookie Lore
* Fixed Prec Eye lore
* Fixed annihilation cloak
Diffstat (limited to 'items/BOOSTER_COOKIE.json')
-rw-r--r-- | items/BOOSTER_COOKIE.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/BOOSTER_COOKIE.json b/items/BOOSTER_COOKIE.json index eef1c506..f89624d9 100644 --- a/items/BOOSTER_COOKIE.json +++ b/items/BOOSTER_COOKIE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:cookie", "displayname": "§6Booster Cookie", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie\",1:\"§dBuff §7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades and cookie menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,\",14:\"§d/potionbag§7, and §e/quiver\",15:\"\",16:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie\"},ExtraAttributes:{id:\"BOOSTER_COOKIE\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie\",1:\"§dBuff §7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7on death\",7:\"§8‣ §ePermafly §7on private islands and gardens\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades and cookie menu\",10:\"§8‣ §7AFK §aimmunity §7on your island and garden\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,\",14:\"§d/potionbag§7, and §e/quiver\",15:\"§8‣ §7Link your items in chat using §e/show\",16:\"§8‣ §7Insta-sell your Material stash to the §6Bazaar\",17:\"\",18:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie\"},ExtraAttributes:{id:\"BOOSTER_COOKIE\"}}", "damage": 0, "lore": [ "§7Consume to gain the §dCookie", @@ -10,22 +10,24 @@ "§8‣ §7Ability to gain §bBits§7!", "§8‣ §3+25☯ §7on all §3Wisdom §7stats", "§8‣ §b+15✯ §7Magic Find", - "§8‣ §7Keep §6coins §7and §deffects §7on death", - "§8‣ §ePermafly §7on private islands", + "§8‣ §7Keep §6coins §7on death", + "§8‣ §ePermafly §7on private islands and gardens", "§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere", "§8‣ §7Sell items directly to the trades and cookie menu", - "§8‣ §7AFK §aimmunity §7on your island", + "§8‣ §7AFK §aimmunity §7on your island and garden", "§8‣ §7Toggle specific §dpotion effects", "§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex", "§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,", "§d/potionbag§7, and §e/quiver", + "§8‣ §7Link your items in chat using §e/show", + "§8‣ §7Insta-sell your Material stash to the §6Bazaar", "", "§6§lLEGENDARY" ], "internalname": "BOOSTER_COOKIE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Booster_Cookie", |