diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-16 19:43:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 18:43:15 +0000 |
commit | c8a8e8c5265a603adb426156e8a22f19a1c860cb (patch) | |
tree | 9d08979a9eb4cb4e8c7928a54794e0e8138ecdbb /items/ULTIMATE_CARROT_CANDY.json | |
parent | c3f588b90189a4a86ba213b11ee78d35b5472435 (diff) | |
download | NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.gz NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.bz2 NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.zip |
0.19.10 (#1087)
* 0.19.10
* Fixed Corleonite chance
* Added new fallen star stuff
Diffstat (limited to 'items/ULTIMATE_CARROT_CANDY.json')
-rw-r--r-- | items/ULTIMATE_CARROT_CANDY.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/ULTIMATE_CARROT_CANDY.json b/items/ULTIMATE_CARROT_CANDY.json index d1a29d24..06069f8d 100644 --- a/items/ULTIMATE_CARROT_CANDY.json +++ b/items/ULTIMATE_CARROT_CANDY.json @@ -1,19 +1,18 @@ { "itemid": "minecraft:golden_carrot", "displayname": "§6Ultimate Carrot Candy", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Feeding carrot candy to your\",1:\"§7pets gives them a boost of exp\",2:\"§7but pets can only eat §a10\",3:\"§a§7candy in their lifetime so\",4:\"§7choose your candy wisely!\",5:\"\",6:\"§7Grants §a1,000,000 §7pet exp.\",7:\"\",8:\"§7§eRight click on your summoned\",9:\"§epet to feed it this candy!\",10:\"\",11:\"§6§lLEGENDARY\"],Name:\"§6Ultimate Carrot Candy\"},ExtraAttributes:{id:\"ULTIMATE_CARROT_CANDY\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Feeding carrot candy to your pets\",1:\"§7gives them a boost of Exp but pets\",2:\"§7can only eat §a10 §7candy in their\",3:\"§7lifetime so choose your candy wisely!\",4:\"\",5:\"§7Grants §a1,500,000 §7pet Exp.\",6:\"\",7:\"§7§eRight-click on your summoned pet to\",8:\"§efeed it this candy!\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§6Ultimate Carrot Candy\"},ExtraAttributes:{id:\"ULTIMATE_CARROT_CANDY\"}}", "damage": 0, "lore": [ - "§7Feeding carrot candy to your", - "§7pets gives them a boost of exp", - "§7but pets can only eat §a10", - "§a§7candy in their lifetime so", - "§7choose your candy wisely!", + "§7Feeding carrot candy to your pets", + "§7gives them a boost of Exp but pets", + "§7can only eat §a10 §7candy in their", + "§7lifetime so choose your candy wisely!", "", - "§7Grants §a1,000,000 §7pet exp.", + "§7Grants §a1,500,000 §7pet Exp.", "", - "§7§eRight click on your summoned", - "§epet to feed it this candy!", + "§7§eRight-click on your summoned pet to", + "§efeed it this candy!", "", "§6§lLEGENDARY" ], |