1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§aChicken (Animal)",
"nbttag": "{display:{Lore:[0:\"§7Chickens can be found at the Barn and drop\",1:\"§7feathers, raw chicken and experience. They\",2:\"§7are required to unlock the Raw Chicken and \",3:\"§7Feather collection. \"],Name:\"§aChicken (Animal)\"},ExtraAttributes:{id:\"CHICKEN_ANIMAL\"}}",
"damage": 93,
"lore": [
"§7Chickens can be found at the Barn and drop",
"§7feathers, raw chicken and experience. They",
"§7are required to unlock the Raw Chicken and ",
"§7Feather collection. "
],
"internalname": "CHICKEN_ANIMAL",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Chicken"
],
"entityrender": "Chicken"
}
|