1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"internalname": "COAL",
"itemid": "minecraft:coal",
"displayname": "Coal",
"clickcommand": "",
"damage": 0,
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§7increases the speed of\",2:\"§7your minion by §a5%§7\",3:\"§7for 30 minutes§7!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fCoal\"},ExtraAttributes:{id:\"COAL\"}}",
"modver": "1.0.0",
"lore": [
"?8Brewing Ingredient",
"?7increases the speed of",
"?7your minion by ?a5%?7",
"?7for 30 minutes?7!",
"",
"?f?lCOMMON"
]
}
|