diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/CHICKEN_ANIMAL.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
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 |