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:coal_block",
"displayname": "§fBlock of Coal",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases the speed of\",1:\"§7your minion by §a5%§7\",2:\"§7for 5 hours§7!\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fBlock of Coal\"},ExtraAttributes:{id:\"COAL_BLOCK\"}}",
"damage": 0,
"lore": [
"§7Increases the speed of",
"§7your minion by §a5%§7",
"§7for 5 hours§7!",
"",
"§f§lCOMMON"
],
"internalname": "COAL_BLOCK",
"modver": "2.1.0-REL",
"vanilla": true,
"clickcommand": "viewrecipe",
"recipe": {
"A1": "COAL:1",
"A2": "COAL:1",
"A3": "COAL:1",
"B1": "COAL:1",
"B2": "COAL:1",
"B3": "COAL:1",
"C1": "COAL:1",
"C2": "COAL:1",
"C3": "COAL:1"
},
"crafttext": "",
"infoType": ""
}
|