1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"internalname": "GOLDEN_TOOTH",
"itemid": "minecraft:gold_nugget",
"displayname": "Golden Tooth",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Golden Tooth\"},ExtraAttributes:{id:\"GOLDEN_TOOTH\"}}",
"modver": "1.0.0",
"lore": [
"§eRight-click to view recipes!",
"",
"§9§lRARE"
]
}
|