1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
{
"itemid": "minecraft:carrot",
"displayname": "§aSimple Carrot Candy",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§aCarrot Candy §7gives pets boosts of §ePet EXP§7!\",3:\"§7Pets can only eat §a10 §7candy in their lifetime!\",4:\"\",5:\"§7Grants §a20,000 §ePet EXP§7.\",6:\"\",7:\"§7§eRight-click on your summoned pet to\",8:\"§efeed it this candy!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}",
"damage": 0,
"lore": [
"§7§8Brewing Ingredient",
"",
"§aCarrot Candy §7gives pets boosts of §ePet EXP§7!",
"§7Pets can only eat §a10 §7candy in their lifetime!",
"",
"§7Grants §a20,000 §ePet EXP§7.",
"",
"§7§eRight-click on your summoned pet to",
"§efeed it this candy!",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "CARROT_ITEM:64",
"A2": "CARROT_ITEM:64",
"A3": "CARROT_ITEM:64",
"B1": "CARROT_ITEM:64",
"B2": "CARROT_ITEM:64",
"B3": "CARROT_ITEM:64",
"C1": "CARROT_ITEM:64",
"C2": "CARROT_ITEM:64",
"C3": "CARROT_ITEM:64"
},
"internalname": "SIMPLE_CARROT_CANDY",
"clickcommand": "viewrecipe",
"modver": "",
"crafttext": "Requires: Carrot II",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Simple_Carrot_Candy",
"https://wiki.hypixel.net/Simple_Carrot_Candy"
]
}
|