From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/CHICKEN_ANIMAL.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/CHICKEN_ANIMAL.json (limited to 'items/CHICKEN_ANIMAL.json') 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 -- cgit