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/ENCHANTED_EGG.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'items/ENCHANTED_EGG.json') diff --git a/items/ENCHANTED_EGG.json b/items/ENCHANTED_EGG.json index 04f38082..4149029d 100644 --- a/items/ENCHANTED_EGG.json +++ b/items/ENCHANTED_EGG.json @@ -1,11 +1,8 @@ { - "internalname": "ENCHANTED_EGG", "itemid": "minecraft:egg", - "displayname": "Enchanted Egg", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§9Enchanted Egg", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade for chicken\",2:\"§7minions. Guarantees that each\",3:\"§7chicken will drop an egg after\",4:\"§7they spawn.\",5:\"§7\",6:\"§7Can also be used to craft\",7:\"§7low-rarity pets.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Egg\"},ExtraAttributes:{id:\"ENCHANTED_EGG\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7This item can be used as a", "§7minion upgrade for chicken", @@ -17,5 +14,23 @@ "§7low-rarity pets.", "", "§9§lRARE" + ], + "recipe": { + "A1": "EGG:16", + "A2": "EGG:16", + "A3": "EGG:16", + "B1": "EGG:16", + "B2": "EGG:16", + "B3": "EGG:16", + "C1": "EGG:16", + "C2": "EGG:16", + "C3": "EGG:16" + }, + "internalname": "ENCHANTED_EGG", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Egg" ] } \ No newline at end of file -- cgit