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/ENCHANTED_EGG.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/ENCHANTED_EGG.json')
-rw-r--r-- | items/ENCHANTED_EGG.json | 25 |
1 files changed, 20 insertions, 5 deletions
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 |