From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/SIMPLE_CARROT_CANDY.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'items/SIMPLE_CARROT_CANDY.json') diff --git a/items/SIMPLE_CARROT_CANDY.json b/items/SIMPLE_CARROT_CANDY.json index 147e03bc..fcc32d9d 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:\"§7§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 life time so\",4:\"§7choose your candy wisely!\",5:\"\",6:\"§7§7Grants §a20,000 §7pet exp\",7:\"\",8:\"§7§eRight click on your pet to\",9:\"§efeed it this candy!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§7Feeding carrot candy to your\",2:\"§7pets gives them a boost of exp\",3:\"§7but pets can only eat §a10\",4:\"§a§7candy in their lifetime so\",5:\"§7choose your candy wisely!\",6:\"\",7:\"§7Grants §a20,000 §7pet exp.\",8:\"\",9:\"§7§eRight click on your summoned\",10:\"§epet to feed it this candy!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}", "damage": 0, "lore": [ - "§7§7Feeding carrot candy to your", + "§8Brewing Ingredient", + "§7Feeding carrot candy to your", "§7pets gives them a boost of exp", "§7but pets can only eat §a10", - "§a§7candy in their life time so", + "§a§7candy in their lifetime so", "§7choose your candy wisely!", "", - "§7§7Grants §a20,000 §7pet exp", + "§7Grants §a20,000 §7pet exp.", "", - "§7§eRight click on your pet to", - "§efeed it this candy!", + "§7§eRight click on your summoned", + "§epet to feed it this candy!", "", "§a§lUNCOMMON" ], @@ -30,7 +31,7 @@ }, "internalname": "SIMPLE_CARROT_CANDY", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "Requires: Carrot II", "infoType": "WIKI_URL", "info": [ -- cgit