1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"internalname": "HARD_GLASS",
"itemid": "minecraft:stained_glass",
"displayname": "Hard Glass",
"clickcommand": "viewrecipe",
"damage": 7,
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Special hardened glass which\",1:\"§7doesn\u0027t break to explosions.\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fHard Glass\"},ExtraAttributes:{id:\"HARD_GLASS\"}}",
"modver": "1.0.0",
"lore": [
"§7Special hardened glass which",
"§7doesn\u0027t break to explosions.",
"",
"§f§lCOMMON"
]
}
|