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
|
{
"itemid": "minecraft:rabbit_stew",
"displayname": "§aAgaricus Soup",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Consume to gain §fSpeed I §7for §a60s§7.\",1:\"§8Cooldown: §a60s\",2:\"\",3:\"§eRight-click to consume!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aAgaricus Soup\"},ExtraAttributes:{id:\"AGARICUS_SOUP\"}}",
"damage": 0,
"lore": [
"§7Consume to gain §fSpeed I §7for §a60s§7.",
"§8Cooldown: §a60s",
"",
"§eRight-click to consume!",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "",
"A2": "AGARICUS_CAP:2",
"A3": "",
"B1": "",
"B2": "AGARICUS_CAP:2",
"B3": "",
"C1": "",
"C2": "RIFT_BUCKET:1",
"C3": ""
},
"internalname": "AGARICUS_SOUP",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"crafttext": "Requires: Agaricus Cap II",
"infoType": ""
}
|