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/SUPER_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/SUPER_EGG.json')
-rw-r--r-- | items/SUPER_EGG.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/SUPER_EGG.json b/items/SUPER_EGG.json index 75b775cd..424a5e9a 100644 --- a/items/SUPER_EGG.json +++ b/items/SUPER_EGG.json @@ -1,11 +1,8 @@ { - "internalname": "SUPER_EGG", "itemid": "minecraft:spawn_egg", - "displayname": "Super Enchanted Egg", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§9Super Enchanted Egg", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Used to craft epic and\",1:\"§7legendary pets.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Super Enchanted Egg\"},ExtraAttributes:{id:\"SUPER_EGG\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7§7Used to craft epic and", "§7legendary pets.", @@ -13,5 +10,23 @@ "§eRight-click to view recipes!", "", "§9§lRARE" + ], + "recipe": { + "A1": "ENCHANTED_EGG:16", + "A2": "ENCHANTED_EGG:16", + "A3": "ENCHANTED_EGG:16", + "B1": "ENCHANTED_EGG:16", + "B2": "ENCHANTED_EGG:16", + "B3": "ENCHANTED_EGG:16", + "C1": "ENCHANTED_EGG:16", + "C2": "ENCHANTED_EGG:16", + "C3": "ENCHANTED_EGG:16" + }, + "internalname": "SUPER_EGG", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Enchanted_Egg" ] }
\ No newline at end of file |