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/SIMPLE_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/SIMPLE_CARROT_CANDY.json')
-rw-r--r-- | items/SIMPLE_CARROT_CANDY.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/SIMPLE_CARROT_CANDY.json b/items/SIMPLE_CARROT_CANDY.json index 88687c36..3beb0f1d 100644 --- a/items/SIMPLE_CARROT_CANDY.json +++ b/items/SIMPLE_CARROT_CANDY.json @@ -1,19 +1,20 @@ { "itemid": "minecraft:carrot", "displayname": "§aSimple Carrot Candy", - "nbttag": "{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 §a20,000 §7pet Exp.\",7:\"\",8:\"§7§eRight-click on your summoned\",9:\"§epet to feed it this candy!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7Feeding carrot candy to your pets\",3:\"§7gives them a boost of Exp but pets\",4:\"§7can only eat §a10 §7candy in their\",5:\"§7lifetime so choose your candy wisely!\",6:\"\",7:\"§7Grants §a20,000 §7pet Exp.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§efeed it this candy!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_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!", + "§7§8Brewing Ingredient", + "", + "§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 §a20,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!", "", "§a§lUNCOMMON" ], |