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
|
{
"itemid": "minecraft:carrot",
"displayname": "§aNearly-Whole Carrot",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7The whole is better than the sum\",1:\"§7of its parts...\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aNearly-Whole Carrot\"},ExtraAttributes:{id:\"NEARLY_WHOLE_CARROT\"}}",
"damage": 0,
"lore": [
"§7The whole is better than the sum",
"§7of its parts...",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "",
"A2": "HALF_EATEN_CARROT:16",
"A3": "",
"B1": "HALF_EATEN_CARROT:16",
"B2": "HALF_EATEN_CARROT:16",
"B3": "HALF_EATEN_CARROT:16",
"C1": "",
"C2": "HALF_EATEN_CARROT:16",
"C3": ""
},
"internalname": "NEARLY_WHOLE_CARROT",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"crafttext": "Requires: Half-Eaten Carrot I",
"infoType": ""
}
|