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
|
{
"itemid": "minecraft:carrot",
"displayname": "§9Great 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 §a200,000 §ePet EXP§7.\",4:\"\",5:\"§7§eRight-click on your summoned pet to\",6:\"§efeed it this candy!\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Great Carrot Candy\"},ExtraAttributes:{id:\"GREAT_CARROT_CANDY\"}}",
"damage": 0,
"lore": [
"§aCarrot Candy §7gives pets boosts of §ePet EXP§7!",
"§7Pets can only eat §a10 §7candy in their lifetime!",
"",
"§7Grants §a200,000 §ePet EXP§7.",
"",
"§7§eRight-click on your summoned pet to",
"§efeed it this candy!",
"",
"§9§lRARE"
],
"recipe": {
"A1": "ENCHANTED_CARROT:40",
"A2": "ENCHANTED_CARROT:40",
"A3": "ENCHANTED_CARROT:40",
"B1": "ENCHANTED_CARROT:40",
"B2": "SIMPLE_CARROT_CANDY:1",
"B3": "ENCHANTED_CARROT:40",
"C1": "ENCHANTED_CARROT:40",
"C2": "ENCHANTED_CARROT:40",
"C3": "ENCHANTED_CARROT:40"
},
"internalname": "GREAT_CARROT_CANDY",
"clickcommand": "viewrecipe",
"modver": "",
"crafttext": "Requires: Carrot VI",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Great_Carrot_Candy",
"https://wiki.hypixel.net/Great_Carrot_Candy"
]
}
|