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
|
{
"itemid": "minecraft:golden_carrot",
"displayname": "§6Ultimate Carrot Candy",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§aCarrot Candy §7gives pets boosts of §ePet EXP§7!\",1:\"§7Pets can only eat §a10 §7candy in their lifetime!\",2:\"\",3:\"§7Grants §a1,500,000 §ePet EXP§7.\",4:\"\",5:\"§7§eRight-click on your summoned pet to\",6:\"§efeed it this candy!\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Ultimate Carrot Candy\"},ExtraAttributes:{id:\"ULTIMATE_CARROT_CANDY\"}}",
"damage": 0,
"lore": [
"§aCarrot Candy §7gives pets boosts of §ePet EXP§7!",
"§7Pets can only eat §a10 §7candy in their lifetime!",
"",
"§7Grants §a1,500,000 §ePet EXP§7.",
"",
"§7§eRight-click on your summoned pet to",
"§efeed it this candy!",
"",
"§6§lLEGENDARY"
],
"recipe": {
"A1": "SUPERB_CARROT_CANDY:1",
"A2": "SUPERB_CARROT_CANDY:1",
"A3": "SUPERB_CARROT_CANDY:1",
"B1": "SUPERB_CARROT_CANDY:1",
"B2": "ULTIMATE_CARROT_CANDY_UPGRADE:1",
"B3": "SUPERB_CARROT_CANDY:1",
"C1": "SUPERB_CARROT_CANDY:1",
"C2": "SUPERB_CARROT_CANDY:1",
"C3": "SUPERB_CARROT_CANDY:1",
"count": 10
},
"internalname": "ULTIMATE_CARROT_CANDY",
"clickcommand": "viewrecipe",
"modver": "",
"crafttext": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Ultimate_Carrot_Candy",
"https://wiki.hypixel.net/Ultimate_Carrot_Candy"
]
}
|