1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"itemid": "minecraft:glass_pane",
"displayname": "§fGlass Pane",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGlass Pane\"},ExtraAttributes:{id:\"THIN_GLASS\"}}",
"damage": 0,
"lore": [
"§f§lCOMMON"
],
"internalname": "THIN_GLASS",
"modver": "1.3-REL",
"vanilla": true,
"clickcommand": "viewrecipe",
"recipe": {
"A1": "GLASS:1",
"A2": "GLASS:1",
"A3": "GLASS:1",
"B1": "GLASS:1",
"B2": "GLASS:1",
"B3": "GLASS:1",
"C1": "",
"C2": "",
"C3": ""
}
}
|