1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"internalname": "SUPER_EGG",
"itemid": "minecraft:spawn_egg",
"displayname": "Super Enchanted Egg",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Used to craft epic and\",1:\"§7legendary pets.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Super Enchanted Egg\"},ExtraAttributes:{id:\"SUPER_EGG\"}}",
"modver": "1.0.0",
"lore": [
"§7§7Used to craft epic and",
"§7legendary pets.",
"",
"§eRight-click to view recipes!",
"",
"§9§lRARE"
]
}
|