diff options
Diffstat (limited to 'items/CHICKEN_ANIMAL.json')
-rw-r--r-- | items/CHICKEN_ANIMAL.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/CHICKEN_ANIMAL.json b/items/CHICKEN_ANIMAL.json new file mode 100644 index 00000000..2fb4e763 --- /dev/null +++ b/items/CHICKEN_ANIMAL.json @@ -0,0 +1,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" +}
\ No newline at end of file |