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
|
{
"itemid": "minecraft:stained_glass",
"displayname": "§fBrown Stained Glass",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-12\"}}",
"damage": 12,
"lore": [
"§f§lCOMMON"
],
"parent": "STAINED_GLASS",
"internalname": "STAINED_GLASS-12",
"modver": "2.1.1-PRE",
"vanilla": true,
"recipe": {
"A1": "GLASS:1",
"A2": "GLASS:1",
"A3": "GLASS:1",
"B1": "GLASS:1",
"B2": "INK_SACK-3:1",
"B3": "GLASS:1",
"C1": "GLASS:1",
"C2": "GLASS:1",
"C3": "GLASS:1",
"count": 8
},
"clickcommand": "viewrecipe"
}
|